





.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

header.top {
  position: relative;
  height: 100vh;
  width: 100%;
  margin-bottom: 140px; }
  header.top .slider {
    position: absolute;
    z-index: 1;
    height: 100vh;
    width: 100%; }
    header.top .slider .image-container {
      width: 100%;
      height: 100vh; }
      header.top .slider .image-container .image {
        -khtml-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%; }
  header.top hgroup {
    position: relative;
    z-index: 2;
    height: 100vh;
    width: 100%;
    bottom: 0 !important;
    background-image: linear-gradient(-269deg, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.38) 100%); }
    @media (max-width: 767.98px) {
      header.top hgroup {
        text-align: center; } }
    header.top hgroup h1, header.top hgroup h2 {
      color: white; }
  header.top .arrow-container {
    position: absolute;
    width: 100%;
    bottom: 4.5%;
    z-index: 2; }
    header.top .arrow-container button.arrow-down {
      cursor: pointer;
      -khtml-background-size: contain;
      -ms-background-size: contain;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../../images/down-arrow.png");
      background-color: transparent;
      border: 0;
      width: 50px;
      height: 20px; }

section.intro {
  margin-bottom: 70px; }
  section.intro hgroup {
    margin-bottom: 25px; }
    @media (min-width: 1472px) {
      section.intro hgroup {
        margin-left: 20%; } }
    @media (max-width: 767.98px) {
      section.intro hgroup h2 br {
        content: " ";
        display: none; } }

section.thinking h2.title {
  margin-bottom: 15px; }

section.thinking .posts-container .thinking-listing-item {
  border-right: 1px solid #E4E4E3; }
  @media (max-width: 767.98px) {
    section.thinking .posts-container .thinking-listing-item {
      padding-bottom: 30px;
      border-right: 0px; } }
  section.thinking .posts-container .thinking-listing-item:last-child {
    border-right: 0px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    section.thinking .posts-container .thinking-listing-item:nth-child(2) {
      border-right: 0px; } }
  section.thinking .posts-container .thinking-listing-item.no-image .top {
    background-color: #C2CF2F;
    position: relative; }
    section.thinking .posts-container .thinking-listing-item.no-image .top:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 104.16667%; }
    section.thinking .posts-container .thinking-listing-item.no-image .top > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    section.thinking .posts-container .thinking-listing-item.no-image .top .date {
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      color: #1A1919; }
    section.thinking .posts-container .thinking-listing-item.no-image .top h3 {
      position: absolute;
      top: 40px;
      left: 10px;
      right: 10px;
      font-size: 27px;
      font-family: "halyard-display";
      font-weight: 400; }
      @media (max-width: 767.98px) {
        section.thinking .posts-container .thinking-listing-item.no-image .top h3 {
          font-size: 21px; } }
  section.thinking .posts-container .thinking-listing-item.no-image:hover h3 {
    text-decoration: underline; }
  section.thinking .posts-container .thinking-listing-item.no-image > .date {
    display: none; }
  section.thinking .posts-container .thinking-listing-item .top figure {
    -khtml-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    section.thinking .posts-container .thinking-listing-item .top figure:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 61.61972%; }
    section.thinking .posts-container .thinking-listing-item .top figure > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    section.thinking .posts-container .thinking-listing-item .top figure:after {
      content: '';
      -webkit-transition: all 100ms ease-out;
      transition: all 100ms ease-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        section.thinking .posts-container .thinking-listing-item .top figure:after {
          -webkit-transition: none;
          transition: none; } }
  section.thinking .posts-container .thinking-listing-item .top:hover figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    background-color: rgba(27, 125, 154, 0.75); }
    @media screen and (prefers-reduced-motion: reduce) {
      section.thinking .posts-container .thinking-listing-item .top:hover figure:after {
        -webkit-transition: none;
        transition: none; } }
  section.thinking .posts-container .thinking-listing-item .top h3 {
    color: #1A1919;
    font-size: 21px;
    font-family: "halyard-text";
    font-weight: 400;
    margin-bottom: 50px; }
    @media (max-width: 991.98px) {
      section.thinking .posts-container .thinking-listing-item .top h3 {
        margin-bottom: 5px; } }
  section.thinking .posts-container .thinking-listing-item .date {
    color: #999999; }
    @media (max-width: 991.98px) {
      section.thinking .posts-container .thinking-listing-item .date {
        margin-bottom: 45px; } }

section.thinking .bottom-link {
  padding-top: 15px;
  padding-bottom: 15px; }

div.thinking-themes-divider {
  width: 100%;
  border-bottom: 1px solid #E4E4E3;
  margin-bottom: 125px; }
  @media (max-width: 767.98px) {
    div.thinking-themes-divider {
      margin-bottom: 80px; } }

section.themes {
  margin-bottom: 125px; }
  @media (max-width: 767.98px) {
    section.themes {
      margin-bottom: 80px; } }
  section.themes nav.left h2 {
    margin-bottom: 15px; }
  section.themes nav.left ul li {
    line-height: 45px; }
    section.themes nav.left ul li a {
      color: #1A1919; }
      section.themes nav.left ul li a:hover {
        text-decoration: underline; }
    section.themes nav.left ul li.view-our-work a {
      color: #1B7D9A; }
  section.themes section.themes-image-container {
    position: relative; }
    section.themes section.themes-image-container .image {
      margin-right: 15px;
      width: calc(100% - 10px);
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      -webkit-transition: opacity 250ms linear;
      transition: opacity 250ms linear;
      -khtml-background-size: cover;
      -ms-background-size: cover;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-position: top right; }
      @media screen and (prefers-reduced-motion: reduce) {
        section.themes section.themes-image-container .image {
          -webkit-transition: none;
          transition: none; } }
      section.themes section.themes-image-container .image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.5%; }
      section.themes section.themes-image-container .image > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      section.themes section.themes-image-container .image.active {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        -webkit-transition: opacity 250ms linear;
        transition: opacity 250ms linear; }
        @media screen and (prefers-reduced-motion: reduce) {
          section.themes section.themes-image-container .image.active {
            -webkit-transition: none;
            transition: none; } }
      @media (max-width: 767.98px) {
        section.themes section.themes-image-container .image {
          -khtml-background-size: cover;
          -ms-background-size: cover;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          background-position: center center; } }

section.featured-works {
  margin-bottom: 125px; }
  @media (max-width: 767.98px) {
    section.featured-works {
      margin-bottom: 80px; } }
  section.featured-works h2 {
    margin-bottom: 30px; }
  section.featured-works .featured-container .featured-item {
    float: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    -khtml-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    @media (min-width: 576px) {
      section.featured-works .featured-container .featured-item {
        width: calc(50% - 10px); }
        section.featured-works .featured-container .featured-item:nth-child(2n) {
          margin-left: 20px; } }
    section.featured-works .featured-container .featured-item:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    section.featured-works .featured-container .featured-item > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    section.featured-works .featured-container .featured-item .shadow {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.1)));
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%); }
      section.featured-works .featured-container .featured-item .shadow:after {
        content: '';
        background-color: transparent;
        -webkit-transition: all 100ms ease-out;
        transition: all 100ms ease-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          section.featured-works .featured-container .featured-item .shadow:after {
            -webkit-transition: none;
            transition: none; } }
    section.featured-works .featured-container .featured-item:hover .shadow:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all 150ms linear;
      transition: all 150ms linear;
      background-color: rgba(27, 125, 154, 0.75); }
      @media screen and (prefers-reduced-motion: reduce) {
        section.featured-works .featured-container .featured-item:hover .shadow:after {
          -webkit-transition: none;
          transition: none; } }
    section.featured-works .featured-container .featured-item hgroup {
      position: absolute;
      top: 30px;
      left: 30px; }
      section.featured-works .featured-container .featured-item hgroup h4, section.featured-works .featured-container .featured-item hgroup h3 {
        color: white; }
  section.featured-works .bottom-link {
    margin-top: 15px; }

aside.bottom-links {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 576px) {
    aside.bottom-links {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  aside.bottom-links a {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -khtml-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    aside.bottom-links a:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 69.44444%; }
    aside.bottom-links a > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media (min-width: 576px) {
      aside.bottom-links a:first-child {
        margin-right: 2px;
        width: calc(50% - 2px); }
      aside.bottom-links a:nth-child(2) {
        margin-left: 1px;
        width: calc(50% - 1px); } }
    aside.bottom-links a hgroup {
      position: absolute;
      top: 30px;
      left: 30px;
      color: white; }
      @media (max-width: 767.98px) {
        aside.bottom-links a hgroup {
          top: 20px;
          left: 20px; } }
      aside.bottom-links a hgroup h3 {
        font-size: 2rem;
        font-family: "halyard-display";
        font-weight: 600;
        letter-spacing: 0.01rem; }
        @media (max-width: 767.98px) {
          aside.bottom-links a hgroup h3 {
            font-size: 1.5rem; } }
      aside.bottom-links a hgroup h4 {
        font-size: 27px;
        font-family: "halyard-display";
        font-weight: 400; }
        @media (max-width: 767.98px) {
          aside.bottom-links a hgroup h4 {
            font-size: 21px; } }
    aside.bottom-links a .shade {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.25);
      -webkit-transition: all 100ms ease-out;
      transition: all 100ms ease-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        aside.bottom-links a .shade {
          -webkit-transition: none;
          transition: none; } }
    aside.bottom-links a:hover .shade {
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: all 100ms ease-out;
      transition: all 100ms ease-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        aside.bottom-links a:hover .shade {
          -webkit-transition: none;
          transition: none; } }
