/**
 * Main Styles
 * (c) 2016 Blenncm.com
 */
/* ---------------------------------------- * * General
\* ---------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600|Open+Sans:400,700");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border: none;
  border-spacing: 0; }

html {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

h1,
h2,
h3,
h4,
.title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: normal; }

.container {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto; }

.button {
  display: block;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  position: relative;
  width: 250px;
  height: 60px;
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
  background: #ff6f6f;
  margin: 0 auto; }
  .button span {
    border: 1px solid #000;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    transform: translate3d(-10px, 10px, 0);
    transition: transform 150ms ease-out; }
  .button:hover span {
    transform: translate3d(0, 0, 0); }

strong {
  font-weight: bold; }

.lock-scroll {
  overflow: hidden; }

/* ---------------------------------------- * * Nav
\* ---------------------------------------- */
nav {
  padding: 50px 0;
  font-family: Montserrat, Helvetica, Arial, sans-serif; }
  nav:after {
    content: "";
    display: table;
    clear: both; }
  nav .title {
    position: relative;
    width: 50%;
    float: left;
    background-image: url("/assets/logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 90px;
    padding-top: 12px;
    height: 75px;
    font-size: 24px; }
    nav .title span {
      color: #ff6f6f;
      font-size: 16px; }
    nav .title a {
      display: block;
      width: 75px;
      height: 75px;
      position: absolute;
      top: 0;
      left: 0; }
  nav ul {
    width: 50%;
    float: left;
    list-style-type: none;
    text-align: right;
    line-height: 75px; }
    nav ul li {
      display: inline-block; }
      nav ul li a {
        color: #000;
        text-transform: uppercase;
        margin-left: 30px;
        padding: 5px;
        border-bottom: 0 solid #ff6f6f;
        transition: color 100ms ease-in-out; }
        nav ul li a.active {
          color: #ff6f6f; }
        nav ul li a:hover {
          color: #ff6f6f; }

/* ---------------------------------------- * * Main
\* ---------------------------------------- */
main .intro {
  font-size: 24px;
  text-align: center;
  margin: 50px auto; }

main .sections {
  margin-top: 100px; }
  main .sections section {
    height: 400px;
    margin-bottom: 100px;
    position: relative; }
    main .sections section:after {
      content: "";
      display: table;
      clear: both; }
    main .sections section.project-0 .image {
      background-image: url("/assets/cover-broll-wine.jpg"); }
    main .sections section.project-1 .image {
      background-image: url("/assets/cover-bloom.jpg"); }
    main .sections section.project-2 .image {
      background-image: url("/assets/cover-health-and-beauty.jpg"); }
    main .sections section.project-3 .image {
      background-image: url("/assets/cover-shopstyle.jpg"); }
    main .sections section.project-4 .image {
      background-image: url("/assets/cover-mirror.jpg"); }
    main .sections section:hover {
      cursor: pointer; }
      main .sections section:hover .title .project-title-aligner .project-title {
        background-color: #ff6f6f;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
    main .sections section a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3; }
    main .sections section .image,
    main .sections section .title {
      height: 100%;
      float: left; }
    main .sections section .image {
      width: 60%;
      background-color: #eee;
      background-size: cover;
      background-position: center; }
    main .sections section .title {
      width: 40%;
      display: flex;
      align-items: center;
      text-align: center; }
      main .sections section .title .project-title-aligner {
        width: 100%;
        margin: 0 auto; }
        main .sections section .title .project-title-aligner .project-title {
          width: 100%;
          text-transform: uppercase;
          font-size: 24px;
          box-sizing: content-box;
          position: relative;
          z-index: 2;
          right: 25%;
          padding: 10px 0 10px 25%;
          color: #000;
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          transition: background-color 200ms ease-in-out, box-shadow 100ms ease-in-out; }
          main .sections section .title .project-title-aligner .project-title.left {
            right: auto;
            padding-left: 0;
            padding-right: 25%; }
        main .sections section .title .project-title-aligner span {
          font-size: 16px; }

main .gallery {
  width: 100%;
  height: 550px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    main .gallery {
      height: 0;
      padding-bottom: 75%; } }
  main .gallery ul {
    min-width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    transition: left 300ms ease-in-out; }
  main .gallery li {
    float: left;
    height: 100%;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain; }
  main .gallery .arrow {
    width: 24px;
    height: 24px;
    border-left: 5px solid #000;
    border-bottom: 5px solid #000;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
    z-index: 3; }
    main .gallery .arrow.left {
      left: 10px;
      transform: rotate(45deg); }
    main .gallery .arrow.right {
      right: 10px;
      transform: rotate(-135deg); }
  main .gallery .dots-container {
    clear: both;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0; }
    main .gallery .dots-container .dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      border-radius: 50%;
      background-color: #979797;
      cursor: pointer; }
      main .gallery .dots-container .dot.active {
        background-color: #ff6f6f; }

main .viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  padding: 50px 0;
  display: none;
  opacity: 0;
  transition: opacity 1000ms ease-in-out; }
  main .viewer.visible {
    display: block;
    opacity: 1; }
  main .viewer .arrow {
    width: 50px;
    height: 50px;
    border-left: 10px solid #000;
    border-bottom: 10px solid #000;
    position: fixed;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    z-index: 101; }
    main .viewer .arrow.left {
      left: 20px;
      transform: rotate(45deg); }
    main .viewer .arrow.right {
      right: 20px;
      transform: rotate(-135deg); }
  main .viewer .close {
    width: 25px;
    height: 25px;
    position: fixed;
    top: 25px;
    right: 25px;
    cursor: pointer; }
    main .viewer .close:before {
      content: "";
      display: block;
      border-top: 5px solid #000;
      width: 25px;
      height: 25px;
      position: relative;
      top: 6px;
      left: -8px;
      transform: rotate(45deg); }
    main .viewer .close:after {
      content: "";
      display: block;
      border-top: 5px solid #000;
      width: 25px;
      height: 25px;
      position: relative;
      top: -24px;
      left: 9px;
      transform: rotate(-45deg); }
  main .viewer img {
    width: 1440px;
    height: auto;
    max-width: 80%;
    margin: 0 auto;
    display: none; }
    main .viewer img.active {
      display: block; }

/* ---------------------------------------- * * Footer
\* ---------------------------------------- */
footer {
  margin-top: 300px;
  margin-bottom: 100px; }
  footer .social {
    text-align: center; }
    footer .social a {
      display: inline-block;
      width: 40px;
      height: 40px;
      margin: 0 20px;
      background-size: contain;
      background-repeat: no-repeat; }
      footer .social a.linkedin {
        background-image: url("/assets/icon-linkedin-000000.svg"); }
        footer .social a.linkedin:hover {
          background-image: url("/assets/icon-linkedin-ff6f6f.svg"); }
      footer .social a.email {
        background-image: url("/assets/icon-email-000000.svg"); }
        footer .social a.email:hover {
          background-image: url("/assets/icon-email-ff6f6f.svg"); }
      footer .social a.pinterest {
        background-image: url("/assets/icon-pinterest-000000.svg"); }
        footer .social a.pinterest:hover {
          background-image: url("/assets/icon-pinterest-ff6f6f.svg"); }
  footer .copyright {
    width: 30%;
    margin: 25px auto;
    border-top: 1px solid #000;
    padding: 25px 0;
    color: #000;
    font-size: 16px;
    text-align: center; }
    footer .copyright a {
      color: #000; }
      footer .copyright a:hover {
        color: #ff6f6f; }

/* ---------------------------------------- * * Imported Pages
\* ---------------------------------------- */
/**
 * About Page Styles
 * (c) 2016 Blenncm.com
 */
main.about .image {
  background-image: url("/assets/self.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
  margin: 100px 0; }

main.about .copy {
  margin-bottom: 100px; }
  main.about .copy p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0 auto 30px;
    max-width: 800px; }

/**
 * Contact Page Styles
 * (c) 2016 Blenncm.com
 */
main.contact .contact-form {
  width: 100%;
  max-width: 550px;
  margin: 100px auto 0; }
  main.contact .contact-form input,
  main.contact .contact-form textarea {
    width: 100%;
    border: 1px solid #000;
    background-color: #eee;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 50px;
    padding: 0 30px;
    height: 50px; }
  main.contact .contact-form textarea {
    height: 250px;
    padding: 15px 30px;
    margin-bottom: 100px; }

main.contact .api-message {
  margin-top: 50px;
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  display: none; }
  main.contact .api-message.fail {
    color: #979797; }
  main.contact .api-message.visible {
    display: block; }
  main.contact .api-message a {
    color: #000; }
    main.contact .api-message a:hover {
      color: #ff6f6f; }

/**
 * My Work Pages Styles
 * (c) 2016 Blenncm.com
 */
main.my-work.broll-wine .hero .image {
  background-image: url("/assets/broll-wine/hero.png"); }

main.my-work.broll-wine .sketches .sketch-1 {
  background-image: url("/assets/broll-wine/sketch-1.jpg"); }

main.my-work.broll-wine .sketches .sketch-2 {
  background-image: url("/assets/broll-wine/sketch-2.jpg"); }

main.my-work.broll-wine .sketches .sketch-3 {
  background-image: url("/assets/broll-wine/sketch-3.jpg"); }

main.my-work.broll-wine .sketches .sketch-4 {
  background-image: url("/assets/broll-wine/sketch-4.jpg"); }

main.my-work.broll-wine .sketches .sketch-5 {
  background-image: url("/assets/broll-wine/sketch-5.jpg"); }

main.my-work.broll-wine .wireframes .wireframe-1 {
  background-image: url("/assets/broll-wine/wireframe-1.jpg"); }

main.my-work.broll-wine .wireframes .wireframe-2 {
  background-image: url("/assets/broll-wine/wireframe-2.jpg"); }

main.my-work.broll-wine .wireframes .wireframe-3 {
  background-image: url("/assets/broll-wine/wireframe-3.jpg"); }

main.my-work.broll-wine .wireframes .wireframe-4 {
  background-image: url("/assets/broll-wine/wireframe-4.jpg"); }

main.my-work.broll-wine .wireframes .wireframe-5 {
  background-image: url("/assets/broll-wine/wireframe-5.jpg"); }

main.my-work.broll-wine .wireframes .wireframe-6 {
  background-image: url("/assets/broll-wine/wireframe-6.jpg"); }

main.my-work.broll-wine .wireframes .wireframe-7 {
  background-image: url("/assets/broll-wine/wireframe-7.jpg"); }

main.my-work.broll-wine .wireframes .wireframe-8 {
  background-image: url("/assets/broll-wine/wireframe-8.jpg"); }

main.my-work.broll-wine .wireframes .wireframe-9 {
  background-image: url("/assets/broll-wine/wireframe-9.jpg"); }

main.my-work.broll-wine .wireframes .wireframe-10 {
  background-image: url("/assets/broll-wine/wireframe-10.jpg"); }

main.my-work.broll-wine .button-demo .image.type-normal {
  background-image: url("/assets/broll-wine/button-normal.png"); }

main.my-work.broll-wine .button-demo .image.type-hover {
  background-image: url("/assets/broll-wine/button-hover.png"); }

main.my-work.broll-wine .button-demo .image.type-pressed {
  background-image: url("/assets/broll-wine/button-pressed.png"); }

main.my-work.broll-wine .button-demo .image.type-disabled {
  background-image: url("/assets/broll-wine/button-disabled.png"); }

main.my-work.broll-wine .journey-map .journey-map-image {
  background-image: url("/assets/broll-wine/journey-map.jpg"); }

main.my-work.broll-wine .former-designs .former-design-1 {
  background-image: url("/assets/broll-wine/former-design-1.jpg"); }

main.my-work.broll-wine .former-designs .former-design-2 {
  background-image: url("/assets/broll-wine/former-design-2.jpg"); }

main.my-work.broll-wine .former-designs .former-design-3 {
  background-image: url("/assets/broll-wine/former-design-3.jpg"); }

main.my-work.broll-wine .former-designs .former-design-4 {
  background-image: url("/assets/broll-wine/former-design-4.jpg"); }

main.my-work.broll-wine .former-designs .former-design-5 {
  background-image: url("/assets/broll-wine/former-design-5.jpg"); }

main.my-work.broll-wine .former-designs .former-design-6 {
  background-image: url("/assets/broll-wine/former-design-6.jpg"); }

main.my-work.broll-wine .final .final-design-image {
  background-image: url("/assets/broll-wine/final.png"); }

main.my-work.bloom .hero .image {
  background-image: url("/assets/bloom/hero.png"); }

main.my-work.bloom .sketches .sketch-1 {
  background-image: url("/assets/bloom/sketch-1.jpg"); }

main.my-work.bloom .sketches .sketch-2 {
  background-image: url("/assets/bloom/sketch-2.jpg"); }

main.my-work.bloom .sketches .sketch-3 {
  background-image: url("/assets/bloom/sketch-3.jpg"); }

main.my-work.bloom .sketches .sketch-4 {
  background-image: url("/assets/bloom/sketch-4.jpg"); }

main.my-work.bloom .sketches .sketch-5 {
  background-image: url("/assets/bloom/sketch-5.jpg"); }

main.my-work.bloom .wireframes .wireframe-1 {
  background-image: url("/assets/bloom/wireframe-1.jpg"); }

main.my-work.bloom .wireframes .wireframe-2 {
  background-image: url("/assets/bloom/wireframe-2.jpg"); }

main.my-work.bloom .wireframes .wireframe-3 {
  background-image: url("/assets/bloom/wireframe-3.jpg"); }

main.my-work.bloom .wireframes .wireframe-4 {
  background-image: url("/assets/bloom/wireframe-4.jpg"); }

main.my-work.bloom .wireframes .wireframe-5 {
  background-image: url("/assets/bloom/wireframe-5.jpg"); }

main.my-work.bloom .wireframes .wireframe-6 {
  background-image: url("/assets/bloom/wireframe-6.jpg"); }

main.my-work.bloom .wireframes .wireframe-7 {
  background-image: url("/assets/bloom/wireframe-7.jpg"); }

main.my-work.bloom .wireframes .wireframe-8 {
  background-image: url("/assets/bloom/wireframe-8.jpg"); }

main.my-work.bloom .wireframes .wireframe-9 {
  background-image: url("/assets/bloom/wireframe-9.jpg"); }

main.my-work.bloom .wireframes .wireframe-10 {
  background-image: url("/assets/bloom/wireframe-10.jpg"); }

main.my-work.bloom .button-demo .image.type-normal {
  background-image: url("/assets/bloom/button-normal.png"); }

main.my-work.bloom .button-demo .image.type-hover {
  background-image: url("/assets/bloom/button-hover.png"); }

main.my-work.bloom .button-demo .image.type-pressed {
  background-image: url("/assets/bloom/button-pressed.png"); }

main.my-work.bloom .button-demo .image.type-disabled {
  background-image: url("/assets/bloom/button-disabled.png"); }

main.my-work.bloom .journey-map .journey-map-image {
  background-image: url("/assets/bloom/journey-map.jpg"); }

main.my-work.bloom .former-designs .former-design-1 {
  background-image: url("/assets/bloom/former-design-1.jpg"); }

main.my-work.bloom .former-designs .former-design-2 {
  background-image: url("/assets/bloom/former-design-2.jpg"); }

main.my-work.bloom .former-designs .former-design-3 {
  background-image: url("/assets/bloom/former-design-3.jpg"); }

main.my-work.bloom .former-designs .former-design-4 {
  background-image: url("/assets/bloom/former-design-4.jpg"); }

main.my-work.bloom .former-designs .former-design-5 {
  background-image: url("/assets/bloom/former-design-5.jpg"); }

main.my-work.bloom .former-designs .former-design-6 {
  background-image: url("/assets/bloom/former-design-6.jpg"); }

main.my-work.bloom .final .final-design-image {
  background-image: url("/assets/bloom/final.png"); }

main.my-work.shopstyle .hero .image {
  background-image: url("/assets/shopstyle/hero.png"); }

main.my-work.shopstyle .sketches .sketch-1 {
  background-image: url("/assets/shopstyle/sketch-1.jpg"); }

main.my-work.shopstyle .sketches .sketch-2 {
  background-image: url("/assets/shopstyle/sketch-2.jpg"); }

main.my-work.shopstyle .sketches .sketch-3 {
  background-image: url("/assets/shopstyle/sketch-3.jpg"); }

main.my-work.shopstyle .sketches .sketch-4 {
  background-image: url("/assets/shopstyle/sketch-4.jpg"); }

main.my-work.shopstyle .sketches .sketch-5 {
  background-image: url("/assets/shopstyle/sketch-5.jpg"); }

main.my-work.shopstyle .wireframes .wireframe-1 {
  background-image: url("/assets/shopstyle/wireframe-1.jpg"); }

main.my-work.shopstyle .wireframes .wireframe-2 {
  background-image: url("/assets/shopstyle/wireframe-2.jpg"); }

main.my-work.shopstyle .wireframes .wireframe-3 {
  background-image: url("/assets/shopstyle/wireframe-3.jpg"); }

main.my-work.shopstyle .wireframes .wireframe-4 {
  background-image: url("/assets/shopstyle/wireframe-4.jpg"); }

main.my-work.shopstyle .wireframes .wireframe-5 {
  background-image: url("/assets/shopstyle/wireframe-5.jpg"); }

main.my-work.shopstyle .wireframes .wireframe-6 {
  background-image: url("/assets/shopstyle/wireframe-6.jpg"); }

main.my-work.shopstyle .wireframes .wireframe-7 {
  background-image: url("/assets/shopstyle/wireframe-7.jpg"); }

main.my-work.shopstyle .wireframes .wireframe-8 {
  background-image: url("/assets/shopstyle/wireframe-8.jpg"); }

main.my-work.shopstyle .wireframes .wireframe-9 {
  background-image: url("/assets/shopstyle/wireframe-9.jpg"); }

main.my-work.shopstyle .wireframes .wireframe-10 {
  background-image: url("/assets/shopstyle/wireframe-10.jpg"); }

main.my-work.shopstyle .button-demo .image.type-normal {
  background-image: url("/assets/shopstyle/button-normal.png"); }

main.my-work.shopstyle .button-demo .image.type-hover {
  background-image: url("/assets/shopstyle/button-hover.png"); }

main.my-work.shopstyle .button-demo .image.type-pressed {
  background-image: url("/assets/shopstyle/button-pressed.png"); }

main.my-work.shopstyle .button-demo .image.type-disabled {
  background-image: url("/assets/shopstyle/button-disabled.png"); }

main.my-work.shopstyle .journey-map .journey-map-image {
  background-image: url("/assets/shopstyle/journey-map.jpg"); }

main.my-work.shopstyle .former-designs .former-design-1 {
  background-image: url("/assets/shopstyle/former-design-1.jpg"); }

main.my-work.shopstyle .former-designs .former-design-2 {
  background-image: url("/assets/shopstyle/former-design-2.jpg"); }

main.my-work.shopstyle .former-designs .former-design-3 {
  background-image: url("/assets/shopstyle/former-design-3.jpg"); }

main.my-work.shopstyle .former-designs .former-design-4 {
  background-image: url("/assets/shopstyle/former-design-4.jpg"); }

main.my-work.shopstyle .former-designs .former-design-5 {
  background-image: url("/assets/shopstyle/former-design-5.jpg"); }

main.my-work.shopstyle .former-designs .former-design-6 {
  background-image: url("/assets/shopstyle/former-design-6.jpg"); }

main.my-work.shopstyle .final .final-design-image {
  background-image: url("/assets/shopstyle/final.png"); }

main.my-work.health-and-beauty .hero .image {
  background-image: url("/assets/health-and-beauty/hero.png"); }

main.my-work.health-and-beauty .sketches .sketch-1 {
  background-image: url("/assets/health-and-beauty/sketch-1.jpg"); }

main.my-work.health-and-beauty .sketches .sketch-2 {
  background-image: url("/assets/health-and-beauty/sketch-2.jpg"); }

main.my-work.health-and-beauty .sketches .sketch-3 {
  background-image: url("/assets/health-and-beauty/sketch-3.jpg"); }

main.my-work.health-and-beauty .sketches .sketch-4 {
  background-image: url("/assets/health-and-beauty/sketch-4.jpg"); }

main.my-work.health-and-beauty .sketches .sketch-5 {
  background-image: url("/assets/health-and-beauty/sketch-5.jpg"); }

main.my-work.health-and-beauty .wireframes .wireframe-1 {
  background-image: url("/assets/health-and-beauty/wireframe-1.jpg"); }

main.my-work.health-and-beauty .wireframes .wireframe-2 {
  background-image: url("/assets/health-and-beauty/wireframe-2.jpg"); }

main.my-work.health-and-beauty .wireframes .wireframe-3 {
  background-image: url("/assets/health-and-beauty/wireframe-3.jpg"); }

main.my-work.health-and-beauty .wireframes .wireframe-4 {
  background-image: url("/assets/health-and-beauty/wireframe-4.jpg"); }

main.my-work.health-and-beauty .wireframes .wireframe-5 {
  background-image: url("/assets/health-and-beauty/wireframe-5.jpg"); }

main.my-work.health-and-beauty .wireframes .wireframe-6 {
  background-image: url("/assets/health-and-beauty/wireframe-6.jpg"); }

main.my-work.health-and-beauty .wireframes .wireframe-7 {
  background-image: url("/assets/health-and-beauty/wireframe-7.jpg"); }

main.my-work.health-and-beauty .wireframes .wireframe-8 {
  background-image: url("/assets/health-and-beauty/wireframe-8.jpg"); }

main.my-work.health-and-beauty .wireframes .wireframe-9 {
  background-image: url("/assets/health-and-beauty/wireframe-9.jpg"); }

main.my-work.health-and-beauty .wireframes .wireframe-10 {
  background-image: url("/assets/health-and-beauty/wireframe-10.jpg"); }

main.my-work.health-and-beauty .button-demo .image.type-normal {
  background-image: url("/assets/health-and-beauty/button-normal.png"); }

main.my-work.health-and-beauty .button-demo .image.type-hover {
  background-image: url("/assets/health-and-beauty/button-hover.png"); }

main.my-work.health-and-beauty .button-demo .image.type-pressed {
  background-image: url("/assets/health-and-beauty/button-pressed.png"); }

main.my-work.health-and-beauty .button-demo .image.type-disabled {
  background-image: url("/assets/health-and-beauty/button-disabled.png"); }

main.my-work.health-and-beauty .journey-map .journey-map-image {
  background-image: url("/assets/health-and-beauty/journey-map.jpg"); }

main.my-work.health-and-beauty .former-designs .former-design-1 {
  background-image: url("/assets/health-and-beauty/former-design-1.jpg"); }

main.my-work.health-and-beauty .former-designs .former-design-2 {
  background-image: url("/assets/health-and-beauty/former-design-2.jpg"); }

main.my-work.health-and-beauty .former-designs .former-design-3 {
  background-image: url("/assets/health-and-beauty/former-design-3.jpg"); }

main.my-work.health-and-beauty .former-designs .former-design-4 {
  background-image: url("/assets/health-and-beauty/former-design-4.jpg"); }

main.my-work.health-and-beauty .former-designs .former-design-5 {
  background-image: url("/assets/health-and-beauty/former-design-5.jpg"); }

main.my-work.health-and-beauty .former-designs .former-design-6 {
  background-image: url("/assets/health-and-beauty/former-design-6.jpg"); }

main.my-work.health-and-beauty .final .final-design-image {
  background-image: url("/assets/health-and-beauty/final.png"); }

main.my-work.mirror .hero .image {
  background-image: url("/assets/mirror/hero.png"); }

main.my-work.mirror .sketches .sketch-1 {
  background-image: url("/assets/mirror/sketch-1.jpg"); }

main.my-work.mirror .sketches .sketch-2 {
  background-image: url("/assets/mirror/sketch-2.jpg"); }

main.my-work.mirror .sketches .sketch-3 {
  background-image: url("/assets/mirror/sketch-3.jpg"); }

main.my-work.mirror .sketches .sketch-4 {
  background-image: url("/assets/mirror/sketch-4.jpg"); }

main.my-work.mirror .sketches .sketch-5 {
  background-image: url("/assets/mirror/sketch-5.jpg"); }

main.my-work.mirror .wireframes .wireframe-1 {
  background-image: url("/assets/mirror/wireframe-1.jpg"); }

main.my-work.mirror .wireframes .wireframe-2 {
  background-image: url("/assets/mirror/wireframe-2.jpg"); }

main.my-work.mirror .wireframes .wireframe-3 {
  background-image: url("/assets/mirror/wireframe-3.jpg"); }

main.my-work.mirror .wireframes .wireframe-4 {
  background-image: url("/assets/mirror/wireframe-4.jpg"); }

main.my-work.mirror .wireframes .wireframe-5 {
  background-image: url("/assets/mirror/wireframe-5.jpg"); }

main.my-work.mirror .wireframes .wireframe-6 {
  background-image: url("/assets/mirror/wireframe-6.jpg"); }

main.my-work.mirror .wireframes .wireframe-7 {
  background-image: url("/assets/mirror/wireframe-7.jpg"); }

main.my-work.mirror .wireframes .wireframe-8 {
  background-image: url("/assets/mirror/wireframe-8.jpg"); }

main.my-work.mirror .wireframes .wireframe-9 {
  background-image: url("/assets/mirror/wireframe-9.jpg"); }

main.my-work.mirror .wireframes .wireframe-10 {
  background-image: url("/assets/mirror/wireframe-10.jpg"); }

main.my-work.mirror .button-demo .image.type-normal {
  background-image: url("/assets/mirror/button-normal.png"); }

main.my-work.mirror .button-demo .image.type-hover {
  background-image: url("/assets/mirror/button-hover.png"); }

main.my-work.mirror .button-demo .image.type-pressed {
  background-image: url("/assets/mirror/button-pressed.png"); }

main.my-work.mirror .button-demo .image.type-disabled {
  background-image: url("/assets/mirror/button-disabled.png"); }

main.my-work.mirror .journey-map .journey-map-image {
  background-image: url("/assets/mirror/journey-map.jpg"); }

main.my-work.mirror .former-designs .former-design-1 {
  background-image: url("/assets/mirror/former-design-1.jpg"); }

main.my-work.mirror .former-designs .former-design-2 {
  background-image: url("/assets/mirror/former-design-2.jpg"); }

main.my-work.mirror .former-designs .former-design-3 {
  background-image: url("/assets/mirror/former-design-3.jpg"); }

main.my-work.mirror .former-designs .former-design-4 {
  background-image: url("/assets/mirror/former-design-4.jpg"); }

main.my-work.mirror .former-designs .former-design-5 {
  background-image: url("/assets/mirror/former-design-5.jpg"); }

main.my-work.mirror .former-designs .former-design-6 {
  background-image: url("/assets/mirror/former-design-6.jpg"); }

main.my-work.mirror .final .final-design-image {
  background-image: url("/assets/mirror/final.png"); }

main.my-work.broll-wine .title-band {
  background-color: #BAA05D; }

main.my-work.broll-wine section .section-title {
  color: #BAA05D; }

main.my-work.broll-wine .gallery .dots-container .dot.active {
  background-color: #BAA05D; }

main.my-work.broll-wine .keywords .keyword {
  color: #BAA05D; }

main.my-work.broll-wine .title-band .header {
  color: #000; }

main.my-work.broll-wine .branding-guidelines-image {
  background-image: url("/assets/broll-wine/branding-guidelines.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  height: 640px; }

main.my-work.bloom .title-band {
  background-color: #00baff; }

main.my-work.bloom section .section-title {
  color: #00baff; }

main.my-work.bloom .gallery .dots-container .dot.active {
  background-color: #00baff; }

main.my-work.bloom .keywords .keyword {
  color: #00baff; }

main.my-work.shopstyle .title-band {
  background-color: #000; }

main.my-work.shopstyle section .section-title {
  color: #000; }

main.my-work.shopstyle .gallery .dots-container .dot.active {
  background-color: #000; }

main.my-work.shopstyle .keywords .keyword {
  color: #000; }

main.my-work.shopstyle .title-band .copy {
  color: #fff; }

main.my-work.shopstyle section .phases .phase {
  width: 175px; }

main.my-work.shopstyle .journey-map .journey-map-image {
  height: 700px; }

main.my-work.health-and-beauty .title-band {
  background-color: #ff588e; }

main.my-work.health-and-beauty section .section-title {
  color: #ff588e; }

main.my-work.health-and-beauty .gallery .dots-container .dot.active {
  background-color: #ff588e; }

main.my-work.health-and-beauty .keywords .keyword {
  color: #ff588e; }

main.my-work.mirror .title-band {
  background-color: #ffa561; }

main.my-work.mirror section .section-title {
  color: #ffa561; }

main.my-work.mirror .gallery .dots-container .dot.active {
  background-color: #ffa561; }

main.my-work.mirror .keywords .keyword {
  color: #ffa561; }

main.my-work.mirror section .wireframe-images .wireframe-image:last-child {
  background-color: #919191; }

main.my-work a {
  color: #ff6f6f; }
  main.my-work a:hover {
    color: #000; }

main.my-work .title-band {
  width: 100%;
  padding: 30px 0;
  background-color: #ff6f6f;
  text-align: center; }
  main.my-work .title-band .header {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase; }
  main.my-work .title-band .copy {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: uppercase; }

main.my-work .hero {
  padding: 100px 0; }
  main.my-work .hero .image {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%; }

main.my-work section {
  padding: 100px 0; }
  main.my-work section:after {
    content: "";
    display: table;
    clear: both; }
  main.my-work section.spacer {
    padding-bottom: 0; }
  main.my-work section:nth-child(2n-1) {
    background-color: #eee; }
  main.my-work section.conclusion .section-content li:not(:last-child) {
    margin-bottom: 5px; }
  main.my-work section .section-title {
    width: 200px;
    float: left;
    color: #ff6f6f;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      main.my-work section .section-title {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 50px; } }
  main.my-work section .section-content {
    max-width: 625px;
    margin-left: 200px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px; }
    @media (max-width: 767px) {
      main.my-work section .section-content {
        max-width: 100%;
        margin-left: 0; } }
    main.my-work section .section-content p,
    main.my-work section .section-content ul {
      font-family: inherit;
      margin-bottom: 30px; }
    main.my-work section .section-content .bullet-header {
      margin-bottom: 5px; }
    main.my-work section .section-content ul {
      margin-left: 20px; }
    main.my-work section .section-content li:not(:last-child) {
      margin-bottom: 15px; }
    main.my-work section .section-content > :last-child {
      margin-bottom: 0; }
  main.my-work section .section-content-full {
    padding-top: 60px;
    clear: both; }
    @media (max-width: 767px) {
      main.my-work section .section-content-full {
        padding-top: 0; } }
    main.my-work section .section-content-full .content-full-container:not(:last-child) {
      margin-bottom: 60px; }
    main.my-work section .section-content-full .content-full-title {
      font-family: Montserrat, Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 16px;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 60px; }
  main.my-work section .phases {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      main.my-work section .phases {
        display: block; } }
    main.my-work section .phases .phase {
      width: 25%;
      text-align: center; }
      @media (max-width: 767px) {
        main.my-work section .phases .phase {
          width: 100%;
          margin-bottom: 50px; }
          main.my-work section .phases .phase:after {
            content: "";
            display: table;
            clear: both; } }
      main.my-work section .phases .phase .header {
        text-transform: uppercase;
        font-size: 16px; }
        @media (max-width: 767px) {
          main.my-work section .phases .phase .header {
            min-height: 38px; } }
      main.my-work section .phases .phase .image {
        width: 80%;
        height: 75px;
        margin: 30px auto;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
        @media (max-width: 767px) {
          main.my-work section .phases .phase .image {
            width: 50%;
            float: left; } }
        main.my-work section .phases .phase .image.phase-research {
          background-image: url("/assets/icon-research.svg"); }
        main.my-work section .phases .phase .image.phase-ia {
          background-image: url("/assets/icon-ia.svg");
          background-size: auto 110px; }
        main.my-work section .phases .phase .image.phase-ixd {
          background-image: url("/assets/icon-ixd.svg"); }
        main.my-work section .phases .phase .image.phase-ui {
          background-image: url("/assets/icon-ui.svg"); }
      @media (max-width: 767px) {
        main.my-work section .phases .phase .copy {
          width: 50%;
          float: left;
          text-align: left; } }
  main.my-work section .moodboard .board {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden; }
    main.my-work section .moodboard .board .board-viewport {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      min-width: 100%; }
      main.my-work section .moodboard .board .board-viewport img {
        display: block;
        float: left;
        height: 100%;
        width: auto;
        margin-right: 30px; }
        main.my-work section .moodboard .board .board-viewport img:last-child {
          margin: 0; }
  main.my-work section .color-palette .colors {
    display: flex;
    justify-content: space-between; }
    main.my-work section .color-palette .colors .color {
      width: 100px;
      height: 130px;
      position: relative;
      border: 1px solid #979797;
      border-radius: 10px; }
      main.my-work section .color-palette .colors .color.hex-000000 {
        background-color: #000000; }
      main.my-work section .color-palette .colors .color.hex-FFFFFF {
        background-color: #FFFFFF; }
      main.my-work section .color-palette .colors .color.hex-E2E2E2 {
        background-color: #E2E2E2; }
      main.my-work section .color-palette .colors .color.hex-979797 {
        background-color: #979797; }
      main.my-work section .color-palette .colors .color.hex-FFA561 {
        background-color: #FFA561; }
      main.my-work section .color-palette .colors .color.hex-464E92 {
        background-color: #464E92; }
      main.my-work section .color-palette .colors .color.hex-F6F6F6 {
        background-color: #F6F6F6; }
      main.my-work section .color-palette .colors .color.hex-FF588E {
        background-color: #FF588E; }
      main.my-work section .color-palette .colors .color.hex-BD466D {
        background-color: #BD466D; }
      main.my-work section .color-palette .colors .color.hex-E8E8E8 {
        background-color: #E8E8E8; }
      main.my-work section .color-palette .colors .color.hex-00BAFF {
        background-color: #00BAFF; }
      main.my-work section .color-palette .colors .color.hex-CBF7FE {
        background-color: #CBF7FE; }
      main.my-work section .color-palette .colors .color .name {
        box-sizing: content-box;
        position: absolute;
        left: -1px;
        bottom: -1px;
        height: 30px;
        width: 100%;
        background-color: #fff;
        font-family: Montserrat, Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #979797;
        border-radius: 0 0 10px 10px; }
  main.my-work section .buttons-and-interactions .button-demos {
    display: flex;
    justify-content: space-between; }
    main.my-work section .buttons-and-interactions .button-demos .button-demo {
      width: 200px; }
      main.my-work section .buttons-and-interactions .button-demos .button-demo .header {
        font-family: Montserrat, Helvetica, Arial, sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        background: #fff;
        border-radius: 10px;
        padding: 0 30px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #979797;
        margin-bottom: 30px; }
      main.my-work section .buttons-and-interactions .button-demos .button-demo .image {
        min-height: 50px;
        background-position: left center;
        background-repeat: no-repeat; }
      main.my-work section .buttons-and-interactions .button-demos .button-demo .copy {
        margin-top: 30px;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 12px;
        text-transform: uppercase; }
  main.my-work section .wireframe-images {
    display: flex;
    justify-content: space-between; }
    main.my-work section .wireframe-images .wireframe-image {
      height: 555px;
      width: 225px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      background-color: #fff;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: top center;
      cursor: pointer; }
    main.my-work section .wireframe-images .wireframe-image-mobile {
      height: 475px;
      width: 220px;
      background-repeat: no-repeat;
      background-position: top center; }
    main.my-work section .wireframe-images .gallery li {
      display: flex;
      justify-content: space-evenly;
      padding: 10px 0; }
      main.my-work section .wireframe-images .gallery li div {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 222px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 25px; }
  main.my-work section .keywords-container {
    text-align: center; }
    main.my-work section .keywords-container .quote {
      font-family: Montserrat, Helvetica, Arial, sans-serif;
      font-size: 30px;
      font-style: italic;
      margin-bottom: 50px; }
    main.my-work section .keywords-container .keyword {
      display: inline-block;
      font-family: Montserrat, Helvetica, Arial, sans-serif;
      font-size: 30px;
      margin: 0 50px; }
  main.my-work section .sketches-image {
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  main.my-work section .journey-map-image {
    height: 550px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  main.my-work section .final-design-image {
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    main.my-work section .final-design-image.mobile video {
      position: absolute;
      top: 21px;
      left: 50%;
      width: 246px;
      margin-left: -127px;
      border-radius: 26px; }
    main.my-work section .final-design-image.desktop video {
      position: absolute;
      top: 26px;
      left: 50%;
      width: 672px;
      margin-left: -336px; }

main.my-work .button {
  margin-top: 100px; }
