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

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; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  min-height: 100vh;
  position: relative; }

a img {
  border: none; }

button {
  margin: 0; }

blockquote {
  quotes: none; }

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

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

button, select {
  cursor: pointer; }

html {
  text-size-adjust: 100%;
  font-size: 8px; }

body {
  color: #4E4E50;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.logo, .site-header .essential-logo a {
  background-image: url("../images/gr-logo.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 2.5rem;
  text-indent: -9999px;
  width: 14rem; }

.wrapper {
  margin: 0 auto;
  max-width: 1280px; }

p,
ul {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 3rem; }

ul {
  list-style-type: disc;
  padding-left: 3rem; }

b {
  font-weight: 700; }

.text-center {
  text-align: center; }

.in-view > .slide-up-container > h1,
.in-view > .slide-up-container > h2,
.in-view > .slide-up-container > h3,
.in-view > .slide-up-container > h4,
.in-view > .slide-up-container > p,
.in-view > .slide-up-container > .site-content__cta,
.in-view.slide-up-container > h1,
.in-view.slide-up-container > h2,
.in-view.slide-up-container > h3,
.in-view.slide-up-container > h4,
.in-view.slide-up-container > p,
.in-view.slide-up-container > .site-content__cta, .contact-form__subject--mobile.in-view, .contact-form__subject--desktop.in-view, .contact-form__email.in-view, .contact-form__message.in-view, .contact-form__buttons.in-view, .contact-locations.in-view, .history-list__item.in-view, .jobs-list__item.in-view, .works__item.in-view, .works-featured .works__item, .home-masthead__bubble, .home-masthead__cta, .home-carousel__nav, .our-approach-report__image.in-view, .our-approach-list__item.in-view, .our-people__jobs-content.in-view h2 {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 350ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

.site-content__cta[data-scroll-listen]:not(.in-view), .slide-up-container > h1,
.slide-up-container > h2, .slide-up-container > h3, .slide-up-container > h4, .slide-up-container > p, .slide-up-container > .site-content__cta, .contact-form__subject--mobile, .contact-form__subject--desktop, .contact-form__email, .contact-form__message, .contact-form__buttons, .contact-locations, .history-list__item, .jobs-list__item, .works__item, .works-featured .works__item:not(.in-view), .home-masthead:not(.loaded) .home-masthead__bubble,
.home-masthead:not(.loaded) .home-masthead__cta,
.home-masthead:not(.loaded) .home-carousel__nav, .our-approach-report__image, .our-approach-list__item, .our-people__jobs-content h2 {
  opacity: 0;
  transform: translateY(20rem);
  transition-delay: 350ms; }

.btn {
  background-color: #E2491A;
  border: 2px solid transparent;
  border-radius: 3.75rem;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  padding: 2rem 3.75rem;
  text-align: center;
  text-decoration: none;
  transition-duration: 100ms;
  transition-property: background-color, color, border-color, opacity, transform;
  transition-timing-function: linear; }
  .btn > [class*="i-"] {
    display: inline-block;
    margin-right: -1rem; }
  .btn:hover:not(.btn--outline) {
    background-color: #b43a15; }
  .btn:hover.btn--outline {
    border-color: #b43a15;
    color: #b43a15; }
    .btn:hover.btn--outline.btn--reverse {
      border-color: #EDE9E9;
      color: #EDE9E9; }
    .btn:hover.btn--outline.btn--secondary {
      background-color: transparent;
      border-color: #0087ba;
      color: #0087ba; }
  .btn:hover.btn--secondary {
    background-color: #0087ba; }
  .btn--outline {
    background-color: transparent;
    border-color: #E2491A;
    color: #E2491A; }
    .btn--outline.btn--reverse {
      border-color: #ffffff;
      color: #ffffff; }
    .btn--outline.btn--secondary {
      background-color: transparent;
      border-color: #00ACED;
      color: #00ACED; }
  .btn--toggle {
    background: transparent;
    border: none;
    border-radius: 2.5rem;
    cursor: pointer;
    padding: 0; }
    .btn--toggle input {
      opacity: 0;
      position: absolute;
      z-index: -5; }
      .btn--toggle input:checked ~ .btn__shape {
        border-color: #E2491A;
        color: #E2491A; }
    .btn--toggle .btn__shape {
      background-color: transparent;
      border: 2px solid #BDB3B3;
      border-radius: 2.5rem;
      color: #BDB3B3;
      display: inline-block;
      font-size: 2rem;
      font-weight: 700;
      line-height: 3rem;
      padding: .75rem 1.5rem;
      transition-duration: 100ms;
      transition-property: background-color, color, border-color;
      transition-timing-function: linear; }
    .btn--toggle:hover:not(.btn--outline) {
      background: transparent; }
    .btn--toggle:hover .btn__shape {
      border-color: #4E4E50;
      color: #4E4E50; }
    .btn--toggle-fill input:checked ~ .btn__shape {
      background-color: #E2491A;
      color: #ffffff; }
  .btn--reverse {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff; }
  .btn--round {
    border-radius: 50%;
    padding: 1.5rem 2rem; }
    .btn--round > [class*="i-"] {
      margin-right: 0; }
  .btn--secondary {
    background-color: #00ACED; }
  .btn--xs {
    padding: .75rem 3.75rem; }
  .btn--sm {
    padding: 1.25rem 3.75rem; }
  .btn--xxl {
    font-size: 10rem;
    line-height: 8rem;
    padding: 6rem; }

.dots {
  display: flex;
  margin: 1rem 0;
  padding-left: .5rem;
  width: 100%; }
  .dots i {
    background-color: #E2491A;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-right: .75rem;
    height: .75rem;
    width: .75rem; }
    .dots i:nth-child(1) {
      opacity: 0;
      transform: translateX(-5rem);
      transition-delay: 0ms;
      transition-duration: 100ms;
      transition-property: opacity, transform;
      transition-timing-function: linear, cubic-bezier(0.86, 0, 0.07, 1);
      margin-right: 5rem; }
    .dots i:nth-child(2) {
      opacity: 0;
      transform: translateX(-5rem);
      transition-delay: 100ms;
      transition-duration: 100ms;
      transition-property: opacity, transform;
      transition-timing-function: linear, cubic-bezier(0.86, 0, 0.07, 1);
      margin-right: 2rem; }
    .dots i:nth-child(3) {
      opacity: 0;
      transform: translateX(-2rem);
      transition-delay: 200ms;
      transition-duration: 100ms;
      transition-property: opacity, transform;
      transition-timing-function: linear, cubic-bezier(0.86, 0, 0.07, 1);
      margin-right: 4rem; }
    .dots i:nth-child(4) {
      opacity: 0;
      transform: translateX(-4rem);
      transition-delay: 300ms;
      transition-duration: 100ms;
      transition-property: opacity, transform;
      transition-timing-function: linear, cubic-bezier(0.86, 0, 0.07, 1); }
    .dots i:nth-child(5) {
      opacity: 0;
      transform: translateX(-0.75rem);
      transition-delay: 400ms;
      transition-duration: 100ms;
      transition-property: opacity, transform;
      transition-timing-function: linear, cubic-bezier(0.86, 0, 0.07, 1); }
    .dots i:nth-child(6) {
      opacity: 0;
      transform: translateX(-0.75rem);
      transition-delay: 500ms;
      transition-duration: 100ms;
      transition-property: opacity, transform;
      transition-timing-function: linear, cubic-bezier(0.86, 0, 0.07, 1); }
  .dots.blue i {
    background-color: #00ACED; }
  .in-view .dots i {
    opacity: 1;
    transform: translateX(0); }
    .in-view .dots i:nth-child(1) {
      opacity: .2; }
    .in-view .dots i:nth-child(2) {
      opacity: .7; }

.file-upload {
  display: inline-block;
  position: relative; }
  .file-upload .btn {
    cursor: pointer;
    position: relative;
    width: 100%;
    z-index: 5; }
  .file-upload input {
    height: 0.1px;
    opacity: 0;
    position: absolute;
    width: 0.1px;
    z-index: 0; }
  .file-upload__name {
    display: none;
    float: left;
    max-width: 14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .file-upload[data-has-file] .file-upload__label {
    display: none; }
  .file-upload[data-has-file] .file-upload__name {
    display: inline-block; }

@font-face {
  font-family: 'essential';
  src: url("./fonts/essential.eot?61239703");
  src: url("./fonts/essential.eot?61239703#iefix") format("embedded-opentype"), url("./fonts/essential.woff2?61239703") format("woff2"), url("./fonts/essential.woff?61239703") format("woff"), url("./fonts/essential.ttf?61239703") format("truetype"), url("./fonts/essential.svg?61239703#essential") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="i-"]:before, [class*=" i-"]:before, .select-input__box::after, .site-footer__links .facebook a::before,
.site-footer__links .linkedin a::before,
.site-footer__links .twitter a::before, .site-footer__subscribe-field::before, .people-list__item-social .email a::before,
.people-list__item-social .linkedin a::before,
.people-list__item-social .twitter a::before {
  font-family: "essential";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.i-x:before {
  content: '\e801'; }

.i-menu:before {
  content: '\e802'; }

.i-chevron-right:before {
  content: '\e803'; }

.i-linkedin:before {
  content: '\e804'; }

.i-facebook:before {
  content: '\e805'; }

.i-twitter:before {
  content: '\e806'; }

.i-email-outline:before {
  content: '\e807'; }

.i-arrow-right:before {
  content: '\e808'; }

.i-email:before {
  content: '\e809'; }

.i-plus:before {
  content: '\e80a'; }

.i-chevron-down:before {
  content: '\e80b'; }

.i-chevron-up:before {
  content: '\e80c'; }

.i-chevron-left:before {
  content: '\e80d'; }

.i-document:before {
  content: '\e80e'; }

.message {
  background-color: #E2491A;
  border-radius: 1rem;
  color: #ffffff;
  padding: 1.5rem; }
  .message ul {
    margin-bottom: 0; }

.text-input,
.textarea {
  background-color: #ffffff;
  border: 1px solid #EDE9E9;
  border-radius: .5rem;
  color: inherit;
  font-family: inherit;
  font-size: 2rem;
  line-height: 3rem;
  padding: 2.5rem; }
  .text-input::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder {
    color: #BDB3B3; }
  .text-input:-moz-placeholder,
  .textarea:-moz-placeholder {
    color: #BDB3B3; }
  .text-input::-moz-placeholder,
  .textarea::-moz-placeholder {
    color: #BDB3B3; }
  .text-input:-ms-input-placeholder,
  .textarea:-ms-input-placeholder {
    color: #BDB3B3;
    opacity: 1; }

.select-input {
  display: inline-block;
  position: relative; }
  .select-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    color: #BDB3B3;
    font-family: inherit;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    height: 6rem;
    margin-left: 2rem;
    margin-right: 2rem;
    position: relative;
    transition-duration: 100ms;
    transition-property: color;
    transition-timing-function: linear;
    width: calc(100% - 4rem);
    z-index: 5; }
    .select-input select::-ms-expand {
      display: none; }
    .select-input select:focus {
      color: #4E4E50;
      outline: 0; }
      .select-input select:focus ~ .select-input__box {
        border-color: #4E4E50;
        color: #4E4E50; }
  .select-input__box {
    border: 2px solid #BDB3B3;
    border-radius: 3rem;
    color: #BDB3B3;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition-duration: 100ms;
    transition-property: color, border-color;
    transition-timing-function: linear;
    width: 100%; }
    .select-input__box::after {
      content: '\e80b';
      position: absolute;
      right: 2rem;
      top: 50%;
      transform: translateY(-50%); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.site-header {
  height: 10rem;
  width: 100%; }
  .site-header__wrapper {
    background: #ffffff;
    border-bottom: 1px solid #EDE9E9;
    height: 10rem;
    position: fixed;
    width: 100%;
    z-index: 1000; }
    .site-header__wrapper > ul {
      list-style-type: none;
      margin: 0 auto;
      max-width: 1280px;
      padding-left: 0; }
      .site-header__wrapper > ul li a {
        color: inherit;
        display: inline-block;
        text-align: center;
        text-decoration: none; }
      .site-header__wrapper > ul li.report a {
        background-color: #00ACED;
        color: #ffffff;
        font-family: "Roboto", sans-serif;
        text-decoration: none; }
      @media (max-width: 767px) {
        .site-header__wrapper > ul {
          background: transparent;
          font-family: "Merriweather", serif;
          height: 9.75rem;
          overflow: hidden;
          position: fixed;
          top: 0;
          transition-delay: 250ms, 0ms;
          transition-duration: 100ms, 250ms;
          transition-property: background, height;
          transition-timing-function: linear, cubic-bezier(0.86, 0, 0.07, 1);
          width: 100%; }
          .site-header__wrapper > ul a {
            border-bottom: 2px solid transparent;
            font-size: 3rem;
            font-weight: 700;
            line-height: 4rem;
            margin-bottom: 1rem;
            padding: 2rem 0 1rem; }
          .site-header__wrapper > ul li {
            margin-bottom: 3rem;
            text-align: center; }
            .site-header__wrapper > ul li.active:not(.essential-logo) a {
              border-bottom-color: #E2491A; }
            .site-header__wrapper > ul li.report {
              margin-top: 4rem; }
              .site-header__wrapper > ul li.report a {
                border-bottom: 0;
                border-radius: 3rem;
                font-size: 2rem;
                line-height: 3rem;
                padding: 1.5rem;
                width: 30rem; }
            .site-header__wrapper > ul li:first-child {
              margin-top: 13rem; }
            .site-header__wrapper > ul li:last-child {
              margin-bottom: 5rem; }
          .site-header__wrapper > ul::before {
            background-color: #ffffff;
            border-bottom: 1px solid #EDE9E9;
            content: '';
            height: 10rem;
            left: 0;
            position: fixed;
            top: 0;
            transition-delay: 250ms;
            transition: border-bottom-color 100ms linear;
            width: 100%;
            z-index: 5; } }
      @media (min-width: 768px) {
        .site-header__wrapper > ul {
          display: flex;
          justify-content: center;
          left: 50%;
          list-style-type: none;
          margin: 0 auto;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
          .site-header__wrapper > ul li {
            align-items: center;
            display: flex;
            flex: 1 1 auto;
            order: 5;
            text-align: center; }
            .site-header__wrapper > ul li a {
              font-size: 1.75rem;
              line-height: 3rem;
              padding: 3.5rem 1rem;
              width: 100%; }
            .site-header__wrapper > ul li.active:not(.essential-logo) a {
              background-color: #E2491A;
              color: #ffffff; }
            .site-header__wrapper > ul li.report a {
              border-radius: 3rem;
              font-size: 1.5rem;
              margin: 0 auto;
              padding: .5rem 2rem;
              width: auto; }
            .site-header__wrapper > ul li.essential-logo {
              order: 0;
              height: auto;
              padding: 2rem;
              width: 15rem; } }
      @media (min-width: 1024px) {
        .site-header__wrapper > ul li a {
          font-size: 2rem;
          padding: 4.75rem 1rem; }
        .site-header__wrapper > ul li.essential-logo {
          width: 23rem; }
          .site-header__wrapper > ul li.essential-logo a {
            height: 3rem;
            width: 23rem; } }
      @media (min-width: 1280px) {
        .site-header__wrapper > ul li {
          width: 13.33333333%; }
          .site-header__wrapper > ul li.essential-logo {
            order: 5; } }
    @media (min-width: 1280px) {
      .site-header__wrapper {
        height: 12.5rem; } }
  .site-header .essential-logo a {
    padding: 0; }
  .site-header__toggle {
    opacity: 0; }
    .site-header__toggle-btn, .site-header__toggle-icon {
      height: 5.75rem;
      padding: 0;
      position: absolute;
      right: 2rem;
      top: 2rem;
      width: 5.75rem; }
      @media (min-width: 1024px) {
        .site-header__toggle-btn, .site-header__toggle-icon {
          display: none; } }
    .site-header__toggle-btn {
      background: transparent;
      text-indent: -9999px;
      z-index: 100; }
    .site-header__toggle-icon {
      z-index: 95; }
    .site-header__toggle-open, .site-header__toggle-closed {
      font-size: 2.5rem;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: opacity 100ms linear; }
    .site-header__toggle-closed {
      opacity: 1; }
    .site-header__toggle-open {
      opacity: 0; }
    .site-header__toggle:checked ~ ul {
      background: rgba(255, 255, 255, 0.9);
      height: 100vh;
      overflow: auto;
      transition-delay: 0ms, 100ms; }
      .site-header__toggle:checked ~ ul::before {
        border-bottom-color: transparent;
        transition-delay: 0ms; }
    .site-header__toggle:checked ~ .site-header__toggle-icon .site-header__toggle-closed {
      opacity: 0; }
    .site-header__toggle:checked ~ .site-header__toggle-icon .site-header__toggle-open {
      opacity: 1; }
    @media (min-width: 768px) {
      .site-header__toggle, .site-header__toggle-btn, .site-header__toggle-icon {
        display: none; } }
  @media (max-width: 767px) {
    .site-header .essential-logo {
      left: 3rem;
      position: fixed;
      top: 4rem;
      z-index: 10; } }
  @media (min-width: 1024px) {
    .site-header {
      height: 12.5rem; }
      .site-header__wrapper {
        height: 12.5rem; } }

body.site-header-open {
  overflow: hidden; }

.site-content h1,
.site-content h2 {
  font-family: "Merriweather", serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 5rem; }

.site-content h3 {
  color: rgba(78, 78, 80, 0.55);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 3rem; }

.site-content a[href]:not(.btn) {
  color: #E2491A; }

.site-content__container {
  padding: 9rem 3rem 8rem 3rem; }
  .site-content__container .dots + h1,
  .site-content__container .dots + h2 {
    margin-top: 1.5rem; }
  .site-content__container h1,
  .site-content__container h2 {
    margin-bottom: 2rem; }
    .site-content__container h1 i,
    .site-content__container h1 em,
    .site-content__container h2 i,
    .site-content__container h2 em {
      color: #E2491A; }
  .site-content__container h3 {
    margin-top: 2rem;
    margin-bottom: 2.5rem; }
  .site-content__container p {
    margin-bottom: 1.5rem; }
    .site-content__container p:last-child {
      margin-bottom: 0; }
  .site-content__container--alt {
    background-color: rgba(237, 233, 233, 0.35); }
  .site-content__container--highlight {
    background-color: rgba(226, 73, 26, 0.2); }
  @media (min-width: 1024px) {
    .site-content__container {
      padding: 16rem 4rem; }
      .site-content__container .dots + h1,
      .site-content__container .dots + h2 {
        margin-top: 6rem; } }

.site-content__cta {
  margin-top: 4rem;
  min-width: 25rem;
  transition-delay: 700ms; }
  .site-content__cta[data-scroll-listen].in-view {
    transition-delay: 0ms; }

@media (max-width: 619px) {
  .site-content .site-content__cta {
    display: block; } }

@media (min-width: 768px) {
  .site-content h1,
  .site-content h2 {
    font-size: 5rem;
    line-height: 6rem; }
  .site-content .site-content__cta {
    margin-top: 4.5rem; } }

.slide-up-container > h1,
.slide-up-container > h2 {
  transition-delay: 400ms; }

.slide-up-container > h3 {
  transition-delay: 500ms; }

.slide-up-container > h4 {
  transition-delay: 600ms; }

.slide-up-container > p {
  transition-delay: 600ms; }

.slide-up-container > h4 + p {
  transition-delay: 700ms; }

.slide-up-container > .site-content__cta {
  transition-delay: 700ms; }

.carousel__nav {
  text-align: center; }

.carousel__nav-btn {
  background-color: #EDE9E9;
  border: 0;
  border-radius: 50%;
  height: 1.5rem;
  margin: 0 .75rem;
  padding: 0;
  width: 1.5rem; }
  .carousel__nav-btn[data-active] {
    background-color: #E2491A; }

.carousel__container {
  overflow: hidden; }

.carousel__items {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  will-change: transform; }
  .carousel__items.dragging {
    transition: none; }

@media (min-width: 768px) {
  .carousel--mobile .carousel__nav {
    display: none; }
  .carousel--mobile .carousel__items {
    transform: none !important; } }

.carousel--arrows {
  position: relative; }
  .carousel--arrows .carousel__container {
    z-index: 10; }
  .carousel--arrows .carousel__nav-backward, .carousel--arrows .carousel__nav-forward {
    border: none;
    background: transparent;
    color: #E2491A;
    font-size: 3.5rem;
    line-height: 3rem;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .carousel--arrows .carousel__nav-backward {
    left: 2rem; }
  .carousel--arrows .carousel__nav-forward {
    right: 2rem; }

.clients-list {
  padding: 0 5rem; }
  @media (min-width: 768px) {
    .clients-list {
      padding: 0 7rem; } }
  @media (min-width: 1024px) {
    .clients-list {
      padding: 0 10rem; } }
  .clients-list__items {
    display: flex;
    flex-wrap: nowrap;
    list-style-type: none; }
  .clients-list__item {
    opacity: 0;
    transform: translateY(20rem);
    transition-delay: 350ms;
    flex: 0 0 auto;
    position: relative;
    width: 50%; }
    .clients-list__item::before {
      content: '';
      display: block;
      padding-top: 100%;
      width: 100%; }
    @media (min-width: 620px) {
      .clients-list__item {
        width: 33.33333333%; } }
    @media (min-width: 768px) {
      .clients-list__item {
        width: 25%; } }
    @media (min-width: 1024px) {
      .clients-list__item {
        width: 20%; } }
    @media (min-width: 1280px) {
      .clients-list__item {
        width: 16.6666666%; } }
    .clients-list__item-link {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .clients-list__item-image {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      height: 90%;
      left: 5%;
      position: absolute;
      top: 5%;
      width: 90%; }
    .clients-list__item.in-view {
      opacity: 1;
      transform: translateY(0);
      transition-duration: 350ms;
      transition-property: opacity, transform;
      transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

.contact-form__subject--mobile {
  display: block;
  margin-bottom: 3rem; }

.contact-form__subject--desktop {
  display: none;
  margin-bottom: 1.5rem;
  max-width: 90rem; }
  .contact-form__subject--desktop .btn--toggle {
    margin-bottom: 1.5rem; }

@media (min-width: 620px) {
  .contact-form__subject--mobile {
    display: none; }
  .contact-form__subject--desktop {
    display: block; } }

.contact-form__email, .contact-form__message {
  display: block;
  margin-bottom: 3rem;
  width: 100%; }

.contact-form__message {
  height: 30rem; }

.contact-form__buttons {
  display: flex; }

.contact-form__button {
  flex: 1 1 auto;
  width: 50%; }
  .contact-form__button.file-upload {
    margin-right: 1rem; }
  .contact-form__button.btn {
    margin-left: 1rem; }

.contact-form__error, .contact-form__success {
  margin-bottom: 4rem; }

@media (min-width: 620px) {
  .contact-form__buttons {
    display: block;
    text-align: right; }
  .contact-form__button {
    min-width: 20rem;
    width: auto; } }

@media (min-width: 1024px) {
  .contact-form {
    padding-bottom: 11rem;
    padding-top: 11rem; } }

.contact-locations {
  margin-left: -3rem;
  margin-right: -3rem;
  margin-top: 9rem;
  overflow: hidden; }
  .contact-locations__toggles {
    background-color: rgba(78, 78, 80, 0.85);
    padding: 3rem;
    margin-bottom: -12rem;
    position: relative;
    z-index: 10; }
  .contact-locations__toggle--mobile {
    display: block;
    margin-bottom: 0; }
  .contact-locations__toggle--desktop {
    display: none;
    text-align: center; }
    .contact-locations__toggle--desktop .btn--toggle {
      margin-left: .5rem;
      margin-right: .5rem; }
  @media (min-width: 620px) {
    .contact-locations__toggle--mobile {
      display: none; }
    .contact-locations__toggle--desktop {
      display: block; } }
  .contact-locations__image {
    background-position: center top;
    background-size: cover;
    display: block;
    width: 100%; }
    .contact-locations__image::before {
      content: '';
      display: block;
      padding-top: 150%; }
  .contact-locations__map {
    display: none;
    margin-bottom: -5rem;
    position: relative; }
    .contact-locations__map--selected {
      display: block; }
  .contact-locations__marker {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: .5rem;
    bottom: 33%;
    left: 50%;
    min-width: 32rem;
    padding: 3rem;
    position: absolute;
    text-align: center;
    transform: translateX(-50%); }
    .contact-locations__marker::after {
      border-left: 2rem solid transparent;
      border-right: 2rem solid transparent;
      border-top: 3rem solid #ffffff;
      content: '';
      display: block;
      left: 50%;
      position: absolute;
      top: 100%;
      transform: translateX(-50%); }
    .contact-locations__marker-name {
      color: #E2491A;
      font-family: "Merriweather", serif;
      font-size: 2.5rem;
      line-height: 3rem;
      margin-bottom: 1.5rem;
      white-space: nowrap; }
    .contact-locations__marker-address {
      margin-bottom: .5rem; }
    .contact-locations__marker-address a, .contact-locations__marker-phone a {
      color: #4E4E50 !important;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 2rem;
      text-transform: uppercase;
      text-decoration: none; }
    .contact-locations__marker-link {
      display: block;
      font-size: 1.75rem;
      font-weight: 700;
      margin-top: 2rem;
      text-decoration: none; }
  @media (min-width: 1024px) {
    .contact-locations {
      height: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0; }
      .contact-locations__toggles {
        margin-bottom: -11rem; }
      .contact-locations__image::before {
        padding-top: 125%; }
      .contact-locations__marker {
        padding: 5rem; }
        .contact-locations__marker-name {
          font-size: 3.25rem;
          line-height: 4rem;
          margin-bottom: 2rem; }
        .contact-locations__marker-address {
          margin-bottom: .5rem; }
        .contact-locations__marker-address a, .contact-locations__marker-phone a {
          font-size: 1.75rem; }
      .contact-locations__map, .contact-locations__image {
        height: 100%; } }

.site-footer {
  background-color: #4E4E50;
  color: #ffffff;
  padding: 7rem 3rem;
  position: relative;
  z-index: 10; }
  .site-footer__branding {
    display: flex; }
  .site-footer__logo {
    background-image: url("../images/gr-logo-reverse.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: content-box;
    display: inline-block;
    height: 3rem;
    text-indent: -9999px;
    width: 19rem; }
  .site-footer__links {
    border-right: 1px solid #979797;
    margin-bottom: 3rem;
    margin-right: 3rem;
    padding-right: 3rem; }
    .site-footer__links ul {
      display: flex;
      list-style-type: none;
      margin-bottom: 0;
      margin-top: 3rem;
      padding-left: 0; }
    .site-footer__links .facebook,
    .site-footer__links .linkedin,
    .site-footer__links .twitter {
      margin-right: 1.5rem; }
      .site-footer__links .facebook a,
      .site-footer__links .linkedin a,
      .site-footer__links .twitter a {
        background-color: transparent;
        border: 2px solid #E2491A;
        border-radius: 50%;
        color: #E2491A;
        display: inline-block;
        height: 5rem;
        position: relative;
        text-decoration: none;
        text-indent: -9999px;
        width: 5rem; }
        .site-footer__links .facebook a::before,
        .site-footer__links .linkedin a::before,
        .site-footer__links .twitter a::before {
          font-size: 2.5rem;
          height: 100%;
          left: 50%;
          line-height: 4.75rem;
          position: absolute;
          text-indent: 0;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
      .site-footer__links .facebook:last-child,
      .site-footer__links .linkedin:last-child,
      .site-footer__links .twitter:last-child {
        margin-right: 0; }
    .site-footer__links .facebook a::before {
      content: '\e805'; }
    .site-footer__links .linkedin a::before {
      content: '\e804'; }
    .site-footer__links .twitter a::before {
      content: '\e806'; }
  .site-footer__tagline {
    display: flex;
    flex-direction: column;
    font-family: "Merriweather", serif;
    font-size: 2.25rem;
    line-height: 3rem; }
    .site-footer__tagline i {
      color: #E2491A; }
  .site-footer__contact {
    margin-top: 2.5rem; }
    .site-footer__contact h2 {
      font-family: "Merriweather", serif;
      font-size: 3rem;
      line-height: 4rem;
      margin-bottom: 2.5rem; }
    .site-footer__contact p {
      color: rgba(255, 255, 255, 0.55);
      font-size: 2rem;
      line-height: 3rem; }
    .site-footer__contact .btn {
      margin-top: .5rem; }
  .site-footer__report {
    margin-top: 5rem; }
  .site-footer__subscribe {
    margin-bottom: 5rem;
    max-width: 60rem;
    position: relative; }
    .site-footer__subscribe label {
      position: absolute;
      opacity: 0;
      z-index: -5; }
    .site-footer__subscribe input {
      background: transparent;
      border: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.55);
      color: #ffffff;
      display: block;
      font-size: 1.75rem;
      line-height: 3rem;
      padding: .75rem;
      padding-left: 4rem;
      width: 100%; }
    .site-footer__subscribe button {
      background: transparent;
      border: none;
      color: #ffffff;
      font-size: 2.5rem;
      line-height: 4.25rem;
      margin: -1rem;
      padding: 1rem;
      position: absolute;
      right: 0;
      top: 0; }
    .site-footer__subscribe-field {
      position: relative; }
      .site-footer__subscribe-field::before {
        content: '\e807';
        font-size: 2.5rem;
        left: .75rem;
        line-height: 4rem;
        padding: .25rem 0;
        position: absolute;
        top: 0; }
    .site-footer__subscribe-error, .site-footer__subscribe-success {
      font-size: 1.5rem; }
    .site-footer__subscribe-error {
      color: #E2491A; }
    .site-footer__subscribe-success {
      color: #00ACED; }
  @media (min-width: 620px) and (max-width: 767px) {
    .site-footer .wrapper {
      display: flex;
      flex-wrap: wrap; }
    .site-footer__branding {
      flex: 0 0 auto;
      width: 100%; }
    .site-footer__contact, .site-footer__report {
      flex: 1 1 auto; }
    .site-footer__report {
      margin-top: 9rem; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .site-footer .wrapper {
      display: flex; }
    .site-footer__branding, .site-footer__contact, .site-footer__report {
      flex: 1 1 33.333333%; }
    .site-footer__contact {
      margin-top: 0;
      padding-left: 2rem; }
    .site-footer__branding {
      height: 100%; } }
  @media (min-width: 1024px) {
    .site-footer .wrapper {
      display: flex; }
    .site-footer__branding {
      flex: 1 1 auto; }
    .site-footer__tagline {
      flex-direction: row;
      flex-wrap: wrap;
      font-size: 1.5rem; }
      .site-footer__tagline span {
        flex: 0 0 auto;
        margin-right: 1rem; }
    .site-footer__links {
      border-right: none;
      padding-right: 0; }
    .site-footer__logo {
      border-right: 1px solid #979797;
      padding-right: 3rem; }
    .site-footer__contact {
      flex: 1 1 auto;
      margin-top: 0; }
    .site-footer__report {
      flex: 1 1 auto;
      margin-top: 0;
      max-width: 34rem; } }
  @media (min-width: 1280px) {
    .site-footer__tagline {
      font-size: 2.25rem; } }

.history-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .history-list__item {
    display: block;
    flex: 0 0 auto;
    position: relative;
    width: 50%; }
    .history-list__item::before {
      content: '';
      display: block;
      padding-top: 100%; }
    .history-list__item-content, .history-list__item-image {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 5; }
    .history-list__item-image {
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 0; }
    .history-list__item-year {
      align-items: center;
      display: flex;
      font-family: "Merriweather", serif;
      font-size: 5.5rem;
      height: 100%;
      justify-content: center; }
    .history-list__item-title {
      align-items: center;
      background-color: #ffffff;
      border-radius: 50%;
      display: flex;
      font-family: "Merriweather", serif;
      font-size: 1.75rem;
      font-weight: 700;
      height: 80%;
      justify-content: center;
      left: 50%;
      line-height: 2.25rem;
      padding: 3rem;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 80%; }
    .history-list__item-text {
      display: block;
      font-size: 2rem;
      height: 100%;
      line-height: 3rem;
      overflow: hidden;
      padding: 3rem; }
    .history-list__item[data-background="orange"] {
      background-color: #E2491A; }
    .history-list__item[data-background="white"] {
      background-color: #ffffff; }
    .history-list__item[data-background="light-grey"] {
      background-color: #BDB3B3; }
    .history-list__item[data-background="dark-grey"] {
      background-color: #4E4E50; }
    .history-list__item[data-color="orange"] {
      color: #E2491A; }
    .history-list__item[data-color="white"] {
      color: #ffffff; }
    .history-list__item[data-color="grey"] {
      color: #BDB3B3; }
    .history-list__item[data-font-size="small"] .history-list__item-text {
      font-size: 1.5rem;
      line-height: 2rem; }
    .history-list__item[data-spacer-2], .history-list__item[data-spacer-3], .history-list__item[data-spacer-4] {
      display: none; }
    @media (max-width: 619px) {
      .history-list__item[data-spacer-2] {
        display: flex; } }
    @media (min-width: 620px) {
      .history-list__item {
        width: 33.333333333%; } }
    @media (min-width: 620px) and (max-width: 1023px) {
      .history-list__item[data-spacer-3] {
        display: flex; } }
    @media (min-width: 768px) {
      .history-list__item {
        width: 25%; }
        .history-list__item[data-spacer-4] {
          display: flex; } }
    @media (min-width: 1280px) {
      .history-list__item-text {
        font-size: 3rem;
        line-height: 4rem;
        padding: 5rem; }
      .history-list__item-year {
        font-size: 7.5rem;
        line-height: 8rem; }
      .history-list__item-title {
        font-size: 2.5rem;
        line-height: 3rem; }
      .history-list__item[data-font-size="small"] .history-list__item-text {
        font-size: 2rem;
        line-height: 3rem; } }

.jobs-list {
  list-style-type: none;
  margin-top: 3rem;
  padding-left: 0; }
  .jobs-list__item {
    border-bottom: 1px solid rgba(78, 78, 80, 0.55);
    padding-bottom: 5rem; }
    .jobs-list__item:last-child {
      border-bottom: none; }
    .jobs-list__item-content h3 {
      color: inherit;
      font-family: "Merriweather", serif;
      font-size: 2.25rem;
      line-height: 4rem;
      margin: 2rem 0; }
    .jobs-list__item-view-full {
      text-decoration: none; }
    .jobs-list__item-links {
      margin-top: 4rem; }
    .jobs-list__item-link {
      display: block;
      margin-bottom: 1.5rem; }
  @media (min-width: 620px) {
    .jobs-list__item-links {
      display: flex;
      max-width: 52rem; }
    .jobs-list__item-link {
      flex: 1 1 auto;
      width: 50%; }
      .jobs-list__item-link:first-child {
        margin-right: 1rem; }
      .jobs-list__item-link:last-child {
        margin-left: 1rem; } }
  @media (min-width: 1024px) {
    .jobs-list__item {
      display: flex;
      width: 100%; }
      .jobs-list__item-content {
        flex: 1 1 auto; }
      .jobs-list__item-links {
        align-items: flex-start;
        flex: 0 0 auto;
        margin-left: 8rem;
        margin-top: 8rem;
        width: 52rem; } }

.people-list__container {
  list-style-type: none;
  padding-left: 0; }

.people-list__item-image {
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .people-list__item-image::before {
    content: '';
    display: block;
    padding-top: 100%; }

.people-list__item-text {
  text-align: center; }
  .people-list__item-text h4 {
    color: #E2491A;
    font-family: "Merriweather", serif;
    font-size: 3rem;
    line-height: 4rem; }
  .people-list__item-text h5 {
    color: #BDB3B3;
    font-size: 1.75rem;
    line-height: 2.5rem;
    text-transform: uppercase; }

.people-list__item-link {
  cursor: pointer;
  text-decoration: none; }

.people-list__item[data-spacer] {
  display: none; }

.people-list__item-details {
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  text-align: center;
  transition-duration: 250ms;
  transition-property: max-height, margin-top;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
  .people-list__item-details h4 {
    color: #E2491A;
    font-family: "Merriweather", serif;
    font-size: 3rem;
    line-height: 4rem; }
  .people-list__item-details h5 {
    color: #4E4E50;
    font-size: 1.75rem;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  .people-list__item-details p {
    margin-bottom: 2rem; }

.people-list__item-social ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.people-list__item-social .email,
.people-list__item-social .linkedin,
.people-list__item-social .twitter {
  margin-right: 1.5rem; }
  .people-list__item-social .email a,
  .people-list__item-social .linkedin a,
  .people-list__item-social .twitter a {
    background-color: transparent;
    border: 2px solid #E2491A;
    border-radius: 50%;
    color: #E2491A;
    display: inline-block;
    height: 5rem;
    position: relative;
    text-decoration: none;
    text-indent: -9999px;
    transition-duration: 100ms;
    transition-property: background-color, color;
    width: 5rem; }
    .people-list__item-social .email a::before,
    .people-list__item-social .linkedin a::before,
    .people-list__item-social .twitter a::before {
      font-size: 2.5rem;
      height: 100%;
      left: 50%;
      line-height: 4.75rem;
      position: absolute;
      text-indent: 0;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
    .people-list__item-social .email a:hover,
    .people-list__item-social .linkedin a:hover,
    .people-list__item-social .twitter a:hover {
      background-color: #E2491A;
      color: #ffffff; }
  .people-list__item-social .email:last-child,
  .people-list__item-social .linkedin:last-child,
  .people-list__item-social .twitter:last-child {
    margin-right: 0; }

.people-list__item-social .email a::before {
  content: '\e809'; }

.people-list__item-social .linkedin a::before {
  content: '\e804'; }

.people-list__item-social .twitter a::before {
  content: '\e806'; }

.people-list__item-toggle {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -10; }
  .people-list__item-toggle:checked ~ .people-list__item-details {
    margin-top: 2.5rem;
    max-height: 1000px; }

.people-list .flow-scroll__visible {
  display: none; }

@media (max-width: 619px) {
  .people-list__item-details p {
    display: none; }
  .people-list__item-text {
    margin: 2rem -50% 0; } }

@media (max-width: 767px) {
  .people-list {
    margin: 3rem -3rem;
    overflow: hidden;
    padding: 8rem 0 4rem; }
    .people-list .slick-track {
      padding: 3rem 0; }
    .people-list__item {
      flex: 0 0 auto;
      margin: 0 1.5rem;
      outline: 0;
      transition: transform 250ms cubic-bezier(0.86, 0, 0.07, 1);
      width: calc(50% - 3rem); }
      .people-list__item-link {
        outline: 0; }
      .people-list__item.slick-center {
        transform: scale(1.125); }
        .people-list__item.slick-center .people-list__item-text {
          display: block; }
    .people-list__join {
      display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .people-list__item[data-spacer-3] {
    display: inline-block; } }

@media (min-width: 768px) {
  .people-list {
    margin-left: -2rem;
    margin-right: -2rem; }
    .people-list__container {
      display: flex;
      flex-wrap: wrap; }
    .people-list__item {
      padding: 2rem;
      position: relative;
      width: 33.333333333%; }
      .people-list__item-text {
        display: block; }
    .people-list__join {
      padding: 2rem;
      width: 33.333333333%; }
      .people-list__join a {
        display: block;
        position: relative;
        width: 100%; }
        .people-list__join a::before {
          content: '';
          display: block;
          padding-top: 100%; }
        .people-list__join a i {
          left: 50%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%); }
    .people-list__join, .people-list__item {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 0ms;
      transition-duration: 250ms;
      transition-property: opacity, transform;
      transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
      .people-list__join:not(.in-view), .people-list__item:not(.in-view) {
        opacity: 0;
        transform: translateY(20rem); } }

@media (min-width: 1024px) {
  .people-list {
    margin-left: -3rem;
    margin-right: -3rem; }
    .people-list__item, .people-list__join {
      padding: 2rem;
      width: 25%; }
    .people-list__item[data-spacer-4] {
      display: inline-block; }
    .people-list__item-text {
      margin-top: 1rem; } }

@media (max-width: 619px) {
  .people-list:not(.slick-carousel) {
    display: none; } }

@media (min-width: 620px) {
  .people-list.slick-carousel {
    display: none; } }

.people-expandable {
  display: none;
  margin: 0 auto;
  max-width: 120rem; }
  .people-expandable__column {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 50%; }
  @media (max-width: 767px) {
    .people-expandable__column {
      padding: 0 1rem; }
    .people-expandable .people-list__join,
    .people-expandable .people-list__item {
      margin: 0 0 2rem 0; } }
  .people-expandable .people-list__join,
  .people-expandable .people-list__item {
    width: 100%; }
  .people-expandable.has-expanded .people-list__item-toggle:not(:checked) ~ .people-list__item-link {
    background-color: #000; }
    .people-expandable.has-expanded .people-list__item-toggle:not(:checked) ~ .people-list__item-link .people-list__item-image {
      opacity: .45; }
  .people-expandable.has-expanded .people-list__item-toggle:checked ~ .people-list__item-link:hover .people-list__item-text, .people-expandable.has-expanded .people-list__item-toggle:checked ~ .people-list__item-link:focus .people-list__item-text {
    opacity: 0; }
  @media (min-width: 620px) {
    .people-expandable .people-list__item-link {
      background-color: transparent;
      border-radius: 50%;
      display: block;
      height: 0;
      padding-top: 100%;
      position: relative;
      transition: background-color 100ms linear;
      width: 100%; }
    .people-expandable .people-list__item-text {
      align-content: center;
      background-color: rgba(226, 73, 26, 0.8);
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      left: 0;
      margin-top: 0;
      padding: 1rem;
      opacity: 0;
      position: absolute;
      top: 0;
      transition: opacity 100ms linear;
      width: 100%; }
      .people-expandable .people-list__item-text h4 {
        color: #ffffff;
        font-size: 2.5rem;
        line-height: 3rem; }
    .people-expandable .people-list__item-image {
      position: absolute;
      top: 0;
      transition: opacity 100ms linear; }
    .people-expandable .people-list__item-link:hover .people-list__item-text, .people-expandable .people-list__item-link:focus .people-list__item-text {
      opacity: 1; } }
  @media (min-width: 620px) {
    .people-expandable--sm {
      display: flex; } }
  @media (min-width: 768px) {
    .people-expandable__column {
      width: 33.333333333%; }
    .people-expandable--sm {
      display: none; }
    .people-expandable--md {
      display: flex; } }
  @media (min-width: 1024px) {
    .people-expandable__column {
      width: 25%; }
    .people-expandable--md {
      display: none; }
    .people-expandable--lg {
      display: flex; } }

@media (min-width: 1024px) {
  .people-featured {
    margin: 0 auto;
    max-width: 130rem; } }

@media (min-width: 768px) {
  .people-featured.people-list .people-list__item-text {
    align-content: center;
    background-color: rgba(226, 73, 26, 0.8);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: calc(100% - 4rem);
    justify-content: center;
    left: 2rem;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: 2rem;
    transition: opacity 100ms linear;
    width: calc(100% - 4rem); }
    .people-featured.people-list .people-list__item-text h4 {
      color: #ffffff;
      font-size: 2.5rem;
      line-height: 3rem; }
  .people-featured.people-list .people-list__item-link:hover .people-list__item-text, .people-featured.people-list .people-list__item-link:focus .people-list__item-text {
    opacity: 1; } }

@media (min-width: 1024px) {
  .people-featured.people-list .people-list__item-text {
    height: calc(100% - 4rem);
    left: 2rem;
    top: 2rem;
    width: calc(100% - 4rem); } }

@media (max-width: 767px) {
  .people-featured:not(.slick-carousel) {
    display: none; } }

@media (min-width: 768px) {
  .people-featured.slick-carousel {
    display: none; } }

.services-list {
  list-style-type: none;
  padding-left: 0; }
  @media (max-width: 1023px) {
    .services-list {
      margin-bottom: -4rem;
      margin-top: 4rem; }
      .services-list__category {
        border-bottom: 1px solid rgba(189, 179, 179, 0.5);
        margin-bottom: 2.5rem;
        position: relative; }
        .services-list__category:last-child {
          border-bottom: 0; }
        .services-list__category-label {
          display: block;
          font-family: "Merriweather", serif;
          font-size: 2.25rem;
          line-height: 5rem;
          margin-bottom: 2.5rem;
          position: relative; }
        .services-list__category-label-close {
          display: none;
          height: 5rem;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%;
          z-index: 5; }
        .services-list__category-radio, .services-list__category-radio-close {
          opacity: 0;
          position: absolute;
          z-index: -5; }
        .services-list__category-radio:checked ~ .services-list__category-label .services-list__category-arrow-closed {
          opacity: 0; }
        .services-list__category-radio:checked ~ .services-list__category-label .services-list__category-arrow-opened {
          opacity: 1; }
        .services-list__category-radio:checked ~ .services-list__category-label-close {
          display: block; }
        .services-list__category-radio:checked ~ .services-list__category-list {
          max-height: 600px; }
        .services-list__category-arrow {
          border: 2px solid #E2491A;
          border-radius: 50%;
          height: 5rem;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 5rem; }
        .services-list__category-arrow-closed, .services-list__category-arrow-opened {
          font-size: 2.5rem;
          left: 50%;
          line-height: 3rem;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          transition: opacity 100ms linear; }
        .services-list__category-arrow-closed {
          opacity: 1; }
        .services-list__category-arrow-opened {
          opacity: 0; }
        .services-list__category-list {
          list-style-type: none;
          margin-bottom: 0;
          max-height: 0px;
          overflow: hidden;
          padding-left: 0;
          position: relative;
          transition: max-height 250ms cubic-bezier(0.86, 0, 0.07, 1); }
      .services-list__service {
        margin-bottom: 2rem; }
        .services-list__service:last-child {
          margin-bottom: 4rem; }
        .services-list__service-label {
          color: #BDB3B3;
          font-size: 1.75rem;
          font-weight: 500;
          text-transform: uppercase;
          width: 50%; }
        .services-list__service-radio {
          left: 0;
          opacity: 0;
          position: absolute;
          z-index: -5; }
          .services-list__service-radio:checked ~ .services-list__service-label {
            color: #E2491A; }
          .services-list__service-radio:checked ~ .services-list__service-content {
            display: block; }
        .services-list__service-content {
          display: none;
          height: calc(100% - 5rem);
          overflow: auto;
          position: absolute;
          left: 50%;
          top: 0;
          width: 50%; }
          .services-list__service-content h4 {
            font-family: "Merriweather", serif;
            font-size: 3rem;
            line-height: 4rem;
            margin-bottom: 2rem; } }
  @media (max-width: 767px) {
    .services-list__service-title {
      width: 100%; }
    .services-list__service-radio:checked ~ .services-list__service-label {
      color: #BDB3B3; }
    .services-list__service-radio:checked ~ .services-list__service-content {
      display: none; }
    .services-list__service-content {
      display: none; } }
  @media (min-width: 1024px) {
    .services-list {
      display: flex;
      flex-wrap: wrap;
      height: 0;
      position: relative; }
      .services-list__category {
        display: inline-block;
        flex: 0 0 auto;
        padding: 1rem;
        width: 50%; }
        .services-list__category-label {
          border: 2px solid #BDB3B3;
          border-radius: 2.5rem;
          display: inline-block;
          color: #BDB3B3;
          cursor: pointer;
          font-size: 2rem;
          font-weight: 500;
          line-height: 5rem;
          text-align: center;
          width: 100%; }
        .services-list__category-arrow {
          display: none; }
        .services-list__category-radio, .services-list__category-radio-close {
          opacity: 0;
          position: absolute;
          z-index: -5; }
        .services-list__category-radio:checked ~ .services-list__category-label {
          border-color: #E2491A;
          color: #E2491A; }
        .services-list__category-radio:checked ~ .services-list__category-list {
          display: flex; }
        .services-list__category-list {
          display: none;
          flex-wrap: wrap;
          left: 0;
          list-style-type: none;
          padding: 1rem 3rem 1rem 1rem;
          position: absolute;
          top: 20rem;
          width: 100%; }
      .services-list__service {
        margin-bottom: 2rem;
        padding-right: 2rem;
        width: 50%; }
        .services-list__service-radio:checked ~ .services-list__service-label {
          color: #E2491A;
          text-decoration: underline; }
        .services-list__service-label {
          color: #BDB3B3;
          cursor: pointer;
          font-size: 1.75rem;
          font-weight: 500;
          text-transform: uppercase;
          width: 50%; }
        .services-list__service-radio {
          opacity: 0;
          position: absolute;
          z-index: -5; }
        .services-list__service-content {
          display: none; } }

.service-content {
  display: none; }
  @media (min-width: 1024px) {
    .service-content {
      display: block; }
      .service-content h4 {
        font-family: "Merriweather", serif;
        font-size: 3rem;
        line-height: 4rem;
        margin-bottom: 2rem; } }

.works {
  margin-top: -2rem; }
  .works__items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0; }
    @media (min-width: 768px) {
      .works__items {
        flex-wrap: wrap; } }
  .works__item {
    display: block;
    flex: 0 0 auto;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .works__item {
        height: 100%;
        width: 50%; } }
    @media (min-width: 1024px) {
      .works__item {
        width: 33.33333333%; } }
    .works__item.active {
      z-index: 10; }
  .works__item-link {
    display: block;
    left: 0;
    position: relative;
    top: 0;
    width: 100%; }
    .works__item-link::before {
      content: '';
      display: block;
      padding-top: 100%; }
    .works__item-link:hover .works__item-text, .works__item-link:focus .works__item-text {
      opacity: 1; }
  .works__item-image {
    background-position: center center;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .works__item-text {
    align-items: center;
    background-color: rgba(226, 73, 26, 0.9);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 2rem;
    position: absolute;
    top: 0;
    transition: opacity 100ms linear;
    width: 100%; }
    .works__item-text .btn {
      flex: 0 0 auto;
      margin-top: 3rem; }
  .works__item-title {
    font-family: "Merriweather", serif;
    font-size: 3.5rem;
    line-height: 5rem;
    text-align: center;
    width: 100%; }
  .works__item-client {
    font-size: 2.25rem;
    line-height: 3rem;
    margin-top: .5rem;
    text-align: center;
    width: 100%; }
  @media (min-width: 768px) {
    .works__container {
      overflow: visible; } }
  @media (max-width: 1279px) {
    .works__container {
      margin: 0 -4rem; } }
  @media (max-width: 1023px) {
    .works__container {
      margin: 0 -3rem; } }
  .works__filter {
    padding: 0 3rem 8rem 3rem; }
    .works__filter h2 {
      font-size: 3rem;
      line-height: 4rem; }
    .works__filter-field--mobile {
      display: block;
      max-width: 60rem; }
    .works__filter-field--desktop {
      display: none; }
      .works__filter-field--desktop .btn {
        margin-bottom: 1rem; }
    @media (min-width: 620px) and (max-width: 767px) {
      .works__filter h2 {
        text-align: center; }
      .works__filter-field--mobile {
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .works__filter-field--mobile {
        display: none; }
      .works__filter-field--desktop {
        display: block; } }
    @media (min-width: 1024px) {
      .works__filter {
        padding: 0 4rem 8rem 4rem; } }
    @media (min-width: 1280px) {
      .works__filter {
        padding: 0 0 12rem 0; } }
  .works__item-toggle {
    opacity: 0;
    position: absolute;
    z-index: -5; }
    .works__item-toggle:checked ~ .works__item-content {
      max-height: 2500px; }
    .works__item-toggle:checked ~ .works__item-caret {
      opacity: 1; }
  .works__item-content {
    background-color: #EDE9E9;
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height 250ms cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 10; }
    .works__item-content-container {
      padding: 5.5rem 3rem; }
      .works__item-content-container > h2 {
        padding-right: 8rem; }
      @media (min-width: 768px) {
        .works__item-content-container {
          padding: 5.5rem 5rem; } }
    .works__item-content-close {
      border: 2px solid #E2491A;
      border-radius: 3rem;
      color: #4E4E50;
      cursor: pointer;
      line-height: 4rem;
      padding: calc(1rem - 2px) 0;
      position: absolute;
      text-align: center;
      top: 5rem;
      right: 4rem;
      width: 6rem; }
      .works__item-content-close input {
        opacity: 0;
        position: absolute;
        z-index: -5; }
    .works__item-content h2 {
      color: #E2491A;
      font-size: 4rem;
      line-height: 5rem; }
    .works__item-content h3 {
      color: #4E4E50; }
    .works__item-content h4 {
      margin-bottom: 2rem;
      font-size: 1.5rem;
      line-height: 2rem;
      text-transform: uppercase; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .works {
      margin-top: 1rem; }
      .works__item-content {
        height: 200%;
        left: 0;
        position: absolute;
        top: 100%;
        transition: none;
        width: 200%; }
      .works__item-caret {
        background-color: #EDE9E9;
        display: block;
        height: 4rem;
        left: 50%;
        opacity: 0;
        position: absolute;
        top: 100%;
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 4rem;
        z-index: 10; }
      .works__item:nth-child(2n) .works__item-content {
        left: -100%; }
      .works__item--last-row-md .works__item-content {
        top: -200%; }
      .works__item--last-row-md .works__item-caret {
        top: 0; } }
  @media (min-width: 1024px) {
    .works {
      margin-top: 3rem; }
      .works__filter {
        padding-bottom: 11rem; }
      .works__item-content {
        height: 200%;
        left: 100%;
        position: absolute;
        top: 0;
        transition: none;
        width: 200%; }
      .works__item-caret {
        background-color: #EDE9E9;
        display: block;
        height: 4rem;
        left: 100%;
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 4rem;
        z-index: 10; }
      .works__item:nth-child(2) .works__item-content, .works__item:nth-child(3n - 1) .works__item-content {
        left: 0;
        top: 100%; }
      .works__item:nth-child(2) .works__item-caret, .works__item:nth-child(3n - 1) .works__item-caret {
        left: 50%;
        top: 100%; }
      .works__item:nth-child(3n) .works__item-content {
        left: -200%;
        top: 0; }
      .works__item:nth-child(3n) .works__item-caret {
        left: 0;
        top: 50%; }
      .works__item--last-row-lg .works__item-content {
        top: -100%; }
      .works__item--last-row-lg:nth-child(3n - 1) .works__item-content {
        top: -200%; }
      .works__item--last-row-lg:nth-child(3n - 1) .works__item-caret {
        top: 0; }
      .works__item--last-row-lg:nth-child(3n) .works__item-content {
        top: -100%; } }

.works-featured {
  margin-top: 8rem; }
  @media (min-width: 1024px) {
    .works-featured {
      margin-bottom: 12rem; } }
  @media (min-width: 1280px) {
    .works-featured {
      margin-bottom: 14rem; } }
  .works-featured .works__items {
    flex-wrap: nowrap; }
    @media (min-width: 768px) {
      .works-featured .works__items {
        margin-bottom: 2rem;
        flex-wrap: wrap; } }
    @media (min-width: 1024px) {
      .works-featured .works__items {
        margin-bottom: 5rem; } }
  .works-featured .works__item {
    transition-delay: 0ms; }
    @media (min-width: 768px) {
      .works-featured .works__item:nth-child(even) {
        margin-top: 6rem;
        margin-bottom: -6rem; }
      .works-featured .works__item:last-child {
        margin-bottom: 0; }
      .works-featured .works__item::before {
        padding-top: 80%; } }
    @media (min-width: 1024px) {
      .works-featured .works__item:nth-child(even) {
        margin: 0; }
      .works-featured .works__item:nth-child(2), .works-featured .works__item:nth-child(5), .works-featured .works__item:nth-child(8), .works-featured .works__item:nth-child(11), .works-featured .works__item:nth-child(14), .works-featured .works__item:nth-child(17), .works-featured .works__item:nth-child(20), .works-featured .works__item:nth-child(23) {
        margin-top: 6rem;
        margin-bottom: -6rem; }
      .works-featured .works__item:nth-child(3), .works-featured .works__item:nth-child(6), .works-featured .works__item:nth-child(9), .works-featured .works__item:nth-child(12), .works-featured .works__item:nth-child(15), .works-featured .works__item:nth-child(18), .works-featured .works__item:nth-child(21), .works-featured .works__item:nth-child(24) {
        margin-top: 12rem;
        margin-bottom: -12rem; } }
    @media (min-width: 1280px) {
      .works-featured .works__item:nth-child(2), .works-featured .works__item:nth-child(5), .works-featured .works__item:nth-child(8), .works-featured .works__item:nth-child(11), .works-featured .works__item:nth-child(14), .works-featured .works__item:nth-child(17), .works-featured .works__item:nth-child(20), .works-featured .works__item:nth-child(23) {
        margin-top: 9rem;
        margin-bottom: -9rem; }
      .works-featured .works__item:nth-child(3), .works-featured .works__item:nth-child(6), .works-featured .works__item:nth-child(9), .works-featured .works__item:nth-child(12), .works-featured .works__item:nth-child(15), .works-featured .works__item:nth-child(18), .works-featured .works__item:nth-child(21), .works-featured .works__item:nth-child(24) {
        margin-top: 18rem;
        margin-bottom: -18rem; } }
  .works-featured__nav {
    margin: 5rem 0; }

.contact-us__content {
  padding-bottom: 0; }

@media (min-width: 1024px) {
  .contact-us__content {
    padding-top: 0; }
    .contact-us__content .wrapper {
      display: flex; }
  .contact-us__form, .contact-us__locations {
    flex: 1 1 auto;
    width: 50%; }
  .contact-us__form {
    margin-right: 4rem; }
  .contact-us__locations {
    margin-left: 4rem; } }

.home-masthead {
  overflow: hidden;
  position: relative; }
  .home-masthead__images {
    display: none;
    transition: opacity 200ms linear; }
    @media (min-width: 768px) {
      .home-masthead__images {
        display: block; } }
    .home-masthead__images--mobile {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      flex: 0 0 auto;
      height: 54rem;
      transition: opacity 200ms linear;
      width: 100%; }
      @media (min-width: 620px) {
        .home-masthead__images--mobile {
          background-position: center center; } }
      @media (min-width: 768px) {
        .home-masthead__images--mobile {
          display: none; } }
      @media (min-width: 1024px) {
        .home-masthead__images--mobile {
          height: 90rem; } }
  .home-masthead__bubble {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 48rem;
    justify-content: flex-end;
    left: -10rem;
    padding: 2rem 6rem 10rem 13rem;
    position: absolute;
    top: -11rem;
    /* top: -16rem; */ /* original value */
    transition-delay: 500ms;
    width: 48rem;
    z-index: 10; }
    .home-masthead__bubble h1 {
      font-family: "Merriweather", serif;
      font-size: 4rem;
      line-height: 5rem; }
    .home-masthead__bubble i {
      color: #E2491A; }
    .home-masthead__bubble p {
      color: rgba(78, 78, 80, 0.55); }
    @media (min-width: 1024px) {
      .home-masthead__bubble {
        height: 60rem;
        justify-content: center;
        left: 0;
        padding: 2rem 2rem 2rem 6rem;
        top: 8rem;
        width: 60rem; }
        .home-masthead__bubble h1 {
          /* font-size: 7.5rem; */ /* original value */
          /* line-height: 8rem; */ /* original value */
          font-size: 6.5rem;
          line-height: 7rem;
          padding-left: 2rem; /* added to make "Winning..."" fit */
          margin-bottom: 1rem; }
        .home-masthead__bubble p {
          font-size: 3rem;
          line-height: 3rem; } }
    @media (max-width: 767px) {
      .home-masthead__bubble p {
        display: none; } }
  .home-masthead__cta {
    bottom: 7rem;
    position: absolute;
    transition-delay: 1250ms; }
    @media (max-width: 767px) {
      .home-masthead__cta {
        left: 50%;
        transform: translateX(-50%);
        width: 32rem; } }
    @media (min-width: 768px) {
      .home-masthead__cta {
        right: 2rem; } }
    @media (min-width: 1024px) {
      .home-masthead__cta {
        bottom: 11rem;
        right: 8rem; } }
    @media (min-width: 1280px) {
      .home-masthead__cta {
        right: 12rem; } }
  @media (min-width: 1024px) {
    .home-masthead .wrapper {
      height: 100%;
      left: 50%;
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      width: 100%;
      z-index: 100; } }
  .home-masthead:not(.loaded) .home-masthead__images,
  .home-masthead:not(.loaded) .home-masthead__images--mobile {
    opacity: 0; }

.home-carousel__items {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  margin-bottom: 0; }

.home-carousel__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 auto;
  height: 54rem;
  width: 100%; }
  @media (min-width: 620px) {
    .home-carousel__item {
      background-position: center center; } }
  @media (min-width: 1024px) {
    .home-carousel__item {
      height: 90rem; } }

.home-carousel__nav {
  transition-delay: 750ms;
  bottom: 7rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%); }
  @media (max-width: 767px) {
    .home-carousel__nav {
      display: none; } }

@media (min-width: 1024px) {
  .home-services {
    min-height: 92rem; }
    .home-services .wrapper {
      display: flex; }
    .home-services__content {
      flex: 0 0 auto;
      order: 5;
      padding-left: 3rem;
      width: 50%; }
      .home-services__content h2 {
        opacity: 0;
        transform: translateY(20rem);
        transition-delay: 350ms;
        transition-delay: 200ms; }
      .home-services__content h3 {
        opacity: 0;
        transform: translateY(20rem);
        transition-delay: 350ms;
        transition-delay: 400ms; }
    .home-services .services-list {
      flex: 0 0 auto;
      margin-top: 8rem;
      order: 1;
      padding-right: 3rem;
      width: 50%; }
      .home-services .services-list__category-label, .home-services .services-list__service {
        opacity: 0;
        transform: translateY(20rem);
        transition-delay: 350ms; }
      .home-services .services-list__service:nth-child(1) {
        transition-delay: 250ms; }
      .home-services .services-list__service:nth-child(2) {
        transition-delay: 300ms; }
      .home-services .services-list__service:nth-child(3) {
        transition-delay: 350ms; }
      .home-services .services-list__service:nth-child(4) {
        transition-delay: 400ms; }
      .home-services .services-list__service:nth-child(5) {
        transition-delay: 450ms; }
      .home-services .services-list__service:nth-child(6) {
        transition-delay: 500ms; }
      .home-services .services-list__service:nth-child(7) {
        transition-delay: 550ms; }
      .home-services .services-list__service:nth-child(8) {
        transition-delay: 600ms; }
      .home-services .services-list__service:nth-child(9) {
        transition-delay: 650ms; }
      .home-services .services-list__service:nth-child(10) {
        transition-delay: 700ms; }
      .home-services .services-list__service:nth-child(11) {
        transition-delay: 750ms; }
      .home-services .services-list__service:nth-child(12) {
        transition-delay: 800ms; }
      .home-services .services-list__service:nth-child(13) {
        transition-delay: 850ms; }
      .home-services .services-list__service:nth-child(14) {
        transition-delay: 900ms; }
      .home-services .services-list__service:nth-child(15) {
        transition-delay: 950ms; }
      .home-services .services-list__service:nth-child(16) {
        transition-delay: 1000ms; }
      .home-services .services-list__service:nth-child(17) {
        transition-delay: 1050ms; }
      .home-services .services-list__service:nth-child(18) {
        transition-delay: 1100ms; }
      .home-services .services-list__service:nth-child(19) {
        transition-delay: 1150ms; }
      .home-services .services-list__service:nth-child(20) {
        transition-delay: 1200ms; }
      .home-services .services-list__service:nth-child(21) {
        transition-delay: 1250ms; }
      .home-services .services-list__service:nth-child(22) {
        transition-delay: 1300ms; }
      .home-services .services-list__service:nth-child(23) {
        transition-delay: 1350ms; }
      .home-services .services-list__service:nth-child(24) {
        transition-delay: 1400ms; }
      .home-services .services-list__service:nth-child(25) {
        transition-delay: 1450ms; }
      .home-services .services-list__service:nth-child(26) {
        transition-delay: 1500ms; }
      .home-services .services-list__service:nth-child(27) {
        transition-delay: 1550ms; }
      .home-services .services-list__service:nth-child(28) {
        transition-delay: 1600ms; }
      .home-services .services-list__service:nth-child(29) {
        transition-delay: 1650ms; }
      .home-services .services-list__service:nth-child(30) {
        transition-delay: 1700ms; }
      .home-services .services-list__service:nth-child(31) {
        transition-delay: 1750ms; }
      .home-services .services-list__service:nth-child(32) {
        transition-delay: 1800ms; }
      .home-services .services-list__service:nth-child(33) {
        transition-delay: 1850ms; }
      .home-services .services-list__service:nth-child(34) {
        transition-delay: 1900ms; }
      .home-services .services-list__service:nth-child(35) {
        transition-delay: 1950ms; }
      .home-services .services-list__service:nth-child(36) {
        transition-delay: 2000ms; }
      .home-services .services-list__service:nth-child(37) {
        transition-delay: 2050ms; }
      .home-services .services-list__service:nth-child(38) {
        transition-delay: 2100ms; }
      .home-services .services-list__service:nth-child(39) {
        transition-delay: 2150ms; }
      .home-services .services-list__service:nth-child(40) {
        transition-delay: 2200ms; }
      .home-services .services-list__service:nth-child(41) {
        transition-delay: 2250ms; }
      .home-services .services-list__service:nth-child(42) {
        transition-delay: 2300ms; }
      .home-services .services-list__service:nth-child(43) {
        transition-delay: 2350ms; }
      .home-services .services-list__service:nth-child(44) {
        transition-delay: 2400ms; }
      .home-services .services-list__service:nth-child(45) {
        transition-delay: 2450ms; }
      .home-services .services-list__service:nth-child(46) {
        transition-delay: 2500ms; }
      .home-services .services-list__service:nth-child(47) {
        transition-delay: 2550ms; }
      .home-services .services-list__service:nth-child(48) {
        transition-delay: 2600ms; }
      .home-services .services-list__service:nth-child(49) {
        transition-delay: 2650ms; }
      .home-services .services-list__service:nth-child(50) {
        transition-delay: 2700ms; }
    .home-services .service-content {
      flex: 0 0 auto;
      opacity: 0;
      transform: translateY(20rem);
      transition-delay: 350ms;
      transition-delay: 1000ms;
      width: 100%; }
    .home-services.in-view .services-list__category-label,
    .home-services.in-view .services-list__service,
    .home-services.in-view .home-services__content h2,
    .home-services.in-view .home-services__content h3,
    .home-services.in-view .service-content {
      opacity: 1;
      transform: translateY(0);
      transition-duration: 350ms;
      transition-property: opacity, transform;
      transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); } }

@media (max-width: 767px) {
  .home-people .wrapper {
    display: flex;
    flex-direction: column; }
  .home-people .people-featured {
    order: 5; }
  .home-people__links {
    order: 10; }
    .home-people__links .btn {
      display: block;
      margin-bottom: 2rem; } }

@media (min-width: 768px) {
  .home-people__links {
    margin-bottom: 5rem; }
    .home-people__links .btn {
      margin-right: 2rem; }
  .home-people__join {
    display: none; } }

@media (min-width: 1024px) {
  .home-clients-list .clients-list__item {
    opacity: 0;
    transform: translateY(20rem);
    transition-delay: 350ms; }
    .home-clients-list .clients-list__item:nth-child(1) {
      transition-delay: 100ms; }
    .home-clients-list .clients-list__item:nth-child(2) {
      transition-delay: 200ms; }
    .home-clients-list .clients-list__item:nth-child(3) {
      transition-delay: 300ms; }
    .home-clients-list .clients-list__item:nth-child(4) {
      transition-delay: 400ms; }
    .home-clients-list .clients-list__item:nth-child(5) {
      transition-delay: 500ms; }
    .home-clients-list .clients-list__item:nth-child(6) {
      transition-delay: 600ms; }
    .home-clients-list .clients-list__item:nth-child(7) {
      transition-delay: 700ms; }
    .home-clients-list .clients-list__item:nth-child(8) {
      transition-delay: 800ms; }
    .home-clients-list .clients-list__item:nth-child(9) {
      transition-delay: 900ms; }
    .home-clients-list .clients-list__item:nth-child(10) {
      transition-delay: 1000ms; }
    .home-clients-list .clients-list__item.in-view {
      opacity: 1;
      transform: translateY(0);
      transition-duration: 350ms;
      transition-property: opacity, transform;
      transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); } }

.our-approach-report {
  overflow: hidden; }
  .our-approach-report__copy .btn {
    margin-top: 3rem; }
  .our-approach-report__image {
    background-image: url("../images/img-essential-report.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 6rem -12rem 0;
    height: 65rem;
    width: calc(24rem + 100%); }
  @media (min-width: 768px) {
    .our-approach-report__content {
      margin-top: 6rem; } }
  @media (max-width: 767px) {
    .our-approach-report__copy .btn {
      display: block; } }
  @media (min-width: 768px) {
    .our-approach-report__content {
      display: flex; }
    .our-approach-report__copy, .our-approach-report__image {
      flex: 1 1 auto;
      width: 50%; }
    .our-approach-report__copy {
      margin-right: 3rem;
      position: relative;
      z-index: 10; }
      .our-approach-report__copy h2 {
        white-space: nowrap; }
      .our-approach-report__copy p {
        max-width: 68rem; }
    .our-approach-report__image {
      margin: -8rem 0 0 0;
      max-width: 80rem; } }

.our-approach-list {
  padding-left: 0;
  padding-right: 0; }
  .our-approach-list__items {
    list-style-type: none;
    padding-left: 0; }
    @media (min-width: 768px) {
      .our-approach-list__items {
        display: block;
        padding-bottom: 6rem;
        padding-top: 6rem; } }
  .our-approach-list__item {
    display: flex;
    flex: 0 0 auto;
    padding: 3rem;
    position: relative;
    width: 100%; }
    .our-approach-list__item h2 {
      color: #E2491A;
      font-size: 4.25rem;
      line-height: 5rem; }
    .our-approach-list__item p {
      color: rgba(78, 78, 80, 0.55);
      font-size: 2.25rem;
      line-height: 3.25rem; }
    .our-approach-list__item-content {
      flex: 1 1 auto;
      order: 0; }
    .our-approach-list__item::before {
      background-color: #E2491A;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 75% 75%;
      border-radius: 50%;
      content: '';
      flex: 0 0 auto;
      height: 10rem;
      margin-right: 4rem;
      order: 0;
      width: 10rem; }
    .our-approach-list__item--insights::before {
      background-image: url("../images/gr-dots-circle.svg"); }
    .our-approach-list__item--ideas::before {
      background-image: url("../images/gr-dots-two.svg"); }
    .our-approach-list__item--integration::before {
      background-image: url("../images/gr-dots-four.svg"); }
    .our-approach-list__item--impact::before {
      background-image: url("../images/gr-dots-border.svg"); }
    @media (min-width: 768px) {
      .our-approach-list__item {
        margin-bottom: -6rem;
        padding-bottom: 0;
        width: 50%; }
        .our-approach-list__item-dots {
          height: 18rem;
          left: 2rem;
          position: absolute;
          top: 18rem;
          transform: translateX(-50%);
          width: 14rem; }
          .our-approach-list__item-dots i {
            background-color: #EDE9E9;
            border-radius: 50%;
            display: inline-block;
            height: 2rem;
            left: 6rem;
            top: 9rem;
            opacity: 0;
            position: absolute;
            transition-delay: 500ms, 500ms, 250ms;
            transition-duration: 250ms;
            transition-property: left, top, opacity;
            transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            width: 2rem; }
        .our-approach-list__item.in-view .our-approach-list__item-dots i {
          opacity: 1; }
          .our-approach-list__item.in-view .our-approach-list__item-dots i:nth-child(2) {
            left: 3.5rem;
            opacity: .7;
            top: 6rem;
            transition-delay: 600ms, 600ms, 350ms;
            transition-duration: 350ms; }
          .our-approach-list__item.in-view .our-approach-list__item-dots i:nth-child(3) {
            left: 2rem;
            opacity: .3;
            top: 9.5rem;
            transition-delay: 700ms, 700ms, 450ms;
            transition-duration: 450ms; }
          .our-approach-list__item.in-view .our-approach-list__item-dots i:nth-child(4) {
            left: 7.5rem;
            opacity: .3;
            top: 5.5rem;
            transition-delay: 800ms, 800ms, 550ms;
            transition-duration: 550ms; }
          .our-approach-list__item.in-view .our-approach-list__item-dots i:nth-child(5) {
            left: 3rem;
            opacity: .3;
            top: 15rem;
            transition-delay: 900ms, 900ms, 650ms;
            transition-duration: 650ms; }
          .our-approach-list__item.in-view .our-approach-list__item-dots i:nth-child(6) {
            left: 6.5rem;
            opacity: .3;
            top: 0;
            transition-delay: 1000ms, 1000ms, 750ms;
            transition-duration: 750ms; }
        .our-approach-list__item--insights, .our-approach-list__item--integration {
          margin-left: 50%; }
        .our-approach-list__item--ideas, .our-approach-list__item--impact {
          text-align: right; }
          .our-approach-list__item--ideas::before, .our-approach-list__item--impact::before {
            order: 5;
            margin-left: 4rem;
            margin-right: 0; }
          .our-approach-list__item--ideas .our-approach-list__item-dots, .our-approach-list__item--impact .our-approach-list__item-dots {
            left: auto;
            right: 0;
            transform: scaleX(-1) translateX(-25%); }
        .our-approach-list__item:last-child::after {
          display: none; } }
    @media (min-width: 1024px) {
      .our-approach-list__item {
        padding: 4rem; }
        .our-approach-list__item h2 {
          font-size: 5.5rem;
          line-height: 6rem; }
        .our-approach-list__item p {
          font-size: 2.75rem;
          line-height: 4rem; } }

.our-history__list {
  padding: 0; }

.our-people__jobs-content h2 {
  max-width: 80rem; }
  .our-people__jobs-content h2 a {
    text-decoration: none; }
    .our-people__jobs-content h2 a i {
      color: #D8D8D8;
      font-size: 3rem; }

@media (max-width: 619px) {
  .our-people__list {
    padding-bottom: 0;
    padding-top: 0; }
    .our-people__list .slick-list {
      overflow: visible; } }

.our-people__join {
  display: block; }

@media (max-width: 767px) {
  .our-people .people-list__item.active .people-list__item-details {
    margin-top: 1.5rem;
    max-height: 1000px; }
    .our-people .people-list__item.active .people-list__item-details h4, .our-people .people-list__item.active .people-list__item-details h5 {
      display: none; } }

@media (min-width: 768px) {
  .our-people .people-list:not(.people-expandable) {
    display: none; }
  .our-people__join {
    display: none; } }

.our-work h1 {
  max-width: 110rem; }

.our-work__list {
  position: relative;
  z-index: 15; }
  @media (max-width: 1279px) {
    .our-work__list {
      padding-bottom: 0; } }
