/**
 * @license
 * MyFonts Webfont Build ID 3517061, 2018-01-27T01:01:43-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: UniversNextPro-Ext by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/univers-next/pro-440-extended-regular/
 * Copyright: Copyright &#x00A9; 2010 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. Univers is a trademark of Linotype Corp. regi
 * Licensed pageviews: 250,000
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3517061
 *
 * © 2018 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */

/* @import url("/count/35aa85"); */

@font-face {
  font-family: 'UniversNextPro-Ext';
  src: url('assets/fonts/univers_next_extended/webfonts/35AA85_0_0.eot');
  src: url('assets/fonts/univers_next_extended/webfonts/35AA85_0_0.eot?#iefix')
      format('embedded-opentype'),
    url('assets/fonts/univers_next_extended/webfonts/35AA85_0_0.woff2') format('woff2'),
    url('assets/fonts/univers_next_extended/webfonts/35AA85_0_0.woff') format('woff'),
    url('assets/fonts/univers_next_extended/webfonts/35AA85_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'SuisseIntl-Book-S';
  src: url('assets/fonts/suisse_intl/suisseintl-book-web/S/SuisseIntl-Book-WebS.eot');
  src: url('assets/fonts/suisse_intl/suisseintl-book-web/S/SuisseIntl-Book-WebS.eot?#iefix')
      format('embedded-opentype'),
    url('assets/fonts/suisse_intl/suisseintl-book-web/S/SuisseIntl-Book-WebS.woff2') format('woff2'),
    url('assets/fonts/suisse_intl/suisseintl-book-web/S/SuisseIntl-Book-WebS.woff') format('woff'),
    url('assets/fonts/suisse_intl/suisseintl-book-web/S/SuisseIntl-Book-WebS.ttf')
      format('truetype');
}

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

*:focus {
  outline: none;
}

[data-whatintent='keyboard'] *:focus {
  outline: 5px solid #264a8c;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-family: 'SuisseIntl-Book-S';
}

.lock-scrolling .main-content {
  max-height: calc(100vh - 72px);
  overflow: hidden;
}

.page-container {
  max-width: 960px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
}

@media (min-width: 768px) {
  .page-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/**
 * Nav Toggle
 */

.mh-nav-toggle {
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 10px 15px 10px;
  background: transparent;
}

.mh-nav-toggle-inner {
  width: 12px;
  height: 11px;
  position: relative;
}

.toggle-bar {
  position: absolute;
  width: 100%;
  border-top: 1px solid black;
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}

.toggle-bar.top {
  top: 0;
}

.toggle-bar.middle {
  top: 5px;
  width: 66%;
}

.toggle-bar.bottom {
  bottom: 0;
}

.nav-visible .toggle-bar.top,
.nav-visible .mh-nav-toggle:hover .toggle-bar.top {
  width: 14px;
  -webkit-transform: rotate(45deg) translateY(0);
          transform: rotate(45deg) translateY(0);
}

.nav-visible .toggle-bar.middle {
  opacity: 0;
}

.nav-visible .toggle-bar.bottom,
.nav-visible .mh-nav-toggle:hover .toggle-bar.bottom {
  width: 14px;
  -webkit-transform: rotate(-45deg) translateY(0);
          transform: rotate(-45deg) translateY(0);
}

.mh-nav-toggle:hover .toggle-bar.top {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.mh-nav-toggle:hover .toggle-bar.bottom {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@-webkit-keyframes shine {
  0%,
  10% {
    background-position: 150%;
  }
  20% {
    background-position: 120%;
  }
  30% {
    background-position: -20%;
  }
  100% {
    background-position: -50%;
  }
}

@keyframes shine {
  0%,
  10% {
    background-position: 150%;
  }
  20% {
    background-position: 120%;
  }
  30% {
    background-position: -20%;
  }
  100% {
    background-position: -50%;
  }
}

.main-header {
  min-height: 72px;
  max-height: 72px;
  position: relative;
  z-index: 200;
}

.nav-visible .main-header {
  max-height: none;
}

.mh-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 72px;
  background: white;
  padding: 15px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  position: fixed;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 500ms ease-in-out 250ms;
  transition: -webkit-transform 500ms ease-in-out 250ms;
  transition: transform 500ms ease-in-out 250ms;
  transition: transform 500ms ease-in-out 250ms, -webkit-transform 500ms ease-in-out 250ms;
}

.hidden .mh-inner {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: none;
  transition: none;
}

.mh-contents-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mh-contents-divider {
  width: 1px;
  height: 30px;
  background: black;
}

.mh-breadcrumb {
  font-size: 14px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mh-breadcrumb-back-link {
  color: rgba(0, 0, 0, .42);
  text-decoration: none;
  -webkit-transition: 150ms;
  transition: 150ms;
}

.mh-breadcrumb-back-link:hover {
  color: black;
}

.mh-breadcrumb-separator {
  margin: 0 8px;
}

.mh-title {
  display: inline;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.chrome {
  color: rgba(255, 255, 255, .1);
  background: black -webkit-gradient(
      linear,
      left top,
      right top,
      from(black),
      to(black),
      color-stop(0.5, #ccc)
    ) 0 0 no-repeat;
  background-image: linear-gradient(
    -40deg,
    transparent 0%,
    transparent 40%,
    #ccc 50%,
    transparent 60%,
    transparent 100%
  );
  background-size: 200px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-animation: shine 7s infinite;
          animation: shine 7s infinite;
}

@media (min-width: 768px) {
  .mh-inner {
    padding: 20px 10px;
  }
}

.main-nav {
  position: fixed;
  background: white;
  top: 72px;
  width: 100%;
  display: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
  z-index: 100;
  overflow: auto;
}

.nav-open .main-nav {
  display: block;
  height: calc(100vh - 56px);
}

.nav-visible .main-nav {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.main-content {
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.nav-open .main-content {
  opacity: 0;
}

.nav-visible {
  overflow: hidden;
}

.mn-link {
  font-size: 28px;
  color: black;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
  text-decoration: none;
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}

.mn-link:not(:first-child) {
  padding-top: 20px;
}

.mn-link-icon {
  width: 20px;
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}

.mn-link:hover .mn-link-icon,
.mn-link:focus .mn-link-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mn-link.blue:hover,
.mn-link.blue:focus {
  color: #264a8c;
}

.mn-link.red:hover,
.mn-link.red:focus {
  color: #d83429;
}

.mn-link.green:hover,
.mn-link.green:focus {
  color: #0f8555;
}

.mn-link.pink:hover,
.mn-link.pink:focus {
  color: #f8916a;
}

@media (min-width: 468px) {
  .main-nav {
    padding: 70px;
  }
}

@media (min-width: 768px) {
  .mn-link {
    font-size: 70px;
    padding-bottom: 50px;
  }

  .mn-link:not(:first-child) {
    padding-top: 50px;
  }

  .mn-link-icon {
    width: 40px;
  }
}

/**
 * Homepage
 */

.home-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 15px;
  margin-right: 15px;
}

.home-grid-row:first-child {
  margin-top: 35px;
}

.hgr-cell-single,
.hgr-cell-double {
  margin-bottom: 35px;
}

.hgr-mobile-image {
  width: 100%;
}

.hgr-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
}

.hgr-logo-image {
  max-height: 20px;
  max-width: 200px;
}

.hgr-arrow {
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}

.hgr-logo-wrapper:hover .hgr-arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hgr-desktop-image {
  width: 100%;
}

.hgr-desktop-image.trim {
  margin-bottom: -1.3%;
}

.hgr-cell-desktop {
  display: none;
  position: relative;
  overflow: hidden;
}

.hgr-cell-info {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: white;
  width: 100%;
  height: 100%;
}

.hgr-cell-info,
.hgr-cell-info-inner {
  -webkit-transition: 300ms ease-in-out 500ms;
  transition: 300ms ease-in-out 500ms;
}

.hgr-cell-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 30px 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}

.hgr-link {
  display: block;
}

.hgr-link:hover .hgr-cell-info,
.hgr-link:focus .hgr-cell-info {
  opacity: 1;
}

.hgr-link:hover .hgr-cell-info-inner,
.hgr-link:focus .hgr-cell-info-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hgr-cell-title {
  font-weight: 400;
  font-size: 34px;
  letter-spacing: -1px;
  color: black;
  line-height: 1.1;
  max-width: 480px;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hgr-cell-title-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
}

.hgr-cell-image-wrapper {
  margin-left: 16px;
}

.hgr-cell-image {
  height: 100%;
  max-height: 100px;
}

.home-grid-row:nth-child(n + 3) .hgr-link {
  opacity: 0;
  -webkit-transition: 275ms;
  transition: 275ms;
  -webkit-transform: translate3d(-50px, 50px, 0);
          transform: translate3d(-50px, 50px, 0);
}

.home-grid-row:nth-child(n + 3) .visible.hgr-link {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .home-grid-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .hgr-cell-single {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .hgr-cell-double {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }

  .hgr-cell-mobile {
    display: none;
  }

  .hgr-cell-desktop {
    display: block;
  }

  .home-grid-row,
  .home-grid-row:first-child,
  .hgr-cell-single,
  .hgr-cell-double {
    margin: 0;
  }

  .hgr-logo-wrapper {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 950px) {
  .hgr-logo-image {
    max-width: 160px;
  }
}

@media (min-width: 1140px) {
  .hgr-cell-title {
    font-size: 60px;
  }
}

@-webkit-keyframes introSequenceMobile {
  to {
    /* move 9 frames */
    -webkit-transform: translateX(-900vw);
            transform: translateX(-900vw);
  }
}

@keyframes introSequenceMobile {
  to {
    /* move 9 frames */
    -webkit-transform: translateX(-900vw);
            transform: translateX(-900vw);
  }
}

@-webkit-keyframes introSequenceDesktop {
  to {
    /* move 8 frames */
    -webkit-transform: translateX(-800vw);
            transform: translateX(-800vw);
  }
}

@keyframes introSequenceDesktop {
  to {
    /* move 8 frames */
    -webkit-transform: translateX(-800vw);
            transform: translateX(-800vw);
  }
}

.intro-animation-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background: white;
  font-size: 70px;
  letter-spacing: -1px;
  -webkit-transition: opacity 700ms ease-in-out;
  transition: opacity 700ms ease-in-out;
}

.intro-animation-wrapper.fadeout {
  opacity: 0;
}

.intro-animation-wrapper.hidden {
  display: none;
}

.intro-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000vw;
  height: 100%;
}

.intro-animation.desktop {
  display: none;
  width: 900vw;
}

.animate .intro-animation.mobile {
  -webkit-animation: introSequenceMobile 3.1s steps(9, end) 0.5s forwards;
          animation: introSequenceMobile 3.1s steps(9, end) 0.5s forwards;
}

.animate .intro-animation.desktop {
  -webkit-animation: introSequenceDesktop 2.75s steps(8, end) 0.5s forwards;
          animation: introSequenceDesktop 2.75s steps(8, end) 0.5s forwards;
}

.ia-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.ia-frame:nth-child(4n + 1) {
  color: #0f8555;
}

.ia-frame:nth-child(4n + 2) {
  color: #264a8c;
}

.ia-frame:nth-child(4n + 3) {
  color: #d83429;
}

.ia-frame:nth-child(4n + 4) {
  color: #f8916a;
}

@media (min-width: 600px) {
  .intro-animation.mobile {
    display: none;
  }

  .intro-animation.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/**
 * Projects
 */

.heading {
  font-family: 'UniversNextPro-Ext';
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  text-transform: uppercase;
}

.text {
  font-size: 16px;
  line-height: 30px;
}

.project-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.project-summary,
.project-features {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.project-features .table-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project-features .table-row-list {
  font-size: 14px;
  line-height: 22px;
}

.project-features .table-row-label {
  font-size: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 700px) {
  .project-intro {
    padding: 0;
    margin-bottom: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .project-summary,
  .project-features {
    padding: 30px;
  }
}

@media (min-width: 768px) {
  .project-intro {
    padding: 0;
  }

  .project-summary {
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6;
    max-width: 600px;
  }

  .project-summary,
  .project-features {
    padding: 50px 50px 0;
  }

  .project-features {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
    max-width: 500px;
  }
}

.flex-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-width {
  max-width: 900px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 30px;
}

.page-width.no-container-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.page-width.extra-container-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-inner {
  max-width: 480px;
}

.image-wrapper img {
  max-width: 100%;
  -webkit-transition: opacity 275ms ease-in-out, -webkit-transform 400ms ease-in-out;
  transition: opacity 275ms ease-in-out, -webkit-transform 400ms ease-in-out;
  transition: opacity 275ms ease-in-out, transform 400ms ease-in-out;
  transition: opacity 275ms ease-in-out, transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
}

.image-wrapper .visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.image-spacing .image-wrapper {
  padding-top: 5px;
}

@media (min-width: 480px) {
  .flex-it {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .page-width:not(.no-container-padding):not(.extra-container-padding) {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-width.extra-container-padding {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .block-40 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    padding-right: 30px;
  }

  .block-60 {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }

  .image-spacing .image-wrapper:not(:first-child) {
    padding-left: 5px;
  }
}

.press-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 900px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 55px 30px 40px 30px;
  margin: auto;
}

.press-heading {
  margin-bottom: 15px;
}

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.press-link {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
  margin-bottom: 15px;
  text-decoration: none;
  color: black;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
  -webkit-box-shadow: -3px 4px 5px rgba(0, 0, 0, .2);
          box-shadow: -3px 4px 5px rgba(0, 0, 0, .2);
}

.press-link:hover,
.press-link:focus {
  -webkit-box-shadow: -3px 8px 15px rgba(0, 0, 0, .25);
          box-shadow: -3px 8px 15px rgba(0, 0, 0, .25);
}

.link-source {
  font-family: 'UniversNextPro-Ext';
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 25px;
  letter-spacing: 1px;
}

.link-label {
  font-family: 'UniversNextPro-Ext';
  font-size: 14px;
}

@media (min-width: 768px) {
  .press-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .press-link {
    width: calc(50% - 25px);
  }

  .press-link:nth-child(odd) {
    margin-right: 25px;
  }

  .press-link:nth-child(even) {
    margin-left: 25px;
  }

  .press-heading {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .link-list {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

.cont-case-studies {
  max-width: 900px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}

.ccs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #e0e0e0;
  padding-top: 50px;
}

.ccs-case {
  display: block;
  margin-bottom: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ccs-image-wrapper {
  overflow: hidden;
}

.ccs-image {
  width: 100%;
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}

.ccs-case:hover .ccs-image,
.ccs-case:hover .ccs-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ccs-logo-wrapper {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ccs-logo {
  max-height: 20px;
  max-width: 200px;
}

@media (min-width: 480px) {
  .ccs-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .ccs-case {
    width: calc(50% - 10px);
  }
}

@media (min-width: 768px) {
  .ccs-case {
    width: calc(33.33% - 10px);
    margin-bottom: 50px;
  }
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.slider-item {
  max-width: 175px;
  text-decoration: none;
  color: black;
}

.slider-item:not(:last-child) {
  margin-right: 5px;
}

.slider-item:not(:first-child) {
  margin-left: 5px;
}

.slider-thumbnail {
  min-width: 175px;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.slider-item-inner {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}

.slider-item:hover .slider-item-inner,
.slider-item:focus .slider-item-inner {
  -webkit-box-shadow: -3px 8px 15px rgba(0, 0, 0, .25);
          box-shadow: -3px 8px 15px rgba(0, 0, 0, .25);
}

.slider-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'UniversNextPro-Ext';
  font-size: 7px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: white;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  padding: 5px;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-zoom-icon {
  width: 10px;
}

.slider-modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 30px 90px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: 275ms ease-in-out;
  transition: 275ms ease-in-out;
}

.sm-image {
  max-width: 600px;
  width: 100%;
  opacity: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.modal-image-visible .sm-image {
  opacity: 1;
}

.modal-open {
  overflow: hidden;
}

.modal-open .slider-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 300;
}

.modal-visible .slider-modal {
  opacity: 1;
}

.sm-button {
  width: 44px;
  height: 44px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 25px;
  padding: 0;
}

.sm-button::before,
.sm-button::after {
  content: '';
  display: block;
  position: absolute;
  border-top: 1px solid white;
  width: 62px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.sm-button::before {
  top: 0;
  -webkit-transform: rotate(45deg) translateY(0);
          transform: rotate(45deg) translateY(0);
}

.sm-button::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg) translateY(0);
          transform: rotate(-45deg) translateY(0);
}

@media (min-width: 768px) {
  .slider-modal {
    padding: 60px 130px 60px 60px;
  }

  .slider-item {
    max-width: 100%;
  }

  .slider-thumbnail {
    min-width: 0;
  }

  .sm-button {
    width: 88px;
    height: 88px;
  }

  .sm-button::before,
  .sm-button::after {
    width: 124px;
  }
}

/**
 * About
 */

.table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
}

.table-row:not(:last-child) {
  border-bottom: 1px solid black;
}

.table-row:nth-child(4n + 1) .table-row-label {
  color: #0f8555;
}

.table-row:nth-child(4n + 2) .table-row-label {
  color: #264a8c;
}

.table-row:nth-child(4n + 3) .table-row-label {
  color: #d83429;
}

.table-row:nth-child(4n + 4) .table-row-label {
  color: #f8916a;
}

.table-row-label {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.table-row-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
  list-style: none;
  margin: 0;
  line-height: 24px;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  1%,
  100% {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  1%,
  100% {
    opacity: 1;
  }
}

.typed-text:not(:first-child) {
  opacity: 0;
}

.animate .typed-text:not(:first-child) {
  -webkit-animation-name: appear;
          animation-name: appear;
  -webkit-animation-duration: 0.01s;
          animation-duration: 0.01s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.typed-text.green {
  color: #0f8555;
}

.typed-text.blue {
  color: #264a8c;
}

.typed-text.red {
  color: #d83429;
}

.typed-text.pink {
  color: #f8916a;
}

.fixed-image-by-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.fibt-image {
  padding-bottom: 25px;
}

.fibt-text {
  padding: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fibt-image img {
  width: 100%;
}

.exp-heading {
  line-height: 32px;
  padding: 16px 0;
}

.exp-heading.pink {
  color: #f8916a;
}

.exp-heading.green {
  color: #0f8555;
}

.exp-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.exp-list-item::before {
  content: url('/assets/images/about/black_arrow_right.svg');
  margin-right: 8px;
}

.exp-list-item {
  text-indent: -25px;
  padding-left: 25px;
  line-height: 24px;
}

.exp-list-item:not(:last-child) {
  padding-bottom: 8px;
}

.exp-list a {
  color: black;
  -webkit-transition: 150ms;
  transition: 150ms;
}

.exp-list.pink a:hover {
  color: #f8916a;
}

.exp-list.green a:hover {
  color: #0f8555;
}

.what-i-do {
  padding-bottom: 25px;
  margin-top: 20px;
}

.what-i-do .table-row-label {
  width: 130px;
}

.what-i-do .table-row-list {
  opacity: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.what-i-do .table-row-list.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

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

.bs-text {
  padding: 25px 25px 0;
}

.af-contact,
.af-press-links {
  margin-bottom: 50px;
}

.af-contact-icon {
  width: 21px;
  margin-right: 12px;
  vertical-align: middle;
}

.af-contact a {
  display: inline-block;
  margin-top: 20px;
  color: black;
  text-decoration: none;
  vertical-align: middle;
}

.af-press-links {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 480px) {
  .fibt-image {
    max-width: 380px;
    padding: 25px;
  }

  .what-i-do .table-row-list-item {
    display: inline;
  }

  .what-i-do .table-row-list-item:not(:last-child)::after {
    content: ', ';
  }

  .about-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .af-contact {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .af-press-links {
    max-width: 380px;
    margin-right: 24px;
  }
}

@media (min-width: 768px) {
  .fibt-image,
  .fibt-text {
    padding: 25px 50px;
  }

  .blog-section {
    max-width: 960px;
  }

  .bs-text {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 960px) {
  .fixed-image-by-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: calc(100vh - 72px);
  }

  .unfixed .fibt-image {
    position: absolute;
    bottom: 0;
    max-height: none;
  }

  .unfixed .fibt-image-background {
    width: 100%;
  }

  .unfixed .fibt-text {
    display: block;
  }

  .unfixed .fibt-text-inner {
    margin: auto;
  }

  .fibt-image {
    padding: 0;
    margin: 25px;
    max-width: 50%;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-height: calc(100vh - 72px);
    position: fixed;
  }

  .fibt-image img {
    width: auto;
    height: 100%;
  }

  .fibt-image-background {
    background-size: cover;
    background-position: top center;
    height: calc(100vh - 122px);
  }

  .fibt-text {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 140px 10% 25px calc(50% + 50px);
  }

  .fibt-image img {
    max-width: none;
    visibility: hidden;
  }

  .fibt-text-inner {
    max-width: 500px;
  }

  .af-contact {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .af-press-links {
    max-width: 380px;
    margin-left: 24px;
  }
}

@media (min-width: 960px) {
  .blog-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    padding: 25px 50px;
  }

  .bs-text {
    width: 220px;
    padding: 0;
  }
}

@media (max-width: 959px) {
  .fibt-image-background {
    background-image: none !important;
  }
}

.article-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding: 50px 0 25px;
  min-height: 505px;
  color: black;
  position: relative;
}

.as-batch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.as-batch:first-child {
  padding-left: 25px;
}

.as-batch:last-child {
  padding-right: 25px;
}

.as-item {
  margin: 0 10px;
  text-decoration: none;
  color: black;
  font-family: 'UniversNextPro-Ext';
  line-height: 22px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
          box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}

.as-item:hover,
.as-item:focus {
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .25);
          box-shadow: 0 8px 15px rgba(0, 0, 0, .25);
}

.as-image {
  min-width: 210px;
  width: 100%;
}

.as-text {
  padding: 16px;
}

.as-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
}

.as-label,
.as-description {
  margin: 0;
}

.as-pager-label {
  font-family: 'UniversNextPro-Ext';
  text-transform: uppercase;
  margin: 0 8px 0 0;
  padding: 0;
  line-height: 1em;
  font-size: 10px;
  letter-spacing: .03em;
  color: black;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: 150ms;
  transition: 150ms;
}

.as-pager-label:hover,
.as-pager-label:focus {
  color: #0f8555;
}

.as-pager-wrapper {
  display: none;
  
}

.as-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.as-pager-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 3px;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.as-pager-button::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d8d8d8;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.as-pager-button[data-active='true']::after,
.as-pager-button:hover::after,
.as-pager-button:focus::after {
  background: #0f8555;
}

@media (min-width: 960px) {
  .article-slider-wrapper {
    width: 465px;
    min-height: 505px;
  }

  .article-slider {
    overflow: visible;
    overflow: initial;
    padding-top: 0;
  }

  .as-batch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    opacity: 0;
    z-index: -1;
    min-width: 460px;
    margin-right: 10px;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }

  .as-batch:first-child .as-item {
    opacity: 0;
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }

  .as-batch:first-child .as-item.visible {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .as-batch[data-active='true'] {
    z-index: 2;
    opacity: 1;
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .as-batch.fade-out {
    opacity: 0;
    position: relative;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }

  .as-batch.fade-in {
    opacity: 1;
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .as-batch:first-child {
    padding-left: 0;
  }

  .as-batch:last-child {
    padding-right: 0;
  }

  .as-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
  }

  .as-item:last-child {
    margin-bottom: 0;
  }

  .as-image-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .as-image {
    min-width: 0;
  }

  .as-text {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }

  .as-pager-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1000px) {
  .article-slider {
    padding-top: 0;
  }

  .as-batch {
    margin-right: 0;
  }
}

.afpl-link-list {
  list-style: none;
  padding-left: 0;
}

.afpl-link-list-item a {
  padding: 12px 0;
  color: black;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 150ms;
  transition: color 150ms;
}

.afpl-link-list-item:not(:first-child) {
  border-top: 1px solid black;
}

.afpl-link-list-icon {
  width: 17px;
  margin-left: 24px;
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}

a:hover .afpl-link-list-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.afpl-link-list-item.green:hover a {
  color: #0f8555;
}

.afpl-link-list-item.blue:hover a {
  color: #264a8c;
}

.afpl-link-list-item.red:hover a {
  color: #d83429;
}

.afpl-link-list-item.pink:hover a {
  color: #f8916a;
}

.afsl-link-list {
  list-style: none;
  padding-left: 0;
}

.afsl-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.afsl-link-list-item {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.afsl-link-list-item a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid black;
  padding: 10px 0 5px;
  width: 100%;
}

.afsl-link-list-item.green a {
  color: #0f8555;
}

.afsl-link-list-item.blue a {
  color: #264a8c;
}

.afsl-link-list-item.red a {
  color: #d83429;
}

.afsl-link-list-item.pink a {
  color: #f8916a;
}

@media (min-width: 480px) {
  .afsl-link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .afsl-link-list-item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .afsl-link-list-item a {
    width: auto;
    border-bottom: 0;
    padding-top: 0;
  }
}

/**
 * Play
 */

.play-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
}

.play-text {
  max-width: 550px;
}

.play-image-wrapper {
  margin: 0;
}

.play-image-wrapper:not(:last-child) {
  margin-bottom: 50px;
}

.play-images {
  max-width: 550px;
}

.play-image {
  width: 100%;
}

.play-caption {
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  color: rgba(0, 0, 0, .5);
  font-size: 11px;
}

.play-caption2 {
  color: rgba(1, 1, 1, 1);
  font-size: 16px;
  line-height: 30px;
  margin-bottom:30px;
}

.play-caption4 {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .play-wrapper {
    display: block;
    padding: 50px;
  }

  .play-text {
    position: fixed;
    width: 330px;
  }

  .play-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
  }

  .play-images-dummy {
    width: 330px;
  }

  .play-image-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 635px;
    margin-left: 50px;
  }
}

@media (min-width: 1330px) {
  .play-text {
    left: calc(-119.16667px + 16.66667vw);
  }
}
