* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

a img {
  border: none; }

body {
  background-color: white;
  font-family: "AvenirNextLTW01-Regular", Helvetica, Arial, sans-serif; }

.wrap-outer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7%;
  padding-right: 7%; }

.wrap-inner {
  zoom: 1;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%; }
  .wrap-inner:before {
    content: "";
    display: table; }
  .wrap-inner:after {
    content: "";
    display: table;
    clear: both; }

h1, h2, h3 {
  text-rendering: optimizeLegibility; }

p {
  line-height: 1.4; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a:link, a:active, a:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.nowrap {
  white-space: nowrap; }

.text-input {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  display: block;
  font-family: "Avenir Next LT W01 Demi", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  max-width: 268px;
  padding: 10px;
  outline: none; }

.button {
  background: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: solid 2px white;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir Next LT W01 Demi", Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding: 9px 16px 8px; }
  .button:hover {
    color: white; }

.paper-icon {
  background: url("../assets/images/blabs-icon@2x.png") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  display: block;
  height: 116px;
  width: 115px; }

.app-store-button {
  background: url("../assets/images/app-store-badge.png") no-repeat;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  width: 135px; }
  .app-store-button:hover {
    background-position: right; }

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .app-store {
    background-image: url("../assets/images/app-store-badge@2x.png");
    -webkit-background-size: 270px 40px;
    -moz-background-size: 270px 40px;
    background-size: 270px 40px; } }
.section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7%;
  padding-right: 7%;
  padding-bottom: 50px;
  padding-top: 50px; }

.section-inner {
  zoom: 1;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%; }
  .section-inner:before {
    content: "";
    display: table; }
  .section-inner:after {
    content: "";
    display: table;
    clear: both; }

.header .title {
  font-size: 2.25em;
  text-transform: uppercase;
  color: white;
  font-family: "AvenirNextLTW01-Regular", Helvetica, Arial, sans-serif; }
.header .subtitle {
  font-size: 1.25em;
  line-height: 1.4;
  margin-top: 18px; }
.header strong {
  font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, sans-serif; }

@media screen and (min-width: 1200px) {
  .header .title {
    font-size: 4.5em;
    line-height: 1.05; } }
@media screen and (min-width: 600px) {
  .header .title {
    font-size: 3em;
    line-height: 1.1; }

  .header .subtitle {
    font-size: 1.375em; }

  .copy .title {
    font-size: 1.375em; }

  .copy .subtitle {
    font-size: 1.125em; }

  .section {
    padding-bottom: 100px;
    padding-top: 100px; }

  .copy .info {
    margin-bottom: 1em;
    margin-top: 0.5em; } }
@media screen and (min-width: 900px) {
  .header .title {
    font-size: 4.5em;
    line-height: 1.05; }

  .header .subtitle {
    font-size: 1.625em; }

  .copy .title {
    font-size: 1.625em; }

  .section {
    padding-bottom: 150px;
    padding-top: 150px; } }
.copy .title {
  font-size: 1.25em;
  font-family: "Avenir Next LT W01 Demi", Helvetica, Arial, sans-serif;
  line-height: 1.2; }
.copy .subtitle {
  font-size: 1em;
  line-height: 1.4;
  margin-top: 0.375em; }
.copy .info {
  margin-bottom: 0.5em;
  margin-top: 0.5em; }

.vjs-control-bar, .vjs-text-track-display {
  display: none; }

.hero-section {
  background: #0a0b0b no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: white;
  height: 400px;
  overflow: hidden;
  position: relative; }

.touch .hero-section {
  background-image: url("../assets/images/hero.jpg"); }

.no-touch .hero-section {
  background-image: url("../assets/images/hero.jpg"); }

.hero-section .video {
  height: 100%;
  min-height: 400px;
  overflow: visible;
  position: relative; }
.hero-section .section-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7%;
  padding-right: 7%;
  height: 100%;
  max-width: none; }
.hero-section .intro {
  zoom: 1;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  height: 100%; }
  .hero-section .intro:before {
    content: "";
    display: table; }
  .hero-section .intro:after {
    content: "";
    display: table;
    clear: both; }
.hero-section .header {
  height: 100%;
  margin-top: 80px;
  position: relative;
  text-align: center;
  z-index: 1; }
  .hero-section .header .title-hero {
    margin: 0 auto;
    width: 75%;
    text-shadow: black 0.1em 0.1em 0.2em; }
    .hero-section .header .title-hero h1 {
      color: white;
      font-size: 2.5em;
      line-height: 1.05;
      text-transform: uppercase; }
  .hero-section .header .name, .hero-section .header .tagline {
    display: block; }
  .hero-section .header .name {
    font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, sans-serif; }
.hero-section .button-group {
  margin: 24px auto;
  max-width: 200px; }
.hero-section .download-button {
  display: none;
  margin-top: 16px; }

@media screen and (min-width: 56.25em) {
  .hero-section .header .title-hero h1 {
    font-size: 4.5em; } }
.touch .hero-section .button {
  text-shadow: 0 0 1em #11100f; }

.hero-section .download-paper-button {
  background: url("../assets/images/app-store-badge.svg") no-repeat center;
  -webkit-background-size: 135px 40px;
  -moz-background-size: 135px 40px;
  background-size: 135px 40px;
  margin: 30px auto 0;
  display: block;
  height: 40px;
  width: 135px; }

@media screen and (min-width: 37.5em) {
  .hero-section {
    position: relative;
    height: 500px;
    background-position: center;
    color: white;
    overflow: hidden; }
    .hero-section .video {
      min-height: 500px; }
    .hero-section .header-outer {
      display: block;
      font-size: 0;
      margin-left: -2.5%;
      margin-right: -2.5%;
      width: 105%;
      height: 100%; }
    .hero-section .header {
      display: inline-block;
      font-size: 16px;
      margin-left: 2.5%;
      margin-right: 2.5%;
      width: 70%;
      margin-top: 120px;
      text-align: left; }
      .hero-section .header .title-hero {
        margin-left: 0;
        margin-right: 0; }
    .hero-section .button-group {
      max-width: none; }
      .hero-section .button-group .button {
        display: inline-block;
        margin-right: 12px;
        margin-top: 0; }
        .hero-section .button-group .button:last-child {
          margin-right: 0; }
      .hero-section .button-group .download-button {
        display: inline-block; }
    .hero-section .download-paper-button {
      bottom: 170px;
      margin-top: 0;
      position: absolute; } }
@media screen and (min-width: 56.25em) {
  .hero-section {
    height: 750px; }
    .hero-section .video {
      min-height: 500px; }
    .hero-section .header-outer {
      display: block;
      font-size: 0;
      margin-left: -1.66667%;
      margin-right: -1.66667%;
      width: 103.33333%; }
    .hero-section .header {
      display: inline-block;
      font-size: 16px;
      margin-left: 1.66667%;
      margin-right: 1.66667%;
      width: 46.66667%;
      margin-top: 180px; }
      .hero-section .header .subtitle {
        display: block;
        margin-top: 20px; }
    .hero-section .button-group {
      margin-top: 30px; }
    .hero-section .download-paper-button {
      bottom: 260px; } }
@media screen and (min-width: 75em) {
  .hero-section .header-outer {
    display: block;
    font-size: 0;
    margin-left: -1.25%;
    margin-right: -1.25%;
    width: 102.5%; }
  .hero-section .header {
    display: inline-block;
    font-size: 16px;
    margin-right: 1.25%;
    width: 47.5%;
    margin-left: 13.75%; } }
.beginning-section {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #403d39;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
  .beginning-section .header {
    position: relative;
    z-index: 999;
    text-align: center; }
    .beginning-section .header .subtitle {
      font-size: 1.25em;
      line-height: 1.2; }
  .beginning-section .image-wrapper {
    left: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
  .beginning-section .image-list {
    display: none;
    left: 50%;
    margin-left: -200px;
    position: absolute; }
    .beginning-section .image-list:first-child {
      top: -30%; }
    .beginning-section .image-list:nth-child(2) {
      top: -5%; }
    .beginning-section .image-list:nth-child(3) {
      top: 20%; }
    .beginning-section .image-list:nth-child(4) {
      top: 55%; }
    .beginning-section .image-list:nth-child(5) {
      top: 75%; }
  .beginning-section .image-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 300px;
    padding: 1%;
    position: absolute;
    width: 400px; }
  .beginning-section .page {
    padding-bottom: 75%;
    position: relative;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25); }
    .beginning-section .page .image {
      filter: url("grayscale.svg#grayscale");
      filter: gray;
      -webkit-filter: grayscale(100%);
      background-color: #f5f4f0;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -webkit-border-radius: 14px;
      border-radius: 14px;
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
      .beginning-section .page .image:hover {
        filter: none;
        -webkit-filter: grayscale(0); }
    .beginning-section .page:before {
      background: url("../assets/images/page-shadow.png") no-repeat;
      background-position: center center;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      background-size: contain;
      content: "";
      left: -2%;
      height: 105%;
      position: absolute;
      top: 0;
      width: 105%; }

@media screen and (min-width: 37.5em) {
  .beginning-section .header .subtitle {
    font-size: 1.375em; } }
@media screen and (min-width: 56.25em) {
  .beginning-section .header .subtitle {
    font-size: 1.625em; } }
@media screen and (min-width: 37.5em) {
  .beginning-section .header {
    display: inline-block;
    font-size: 16px;
    width: 82.5%;
    margin-left: 8.75%;
    margin-right: 8.75%; } }
@media screen and (min-width: 56.25em) {
  .beginning-section {
    background-image: none; }
    .beginning-section .image-list {
      display: block; }
    .beginning-section .header {
      display: inline-block;
      font-size: 16px;
      margin-left: 1.66667%;
      margin-right: 1.66667%;
      width: 96.66667%; } }
@media screen and (min-width: 75em) {
  .beginning-section .header {
    display: inline-block;
    font-size: 16px;
    width: 72.5%;
    margin-left: 13.75%;
    margin-right: 13.75%; }
  .beginning-section .image-list:first-child {
    top: -10%; }
  .beginning-section .image-list:nth-child(2) {
    top: 10%; }
  .beginning-section .image-list:nth-child(3) {
    top: 30%; }
  .beginning-section .image-list:nth-child(4) {
    top: 50%; }
  .beginning-section .image-list:nth-child(5) {
    top: 70%; } }
.philosophy-section {
  background-color: #142d45;
  color: #142d45;
  padding: 0; }
  .philosophy-section header {
    color: #f4f3ef; }
  .philosophy-section .subsection {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 7%;
    padding-right: 7%;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding-top: 12%; }
  .philosophy-section .roots-subsection {
    background-image: url("../assets/images/create-1-stacked.png");
    padding-bottom: 85%; }
    .philosophy-section .roots-subsection .copy {
      margin: 20px 0; }
  .philosophy-section .people-subsection {
    background-image: url("../assets/images/create-2-stacked.png");
    padding-bottom: 90%; }
  .philosophy-section .create-subsection {
    background-image: url("../assets/images/create-3-stacked.png");
    padding-bottom: 90%; }
  .philosophy-section .copy-outer {
    text-align: center;
    z-index: 4; }

@media screen and (min-width: 37.5em) {
  .philosophy-section .copy .subtitle {
    font-size: 1.375em; } }
@media screen and (min-width: 56.25em) {
  .philosophy-section .subsection-outer {
    height: 2400px;
    position: relative; }
  .philosophy-section .subsection {
    background: none;
    height: 800px;
    padding-bottom: 0;
    padding-top: 0; }

  .touch .philosophy-section .subsection {
    position: relative; }

  .philosophy-section .subsection.is-animating .image {
    position: fixed;
    top: 0; }
  .philosophy-section .subsection.is-after .image {
    bottom: 0;
    top: auto; }
  .philosophy-section .image {
    left: 0;
    height: 800px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
    .philosophy-section .image .image-inner {
      background-repeat: no-repeat;
      background-position: 45% center;
      -webkit-background-size: 2560px 1000px;
      -moz-background-size: 2560px 1000px;
      background-size: 2560px 1000px;
      left: 0;
      height: 1000px;
      position: absolute;
      top: -100px;
      width: 100%; }
  .philosophy-section .copy-outer {
    zoom: 1;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    position: relative;
    height: 800px;
    text-align: left; }
    .philosophy-section .copy-outer:before {
      content: "";
      display: table; }
    .philosophy-section .copy-outer:after {
      content: "";
      display: table;
      clear: both; }
  .philosophy-section .copy-inner {
    font-size: 16px;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
    width: 30%;
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .philosophy-section .header .title {
    font-size: 3.5em; }
  .philosophy-section .copy .subtitle {
    font-size: 1.125em; }
  .philosophy-section .roots-subsection .image {
    z-index: 3; }
    .philosophy-section .roots-subsection .image .image-inner {
      background-image: url("../assets/images/create-1.png"); }
  .philosophy-section .people-subsection .image {
    z-index: 2; }
    .philosophy-section .people-subsection .image .image-inner {
      background-image: url("../assets/images/create-2.png"); }
  .philosophy-section .create-subsection .image {
    z-index: 1; }
    .philosophy-section .create-subsection .image .image-inner {
      background-image: url("../assets/images/create-3.png"); }
  .philosophy-section .header .title {
    font-size: 4.5em;
    text-shadow: black 0.1em 0.1em 0.2em; }
  .philosophy-section h3.title, .philosophy-section p {
    color: #142d45; } }
@media screen and (min-width: 75em) {
  .philosophy-section .copy-inner {
    font-size: 16px;
    margin-right: 1.25%;
    width: 22.5%;
    margin-left: 13.75%;
    display: block; }
  .philosophy-section .image-inner {
    background-position: 35% center; } }
@media screen and (min-width: 75em) and (min-height: 800px) {
  .philosophy-section .subsection-outer {
    height: 3000px; }
  .philosophy-section .subsection, .philosophy-section .copy-outer {
    height: 1000px; }
  .philosophy-section .image {
    height: 1000px; }
    .philosophy-section .image .image-inner {
      top: 0; } }
.contact-us-section {
  background-color: #142d45;
  color: #8baab2;
  overflow: hidden;
  padding-bottom: 18%;
  padding-left: 0;
  padding-right: 0;
  position: relative; }
  .contact-us-section .carousel {
    margin: 0; }
    .contact-us-section .carousel .content {
      zoom: 1;
      margin: 0;
      width: 600%; }
      .contact-us-section .carousel .content:before {
        content: "";
        display: table; }
      .contact-us-section .carousel .content:after {
        content: "";
        display: table;
        clear: both; }
  .contact-us-section .subsection {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 75%;
    -moz-background-size: 75%;
    background-size: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 0;
    padding: 10% 1.16667% 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 16.66667%; }
    .contact-us-section .subsection:last-child {
      margin-right: 0; }
  .contact-us-section .draw-subsection {
    background-image: url("../assets/images/tools-1@2x.png"); }
  .contact-us-section .sketch-subsection {
    background-image: url("../assets/images/tools-2@2x.png"); }
  .contact-us-section .outline-subsection {
    background-image: url("../assets/images/tools-3@2x.png"); }
  .contact-us-section .write-subsection {
    background-image: url("../assets/images/tools-4@2x.png"); }
  .contact-us-section .color-subsection {
    background-image: url("../assets/images/tools-5@2x.png"); }
  .contact-us-section .mixer-subsection {
    background-image: url("../assets/images/tools-6@2x.png"); }
  .contact-us-section .header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 1.25em;
    text-align: center; }
  .contact-us-section .copy .title {
    font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, sans-serif; }
  .contact-us-section .copy .info {
    color: #a49e93; }
  .contact-us-section .image {
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    margin: 20px 0;
    padding-bottom: 66%; }
  .contact-us-section .tooltray {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-width: 1024px;
    padding-bottom: 18%;
    position: absolute;
    right: 0; }
  .contact-us-section .tooltray-list, .contact-us-section .tooltray-item {
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
  .contact-us-section .tooltray-list {
    background-image: url("../assets/images/tool-base.png"); }
  .contact-us-section .tooltray-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
    .contact-us-section .tooltray-item.is-selected {
      opacity: 1;
      -ms-filter: none;
      filter: none; }
  .contact-us-section .tooltray-link {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10%; }

/*
 *.contact-us-section .draw-subsection.is-animated {
 *    background-image: url("../assets/images/tools-draw-animation@2x.gif");
 *}
 *.touch .contact-us-section .draw-subsection, .contact-us-section .draw-subsection.is-finished {
 *    background-image: url("../assets/images/tools-draw-finished@2x.gif");
 *}
 */
@media screen and (min-width: 37.5em) {
  .contact-us-section .header {
    margin-bottom: 0; } }
@media screen and (min-width: 56.25em) {
  .contact-us-section {
    padding-bottom: 181px; }
    .contact-us-section .carousel {
      zoom: 1;
      -webkit-transition: 0.5s -webkit-transform;
      -moz-transition: 0.5s -moz-transform;
      -o-transition: 0.5s -o-transform; }
      .contact-us-section .carousel:before {
        content: "";
        display: table; }
      .contact-us-section .carousel:after {
        content: "";
        display: table;
        clear: both; }
    .contact-us-section .subsection {
      background-position: right center;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      background-size: contain;
      float: left;
      margin-bottom: 0;
      padding-top: 0;
      width: 16.66667%; }

  .no-touch .contact-us-section .subsection {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s; }
    .no-touch .contact-us-section .subsection.is-selected {
      opacity: 1;
      -ms-filter: none;
      filter: none; }

  .contact-us-section .copy {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
    width: 30%;
    padding: 140px 0;
    vertical-align: middle; }
  .contact-us-section .image-outer {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
    width: 63.33333%;
    vertical-align: middle; }
  .contact-us-section .image {
    margin-bottom: 0;
    margin-top: 0; }
  .contact-us-section .tooltray {
    padding-bottom: 181px; } }
@media screen and (min-width: 75em) {
  .contact-us-section .header, .contact-us-section .carousel {
    display: inline-block;
    font-size: 16px;
    width: 72.5%;
    margin-left: 13.75%;
    margin-right: 13.75%; }
  .contact-us-section .subsection {
    padding-left: 0;
    padding-right: 0; }
  .contact-us-section .copy {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 22.5%; }
  .contact-us-section .image-outer {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 47.5%; } }
.feature-section {
  background: #fefbf5;
  background-position: 84% 100%;
  background-repeat: no-repeat;
  border-top: 1px solid #f1eae0;
  color: #66625b; }

.feature-section .wrapper {
  display: block;
  font-size: 0;
  margin-left: -5%;
  margin-right: -5%;
  width: 110%; }

.feature-section .copy {
  display: inline-block;
  font-size: 16px;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%; }

.feature-section .flag {
  background-color: #66625b;
  color: #fffcf5;
  display: block;
  font-family: 'Avenir Next LT W01 Demi', Helvetica, Arial, sans-serif;
  font-size: .75em;
  padding-left: 9px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  margin-bottom: 8px;
  width: 170px; }

.feature-section .flag:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fffcf5;
  right: 0;
  top: 0; }

.feature-section.it-section {
  background-image: url("../assets/images/services-it.png"); }

.no-backgroundsize .feature-section.it-section {
  background-image: none; }

.feature-section.design-ux-section {
  background-image: url("../assets/images/services-ux.png"); }

.no-backgroundsize .feature-section.design-ux-section {
  background-image: none; }

.feature-section.coaching-section {
  background-image: url("../assets/images/services-coaching.png"); }

.no-backgroundsize .feature-section.coaching-section {
  background-image: none; }

.backgroundsize .feature-section {
  -webkit-background-size: 600px auto;
  -moz-background-size: 600px auto;
  background-size: 600px auto; }

.backgroundsize .feature-section .feature-icon {
  -webkit-background-size: 206px auto;
  -moz-background-size: 206px auto;
  background-size: 206px auto;
  display: inline-block;
  float: left;
  height: 80px;
  width: 80px; }

.feature-section p {
  padding-top: 10px; }

.backgroundsize .feature-section .title, .backgroundsize .feature-section .subtitle {
  padding-left: 96px; }

.backgroundsize .feature-section.it-section {
  padding-bottom: 300px; }

.backgroundsize .feature-section.it-section .feature-icon {
  background-position: 50% -698px; }

.backgroundsize .feature-section.design-ux-section {
  padding-bottom: 300px; }

.backgroundsize .feature-section.design-ux-section .feature-icon {
  background-position: 50% -118px; }

.backgroundsize .feature-section.coaching-section {
  padding-bottom: 290px; }

.backgroundsize .feature-section.coaching-section .feature-icon {
  background-position: 50% -235px; }

@media screen and (min-width: 28.125em) {
  .backgroundsize .feature-section {
    -webkit-background-size: 800px auto;
    -moz-background-size: 800px auto;
    background-size: 800px auto; }

  .backgroundsize .feature-section.it-section {
    padding-bottom: 400px; }

  .backgroundsize .feature-section.design-ux-section {
    padding-bottom: 400px; }

  .backgroundsize .feature-section.coaching-section {
    padding-bottom: 380px; } }
@media screen and (min-width: 37.5em) {
  .feature-section {
    padding-top: 60px; }

  .feature-section .wrapper {
    display: block;
    font-size: 0;
    margin-left: -2.5%;
    margin-right: -2.5%;
    width: 105%; }

  .feature-section .copy {
    display: inline-block;
    font-size: 16px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 95%;
    min-height: 140px; }

  .feature-section .flag {
    font-size: .875em;
    width: 240px; }

  .feature-section .flag:before {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid #fffcf5; }

  .no-backgroundsize .feature-section {
    background-image: none; }

  .backgroundsize .feature-section {
    background-position: 90% 100%;
    -webkit-background-size: 960px auto;
    -moz-background-size: 960px auto;
    background-size: 960px auto; }

  .backgroundsize .feature-section .title {
    padding-top: 10px; }

  .backgroundsize .feature-section.it-section {
    padding-bottom: 480px; }

  .backgroundsize .feature-section.design-ux-section {
    padding-bottom: 480px; }

  .backgroundsize .feature-section.coaching-section {
    padding-bottom: 420px; } }
@media screen and (min-width: 56.25em) {
  .feature-section .wrapper {
    display: block;
    font-size: 0;
    margin-left: -1.6666666666666667%;
    margin-right: -1.6666666666666667%;
    width: 103.3333333333%; }

  .feature-section .copy {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.6666666666666667%;
    margin-right: 1.6666666666666667%;
    width: 30%; }

  /**
  .no-backgroundsize .feature-section .feature-icon {
    background: url("../assets/images/pencil/icons/pencil-icons-sprite-surface.png") no-repeat 0 0;
    display: inline-block
  }
  **/
  .no-backgroundsize .feature-section .title {
    padding-top: 10px; }

  .backgroundsize .feature-section, .no-backgroundsize .feature-section {
    -webkit-background-size: 1100px auto;
    -moz-background-size: 1100px auto;
    background-size: 1100px auto; }

  .backgroundsize .feature-section .title, .no-backgroundsize .feature-section .title,
  .backgroundsize .feature-section .subtitle, .no-backgroundsize .feature-section .subtitle {
    padding-left: 0; }

  .backgroundsize .feature-section .feature-icon, .no-backgroundsize .feature-section .feature-icon {
    -webkit-background-size: 350px auto;
    -moz-background-size: 350px auto;
    background-size: 350px auto;
    float: none;
    height: 135px;
    width: 135px; }

  .backgroundsize .feature-section.it-section, .no-backgroundsize .feature-section.it-section {
    background-image: url("../assets/images/services-it.png");
    background-position: 55% 100%;
    min-height: 560px;
    padding-bottom: 50px; }

  .backgroundsize .feature-section.it-section .feature-icon,
  .no-backgroundsize .feature-section.it-section .feature-icon {
    background-position: 50% -1186px; }

  .backgroundsize .feature-section.design-ux-section, .no-backgroundsize .feature-section.design-ux-section {
    background-image: url("../assets/images/services-ux.png");
    background-position: 55% 100%;
    min-height: 560px;
    padding-bottom: 50px; }

  .backgroundsize .feature-section.design-ux-section .feature-icon,
  .no-backgroundsize .feature-section.design-ux-section .feature-icon {
    background-position: 50% -200px; }

  .backgroundsize .feature-section.coaching-section, .no-backgroundsize .feature-section.coaching-section {
    background-image: url("../assets/images/services-coaching.png");
    background-position: 50% 100%;
    min-height: 530px;
    padding-bottom: 50px; }

  .backgroundsize .feature-section.coaching-section .feature-icon, .no-backgroundsize .feature-section.coaching-section .feature-icon {
    background-position: 50% -400px; } }
@media screen and (min-width: 75em) {
  .feature-section .wrapper {
    display: block;
    font-size: 0;
    margin-left: -1.25%;
    margin-right: -1.25%;
    width: 102.5%; }

  .feature-section .copy {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 22.5%;
    margin-left: 13.75%; } }
.pencil-section {
  background: url("../assets/images/pencil-bg.jpg");
  color: white;
  padding-bottom: 77%;
  position: relative; }
  .pencil-section:before {
    background: url("../assets/images/pencil@2x.jpg") no-repeat;
    background-position: 80% bottom;
    -webkit-background-size: 90%;
    -moz-background-size: 90%;
    background-size: 90%;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
  .pencil-section .subsection {
    position: relative;
    z-index: 1; }
  .pencil-section a.link {
    color: inherit; }
    .pencil-section a.link:hover i.chevron.white {
      background-position: -2px -562px; }
  .pencil-section i.chevron.white {
    background-position: -2px -562px;
    height: 18px; }

@media screen and (min-width: 37.5em) {
  .pencil-section .subsection {
    display: block;
    font-size: 0;
    margin-left: -2.5%;
    margin-right: -2.5%;
    width: 105%; }
  .pencil-section .copy {
    display: inline-block;
    font-size: 16px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 45%; } }
@media screen and (min-width: 56.25em) {
  .pencil-section {
    padding-bottom: 0;
    padding-top: 0;
    height: 700px; }
    .pencil-section:before {
      background-position: center bottom;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      background-size: contain; }
    .pencil-section .copy {
      display: inline-block;
      font-size: 16px;
      margin-left: 1.66667%;
      margin-right: 1.66667%;
      width: 30%;
      margin-top: 420px; } }
@media screen and (min-width: 75em) {
  .pencil-section .copy {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 22.5%;
    margin-left: 13.75%; } }
.clients-section {
  background-color: #bfe9f4;
  color: #142d45; }

.client-list {
  margin: -24px 0;
  text-align: center; }

.client-item {
  zoom: 1;
  margin: 24px 0; }
  .client-item:before {
    content: "";
    display: table; }
  .client-item:after {
    content: "";
    display: table;
    clear: both; }

.client-link {
  color: inherit; }
  .client-link:active, .client-link:visited {
    color: inherit; }
  .client-link:hover {
    color: inherit; }
    .client-link:hover .client-logo {
      opacity: 1;
      -ms-filter: none;
      filter: none; }

.client-logo {
  height: 80px;
  margin: 24px auto;
  text-indent: -9999px;
  filter: url("grayscale.svg#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%); }

.swisscom-logo {
  background: url("../assets/images/logos/swisscom.png") no-repeat 100% 0;
  background-size: auto 80px;
  background-position: center; }

.uzh-logo {
  background: url("../assets/images/logos/uzh.svg") no-repeat 100% 0;
  background-size: auto 80px;
  background-position: center; }

.unisg-logo {
  background: url("../assets/images/logos/unisg.svg") no-repeat 100% 0;
  background-size: 260px auto;
  background-position: center; }

.vidi-logo {
  width: 260px;
  background: url("../assets/images/logos/vidi.png") no-repeat 100% 0;
  background-size: auto 80px;
  background-position: center; }

.zm-logo {
  background: url("../assets/images/logos/zm.png") no-repeat 100% 0;
  background-size: auto 80px;
  background-position: center; }

.mhn-logo {
  background: url("../assets/images/logos/mhn.svg") no-repeat 100% 0;
  background-size: auto 80px;
  background-position: center; }

.tellssoehne-logo {
  background: url("../assets/images/logos/tellssoehne.png") no-repeat 10% 0;
  background-size: 260px auto;
  background-position: center; }

.nhmb-logo {
  background: url("../assets/images/logos/nhmb.svg") no-repeat 100% 0;
  background-size: auto 80px;
  background-position: center; }

.iss-logo {
  background: url("../assets/images/logos/iss.svg") no-repeat 100% 0;
  background-size: auto 80px;
  background-position: center; }

.khm-logo {
  background: url("../assets/images/logos/khm.svg") no-repeat 10% 0;
  background-size: 120px auto;
  background-position: center; }

.ixda-logo {
  background-position: 50% -80px; }

.crunchies-logo {
  background-position: 50% -160px; }

.apple-design-award-logo {
  background-position: 50% -240px; }

.theverge-logo {
  background-position: 50% -320px; }

.fastco-logo {
  background-position: 50% -400px; }

.client-blockquote {
  font-size: 1em;
  line-height: 1.4;
  text-align: center; }

@media screen and (min-width: 37.5em) {
  .client-blockquote {
    font-size: 1.125em; } }
@media screen and (min-width: 37.5em) {
  .client-list {
    display: block;
    font-size: 0;
    margin-left: -2.5%;
    margin-right: -2.5%;
    width: 105%; }

  .client-item {
    display: inline-block;
    font-size: 16px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 45%;
    vertical-align: top; } }
@media screen and (min-width: 56.25em) {
  .clients-section {
    padding-bottom: 50px;
    padding-top: 50px; }

  .client-item {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
    width: 30%; } }
@media screen and (min-width: 75em) {
  .client-item {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 22.5%; }
    .client-item:nth-child(3n + 1) {
      margin-left: 13.75%; } }
.start-section {
  background-color: #2d3c3f;
  color: white; }
  .start-section .header {
    text-align: center; }
  .start-section .paper-icon {
    margin: 0 auto 32px; }
  .start-section .app-store-button {
    margin: 32px auto 0; }
  .start-section .mix-form {
    margin-top: 50px; }
  .start-section .text-input {
    background: #b8d8d8;
    color: #4f6367;
    margin: 32px auto 0;
    text-align: center; }
    .start-section .text-input::-webkit-input-placeholder, .start-section .text-input:-moz-placeholder, .start-section .text-input::-moz-placeholder, .start-section .text-input:-ms-input-placeholder {
      color: #7a9e9f; }
  .start-section .button {
    border-color: #b8d8d8;
    color: #b8d8d8;
    margin-top: 32px; }
    .start-section .button:focus, .start-section .button:hover {
      background-color: #b8d8d8;
      color: #2d3c3f; }

@media screen and (min-width: 37.5em) {
  .start-section .mix-form {
    margin-top: 100px; } }
@media screen and (min-width: 75em) {
  .start-section .header {
    display: inline-block;
    font-size: 16px;
    width: 72.5%;
    margin-left: 13.75%;
    margin-right: 13.75%; } }
.banner-section {
  background-color: #f1eae0;
  padding-top: 0;
  padding-bottom: 0; }

.banner-item {
  background-repeat: no-repeat;
  background-position: bottom center;
  display: block;
  margin: 50px 0;
  padding-bottom: 155px; }
  .banner-item .copy {
    font-size: 1.25em;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    color: #403d39; }
  .banner-item strong {
    display: block;
    font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, sans-serif; }

.paper-banner-item {
  background-image: url("../assets/images/banner-blabs@2x.jpg");
  -webkit-background-size: 135px;
  -moz-background-size: 135px;
  background-size: 135px; }

.pencil-banner-item {
  background-image: url("../assets/images/banner-pencil-gold@2x.jpg");
  -webkit-background-size: 149px 135px;
  -moz-background-size: 149px 135px;
  background-size: 149px 135px; }

.mix-banner-item {
  background-image: url("../assets/images/banner-mix@2x.jpg");
  -webkit-background-size: 169px 135px;
  -moz-background-size: 169px 135px;
  background-size: 169px 135px; }

@media screen and (min-width: 37.5em) {
  .banner-section .banner-list {
    display: block;
    font-size: 0;
    margin-left: -2.5%;
    margin-right: -2.5%;
    width: 105%; }
  .banner-section .banner-item:first-child {
    display: inline-block;
    font-size: 16px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 95%; }
  .banner-section .banner-item:nth-child(2), .banner-section .banner-item:last-child {
    display: inline-block;
    font-size: 16px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 45%; } }
@media screen and (min-width: 56.25em) {
  .banner-section {
    padding-top: 0;
    padding-bottom: 0; }
    .banner-section .banner-item {
      background-position: 80% 50%;
      margin-top: 0;
      margin-bottom: 0;
      padding-bottom: 0;
      vertical-align: middle; }
      .banner-section .banner-item:first-child, .banner-section .banner-item:nth-child(2), .banner-section .banner-item:last-child {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.66667%;
        margin-right: 1.66667%;
        width: 30%; }
    .banner-section .copy {
      padding-top: 60px;
      padding-bottom: 60px;
      text-align: left; }
    .banner-section .word {
      display: block; } }
@media screen and (min-width: 75em) {
  .banner-section .banner-item:first-child, .banner-section .banner-item:nth-child(2), .banner-section .banner-item:last-child {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 22.5%; }
  .banner-section .banner-item:first-child {
    margin-left: 13.75%; }
  .banner-section .banner-item:last-child {
    margin-right: 13.75%; } }
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.services-section {
  background-color: #fffcf5;
  color: #252422; }
  .services-section .step-list {
    display: block;
    font-size: 0;
    margin-left: -5%;
    margin-right: -5%;
    width: 110%;
    margin-top: 50px;
    margin-bottom: 40px; }
  .services-section .step {
    display: inline-block;
    font-size: 16px;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 60px;
    position: relative; }
    .services-section .step:last-child {
      padding-bottom: 0; }
    .services-section .step h3 {
      -webkit-background-size: 350px auto;
      -moz-background-size: 350px auto;
      background-size: 350px auto;
      padding-top: 150px; }

.services-section .step-one h3 {
  background-position: 50% -784px; }
.services-section .step-two h3 {
  background-position: 50% -588px; }
.services-section .step-three h3 {
  background-position: 50% -980px; }
.services-section.section .copy.large .title {
  color: #66615b; }

@media screen and (min-width: 37.5em) {
  .services-section {
    padding-top: 100px; }
    .services-section .step-list {
      display: block;
      font-size: 0;
      margin-left: -2.5%;
      margin-right: -2.5%;
      width: 105%; }
    .services-section .step {
      display: inline-block;
      font-size: 16px;
      width: 45%;
      margin-left: 27.5%;
      margin-right: 27.5%; }

  .section-wrapper {
    display: block;
    font-size: 0;
    margin-left: -2.5%;
    margin-right: -2.5%;
    width: 105%; }

  .section-copy {
    display: inline-block;
    font-size: 16px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 95%; }

  .section-title {
    font-size: 3em; } }
@media screen and (min-width: 56.25em) {
  .services-section {
    padding-top: 150px;
    padding-bottom: 100px; }
    .services-section .step-list {
      display: block;
      font-size: 0;
      margin-left: -1.66667%;
      margin-right: -1.66667%;
      width: 103.33333%;
      margin-top: 100px;
      margin-bottom: 80px; }
    .services-section .step {
      display: inline-block;
      font-size: 16px;
      margin-left: 1.66667%;
      margin-right: 1.66667%;
      width: 30%;
      padding-bottom: 0;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: top; }

  .section-wrapper {
    display: block;
    font-size: 0;
    margin-left: -1.66667%;
    margin-right: -1.66667%;
    width: 103.33333%; }

  .section-copy {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
    width: 96.66667%; }

  .section-title {
    font-size: 4.5em; }

  .section-description {
    font-size: 1.625em; }

  .subsection-description {
    text-align: left; } }
@media screen and (min-width: 75em) {
  .services-section .step-list {
    display: block;
    font-size: 0;
    margin-left: -1.25%;
    margin-right: -1.25%;
    width: 102.5%; }
  .services-section .step {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 22.5%; }
    .services-section .step:first-child {
      margin-left: 13.75%; }
    .services-section .step:last-child {
      margin-right: 13.75%; }

  .section-wrapper {
    display: block;
    font-size: 0;
    margin-left: -1.25%;
    margin-right: -1.25%;
    width: 102.5%; }

  .section-copy {
    display: inline-block;
    font-size: 16px;
    width: 72.5%;
    margin-left: 13.75%;
    margin-right: 13.75%; } }
/*
 *
 *@font-face {
 *    font-family: "AvenirNextLTW01-Regular";
 *    font-style: normal;
 *    font-weight: normal;
 *    src: url("../assets/type/avenir/avenirnextltpro-regular.eot");
 *    src: url("../assets/type/avenir/avenirnextltpro-regular.eot?#iefix") format("embedded-opentype"), url("../assets/type/avenir/avenirnextltpro-regular.woff") format("woff"), url("../assets/type/avenir/avenirnextltpro-regular.ttf") format("truetype"), url("../assets/type/avenir/avenirnextltpro-regular.svg#avenirnextltpro-regular") format("svg");
 *}
 *@font-face {
 *    font-family: "Avenir Next LT W01 Demi";
 *    font-style: normal;
 *    font-weight: normal;
 *    src: url("../assets/type/avenir-demi/avenirnextltpro-demi.eot");
 *    src: url("../assets/type/avenir-demi/avenirnextltpro-demi.eot?#iefix") format("embedded-opentype"), url("../assets/type/avenir-demi/avenirnextltpro-demi.woff") format("woff"), url("../assets/type/avenir-demi/avenirnextltpro-demi.ttf") format("truetype"), url("../assets/type/avenir-demi/avenirnextltpro-demi.svg#avenirnextltpro-demi") format("svg");
 *}
 *@font-face {
 *    font-family: "Avenir Next LT W01 Bold";
 *    font-style: normal;
 *    font-weight: normal;
 *    src: url("../assets/type/avenir-bold/avenirnextltpro-bold.eot");
 *    src: url("../assets/type/avenir-bold/avenirnextltpro-bold.eot?#iefix") format("embedded-opentype"), url("../assets/type/avenir-bold/avenirnextltpro-bold.woff") format("woff"), url("../assets/type/avenir-bold/avenirnextltpro-bold.ttf") format("truetype"), url("../assets/type/avenir-bold/avenirnextltpro-bold.svg#avenirnextltpro-bold") format("svg");
 *}
 *
 */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html, body {
  height: 100%; }

.outer-grid-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7%;
  padding-right: 7%;
  background-color: #bfe9f4;
  padding-top: 40px;
  padding-bottom: 40px; }

.grid-wrapper {
  zoom: 1;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%; }
  .grid-wrapper:before {
    content: "";
    display: table; }
  .grid-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.inner-grid-wrapper {
  display: block;
  font-size: 0;
  margin-left: -5%;
  margin-right: -5%;
  width: 110%;
  font-size: 1em; }

.page-content {
  display: inline-block;
  font-size: 16px;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  margin-bottom: 200px; }

@media screen and (min-width: 37.5em) {
  .inner-grid-wrapper {
    display: block;
    font-size: 0;
    margin-left: -2.5%;
    margin-right: -2.5%;
    width: 105%; }

  .page-content {
    display: inline-block;
    font-size: 16px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 95%; } }
@media screen and (min-width: 56.25em) {
  .inner-grid-wrapper {
    display: block;
    font-size: 0;
    margin-left: -1.66667%;
    margin-right: -1.66667%;
    width: 103.33333%; }

  .page-content {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
    width: 96.66667%; } }
@media screen and (min-width: 75em) {
  .inner-grid-wrapper {
    display: block;
    font-size: 0;
    margin-left: -1.25%;
    margin-right: -1.25%;
    width: 102.5%; }

  .page-content {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 72.5%;
    margin-left: 13.75%; } }
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.cf {
  *zoom: 1; }
  .cf:before {
    content: " ";
    display: table; }
  .cf:after {
    content: " ";
    display: table;
    clear: both; }

.logo-dark {
  background: url("../assets/images/logos/blabs-dark.svg") no-repeat 50% 50%; }

.logo-light {
  background: url("../assets/images/logos/blabs-light.svg") no-repeat 50% 50%; }

.icon-social {
  display: inline-block;
  font-size: 0; }

.icon-twitter-light {
  background: url("../assets/images/icons/twitter-light.svg") no-repeat 50% 50%; }

.no-svg .icon-twitter-light {
  background: url("../assets/images/icon-twitter-inverted.png") no-repeat 50% 50%; }

.icon-twitter-dark {
  background: url("../assets/images/icons/twitter-dark.svg") no-repeat 50% 50%; }

.no-svg .icon-twitter-dark {
  background: url("../assets/images/icon-twitter.png") no-repeat 50% 50%; }

.icon-facebook-light {
  background: url("../assets/images/icons/facebook-light.svg") no-repeat 50% 50%; }

.no-svg .icon-facebook-light {
  background: url("../assets/images/icon-facebook-inverted.png") no-repeat 50% 50%; }

.icon-facebook-dark {
  background: url("../assets/images/icons/facebook-dark.svg") no-repeat 50% 50%; }

.no-svg .icon-facebook-dark {
  background: url("../assets/images/icon-facebook.png") no-repeat 50% 50%; }

.content {
  width: auto;
  margin: 0 23px; }

@media screen and (min-width: 55.625em) {
  .content {
    width: 890px;
    margin: 0 auto; } }
a {
  color: #c94a00;
  text-decoration: none; }
  a:visited {
    color: #c94a00;
    text-decoration: none; }
  a:hover, a:active {
    color: #a13b00;
    text-decoration: none; }

h1.title-heading {
  font-size: 47px;
  line-height: 1.05; }

html, body {
  font-family: "AvenirNextLTW01-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

header.page-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7%;
  padding-right: 7%;
  background-color: white;
  font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, sans-serif;
  min-height: 70px;
  width: auto; }
  header.page-header.fixed-grid {
    min-width: 890px; }
    header.page-header.fixed-grid.responsive {
      min-width: 0; }
    header.page-header.fixed-grid .header-grid-outer {
      zoom: 1;
      margin: 0 auto;
      max-width: 890px;
      width: 100%; }
      header.page-header.fixed-grid .header-grid-outer:before {
        content: "";
        display: table; }
      header.page-header.fixed-grid .header-grid-outer:after {
        content: "";
        display: table;
        clear: both; }
  header.page-header .header-grid-outer {
    zoom: 1;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%; }
    header.page-header .header-grid-outer:before {
      content: "";
      display: table; }
    header.page-header .header-grid-outer:after {
      content: "";
      display: table;
      clear: both; }
  header.page-header .header-grid-inner {
    display: block;
    font-size: 0;
    margin-left: -5%;
    margin-right: -5%;
    width: 110%; }
  header.page-header .logo-wrapper {
    display: inline-block;
    font-size: 20pt;
    margin-left: 5%;
    margin-right: 5%;
    white-space: nowrap;
    width: 40%;
    vertical-align: middle; }
  header.page-header .logo {
    -webkit-background-size: 36px;
    -moz-background-size: 36px;
    background-size: 36px;
    margin-top: 20px;
    width: 200px; }
  header.page-header a {
    color: #0e2031;
    text-decoration: none; }
    header.page-header a:visited {
      color: #0e2031;
      text-decoration: none; }
    header.page-header a:active, header.page-header a:hover {
      color: #403d39;
      text-decoration: none; }
  header.page-header nav {
    font-size: 16px;
    display: none;
    margin: 0;
    width: 100%; }
    header.page-header nav ul {
      float: none;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    header.page-header nav li {
      color: #252422;
      display: inline;
      font-size: 0.8125em;
      text-transform: uppercase;
      font-weight: bolder; }
    header.page-header nav .get-paper a {
      color: #eb5e28; }
      header.page-header nav .get-paper a:visited {
        color: #eb5e28; }
      header.page-header nav .get-paper a:hover, header.page-header nav .get-paper a:visited:hover {
        color: #b33c12; }
    header.page-header nav .fb {
      margin-right: 2px; }

.no-js header.page-header nav {
  display: none; }

header.page-header nav.expanded {
  background-color: white;
  border-bottom: 1px solid #ccc5b9;
  display: block;
  position: absolute;
  padding-top: 20px;
  left: 0;
  right: 0;
  top: 70px;
  z-index: 9999999; }
  header.page-header nav.expanded li {
    font-size: 16px;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    display: block;
    float: none;
    height: 45px;
    padding-left: 2.5%; }
    header.page-header nav.expanded li.social {
      display: none; }
header.page-header button {
  display: inline-block;
  font-size: 16px;
  margin-left: 5%;
  margin-right: 5%;
  width: 40%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-background-size: 16px 11px;
  -moz-background-size: 16px 11px;
  background-size: 16px 11px;
  border: none;
  cursor: pointer;
  height: 11px;
  float: right;
  margin-top: 25px;
  min-height: 30px; }
  header.page-header button:focus {
    outline: 0; }

.no-js header.page-header button {
  display: none; }

header.page-header .icon-social {
  -webkit-background-size: 30px;
  -moz-background-size: 30px;
  background-size: 30px;
  height: 30px;
  opacity: 0.27;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=27)";
  filter: alpha(opacity=27);
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  width: 30px; }

.no-svg header.page-header .icon-social {
  background-position: 0 0;
  opacity: 1;
  -ms-filter: none;
  filter: none; }

header.page-header .icon-social:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

.no-svg header.page-header .icon-social:hover {
  background-position: 0 100%; }

@media screen and (min-width: 748px) {
  header.page-header {
    height: 100px; }
    header.page-header .header-grid-inner {
      display: block;
      font-size: 0;
      margin-left: -1.66667%;
      margin-right: -1.66667%;
      width: 103.33333%; }
    header.page-header .logo-wrapper {
      display: inline-block;
      margin-left: 1.66667%;
      margin-right: 1.66667%;
      width: 20.33333%;
      height: 100px; }
    header.page-header .logo {
      -webkit-background-size: 53px;
      -moz-background-size: 53px;
      background-size: 53px;
      width: 150px;
      margin-top: 23px; }
    header.page-header .download-paper a {
      border: 2px solid #0e2031;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      color: #0e2031;
      padding: 6px 14px; }
      header.page-header .download-paper a:visited {
        border: 2px solid #0e2031;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        color: #0e2031;
        padding: 6px 14px; }
      header.page-header .download-paper a:hover, header.page-header .download-paper a:visited:hover {
        background-color: #0e2031;
        color: #bfe9f4; }
    header.page-header nav {
      display: inline-block;
      font-size: 16px;
      margin-left: 1.66667%;
      margin-right: 1.66667%;
      padding-top: 40px;
      width: 70%;
      height: 100px;
      vertical-align: middle; }
      header.page-header nav.expanded {
        background-color: transparent;
        border-bottom: none;
        display: inline-block;
        position: relative;
        left: auto;
        right: auto;
        top: auto; }
        header.page-header nav.expanded li {
          display: inline-block;
          font-size: 0.8125em;
          float: none;
          height: auto;
          margin: auto;
          margin-right: 12px;
          padding-left: 0;
          width: auto; }
      header.page-header nav ul {
        float: right; }
      header.page-header nav li {
        display: inline-block;
        font-size: 0.8125em;
        margin-right: 12px;
        text-align: right; }
        header.page-header nav li.social {
          vertical-align: 21px; }
        header.page-header nav li.tw {
          margin-right: 0; }

  .no-js header.page-header nav {
    display: inline-block; }

  header.page-header button {
    display: none;
    margin-top: 40px; } }
@media screen and (min-width: 900px) {
  header.page-header .header-grid-inner {
    display: block;
    font-size: 0;
    margin-left: -1.66667%;
    margin-right: -1.66667%;
    width: 103.33333%; }
  header.page-header .logo-wrapper {
    display: inline-block;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
    width: 25.33333%;
    height: 100%; }
  header.page-header .logo {
    width: 250px;
    margin-top: 10px; }
  header.page-header nav {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
    width: 60%; }
    header.page-header nav li, header.page-header nav.expanded li {
      margin-right: 18px; } }
@media screen and (min-width: 800px) and (max-width: 910px) {
  header.page-header nav li, header.page-header nav.expanded li {
    margin-right: 18px; }
  header.page-header nav li.get-paper, header.page-header nav.expanded li.get-paper {
    margin-right: 23px; } }
@media screen and (min-width: 1100px) and (max-width: 1160px) {
  header.page-header nav li, header.page-header nav.expanded li {
    margin-right: 18px; } }
@media screen and (min-width: 1200px) {
  header.page-header .header-grid-inner {
    display: block;
    font-size: 0;
    margin-left: -1.25%;
    margin-right: -1.25%;
    width: 102.5%; }
  header.page-header .logo-wrapper {
    display: inline-block;
    margin-right: 1.25%;
    width: 25%;
    height: 100%;
    margin-left: 13.75%; }
  header.page-header .logo {
    width: 320px; }
  header.page-header nav {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 55%; }
  header.page-header.fixed-grid .logo-wrapper {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 10%; }
  header.page-header.fixed-grid nav {
    display: inline-block;
    font-size: 16px;
    margin-right: 1.25%;
    width: 72.5%;
    margin-left: 13.75%; } }
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7%;
  padding-right: 7%;
  background-color: #0e2031;
  min-height: 258px;
  padding-top: 72px;
  position: relative;
  width: auto;
  z-index: 1; }
  footer.fixed-grid {
    min-width: 890px; }
    footer.fixed-grid.responsive {
      min-width: 0; }
    footer.fixed-grid .footer-container {
      zoom: 1;
      margin: 0 auto;
      max-width: 890px;
      width: 100%; }
      footer.fixed-grid .footer-container:before {
        content: "";
        display: table; }
      footer.fixed-grid .footer-container:after {
        content: "";
        display: table;
        clear: both; }
  footer .logo-wrapper {
    display: inline-block;
    font-size: 16px;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    vertical-align: top; }
  footer .logo {
    width: 82px;
    height: 82px;
    padding-bottom: 40px; }
  footer ul {
    margin: 0;
    min-height: 100px;
    padding: 0; }
  footer .links {
    font-size: 16px;
    margin-left: 5%;
    margin-right: 5%;
    width: 40%;
    display: block;
    float: left;
    height: auto;
    margin-bottom: 20px; }
    footer .links li {
      display: block;
      font-size: 0.75em;
      font-family: "Avenir Next LT W01 Bold", Helvetica, Arial, sans-serif;
      margin-bottom: 10px;
      text-transform: uppercase;
      vertical-align: middle; }
  footer .products li a {
    color: #f1eae0; }
    footer .products li a:hover {
      color: white; }
  footer nav {
    zoom: 1; }
    footer nav:before {
      content: "";
      display: table; }
    footer nav:after {
      content: "";
      display: table;
      clear: both; }
  footer a {
    color: #a49e93;
    text-decoration: none; }
    footer a:hover {
      color: #bfe9f4;
      cursor: pointer;
      text-decoration: none; }
    footer a:visited {
      color: #a49e93;
      text-decoration: none; }
      footer a:visited:hover {
        color: #bfe9f4; }
  footer .copyright-info {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    color: white;
    display: block;
    font-size: 12px;
    padding: 30px 0; }
  footer .made-in, footer .copyright {
    font-size: 11px;
    margin-right: 8px;
    display: block;
    text-align: center;
    line-height: 1.6; }
  footer .copyright-links {
    color: #a49e93;
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin: 20px auto;
    width: 190px; }
    footer .copyright-links li {
      display: inline-block;
      margin-right: 8px; }
      footer .copyright-links li a:hover {
        color: #bfe9f4;
        cursor: pointer; }
        footer .copyright-links li a:hover:visited {
          color: #bfe9f4; }
      footer .copyright-links li a:visited {
        color: #a49e93; }
  footer .footer-container {
    zoom: 1;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%; }
    footer .footer-container:before {
      content: "";
      display: table; }
    footer .footer-container:after {
      content: "";
      display: table;
      clear: both; }
  footer .footer-inner {
    display: block;
    font-size: 0;
    margin-left: -5%;
    margin-right: -5%;
    width: 110%; }

@media screen and (min-width: 37.5em) {
  footer .footer-inner {
    display: block;
    font-size: 0;
    margin-left: -2.5%;
    margin-right: -2.5%;
    width: 105%; }
  footer .logo-wrapper {
    display: inline-block;
    font-size: 16px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 20%; }
  footer ul {
    min-height: auto; }
  footer nav {
    display: inline-block;
    font-size: 16px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 95%; }
  footer .links-wrapper {
    display: block;
    font-size: 0;
    margin-left: -2.5%;
    margin-right: -2.5%;
    width: 105%; }
  footer .links {
    font-size: 16px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 20%;
    display: block;
    float: left; }
  footer .copyright-info {
    display: inline-block;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 95%;
    font-size: 11px;
    padding-bottom: 30px; }
  footer .copyright-links {
    display: inline-block;
    font-size: 11px;
    margin: 10px 0;
    width: auto; }
  footer .made-in, footer .copyright {
    display: inline-block;
    margin: 0 8px 0 0;
    text-align: left; } }
@media screen and (min-width: 56.25em) {
  footer .footer-inner {
    display: block;
    font-size: 0;
    margin-left: -1.66667%;
    margin-right: -1.66667%;
    width: 103.33333%; }
  footer .logo-wrapper {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.66667%;
    margin-right: 1.66667%;
    width: 13.33333%; }
  footer nav {
    display: inline-block;
    font-size: 16px;
    margin-right: 1.66667%;
    width: 63.33333%;
    margin-left: 18.33333%; }
  footer .copyright-info {
    display: inline-block;
    font-size: 16px;
    margin-right: 1.66667%;
    width: 63.33333%;
    margin-left: 35%; } }
@media screen and (min-width: 75em) {
  footer .footer-inner {
    display: block;
    font-size: 0;
    margin-left: -1.25%;
    margin-right: -1.25%;
    width: 102.5%; }
  footer .logo-wrapper {
    display: inline-block;
    font-size: 16px;
    margin-right: 1.25%;
    width: 10%;
    margin-left: 13.75%; }
  footer nav {
    display: inline-block;
    font-size: 16px;
    margin-right: 1.25%;
    width: 47.5%;
    margin-left: 13.75%; }
  footer .copyright-info {
    display: inline-block;
    font-size: 16px;
    margin-right: 1.25%;
    width: 47.5%;
    margin-left: 38.75%; }
  footer.fixed-grid .logo-wrapper {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 10%; }
  footer.fixed-grid nav {
    display: inline-block;
    font-size: 16px;
    margin-right: 1.25%;
    width: 60%;
    margin-left: 26.25%; }
  footer.fixed-grid .copyright-info {
    display: inline-block;
    font-size: 16px;
    margin-right: 1.25%;
    width: 60%;
    margin-left: 38.75%; } }
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.play {
  background: rgba(0, 0, 0, 0.6) url("../assets/images/icons/play.svg") no-repeat 50%;
  -webkit-background-size: 54px;
  -moz-background-size: 54px;
  background-size: 54px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  font-size: 0;
  height: 50px;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  top: 50%;
  width: 50px; }

.no-svg .play {
  background: url("../assets/images/icons/play_50x50.png") no-repeat 50%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none; }

.no-touch .play {
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease; }

.play-wrap {
  height: 82%;
  left: 1%;
  position: absolute;
  top: 2%;
  width: 57%; }

.no-touch .play-wrap:hover .play {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

.video-popup {
  cursor: pointer;
  height: 256px;
  width: 376px;
  display: block; }

.video-backdrop {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999; }

.video-popup-container {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 180px;
  max-width: 100%;
  width: 100%;
  margin-left: -50%;
  margin-top: -90px; }

.video-container iframe {
  position: relative;
  z-index: 3; }

.video-popup-close {
  background: transparent url("../assets/images/icons/close-icon.svg") no-repeat top center;
  -webkit-background-size: 22px;
  -moz-background-size: 22px;
  background-size: 22px;
  cursor: pointer;
  height: 44px;
  position: absolute;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  right: 0;
  top: -32px;
  width: 44px;
  z-index: 2; }

.no-svg .video-popup-close {
  background: url("../assets/images/icons/close-icon.png") no-repeat top center;
  -webkit-background-size: 22px;
  -moz-background-size: 22px;
  background-size: 22px; }

.no-touch .video-popup-close:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

@media screen and (min-width: 37.5em) {
  .video-popup-container {
    max-width: 100%;
    width: 100%;
    margin-left: -50%;
    height: 360px;
    margin-top: -180px; } }
@media screen and (min-width: 56.25em) {
  .video-popup-container {
    margin-left: -400px;
    width: 800px;
    height: 450px;
    margin-top: -225px; }

  .video-popup-close {
    display: block;
    top: 0;
    right: -44px; }

  .play {
    -webkit-background-size: 78px;
    -moz-background-size: 78px;
    background-size: 78px;
    height: 74px;
    margin-top: -37px;
    margin-left: -37px;
    width: 74px; }

  .no-svg .play {
    background: url("../assets/images/icons/play_74x74.png") no-repeat 50%; } }
.banner-section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7%;
  padding-right: 7%;
  background: #f2eadf;
  width: 100%; }

.banner-wrap {
  zoom: 1;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%; }
  .banner-wrap:before {
    content: "";
    display: table; }
  .banner-wrap:after {
    content: "";
    display: table;
    clear: both; }

.banner {
  display: block;
  font-size: 0;
  margin-left: -5%;
  margin-right: -5%;
  width: 110%;
  height: 660px;
  position: relative; }
  .banner .product {
    display: inline-block;
    font-size: 16px;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    position: relative;
    text-align: left;
    text-rendering: optimizeLegibility;
    vertical-align: top; }
  .banner .banner-title {
    padding: 42px 0;
    position: absolute;
    top: 100px;
    text-align: center;
    left: 0;
    right: 0; }
    .banner .banner-title .product-name {
      color: #11100f;
      display: block;
      font: 1.25em "Avenir Next LT W01 Bold", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
    .banner .banner-title .product-line {
      color: #11100f;
      display: inline-block;
      font: 1.25em "AvenirNextLTW01-Regular", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      width: 50%; }
  .banner.three-items .accolade {
    font-size: 16px;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    display: inline-block;
    height: 80px;
    padding: 24px 0;
    position: absolute;
    top: 24px;
    vertical-align: middle; }
    .banner.three-items .accolade img {
      display: block;
      margin: 0 auto;
      width: 100%;
      max-width: 300px; }
  .banner.three-items .paper {
    position: absolute;
    top: 200px; }
    .banner.three-items .paper .banner-title {
      top: -70px; }
    .banner.three-items .paper .paper-logo {
      height: 120px;
      width: 120px;
      position: absolute;
      top: 60px;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .banner.three-items .book {
    position: absolute;
    top: 440px; }
    .banner.three-items .book .little-pile {
      position: absolute;
      margin: 0 auto;
      max-width: 216px;
      left: 0;
      right: 0;
      top: 70px; }
    .banner.three-items .book .product-line {
      width: 50%; }
    .banner.three-items .book .banner-title {
      top: -60px; }
  .banner.three-items .pencil {
    position: absolute;
    top: 480px; }
    .banner.three-items .pencil .holding-pencil {
      margin: 0 auto;
      max-width: 106px;
      position: absolute;
      left: -20px;
      right: 0;
      top: 22px; }
    .banner.three-items .pencil .banner-title {
      top: -100px; }
  .banner.two-items {
    height: 727px; }
    .banner.two-items .pencil .banner-title {
      top: 390px; }
    .banner.two-items .pencil .holding-pencil {
      bottom: -780px;
      left: 60px;
      margin: 0 auto;
      max-width: 300px;
      position: absolute;
      right: 0; }
    .banner.two-items .book .banner-title {
      top: 10px; }
    .banner.two-items .book .little-pile {
      left: 0;
      margin: 0 auto;
      max-width: 216px;
      position: absolute;
      right: 0;
      top: 140px; }

@media screen and (min-width: 37.5em) {
  .banner {
    display: block;
    font-size: 0;
    margin-left: -2.5%;
    margin-right: -2.5%;
    width: 105%;
    height: 443px; }
    .banner .banner-title {
      padding: 30px 0 42px 0; }
    .banner.three-items .product {
      display: inline-block;
      font-size: 16px;
      margin-left: 2.5%;
      margin-right: 2.5%;
      width: 45%;
      position: absolute; }
    .banner.three-items .accolade {
      display: inline-block;
      font-size: 16px;
      margin-left: 2.5%;
      margin-right: 2.5%;
      width: 95%;
      padding: 24px 0 0 0;
      position: relative; }
      .banner.three-items .accolade img {
        width: 60%;
        max-width: 300px; }
    .banner.three-items .paper .banner-title {
      top: -40px; }
    .banner.three-items .paper .paper-logo {
      top: 90px; }
    .banner.three-items .book {
      position: absolute;
      left: 50%;
      top: 91px; }
      .banner.three-items .book .little-pile {
        width: 201px;
        top: 196px; }
      .banner.three-items .book .banner-title {
        top: 69px; }
        .banner.three-items .book .banner-title .product-line {
          width: 60%; }
    .banner.three-items .pencil {
      position: absolute;
      left: 50%;
      top: 260px; }
      .banner.three-items .pencil .holding-pencil {
        max-width: 108px; }
    .banner.two-items {
      height: 320px; }
      .banner.two-items .product {
        display: inline-block;
        font-size: 16px;
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 45%; }
      .banner.two-items .pencil .banner-title {
        top: 0; }
      .banner.two-items .pencil .holding-pencil {
        top: 160px;
        bottom: auto;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .banner.two-items .book .banner-title {
        top: 0; } }
@media screen and (min-width: 56.25em) {
  .banner {
    display: block;
    font-size: 0;
    margin-left: -1.66667%;
    margin-right: -1.66667%;
    width: 103.33333%;
    height: 180px;
    overflow: hidden;
    position: relative; }
    .banner .banner-title {
      padding: 42px 0;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      text-align: left; }
    .banner.two-items {
      height: 180px; }
      .banner.two-items .product {
        display: inline-block;
        font-size: 16px;
        margin-left: 1.66667%;
        margin-right: 1.66667%;
        width: 46.66667%; }
        .banner.two-items .product a {
          display: block;
          font-size: 0;
          margin-left: -3.33333%;
          margin-right: -3.33333%;
          width: 106.66667%; }
      .banner.two-items .pencil .banner-title {
        display: inline-block;
        font-size: 16px;
        margin-left: 3.33333%;
        margin-right: 3.33333%;
        width: 26.66667%; }
        .banner.two-items .pencil .banner-title .product-line {
          width: 100%; }
      .banner.two-items .pencil .product-image-wrapper {
        font-size: 16px;
        margin-left: 3.33333%;
        margin-right: 3.33333%;
        width: 60%;
        display: inline-block;
        position: relative;
        vertical-align: top; }
      .banner.two-items .pencil .holding-pencil {
        left: 0;
        margin: 0 auto;
        right: 0;
        top: 44px; }
      .banner.two-items .book .banner-title {
        display: inline-block;
        font-size: 16px;
        margin-left: 3.33333%;
        margin-right: 3.33333%;
        width: 26.66667%; }
        .banner.two-items .book .banner-title .product-line {
          width: 100%; }
      .banner.two-items .book .product-image-wrapper {
        font-size: 16px;
        margin-left: 3.33333%;
        margin-right: 3.33333%;
        width: 60%;
        display: inline-block;
        position: relative;
        vertical-align: top; }
      .banner.two-items .book .little-pile {
        left: 0;
        margin: 0 auto;
        max-width: 210px;
        right: 0;
        top: 44px; }
    .banner.three-items .product {
      top: auto;
      position: relative;
      display: inline-block;
      font-size: 16px;
      margin-left: 1.66667%;
      margin-right: 1.66667%;
      width: 30%; }
    .banner.three-items .accolade {
      display: inline-block;
      font-size: 16px;
      margin-left: 1.66667%;
      margin-right: 1.66667%;
      width: 30%; }
    .banner.three-items .book {
      position: relative;
      left: auto; }
      .banner.three-items .book .banner-title {
        top: auto; }
        .banner.three-items .book .banner-title .product-line {
          width: 30%; }
      .banner.three-items .book .little-pile {
        height: auto;
        left: auto;
        position: absolute;
        right: 10px;
        top: 50px;
        max-width: 156px; }
    .banner.three-items .paper .paper-logo {
      left: auto;
      top: 30px;
      right: -10px; }
    .banner.three-items .paper .banner-title {
      top: 0; }
    .banner.three-items .pencil {
      position: relative;
      left: auto; }
      .banner.three-items .pencil .holding-pencil {
        right: 0;
        left: auto;
        margin: auto; }
      .banner.three-items .pencil .banner-title {
        top: 0; }
    .banner.three-items .accolade {
      padding: 54px 0 0 0;
      position: relative;
      top: auto; }
      .banner.three-items .accolade img {
        margin: 0 5% 0 10%;
        max-width: none;
        width: 85%; }
    .banner.two-items .product {
      position: relative; } }
@media screen and (min-width: 75em) {
  .banner {
    display: block;
    font-size: 0;
    margin-left: -1.25%;
    margin-right: -1.25%;
    width: 102.5%; }
    .banner.three-items .product, .banner.three-items .accolade {
      display: inline-block;
      font-size: 16px;
      margin-left: 1.25%;
      margin-right: 1.25%;
      width: 22.5%; }
    .banner.three-items .first-item {
      margin-left: 13.75%; }
    .banner.two-items .product, .banner.two-items .accolade {
      display: inline-block;
      font-size: 16px;
      margin-left: 1.25%;
      margin-right: 1.25%;
      width: 35%; }
    .banner.two-items .first-item {
      margin-left: 13.75%; } }
a.action-button {
  background-color: #eb5e28;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffc0a4;
  display: block;
  font: 1em "Avenir Next LT W01 Demi", Helvetica, Arial, sans-serif;
  height: 41px;
  line-height: 41px;
  margin: 20px auto 18px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  width: 115px; }

.no-backgroundsize a.action-button {
  background-image: url("../assets/images/icons/chevron-sprite.png"); }

.no-touch a.action-button:hover {
  background-color: #b33c12; }

a.action-button.holidays {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffc0a4;
  display: block;
  font: 1em "Avenir Next LT W01 Demi", Helvetica, Arial, sans-serif;
  height: 41px;
  line-height: 41px;
  margin: 20px auto 18px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  width: 182px;
  background: #eb5e28 url("../assets/images/icons/holiday-ribbon.png") no-repeat 10px;
  -webkit-background-size: auto 50px;
  -moz-background-size: auto 50px;
  background-size: auto 50px;
  padding-left: 35px; }

.no-backgroundsize a.action-button.holidays {
  background-image: url("../assets/images/icons/chevron-sprite.png"); }

.no-touch a.action-button.holidays:hover {
  background-color: #b33c12; }

.svg a.action-button.holidays {
  background: #eb5e28 url("../assets/images/icons/holiday-ribbon.svg") no-repeat 11px;
  -webkit-background-size: auto 50px;
  -moz-background-size: auto 50px;
  background-size: auto 50px; }

.submit-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  font-family: "Avenir Next LT W01 Demi", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 0 18px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  height: 50px;
  outline: none;
  cursor: default;
  outline: none;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease; }
  .submit-button:hover, .submit-button:focus, .submit-button:active {
    outline: none; }
  .submit-button.secondary {
    color: #f1eae0;
    background-color: #a49e93; }
    .submit-button.secondary:hover {
      color: #f1eae0;
      background-color: #142d45; }
  .submit-button.primary {
    color: #ffc0a4;
    background-color: #eb5e28; }
    .submit-button.primary:hover {
      color: #ffc0a4;
      background-color: #b33c12; }
  .submit-button.disabled {
    color: #bfe9f4;
    background-color: #e0d9cd; }
    .submit-button.disabled:hover {
      color: #bfe9f4;
      background-color: #e0d9cd; }

a.outline-button {
  display: inline-block;
  min-width: 146px;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Avenir Next LT W01 Demi", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 36px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: solid 2px white;
  background: none;
  cogor: white;
  cursor: pointer; }
  a.outline-button:hover {
    background: white;
    color: #11100f; }
a.watch-video-button {
  position: relative;
  padding-left: 32px; }
  a.watch-video-button:before {
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid white;
    content: ""; }
  a.watch-video-button:hover:before {
    border-left-color: #11100f; }

i.chevron {
  background-image: url("../assets/images/icons/chevron-sprite.png");
  background-repeat: no-repeat;
  -webkit-background-size: 26px auto;
  -moz-background-size: 26px auto;
  background-size: 26px auto;
  display: inline-block;
  height: 24px;
  width: 15px;
  vertical-align: -2px; }

.svg i.chevron {
  background-image: url("../assets/images/icons/chevron-sprite.svg"); }

i.chevron.link {
  background-position: -2px -416px; }

.no-touch a:hover i.chevron.link {
  background-position: -2px -486px; }

i.chevron.white, .no-touch a:hover i.chevron.white {
  background-position: -2px -556px; }

.quoted {
  font-family: Georgia;
  display: block;
  margin: 14px 0 0 0;
  font-style: italic; }

#response {
  padding-top: 20px;
  color: red; }

#response.success {
  color: green; }

.contact-form {
  background-color: white;
  padding: 30px;
  margin: 50px auto 0;
  max-width: 500px;
  border: 15px solid #142d45; }

label {
  display: block;
  padding: 5px 0 0;
  color: #0b2439; }

input, textarea {
  width: 100%;
  padding: 10px 2%;
  border: none;
  background-color: #f0f0f0;
  color: #666;
  font-weight: 300;
  font-size: 20px;
  border-radius: 0px;
  -webkit-appearance: none; }

input:focus,
textarea:focus {
  border-color: #e75854;
  color: #666;
  outline: 0; }

button {
  display: block;
  margin-top: 2.5em;
  padding: 1.5em;
  width: 100%;
  border: none;
  background: transparent;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 1.25em; }

button.send {
  background: #0b2439; }
  button.send:hover {
    background-color: #bfe9f4; }

button:focus {
  outline: 0; }

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