/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* ---------------------------------------------------- BUTTONS ------------------------------------------------------- */
.button {
  font-family: soleil, sans-serif;
  letter-spacing: -0.03em;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25em;
  font-size: 0.9rem;
  border: 1px solid #666666;
  padding: 1rem 2rem 1.2rem 2rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  line-height: 16px;
  color: #666666;
  transition: all ease 300ms;
  position: relative;
  background-color: transparent; }
  .button:hover {
    background-color: #333333; }
  @media (min-width: 576px) {
    .button {
      padding: 1rem 2rem 1rem 2rem;
      width: auto;
      display: inline-block; } }
  @media (min-width: 992px) {
    .button {
      font-size: 0.8rem; }
      .button:before {
        display: block;
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 0px;
        width: 100%;
        z-index: -1;
        content: '';
        color: transparent !important;
        background: #333333;
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
      .button:hover {
        color: #ffffff; }
        .button:hover:before {
          top: 0%;
          bottom: auto;
          height: 100%; } }

.button--inverse {
  color: #ffffff;
  border-color: #ffffff; }
  .button--inverse:active, .button--inverse:visited {
    color: #ffffff; }
  .button--inverse:before {
    background: #ffffff; }
  .button--inverse:hover {
    color: #333333;
    background-color: #ffffff; }

.button--gradient {
  color: #ffffff;
  background: linear-gradient(to left, #ff0030, #ff7a46); }
  .button--gradient:active, .button--gradient:visited {
    color: #ffffff; }
  .button--gradient:before {
    background: #ffffff; }
  .button--gradient:hover {
    color: #333333; }

/* ---------------------------------------------------- LAYOUT ------------------------------------------------------ */
html {
  font-size: 16px; }
  @media (min-width: 768px) {
    html {
      font-size: 16px; } }
  @media (min-width: 992px) {
    html {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    html {
      font-size: 20px; } }

body {
  height: auto !important;
  font-family: soleil, sans-serif;
  color: #333333;
  background-color: #333333; }
  body * {
    box-sizing: border-box; }

/* ---------------------------------------------------- NAVIGATION ------------------------------------------------- */
.nav {
  height: 4rem;
  padding: 1.4rem 1rem;
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  z-index: 99999;
  font-family: soleil, sans-serif;
  letter-spacing: -0.03em;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25em;
  font-weight: 500;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .nav {
      box-shadow: none; } }

.nav__link {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.1rem; }
  @media (min-width: 768px) {
    .nav__link {
      color: #666666;
      font-size: 0.7rem; } }

.nav__logo {
  width: 12rem; }

.nav__list {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  height: 100vh;
  position: absolute;
  width: 100%;
  padding: 30vh 10vw;
  background: linear-gradient(to left, #ff0030, #ff7a46);
  opacity: 0;
  top: 0;
  left: 0;
  transform: translate(100vw, 0);
  transition: all ease 200ms; }
  .nav__list.open {
    transform: translate(0, 0);
    opacity: 0.98; }
  @media (min-width: 768px) {
    .nav__list {
      transform: translate(0, 0);
      height: auto;
      background: transparent;
      opacity: 1;
      display: flex;
      flex-direction: row;
      padding: 0;
      justify-content: space-between;
      width: 50%;
      right: 1.5rem;
      left: auto;
      top: 1.5rem; } }
  @media (min-width: 992px) {
    .nav__list {
      width: 55%; } }
  @media (min-width: 1200px) {
    .nav__list {
      width: 45%; } }
  @media (min-width: 1500px) {
    .nav__list {
      width: 40%; } }

.navbar__icon.open::before {
  content: '';
  height: 10em;
  width: 9em;
  display: block;
  position: absolute;
  top: -3.65em;
  left: -2.75em; }

.navbar__icon {
  display: block;
  width: 65px;
  height: 35px;
  position: absolute;
  top: 0.7rem;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  transform: scale(0.3, 0.3); }
  @media (min-width: 768px) {
    .navbar__icon {
      display: none; } }

.navbar__icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #666666;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.navbar__icon.open span {
  background: #ffffff; }

.navbar__icon span:nth-child(1) {
  top: 0px; }

.navbar__icon span:nth-child(2), .navbar__icon span:nth-child(3) {
  top: 18px; }

.navbar__icon span:nth-child(4) {
  top: 36px; }

.navbar__icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.navbar__icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.navbar__icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.navbar__icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/* ---------------------------------------------------- HOMEPAGE --------------------------------------------------- */
.panel {
  padding: 6rem 1rem 6rem 1rem; }
  @media (min-width: 768px) {
    .panel {
      padding: 4rem 3rem 4rem 3rem; } }
  @media (min-width: 992px) {
    .panel {
      padding: 4rem 10vw 4rem 10vw; } }

/* ---------------------------------------------------- PANEL HERO ------------------------------------------------------- */
.panel--hero {
  background-color: white;
  padding: 3rem 8vw 4rem 4vw; }
  @media (min-width: 768px) {
    .panel--hero {
      padding: 6rem 8vw 6rem 4vw;
      display: flex;
      align-items: center; } }

.panel--hero__image {
  background-image: url("/images/render--myhealth--small.jpg");
  width: 90%;
  margin: auto;
  display: block;
  height: 250px;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .panel--hero__image {
      height: 60vh;
      width: 100%;
      background-position: center center;
      background-image: url("/images/render--myhealth--large.jpg");
      margin-right: 3em; } }
  @media (min-width: 1500px) {
    .panel--hero__image {
      margin-top: 1em;
      height: 80vh; } }

.panel--hero__title {
  font-family: soleil, sans-serif;
  letter-spacing: -0.03em;
  font-weight: 600;
  letter-spacing: -0.04em;
  font-size: 2.5rem;
  line-height: 100%;
  color: #ff7a46;
  background: -webkit-linear-gradient(to left, #ff0030, #ff7a46);
  background: linear-gradient(to left, #ff0030, #ff7a46);
  padding-bottom: 1rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: visible;
  margin-top: -100px;
  margin-bottom: 1rem;
  width: 75%; }
  @media (min-width: 768px) {
    .panel--hero__title {
      width: 100%;
      margin-bottom: 0rem;
      font-size: 3rem;
      letter-spacing: -0.05em;
      margin-top: 0; } }
  @media (min-width: 1200px) {
    .panel--hero__title {
      font-size: 4rem; } }
  @media (min-width: 1500px) {
    .panel--hero__title {
      font-size: 5rem; } }

.panel--hero__paragraph {
  line-height: 170%;
  margin-bottom: 1rem;
  color: #666666; }

/* ---------------------------------------------------- ABOUT ----------------------------------------------------- */
.panel--about {
  background: linear-gradient(to left, #ff0030, #ff7a46);
  background-image: url("/images/background--notes.jpg");
  background-position: center center;
  background-size: cover;
  padding-bottom: 6rem;
  color: #ffffff;
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .panel--about {
      background-attachment: fixed; } }

.panel--about__content {
  width: 100%; }

.panel--about__image {
  display: none; }
  @media (min-width: 768px) {
    .panel--about__image {
      background-image: url("/images/render--select--small.png");
      width: 90%;
      margin: auto;
      display: block;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      height: 80vh;
      width: 100%;
      background-position: center center;
      background-image: url("/images/render--select--large.png"); } }
  @media (min-width: 1500px) {
    .panel--about__image {
      margin-top: 1em;
      height: 70vh; } }

.panel--about__eyebrow {
  font-family: soleil, sans-serif;
  letter-spacing: -0.03em;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25em;
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 2rem; }

.panel--about__title {
  font-size: 2.75rem;
  line-height: 100%;
  font-family: abril-titling;
  letter-spacing: -0.02em;
  margin-bottom: 1rem; }
  @media (min-width: 1200px) {
    .panel--about__title {
      font-size: 3rem; } }
  @media (min-width: 1500px) {
    .panel--about__title {
      font-size: 4rem; } }
  @media (min-width: 1200px) {
    .panel--about__title {
      font-size: 4rem; } }
  @media (min-width: 1500px) {
    .panel--about__title {
      font-size: 5rem; } }

.panel--about__paragraph {
  line-height: 170%;
  margin-bottom: 1.5rem; }

.panel--about__button {
  margin-bottom: 0.5rem; }

/* ---------------------------------------------------- WORK ------------------------------------------------------- */
.panel--work {
  padding-left: 0; }
  @media (min-width: 768px) {
    .panel--work {
      display: flex;
      align-items: center; } }

.panel--work__content {
  margin-left: 1rem; }

.panel--work__image {
  background-image: url("/images/render--fruition--large.png");
  height: 300px;
  width: 98%;
  margin: auto;
  margin-left: -2%;
  display: block;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  margin-top: -8rem; }
  @media (min-width: 768px) {
    .panel--work__image {
      height: 60vh;
      margin-top: 0; } }
  @media (min-width: 1500px) {
    .panel--work__image {
      margin-top: 1em;
      height: 70vh; } }

/* ---------------------------------------------------- CONTACT ------------------------------------------------------- */
.panel--contact {
  background-color: #ffffff; }
  @media (min-width: 992px) {
    .panel--contact {
      display: flex;
      padding: 10rem 10vw 10rem 10vw; } }

@media (min-width: 992px) {
  .panel--contact__content {
    padding-right: 3rem;
    width: 50%; } }

.panel--contact__content a {
  color: #ff7a46; }

@media (min-width: 992px) {
  .panel--contact__form {
    width: 50%; } }

.panel--contact__title {
  font-size: 2.75rem;
  line-height: 100%;
  font-family: abril-titling;
  letter-spacing: -0.02em;
  margin-bottom: 1rem; }
  @media (min-width: 1200px) {
    .panel--contact__title {
      font-size: 3rem; } }
  @media (min-width: 1500px) {
    .panel--contact__title {
      font-size: 4rem; } }
  .panel--contact__title::selection {
    color: #ffffff;
    background-color: #ff0030; }

.panel--contact__paragraph {
  line-height: 170%;
  margin-bottom: 1.5rem; }

.panel--contact__button {
  margin-top: 1.5rem; }

.panel--contact__eyebrow {
  font-family: soleil, sans-serif;
  letter-spacing: -0.03em;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25em;
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ff7a46;
  font-weight: 600;
  margin-bottom: 2rem; }

.error__eyebrow {
  font-family: soleil, sans-serif;
  letter-spacing: -0.03em;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25em;
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ff7a46;
  font-weight: 600;
  margin-bottom: 2rem; }

.error__title {
  font-size: 2.75rem;
  line-height: 100%;
  font-family: abril-titling;
  letter-spacing: -0.02em;
  margin-bottom: 2rem; }
  @media (min-width: 1200px) {
    .error__title {
      font-size: 3rem; } }
  @media (min-width: 1500px) {
    .error__title {
      font-size: 4rem; } }
  .error__title::selection {
    color: #ffffff;
    background-color: #ff0030; }

.error a {
  color: #ff7a46 !important; }

/* ---------------------------------------------------- WORK ------------------------------------------------------- */
.panel--work {
  background-color: #333333;
  color: #ffffff; }

.panel--work__title {
  font-size: 2.75rem;
  line-height: 100%;
  font-family: abril-titling;
  letter-spacing: -0.02em;
  margin-bottom: 1rem; }
  @media (min-width: 1200px) {
    .panel--work__title {
      font-size: 3rem; } }
  @media (min-width: 1500px) {
    .panel--work__title {
      font-size: 4rem; } }
  .panel--work__title::selection {
    color: #ffffff;
    background-color: #ff0030; }

.panel--work__paragraph {
  line-height: 170%;
  margin-bottom: 1.5rem; }

.panel--work__button {
  margin-bottom: 0.5rem; }

.panel--work__eyebrow {
  font-family: soleil, sans-serif;
  letter-spacing: -0.03em;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25em;
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ff7a46;
  margin-bottom: 2rem; }

/* ---------------------------------------------------- FORMS ------------------------------------------------------- */
.form__error {
  margin-bottom: 1rem;
  color: #ff0030; }

.input--text {
  font-family: soleil, sans-serif;
  letter-spacing: -0.03em;
  background-color: #ffffff;
  width: 100%;
  display: block;
  border: 0;
  outline: none;
  border-bottom: 1px solid #666666;
  border-radius: 0;
  font-size: 1.15rem;
  padding: 0 0 1px 0;
  height: 2rem;
  margin-bottom: 1.5rem;
  resize: none;
  transition: all ease 200ms; }
  .input--text:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white; }
  .input--text::placeholder {
    color: #aaaaaa; }
  .input--text:focus {
    border-bottom-width: 2px;
    padding-bottom: 0; }

.textarea {
  font-family: soleil, sans-serif;
  letter-spacing: -0.03em;
  background-color: #ffffff;
  width: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  outline: none;
  border-bottom: 1px solid #666666;
  font-size: 1.15rem;
  padding: 0rem 0;
  height: 2rem;
  margin-bottom: 1rem; }
  .textarea::placeholder {
    color: #aaaaaa; }

.input--textarea {
  width: 100%;
  height: 2rem;
  margin-bottom: 1rem;
  padding: 0 0 1px 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #666666;
  background-color: #fff;
  font-family: soleil, sans-serif;
  letter-spacing: -0.03em;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  outline: none;
  resize: none; }
  .input--textarea:focus {
    border-bottom-width: 2px;
    padding-bottom: 0;
    min-height: 100px; }

.select {
  font-family: soleil, sans-serif;
  letter-spacing: -0.03em;
  background-color: #ffffff;
  width: 100%;
  display: block;
  border: 0;
  outline: none;
  border-bottom: 1px solid #666666;
  font-size: 1.15rem;
  padding: 0rem 0;
  height: 2rem;
  margin-bottom: 1.5rem;
  resize: none;
  border-radius: 0;
  -webkit-appearance: none;
  background-image: url("/images/icon--arrows.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right center; }
  .select option {
    color: #333333;
    font-size: 0.75rem; }
  .select option::disabled {
    color: #aaaaaa; }
  .select:focus {
    border-bottom-width: 2px; }

/* ---------------------------------------------------- PAGE : WORK --------------------------------------------------- */
.page {
  background-color: #ffffff;
  padding: 6rem 1rem 6rem 1rem;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    .page {
      padding: 4rem 3rem 4rem 3rem; } }
  @media (min-width: 992px) {
    .page {
      padding: 4rem 10vw 4rem 10vw; } }

.page--contact {
  min-height: 100vh; }
  @media (min-width: 992px) {
    .page--contact {
      padding: 30vh 10vw 4rem 10vw; } }

.page--error {
  min-height: 100vh; }
  @media (min-width: 992px) {
    .page--error {
      padding: 30vh 10vw 4rem 10vw; } }

.page--work__header {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .page--work__header {
      min-height: 30vh;
      display: flex;
      align-items: center; } }

.page--work__title {
  font-family: abril-titling;
  letter-spacing: -0.02em;
  font-size: 2.5rem;
  margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .page--work__title {
      display: block;
      width: 50%; } }
  @media (min-width: 1500px) {
    .page--work__title {
      font-size: 3.25rem; } }

.page--work__kicker {
  line-height: 170%;
  color: #666666; }
  @media (min-width: 768px) {
    .page--work__kicker {
      display: block;
      width: 50%; } }
  @media (min-width: 1500px) {
    .page--work__kicker {
      font-size: 1.25rem; } }

.panel--gradient {
  background: linear-gradient(to left, #ff0030, #ff7a46);
  color: #ffffff; }

.page--capabilities {
  padding-bottom: 2rem; }

.capabilities__overview {
  margin-left: -1em;
  margin-right: -1em;
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center; }
  @media (min-width: 768px) {
    .capabilities__overview {
      margin-left: -3rem;
      margin-right: -3rem; } }
  @media (min-width: 992px) {
    .capabilities__overview {
      margin-left: -10vw;
      margin-right: -10vw;
      padding-top: 5em;
      padding-bottom: 5em; } }
  @media (min-width: 1200px) {
    .capabilities__overview {
      margin-left: calc(-10% - 4rem);
      margin-right: calc(-10% - 4rem); } }

.capabilities__details {
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center; }
  @media (min-width: 992px) {
    .capabilities__details {
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 992px) {
  .capabilities__details__container {
    display: flex;
    justify-content: space-between; } }

.capabilities__details__title {
  font-family: abril-titling;
  letter-spacing: -0.02em;
  font-size: 1.75rem;
  margin-bottom: 2rem; }

.capabilities__detail__title {
  font-family: soleil, sans-serif;
  letter-spacing: -0.03em;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25em;
  font-weight: 600;
  margin-bottom: 1rem; }

.capabilities__detail {
  background-color: #f9f9f9;
  padding: 1em;
  padding-top: 1.5em;
  padding-bottom: 3em;
  text-align: center;
  border-bottom: 2px solid #666666;
  margin-bottom: 1em;
  flex: 0 0 30%; }

.capabilities__detail__list li {
  margin-bottom: 1em;
  display: block; }
  @media (min-width: 768px) {
    .capabilities__detail__list li {
      font-size: 0.8rem; } }

.capabilities__overview__title {
  font-family: soleil, sans-serif;
  letter-spacing: -0.03em;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25em;
  font-weight: 600;
  margin-bottom: 1.5rem; }

@media (min-width: 768px) {
  .capabilities__overview__list {
    column-count: 2; } }

@media (min-width: 992px) {
  .capabilities__overview__list {
    column-count: 3; } }

.capabilities__overview__list li {
  margin-bottom: 1rem;
  display: block;
  line-height: 1.3em; }

.capabilities__header {
  padding-top: 1em;
  padding-bottom: 1.5em; }
  @media (min-width: 768px) {
    .capabilities__header {
      padding-top: 2.5em;
      padding-bottom: 2.5em; } }
  @media (min-width: 992px) {
    .capabilities__header {
      padding-top: 4.5em;
      padding-bottom: 4.5em; } }

.capabilities__title {
  font-family: abril-titling;
  letter-spacing: -0.02em;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  text-align: center; }
  @media (min-width: 768px) {
    .capabilities__title {
      display: block;
      line-height: 120%;
      margin-left: auto;
      margin-right: auto;
      width: 70%; } }
  @media (min-width: 992px) {
    .capabilities__title {
      font-size: 2.25rem; } }
  .capabilities__title span.italic {
    font-style: italic; }

.capabilities__kicker {
  line-height: 170%;
  color: #666666;
  text-align: center;
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .capabilities__kicker {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 90%; } }
  @media (min-width: 1500px) {
    .capabilities__kicker {
      font-size: 1.25rem; } }

.capabilities__processes {
  background-color: #2F333F;
  color: #ffffff;
  margin-left: -1em;
  margin-right: -1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    .capabilities__processes {
      margin-left: -3rem;
      margin-right: -3rem; } }
  @media (min-width: 992px) {
    .capabilities__processes {
      margin-left: -10vw;
      margin-right: -10vw; } }
  @media (min-width: 1200px) {
    .capabilities__processes {
      margin-left: -10vw;
      margin-right: -10vw; } }

.capabilities__processes__title {
  font-family: abril-titling;
  letter-spacing: -0.02em;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  text-align: center; }

@media (min-width: 768px) {
  .capabilities__process {
    display: flex;
    align-items: center; } }

@media (min-width: 1200px) {
  .capabilities__process {
    margin-bottom: 4rem; } }

.capabilities__process--right {
  flex-direction: row-reverse; }

@media (min-width: 768px) {
  .capabilities__process__summary {
    padding: 4em; } }

.capabilities__icon {
  width: 50%;
  height: 5rem;
  margin: auto;
  display: block;
  margin-bottom: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: contain; }
  @media (min-width: 768px) {
    .capabilities__icon {
      width: 70%;
      height: 6rem; } }

.capabilities__icon--emerging-tech {
  background-image: url("/images/icon--emerging-tech.svg");
  margin-bottom: 2.5rem; }

.capabilities__icon--enterprise {
  background-image: url("/images/icon--enterprise.svg");
  height: 6.5rem;
  margin-top: -0.5rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .capabilities__icon--enterprise {
      height: 7.5rem; } }

.capabilities__icon--team-augmentation {
  background-image: url("/images/icon--team-augmentation.svg");
  height: 5rem;
  margin-bottom: 2.75rem; }
  @media (min-width: 768px) {
    .capabilities__icon--team-augmentation {
      height: 5.5rem; } }

.capabilities__process__title {
  font-size: 1.25rem;
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .capabilities__process__title::after {
      content: '';
      display: block;
      background-color: #555862;
      width: 1em;
      height: 2px;
      margin-top: 1.25em;
      margin-bottom: 1.25em; } }

.capabilities__process__details {
  margin-bottom: 1em;
  line-height: 170%; }

.capabilities__process__image {
  position: relative;
  padding-top: 40%;
  width: 100%;
  background: linear-gradient(to left, #ff0030, #ff7a46);
  z-index: 1; }
  @media (min-width: 768px) {
    .capabilities__process__image {
      padding-top: calc(20% + 1em); } }
  .capabilities__process__image::before {
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0; }
  .capabilities__process__image::after {
    content: '';
    padding-top: calc(40% - 2em - 4px);
    width: 140%;
    display: block;
    border: 2px solid #ffffff;
    position: absolute; }
    @media (min-width: 768px) {
      .capabilities__process__image::after {
        width: calc(100% - 2em - 4px); } }

.capabilities__process__image--left {
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: -1em; }
  .capabilities__process__image--left::before {
    top: 1em;
    left: 1em; }
  .capabilities__process__image--left::after {
    top: 2em;
    left: 2em; }

.capabilities__process__image--right {
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-right: -1em; }
  .capabilities__process__image--right::before {
    top: 1em;
    right: 1em; }
  .capabilities__process__image--right::after {
    top: 2em;
    right: 2em; }

.capabilities__process__image--discover::before {
  background-image: url("/images/process--discover.jpg"); }

.capabilities__process__image--prototype::before {
  background-image: url("/images/process--prototype.jpg"); }

.capabilities__process__image--ideate::before {
  background-image: url("/images/process--ideate.jpg"); }

.capabilities__process__image--validate::before {
  background-image: url("/images/process--validate.jpg"); }

.capabilities__models {
  padding-top: 3em;
  padding-bottom: 3em; }
  @media (min-width: 768px) {
    .capabilities__models {
      padding-right: 0;
      padding-left: 0;
      padding-top: 4em; } }

.capabilities__model {
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .capabilities__model {
      display: flex;
      justify-content: space-between; } }

.capabilities__models__title {
  font-family: abril-titling;
  letter-spacing: -0.02em;
  font-size: 1.75rem;
  margin-bottom: 2rem;
  text-align: center; }

.capabilities__model__title {
  font-size: 1.25rem;
  margin-bottom: 0.25em; }
  @media (min-width: 768px) {
    .capabilities__model__title {
      flex: 0 0 20%; } }

.capabilities__model__details {
  margin-bottom: 0.5em;
  line-height: 170%; }
  @media (min-width: 768px) {
    .capabilities__model__details {
      flex: 0 0 45%;
      padding-right: 2rem; } }

.capabilities__model__recommendation {
  line-height: 170%;
  color: #aaaaaa;
  font-size: 0.8rem; }
  @media (min-width: 768px) {
    .capabilities__model__recommendation {
      flex: 0 0 30%; } }

@media (min-width: 768px) {
  .page--work__portfolio {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2rem; } }

@media (min-width: 768px) {
  .portfolio__item {
    flex: 1 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
    margin-left: 2rem;
    margin-bottom: 2rem; } }

@media (min-width: 2000px) {
  .portfolio__item {
    flex: 1 0 calc(33.333333% - 2rem);
    max-width: calc(33.333333% - 2rem); } }

.portfolio__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: 150%;
  display: block;
  background-color: #333333;
  width: 100%;
  padding-top: 50%;
  margin-bottom: 1rem;
  transition: all ease 200ms; }
  .portfolio__image:hover {
    background-size: 160%;
    opacity: 0.9; }
  @media (min-width: 1500px) {
    .portfolio__image {
      padding-top: 60%; } }

.portfolio__image--myhealth {
  background-image: url("/images/work--myhealth.svg"); }

.portfolio__image--quadrant {
  background-image: url("/images/work--quadrant.svg"); }

.portfolio__image--converge {
  background-image: url("/images/work--converge.svg"); }

.portfolio__image--fruition-lab {
  background-image: url("/images/work--fruition-lab.svg"); }

.portfolio__image--marketastic {
  background-image: url("/images/work--marketastic.svg"); }

.portfolio__image--credo {
  background-image: url("/images/work--credo.svg"); }

.portfolio__image--guardhat {
  background-image: url("/images/work--guardhat.svg"); }

.portfolio__image--campusview {
  background-image: url("/images/work--campusview.svg"); }

.portfolio__title {
  font-family: abril-titling;
  letter-spacing: -0.02em;
  font-size: 1.75rem;
  margin-bottom: 0.5rem; }

.portfolio__paragraph {
  line-height: 170%;
  color: #666666;
  margin-bottom: 2rem; }

@media (min-width: 768px) {
  .project__details {
    display: flex; } }

@media (min-width: 768px) {
  .project__intro {
    flex: 1 0 50%;
    padding-right: 3rem; } }

.project__hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: 150%;
  display: block;
  width: 100%;
  padding-top: 50%;
  margin-bottom: 1rem;
  transition: all ease 200ms; }
  @media (min-width: 768px) {
    .project__hero {
      background-size: 100%;
      margin-bottom: 2rem;
      padding-top: 40%; } }
  @media (min-width: 1500px) {
    .project__hero {
      padding-top: 30%; } }

.project__kicker {
  font-family: abril-titling;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 130%;
  font-size: 1.5rem;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .project__kicker {
      font-size: 1.8rem;
      line-height: 140%;
      margin-bottom: 2rem; } }

.project__eyebrow {
  font-family: soleil, sans-serif;
  letter-spacing: -0.03em;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25em;
  font-weight: 800;
  margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .project__eyebrow {
      margin-bottom: 1rem; } }

.project__description {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .project__description {
      margin-bottom: 2rem; } }

.project__summary {
  line-height: 170%;
  color: #666666; }
  .project__summary p {
    margin-bottom: 1rem; }

.project__hero--quadrant {
  background-image: url("/images/work--quadrant-01.svg"); }

.project__hero--myhealth {
  background-image: url("/images/work--myhealth.svg"); }

.project__hero--converge {
  background-image: url("/images/work--converge.svg"); }

.project__hero--fruition-lab {
  background-image: url("/images/work--fruition-lab.svg"); }

.project__hero--marketastic {
  background-image: url("/images/work--marketastic.svg"); }

.project__hero--credo {
  background-image: url("/images/work--credo.svg"); }

.project__hero--guardhat {
  background-image: url("/images/work--guardhat--illustration.svg"); }

.project__hero--campusview {
  background-image: url("/images/work--campusview.svg"); }

.screenshots {
  background-color: #eee; }

.screenshots--mobile {
  padding: 3rem 1rem 3rem 1rem;
  margin-left: -2rem;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .screenshots--mobile {
      padding: 4rem 20vw 4rem 20vw; } }
  @media (min-width: 1500px) {
    .screenshots--mobile {
      padding: 4rem 30vw 4rem 30vw; } }

.screenshots--desktop {
  padding: 3rem 1rem 3rem 1rem; }
  @media (min-width: 768px) {
    .screenshots--desktop {
      padding: 4rem 10vw 4rem 10vw; } }
  @media (min-width: 1500px) {
    .screenshots--desktop {
      padding: 4rem 20vw 4rem 20vw; } }

.screenshot--desktop {
  flex: 1 0 100%;
  margin-bottom: 2rem; }
  .screenshot--desktop img {
    width: 100%; }

.screenshot--mobile {
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.15);
  max-width: calc(50% - 2rem);
  flex: 1 0 calc(50% - 2rem);
  margin-left: 2rem;
  line-height: 0%;
  margin-bottom: 2rem; }
  .screenshot--mobile img {
    width: 100%; }

/* ---------------------------------------------------- FOOTER ------------------------------------------------------- */
section:last-of-type {
  margin-bottom: 200px; }
  @media (min-width: 768px) {
    section:last-of-type {
      margin-bottom: 360px; } }
  @media (min-width: 992px) {
    section:last-of-type {
      margin-bottom: 400px; } }

.footer {
  padding: 2rem 1rem 2rem 1rem;
  background-color: #333333;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  z-index: -1;
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .footer {
      padding: 4rem 3rem 4rem 3rem; } }
  @media (min-width: 992px) {
    .footer {
      padding: 4rem 10vw 4rem 10vw; } }
  .footer a {
    color: #ffffff; }

.footer__logo {
  width: 250px;
  height: 200px;
  margin-top: 1rem;
  display: none; }
  @media (min-width: 768px) {
    .footer__logo {
      display: block; } }

.footer__list {
  line-height: 180%; }

.footer__item--eyebrow {
  font-family: soleil, sans-serif;
  letter-spacing: -0.03em;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25em;
  color: #666666; }

.footer__link {
  color: #ffffff !important;
  text-decoration: none; }

.about__overview {
  margin-left: -1em;
  margin-right: -1em;
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center; }
  @media (min-width: 768px) {
    .about__overview {
      margin-left: -3rem;
      margin-right: -3rem; } }
  @media (min-width: 992px) {
    .about__overview {
      margin-left: -10vw;
      margin-right: -10vw;
      padding-top: 5em;
      padding-bottom: 5em; } }
  @media (min-width: 1200px) {
    .about__overview {
      margin-left: calc(-10% - 4rem);
      margin-right: calc(-10% - 4rem); } }

.about__overview__summary {
  line-height: 170%;
  max-width: 1160px;
  margin: 0 auto; }

.about__overview__title {
  font-family: soleil, sans-serif;
  letter-spacing: -0.03em;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25em;
  font-weight: 600;
  margin-bottom: 1.5rem; }

.about__header {
  padding-top: 1em;
  padding-bottom: 1.5em; }
  @media (min-width: 768px) {
    .about__header {
      padding-top: 2.5em;
      padding-bottom: 2.5em; } }
  @media (min-width: 992px) {
    .about__header {
      padding-top: 4.5em;
      padding-bottom: 4.5em; } }

.about__title {
  font-family: abril-titling;
  letter-spacing: -0.02em;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  text-align: center; }
  @media (min-width: 768px) {
    .about__title {
      display: block;
      line-height: 120%;
      margin-left: auto;
      margin-right: auto;
      width: 70%; } }
  @media (min-width: 992px) {
    .about__title {
      font-size: 2.25rem; } }
  .about__title span.italic {
    font-style: italic; }

.about__kicker {
  line-height: 170%;
  color: #666666;
  text-align: center;
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .about__kicker {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 90%; } }
  @media (min-width: 1500px) {
    .about__kicker {
      font-size: 1.25rem; } }

.about__processes {
  background-color: #2F333F;
  color: #ffffff;
  margin-left: -1em;
  margin-right: -1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    .about__processes {
      margin-left: -3rem;
      margin-right: -3rem; } }
  @media (min-width: 992px) {
    .about__processes {
      margin-left: -10vw;
      margin-right: -10vw; } }
  @media (min-width: 1200px) {
    .about__processes {
      margin-left: -10vw;
      margin-right: -10vw; } }

.about__processes__title {
  font-family: abril-titling;
  letter-spacing: -0.02em;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  text-align: center; }

@media (min-width: 768px) {
  .about__process {
    display: flex;
    align-items: center; } }

.about__process--right {
  flex-direction: row-reverse; }

@media (min-width: 768px) {
  .about__process__summary {
    padding: 4em; } }

.about__icon {
  width: 50%;
  height: 5rem;
  margin: auto;
  display: block;
  margin-bottom: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: contain; }
  @media (min-width: 768px) {
    .about__icon {
      width: 70%;
      height: 6rem; } }

.about__icon--emerging-tech {
  background-image: url("/images/icon--emerging-tech.svg");
  margin-bottom: 2.5rem; }

.about__icon--enterprise {
  background-image: url("/images/icon--enterprise.svg");
  height: 6.5rem;
  margin-top: -0.5rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .about__icon--enterprise {
      height: 7.5rem; } }

.about__icon--team-augmentation {
  background-image: url("/images/icon--team-augmentation.svg");
  height: 5rem;
  margin-bottom: 2.75rem; }
  @media (min-width: 768px) {
    .about__icon--team-augmentation {
      height: 5.5rem; } }

.about__process__title {
  font-size: 1.25rem;
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .about__process__title::after {
      content: '';
      display: block;
      background-color: #555862;
      width: 1em;
      height: 2px;
      margin-top: 1.25em;
      margin-bottom: 1.25em; } }

.page--about {
  padding-bottom: 0; }

.about__process__details {
  margin-bottom: 1em;
  line-height: 170%; }

.about__feature {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
  padding: 6rem 10vw 6rem 10vw;
  color: #ffffff;
  margin-left: -1rem;
  margin-right: -1rem; }
  @media (min-width: 768px) {
    .about__feature {
      margin-left: -3rem;
      margin-right: -3rem; } }
  @media (min-width: 992px) {
    .about__feature {
      margin-left: -10vw;
      margin-right: -10vw; } }
  @media (min-width: 1200px) {
    .about__feature {
      margin-left: -10vw;
      margin-right: -10vw; } }

.about__feature__title {
  font-family: abril-titling;
  letter-spacing: -0.02em;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  text-align: center; }

.about__feature__content {
  z-index: 3;
  flex: 0 0 100%;
  text-align: center; }

.about__feature__summary {
  line-height: 170%;
  margin: 0 auto 1rem auto;
  max-width: 1160px; }

.about__team {
  color: #ffffff;
  padding: 4rem 10vw 3rem 10vw;
  background-color: #2F333F;
  margin-left: -1rem;
  margin-right: -1rem; }
  @media (min-width: 768px) {
    .about__team {
      margin-left: -3rem;
      margin-right: -3rem; } }
  @media (min-width: 992px) {
    .about__team {
      margin-left: -10vw;
      margin-right: -10vw; } }
  @media (min-width: 1200px) {
    .about__team {
      margin-left: -10vw;
      margin-right: -10vw; } }

@media (min-width: 768px) {
  .about__team__content {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.about__team__title {
  font-family: abril-titling;
  letter-spacing: -0.02em;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  text-align: center; }

.about__team__map {
  flex: 0 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: contain;
  background-image: url("/images/about--map.png");
  padding-top: 40%;
  margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .about__team__map {
      margin-bottom: 0; } }

.about__team__summary {
  line-height: 170%;
  margin-bottom: 1rem;
  flex: 0 0 50%; }
  .about__team__summary p {
    margin-bottom: 1rem; }
  .about__team__summary p:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .about__team__summary {
      margin-left: 2rem; } }

.about__careers {
  background-image: url("/images/about--careers.jpg"); }

.about__ventures {
  background-image: url("/images/about--ventures.jpg"); }

.about__values {
  padding-top: 3em;
  padding-bottom: 3em; }
  @media (min-width: 768px) {
    .about__values {
      padding-right: 0;
      padding-left: 0;
      padding-top: 4em; } }

.about__values__title {
  font-family: abril-titling;
  letter-spacing: -0.02em;
  font-size: 1.75rem;
  margin-bottom: 2rem;
  text-align: center; }

@media (min-width: 768px) {
  .about__values__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

.about__value {
  flex: 0 0 30%;
  text-align: center;
  margin-top: 3em; }

.about__value__title {
  font-size: 1.25rem;
  margin-bottom: 0.5em; }
  .about__value__title::after {
    content: '';
    display: block;
    background: linear-gradient(to left, #ff0030, #ff7a46);
    width: 1em;
    height: 2px;
    margin: auto;
    margin-top: 0.85em; }

.about__value__summary {
  line-height: 170%; }

.about__models__title {
  font-family: abril-titling;
  letter-spacing: -0.02em;
  font-size: 1.75rem;
  margin-bottom: 2rem;
  text-align: center; }

.about__model__title {
  font-size: 1.25rem;
  margin-bottom: 0.25em; }
  @media (min-width: 768px) {
    .about__model__title {
      flex: 0 0 20%; } }

.about__model__details {
  margin-bottom: 0.5em;
  line-height: 170%; }
  @media (min-width: 768px) {
    .about__model__details {
      flex: 0 0 45%;
      padding-right: 2rem; } }

.about__model__recommendation {
  line-height: 170%;
  color: #aaaaaa;
  font-size: 0.8rem; }
  @media (min-width: 768px) {
    .about__model__recommendation {
      flex: 0 0 30%; } }
