.is-hidden {
  display: none !important;
}

.Content-wysiwyg h1,
.Content-wysiwyg h2,
.Content-wysiwyg h3,
.Content-wysiwyg h4,
.Content-wysiwyg h5,
.Content-wysiwyg h6 {
  background: none;
  color: #757575;
  font-family: inherit;
  font-weight: 700;
  margin-left: 0;
  padding-left: 0;
  text-transform: none;
}
.Content-wysiwyg h1 {
  font-size: 1.5rem;
}
.Content-wysiwyg h2 {
  font-size: 1.25rem;
}
.Content-wysiwyg h3 {
  font-size: 1rem;
}
.Content-wysiwyg h4 {
  font-size: 0.9rem;
}
.Content-wysiwyg h5 {
  font-size: 0.8rem;
  border: none;
  margin: 0;
}
.Content-wysiwyg h6 {
  font-size: 0.7rem;
}

.cookie {
  background: #e1e3e8;
  border-top: 5px #36d9ab solid;
  bottom: 0;
  font-size: 14px;
  left: 0;
  line-height: 1.25;
  opacity: 1;
  padding: 15px 30px;
  position: fixed;
  transition: opacity 0.75s;
  width: 100%;
  z-index: 1;
}
.cookie.is-invisible {
  opacity: 0;
}
.cookie p {
  margin: 0;
  padding: 0;
}
.cookie-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-right: 35px;
}
.cookie-buttons .button {
  width: 180px;
  white-space: nowrap;
}
.cookie-inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px 25px;
  justify-content: space-between;
  margin: auto;
  max-width: 75rem;
}
@media (min-width: 960px) {
  .cookie-buttons {
    flex-wrap: nowrap;
    padding-right: 0;
  }
  .cookie-inner {
    flex-direction: row;
    align-items: center;
  }
}

.footer__nav__legal {
  display: flex;
}
.footer__nav__legal > * {
  width: 50%;
}

.fui-i .fui-error-message {
  font-size: 12px;
  right: 22px;
  position: absolute;
  bottom: 0.5em;
}

.fui-i .fui-type-checkbox input[type=checkbox],
.fui-i .fui-type-checkboxes input[type=checkbox] {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  pointer-events: none;
  bottom: auto;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.fui-i .fui-type-checkbox input[type=checkbox]:checked + .fui-checkbox-label:after, .fui-i .fui-type-checkbox input[type=checkbox]:checked + .fui-checkbox-label:before,
.fui-i .fui-type-checkboxes input[type=checkbox]:checked + .fui-checkbox-label:after,
.fui-i .fui-type-checkboxes input[type=checkbox]:checked + .fui-checkbox-label:before {
  background-color: transparent;
  background-image: none;
  content: "";
  display: inline-block;
  position: absolute;
}
.fui-i .fui-type-checkbox input[type=checkbox]:checked + .fui-checkbox-label:after,
.fui-i .fui-type-checkboxes input[type=checkbox]:checked + .fui-checkbox-label:after {
  border-bottom: 2px solid #36d9ab;
  border-left: 2px solid #36d9ab;
  height: 6px;
  left: 3px;
  top: 6px;
  transform: rotate(-50deg);
  width: 10px;
}
.fui-i .fui-type-checkbox input[type=checkbox]:checked + .fui-checkbox-label:before,
.fui-i .fui-type-checkboxes input[type=checkbox]:checked + .fui-checkbox-label:before {
  border: 1px solid #aaa;
  height: 16px;
  left: 0;
  top: 2px;
  width: 16px;
}
.fui-i .fui-type-checkboxes {
  background: #fff;
  border-bottom: 1px solid #36d9ab;
  position: relative;
}
.fui-i .fui-type-checkboxes:focus-within {
  box-shadow: 0 0 0 3px rgba(164, 254, 190, 0.45);
  border-color: transparent !important;
}
.fui-i .fui-type-checkboxes.fui-error {
  border-bottom: 1px solid red;
}
.fui-i .fui-type-checkboxes.fui-error:focus-within {
  box-shadow: 0 0 0 3px rgba(254, 164, 164, 0.45);
}
.fui-i .fui-type-checkboxes .fui-label,
.fui-i .fui-type-checkboxes .fui-legend {
  color: #aaa;
  cursor: text;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.23529rem;
  transition: transform 0.2s;
}
.fui-i .fui-type-checkboxes .fui-field-container {
  padding: 1.3rem 1.25rem 1.5rem;
  margin-bottom: 0;
  transition: border-color 0.2s;
}
.fui-error .fui-i .fui-type-checkboxes .fui-field-container {
  border-bottom: 1px solid red;
}
.fui-i .fui-type-checkboxes .fui-checkbox-label {
  color: #555;
  font-size: 1rem;
}
.fui-i .fui-type-checkboxes .fui-legend {
  margin-bottom: 1rem;
}

.fui-i .fui-type-dropdown {
  background-color: white;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
}
.fui-i .fui-type-dropdown:focus-within {
  box-shadow: 0 0 0 3px rgba(164, 254, 190, 0.45);
  border-color: transparent !important;
}
.fui-i .fui-type-dropdown.fui-error {
  border-bottom: 1px solid red;
}
.fui-i .fui-type-dropdown.fui-error:focus-within {
  box-shadow: 0 0 0 3px rgba(254, 164, 164, 0.45);
}
.fui-i .fui-type-dropdown.fui-label-below-input .fui-label {
  bottom: 50%;
  left: 25px;
  position: absolute;
  transform: translateY(50%);
  transform-origin: top left;
  transform: scale(0.75);
}
.fui-i .fui-type-dropdown .fui-select {
  border: none;
  font: inherit;
  padding-bottom: 12px;
  padding-top: 12px;
  transform: translateY(7px) translateX(3px);
}
.fui-i .fui-type-dropdown .fui-select:focus {
  box-shadow: none;
}

.fui-i .fui-input {
  border: 0;
  padding: 1.88235rem 1.23529rem 0.64706rem;
  border-radius: 0;
  line-height: 1.31rem;
  color: #555;
}
.fui-i .fui-type-email-address,
.fui-i .fui-type-single-line-text,
.fui-i .fui-type-email,
.fui-i .fui-type-multi-line-text {
  background: #fff;
  border-bottom: 1px solid #36d9ab;
  position: relative;
}
.fui-i .fui-type-email-address:focus-within,
.fui-i .fui-type-single-line-text:focus-within,
.fui-i .fui-type-email:focus-within,
.fui-i .fui-type-multi-line-text:focus-within {
  box-shadow: 0 0 0 3px rgba(164, 254, 190, 0.45);
  border-color: transparent !important;
}
.fui-i .fui-type-email-address:focus-within.fui-label-below-input .fui-label, .fui-i .fui-type-email-address.has-content.fui-label-below-input .fui-label,
.fui-i .fui-type-single-line-text:focus-within.fui-label-below-input .fui-label,
.fui-i .fui-type-single-line-text.has-content.fui-label-below-input .fui-label,
.fui-i .fui-type-email:focus-within.fui-label-below-input .fui-label,
.fui-i .fui-type-email.has-content.fui-label-below-input .fui-label,
.fui-i .fui-type-multi-line-text:focus-within.fui-label-below-input .fui-label,
.fui-i .fui-type-multi-line-text.has-content.fui-label-below-input .fui-label {
  transform: scale(0.75);
}
.fui-i .fui-type-email-address.fui-error,
.fui-i .fui-type-single-line-text.fui-error,
.fui-i .fui-type-email.fui-error,
.fui-i .fui-type-multi-line-text.fui-error {
  border-bottom: 1px solid red;
}
.fui-i .fui-type-email-address.fui-error:focus-within,
.fui-i .fui-type-single-line-text.fui-error:focus-within,
.fui-i .fui-type-email.fui-error:focus-within,
.fui-i .fui-type-multi-line-text.fui-error:focus-within {
  box-shadow: 0 0 0 3px rgba(254, 164, 164, 0.45);
}
.fui-i .fui-type-email-address.fui-error .fui-input:focus,
.fui-i .fui-type-single-line-text.fui-error .fui-input:focus,
.fui-i .fui-type-email.fui-error .fui-input:focus,
.fui-i .fui-type-multi-line-text.fui-error .fui-input:focus {
  box-shadow: none;
}
.fui-i .fui-type-email-address .fui-input:focus,
.fui-i .fui-type-single-line-text .fui-input:focus,
.fui-i .fui-type-email .fui-input:focus,
.fui-i .fui-type-multi-line-text .fui-input:focus {
  box-shadow: none;
}
.fui-i .fui-type-email-address.fui-label-below-input .fui-label,
.fui-i .fui-type-single-line-text.fui-label-below-input .fui-label,
.fui-i .fui-type-email.fui-label-below-input .fui-label,
.fui-i .fui-type-multi-line-text.fui-label-below-input .fui-label {
  left: 25px;
  position: absolute;
  transform-origin: top left;
}
.fui-i .fui-type-email-address .fui-label,
.fui-i .fui-type-single-line-text .fui-label,
.fui-i .fui-type-email .fui-label {
  bottom: 50%;
  transform: translateY(50%);
}
.fui-i .fui-type-multi-line-text textarea {
  height: 200px;
}
.fui-i .fui-type-multi-line-text .fui-label {
  left: 22px;
  top: 10px;
}

.fui-i.fui-i {
  font: inherit;
}
.fui-i .fui-form .fui-field {
  position: relative;
}
.fui-i .fui-label,
.fui-i .fui-legend {
  color: #aaa;
  cursor: text;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.23529rem;
  transition: transform 0.2s;
}

.fui-i .fui-btn {
  align-items: center;
  background-color: #36d9ab;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: calc(0.01786vw + 0.79643rem);
  font: 700 13px/20px sofia-pro, sans-serif;
  justify-content: space-between;
  padding: 11px 76px 13px 28px;
  position: relative;
  text-transform: uppercase;
  transition-duration: 0.2s;
  transition-property: background-color, background-position, color, transform;
  z-index: 0;
}
.fui-i .fui-btn:hover {
  background-color: #2fb992;
}
.fui-i .fui-btn:after {
  content: "\E602";
  font-family: cbicons;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  right: 0;
  font-size: 22px;
  text-align: right;
  padding: 11px 13px;
  background-size: 22px;
}
.Page-content {
  padding-bottom: 80px;
  padding-top: 40px;
}
@media only screen and (min-width: 48.0625em) {
  .Page-content {
    min-height: 500px;
  }
}

.page-contact main .contact-info,
.page-contact main .contact-form {
  float: none;
}
.page-contact main .contact-form {
  flex-grow: 1;
  width: 100%;
}
.page-contact main .overview {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 60em) {
  .page-contact main .contact-form {
    width: auto;
  }
}

.page-error ._content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52vh;
  width: 100%;
}
.page-error ._content h1 {
  font-size: 60px;
}

.page-home .blurb-carousel {
  padding-top: 65px;
  padding-bottom: 55px;
  background: url(../img/pages/home/047-meet-team@1600x708.jpg) no-repeat #052346;
  background-size: cover;
}
.page-home .blurb-carousel p {
  color: #fff;
}
.page-home .callout--history .callout__inner {
  background-image: url(../img/pages/home/043-history@1600x625.jpg);
}
.page-home .header__logo:hover svg path {
  fill: #36d9ab;
}
.page-home .header__inner,
.page-home .header__nav__sub > ul {
  background: #fff;
}
.page-home .header__logo svg {
  height: 75px;
}
.page-home .header__logo:focus,
.page-home .header__logo:hover {
  outline: 0;
}
.page-home .header__logo:focus g,
.page-home .header__logo:hover g {
  fill: #36d9ab;
}
.page-home .header__nav a {
  color: #001230;
}
.page-home .header__nav__sub > ul > li {
  border-color: #eee;
}
.page-home .hero:before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(5, 35, 70, 0.75);
}
.page-home .hero__inner {
  position: relative;
  z-index: 10;
}
.page-home .hero__inner .container {
  max-width: 1080px;
}
.page-home .hero__heading {
  font-size: 140px;
  font-size: calc(8.5vw + 1.1rem);
  margin: 0 0 0.4em;
  color: #fff;
}
.page-home .infograph {
  background: url(../img/pages/home/process.png) left top no-repeat #fff;
}
@media screen and (max-width: 59.9375em) {
  .page-home .hero {
    padding-top: 5.88235rem;
    padding-bottom: 4.70588rem;
  }
  .page-home .hero__heading {
    max-width: 550px;
  }
}
@media screen and (min-width: 60em) {
  .page-home .header {
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  }
  .page-home .header + .main {
    margin-top: 125px;
  }
  .page-home .header.stuck {
    position: absolute;
  }
  .page-home .hero {
    height: 100vh;
    min-height: 600px;
    max-height: 900px;
  }
  .page-home .blurb-carousel {
    padding-top: 200px;
    padding-bottom: 170px;
  }
}

.page-philosophy .hero {
  /* background-image: url(../img/pages/philosophy/hero.jpg) */
  background-image: url(../img/pages/philosophy/013-philosophy-hero@1600x606.jpg);
}

.page-process .hero {
  background-image: url(../img/pages/process/022-process-hero@1600x614.jpg);
}
.page-process .process__step--1:before {
  background: url(../img/pages/process/024-identify@800x560.jpg);
}
.page-process .process__step--2 {
  background-image: url(../img/pages/process/032-analyze@1600x768.jpg);
}
.page-process .process__step--4 {
  background-image: url(../img/pages/process/005-collaborate@1600x803-slice.jpg);
}

.page-team .hero {
  background-image: url(../img/pages/team/063_team-hero-v2@1600x626.jpg);
}
@media (min-width: 550px) {
  .page-team .overlay__slide.member {
    background-size: auto 100%;
    background-position: 65% top;
  }
}
@media (min-width: 1280px) {
  .page-team .overlay__slide.member {
    background-size: cover;
    background-position: center top;
  }
}
@media (min-width: 1600px) {
  .page-team .overlay__slide.member {
    min-height: 650px;
  }
}

@media screen and (min-width: 48.0625em) {
  .page-history .timeline__entry:nth-child(2) .timeline__block__body,
  .page-history .timeline__entry:nth-child(2) .timeline__block__headline,
  .page-history .timeline__entry:nth-child(3) .timeline__block__body,
  .page-history .timeline__entry:nth-child(3) .timeline__block__headline,
  .page-history .timeline__entry:nth-child(4) .timeline__block__body,
  .page-history .timeline__entry:nth-child(4) .timeline__block__headline,
  .page-history .timeline__entry:nth-child(5) .timeline__block__body,
  .page-history .timeline__entry:nth-child(5) .timeline__block__headline,
  .page-history .timeline__entry:nth-child(7) .timeline__block__body,
  .page-history .timeline__entry:nth-child(7) .timeline__block__headline {
    color: #fff;
  }
  .page-history .timeline__entry:nth-child(2) .timeline__content {
    background-image: url(../img/pages/history/1950-v2.jpg);
    background-position: top right;
  }
  .page-history .timeline__entry:nth-child(3) .timeline__content,
  .page-history .timeline__entry:nth-child(5) .timeline__content {
    background-image: url(../img/pages/history/1960.jpg);
  }
  .page-history .timeline__entry:nth-child(5) .timeline__content::before {
    display: none;
  }
  .page-history .timeline__entry:nth-child(4) .timeline__content {
    background-image: url(../img/pages/history/1970-v2.jpg);
  }
  .page-history .timeline__entry:nth-child(6) .timeline__content {
    background-image: url(../img/pages/history/1990-v2b.jpg);
    background-position: 30% center;
  }
  .page-history .timeline__entry:nth-child(7) .timeline__content {
    background-image: url(../img/pages/history/history-tried-true-043b.jpg);
    background-position: left;
  }
}

.page-strategies ._hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  margin-bottom: 1.25em;
}
.page-strategies ._hero-buttons .button {
  max-width: 350px;
}
@media (min-width: 640px) {
  .page-strategies ._hero-buttons {
    flex-direction: row;
  }
}