.header-container {
  width: 100%;
}

.header-wrap {
  position: relative;
}

.header-photo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
  padding: 64px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 36%;
  -ms-flex: 0 36%;
  flex: 0 36%;
  background-color: #fff;
}

.body-container {
  font-family: adobe-garamond-pro, sans-serif;
}

.text {
  display: block;
  max-width: 32em;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  padding-top: 32px;
  padding-bottom: 8px;
  font-family: adobe-garamond-pro, sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
}

.text.about {
  text-align: left;
}

.header-img {
  width: auto;
}

.titles {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.quote {
  padding-top: 96px;
  padding-bottom: 16px;
}

.content-wrapper {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #fff;
  box-shadow: none;
}

.down-arrow {
  position: absolute;
  left: 50%;
  top: -64px;
  margin-left: -43px;
  padding: 18px;
  background-color: hsla(0, 0%, 100%, .95);
  box-shadow: none;
}

.arrow {
  width: 50px;
}

.content-nav {
  display: none;
  background-color: #000;
  box-shadow: none;
}

.nav-link {
  margin-right: 6px;
  margin-left: 6px;
  padding: 12px 7px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #4e8390;
}

.link-text {
  border-bottom: 1px solid #8d8d8d;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #8d8d8d;
  text-decoration: none;
}

.link-text:hover {
  border-bottom-color: #000;
  color: #000;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fixed-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  background-color: #000;
}

.attribution {
  font-family: futura-pt, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-text {
  max-width: 24em;
  margin-top: 0px;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.line {
  display: block;
  max-width: 9em;
  margin-right: auto;
  margin-left: auto;
  border-top: 3px solid #000;
  text-align: center;
}

.heading {
  padding-bottom: 32px;
}

.icon-instagram {
  padding-top: 1px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Fontello, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #9b9b9b;
}

.icon-linkedin {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Fontello, sans-serif;
  font-size: 18px;
}

.icon-facebook {
  padding-right: 8px;
  padding-bottom: 0.5px;
  padding-left: 8px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Fontello, sans-serif;
  font-size: 17px;
}

.icon-mail {
  padding-right: 8px;
  padding-bottom: 1px;
  padding-left: 8px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Fontello, sans-serif;
  font-size: 16px;
}

.icon {
  padding: 8px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Fontello, sans-serif;
  color: #9da2a3;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.icon:hover {
  color: #5389ad;
}

.logos {
  display: none;
  width: 100%;
  padding-top: 64px;
}

.services {
  margin-top: 6px;
  padding-top: 98px;
  padding-bottom: 97px;
}

.about {
  padding-top: 96px;
  padding-bottom: 64px;
  text-align: center;
}

.clients {
  padding-top: 96px;
  padding-bottom: 64px;
  text-align: center;
}

.section-headings {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: futura-pt, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-headings.clients {
  padding-top: 48px;
  padding-bottom: 48px;
}

.color-text {
  -webkit-flex-basis: 42%;
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
}

.brand-text {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-flex-basis: 42%;
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
}

.color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 96px;
  padding-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.color-wheel {
  width: 100%;
  -webkit-flex-basis: 42%;
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
}

.brand-image {
  -webkit-flex-basis: 42%;
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
}

.darling-party {
  width: 100%;
}

.button {
  padding: 20px 25px;
  border: 1px solid #ebebec;
  border-radius: 4px;
  background-color: #f5f5f5;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: futura-pt, sans-serif;
  color: #07a1d1;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  border: 1px solid #1f88b9;
  box-shadow: 0 5px 10px 0 rgba(69, 129, 208, .12);
}

.link {
  position: static;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: futura-pt, sans-serif;
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #1f88b9;
}

.research {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  color: #4e8390;
}

.encounter {
  display: none;
  padding-top: 32px;
  padding-bottom: 96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="appear1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="appear-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -16px);
  -ms-transform: translate(0px, -16px);
  transform: translate(0px, -16px);
}

html.w-mod-js *[data-ix="appear-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -16px);
  -ms-transform: translate(0px, -16px);
  transform: translate(0px, -16px);
}

html.w-mod-js *[data-ix="scroll"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .header-text {
    -webkit-flex-basis: 42%;
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
  }
}

@media (max-width: 767px) {
  .header-container {
    position: relative;
  }
  .header-wrap {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-photo {
    -webkit-flex-basis: 60vh;
    -ms-flex-preferred-size: 60vh;
    flex-basis: 60vh;
  }
  .header-text {
    margin-top: 30px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .main-container {
    padding-top: 0px;
  }
  .quote {
    padding-right: 32px;
    padding-left: 32px;
  }
  .content-nav {
    margin-top: 0px;
  }
  .nav-link {
    padding-top: 6px;
    padding-bottom: 4px;
  }
  .nav-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .fixed-nav {
    opacity: 1;
  }
  .content-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 479px) {
  .header-photo {
    -webkit-flex-basis: 42vh;
    -ms-flex-preferred-size: 42vh;
    flex-basis: 42vh;
  }
  .header-text {
    padding: 32px 16px;
  }
  .text {
    font-size: 14px;
    line-height: 22px;
  }
  .main-container {
    padding-top: 0px;
  }
  .quote {
    padding: 64px 16px 32px;
  }
  .nav-link {
    font-size: 12px;
  }
  .clients {
    padding-bottom: 0px;
  }
  .section-headings {
    margin-top: 16px;
  }
  .color {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .brand {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .brand-image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .research {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .encounter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Fontello';
  src: url('../fonts/fontello.woff2') format('woff2'), url('../fonts/fontello.eot') format('embedded-opentype'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}