/* Basics */
section.people {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

section.people {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

section.people {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start; }

@media screen and (max-width: 640px) {
  .founder {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }
@media screen and (min-width: 640px) {
  .founder {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }

.associate {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }
  @media screen and (max-width: 640px) {
    .associate {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  @media screen and (min-width: 640px) and (max-width: 1280px) {
    .associate {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }
  @media screen and (min-width: 1280px) {
    .associate {
      -webkit-flex-basis: 33.3333%;
      -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%; } }

/* CSS */
*, *:before, *:after {
  box-sizing: border-box; }

@media screen and (max-width: 320px) {
  html {
    font-size: 7px;
    font-size: 0.7rem; } }
@media screen and (min-width: 321px) and (max-width: 1280px) {
  html {
    font-size: 8px;
    font-size: 0.8rem; } }
@media screen and (min-width: 1281px) {
  html {
    font-size: 9px;
    font-size: 0.9rem; } }
@media print {
  html {
    background-color: white;
    color: black;
    font-size: 9pt; } }

body {
  color: rgba(0, 0, 0, 0.65);
  -ms-font-feature-settings: "liga", "kern";
  -webkit-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: normal;
  -moz-font-kerning: normal;
  font-kerning: normal;
  hanging-punctuation: first;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }
  @media print {
    body {
      background-color: white;
      color: black; } }

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .container {
      padding: 2.4rem 2.4rem 0; } }
  @media screen and (min-width: 641px) {
    .container {
      padding: 6rem 6rem 0; } }

body.services {
  background-color: #97B1B1; }
  body.services #main-footer {
    color: #97B1B1; }

body.expertise {
  background-color: #E9C86E; }
  body.expertise #main-footer {
    color: #E9C86E; }

body.approach {
  background-color: #98BDAD; }
  body.approach #main-footer {
    color: #98BDAD; }

body.people {
  background-color: #D27651; }
  body.people #main-footer {
    color: #D27651; }

body.references {
  background-color: #918F8F; }
  body.references #main-footer {
    color: #918F8F; }

body.about {
  background-color: #828D9F; }
  body.about #main-footer {
    color: #828D9F; }

hr {
  display: block;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 1px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 0; }

h1 {
  margin-bottom: 2.5em;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.333em; }
  @media screen and (max-width: 800px) {
    h1 {
      font-size: 1.8rem; } }
  @media screen and (min-width: 801px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-size: 1.8rem;
  line-height: 1.333em;
  margin: 1.666em 0 0 0; }

h3 {
  font-size: 1.2rem;
  padding: 1.6rem 0 0 0;
  margin: 0 0 0.75em 0;
  line-height: 1.6em;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

h4, h5, h6 {
  margin: 0.5em 0 0 0;
  font-size: 1.2rem;
  line-height: 1.8rem; }

p, li {
  font-style: normal;
  max-width: 40em;
  width: 100%;
  list-style-type: none; }
  p a, li a {
    color: white;
    text-decoration: none; }

em {
  font-style: italic; }

strong {
  font-weight: 500; }

div.table {
  margin-top: 2.4rem; }

ul {
  padding: 0;
  margin: 0 0 2.4rem 0; }
  ul li {
    padding-top: 1em;
    margin-bottom: 1em; }

.list-tight {
  padding: 0;
  margin: 0 0 2.4rem 0; }
  .list-tight li {
    margin: 0;
    padding: 0; }

header {
  font-weight: 500; }
  header #company-name a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.65); }
  header .heavy-font {
    font-weight: 700; }
  @media screen and (max-width: 800px) {
    header {
      font-size: 3rem;
      line-height: 3.6rem; } }
  @media screen and (min-width: 801px) {
    header {
      font-size: 4.8rem;
      line-height: 6rem; } }
  header nav a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.35); }
  header nav a.current {
    color: rgba(0, 0, 0, 0.65); }
  header div.languages {
    font-size: 1.6rem; }

article {
  margin-bottom: 12rem; }

section.services {
  max-width: 32em; }

.expertise article ul {
  padding-top: 3.2rem; }
  @media screen and (max-width: 640px) {
    .expertise article ul {
      -webkit-column-count: 1;
      -webkit-column-gap: 2.4rem;
      -moz-column-count: 1;
      -moz-column-gap: 2.4rem;
      column-count: 1;
      column-gap: 2.4rem; } }
  @media screen and (min-width: 641px) and (max-width: 1280px) {
    .expertise article ul {
      -webkit-column-count: 2;
      -webkit-column-gap: 2.4rem;
      -moz-column-count: 2;
      -moz-column-gap: 2.4rem;
      column-count: 2;
      column-gap: 2.4rem; } }
  @media screen and (min-width: 1280px) {
    .expertise article ul {
      -webkit-column-count: 3;
      -webkit-column-gap: 2.4rem;
      -moz-column-count: 3;
      -moz-column-gap: 2.4rem;
      column-count: 3;
      column-gap: 2.4rem; } }
  .expertise article ul li {
    display: inline-block;
    width: 100%;
    padding: 1.6rem 0 1.6rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }

.founder, .associate {
  padding: 0 2.4rem 3.6rem 0; }

.founder div, .associate div {
  padding-top: 1.2rem; }
.founder p, .associate p {
  margin: 0;
  padding: 0; }

.sss {
  height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden; }

.ssslide {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden; }

.sssnext, .sssprev {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  top: 0;
  display: inline-block;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-align: left;
  cursor: pointer; }

.sssprev {
  left: 0; }

.sssnext {
  left: 2.4rem; }

.sssprev:before {
  content: '\2190'; }

.sssnext:before {
  content: '\2192'; }

div.reference-image-container {
  width: 100%; }
  div.reference-image-container img {
    position: relative;
    display: block;
    margin: 1.2rem 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 500px; }

section.collaborations-list {
  padding-top: 3.2rem; }
  @media screen and (max-width: 640px) {
    section.collaborations-list {
      -webkit-column-count: 1;
      -webkit-column-gap: 2.4rem;
      -moz-column-count: 1;
      -moz-column-gap: 2.4rem;
      column-count: 1;
      column-gap: 2.4rem; } }
  @media screen and (min-width: 641px) and (max-width: 1280px) {
    section.collaborations-list {
      -webkit-column-count: 2;
      -webkit-column-gap: 2.4rem;
      -moz-column-count: 2;
      -moz-column-gap: 2.4rem;
      column-count: 2;
      column-gap: 2.4rem; } }
  @media screen and (min-width: 1280px) {
    section.collaborations-list {
      -webkit-column-count: 3;
      -webkit-column-gap: 2.4rem;
      -moz-column-count: 3;
      -moz-column-gap: 2.4rem;
      column-count: 3;
      column-gap: 2.4rem; } }
  section.collaborations-list div.collaborations-group {
    display: inline-block;
    width: 100%; }

footer {
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 6rem; }
