@charset "UTF-8";
.mobileMenu .wrap .social:after, .ticker:after, footer .wrap .cols .col:after {
  content: '';
  display: block;
  clear: both; }

.cookiepanel-sidebar .toggler label {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.mobileMenu .wrap nav ul li, .highlights .wrap .row .content header h6, .highlights .wrap .row .content article p {
  font-family: 'Roobert Regular'; }

body {
  font-family: 'Roobert Light'; }

h4, .greenLink, .highlights .wrap > header h2, .highlights .wrap .row .content article .greenLink {
  font-family: 'Roobert SemiBold'; }

.placeholder {
  pointer-events: none;
  -webkit-transition: 0.3s opacity linear;
  -ms-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
  position: absolute; }
  .placeholder.faded {
    opacity: 0.5; }
  .placeholder.hide {
    display: none; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
  display: block; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hide {
  display: none !important; }

.desktop {
  display: none; }

.cookiepanel-open {
  color: #282f4f !important;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 100000;
  padding: 10px 25px !important;
  left: 30px !important;
  text-align: center;
  background-color: #3550e5 !important;
  border-radius: 0 !important; }

.cookiepanel-sidebar {
  background-color: #282f4f !important;
  z-index: 1000000000;
  overflow: auto;
  height: 100%; }
  .cookiepanel-sidebar h2 {
    padding-top: 50px; }
  .cookiepanel-sidebar h2, .cookiepanel-sidebar .heading {
    color: #3550e5;
    line-height: 1.5;
    font-size: 1.5rem !important;
    font-weight: normal !important; }
  .cookiepanel-sidebar p {
    font-size: 1rem;
    line-height: 1.4; }
  .cookiepanel-sidebar .buttons button {
    border: 1px solid white !important;
    text-align: center;
    color: white;
    font-size: 1rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    width: 100%;
    height: 35px;
    border-radius: 5px !important;
    margin: 30px auto 0;
    background-color: transparent !important;
    padding: 0 !important;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: all;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: 300ms;
    -moz-transition-property: all;
    -o-transition-timing-function: linear;
    -o-transition-duration: 300ms;
    -o-transition-property: all;
    -ms-transition-timing-function: linear;
    -ms-transition-duration: 300ms;
    -ms-transition-property: all;
    transition-timing-function: linear;
    transition-duration: 300ms;
    transition-property: all; }
    .cookiepanel-sidebar .buttons button + button {
      margin-left: 0 !important;
      margin-top: 10px !important; }
    .cookiepanel-sidebar .buttons button:hover {
      color: #3550e5;
      border-color: #3550e5 !important; }
  .cookiepanel-sidebar .toggler label {
    font-family: 'TT Commons Pro Regular' !important; }
  .cookiepanel-sidebar .toggler label::before {
    background-color: rgba(255, 255, 255, 0.5) !important; }

body {
  background-color: #282f4f;
  color: white;
  padding-top: 76px;
  -webkit-font-smoothing: antialiased; }
  body.showNav .mobileMenu {
    top: 0;
    background-color: #3550e5; }
  body.projectHome .hero {
    padding-top: 50px; }
  body.projectHome .highlights.full {
    padding-top: 80px;
    padding-bottom: 0; }
    body.projectHome .highlights.full .wrap .row .content {
      padding-bottom: 60px; }
  body.servicesHome .textPanel + .textPanel {
    margin-top: 60px; }
  body.journalHome {
    background-color: white; }
    body.journalHome .textPanel {
      color: #282f4f; }
    body.journalHome .featuredPanel {
      position: relative; }
      body.journalHome .featuredPanel:after {
        content: '';
        height: 50px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #282f4f;
        display: block;
        z-index: -1; }
    body.journalHome .hero .wrap h2 {
      color: #282f4f; }
    body.journalHome .top {
      margin-top: 60px; }
      body.journalHome .top:after {
        background-image: url("../images/top-black.svg"); }
    body.journalHome footer {
      background-color: #282f4f; }
      body.journalHome footer .wrap .cols .col + .col {
        margin-top: 90px; }
      body.journalHome footer .wrap .cols .col:first-of-type:after {
        content: '';
        background-image: url("../images/logo.svg");
        width: auto;
        height: 110px;
        display: block;
        margin: 116px auto 0 auto;
        background-size: contain;
        background-repeat: no-repeat; }

a {
  text-decoration: none; }

h2 {
  font-size: 2.0625rem;
  line-height: 1.15;
  letter-spacing: 0.02em; }

h3 {
  font-size: 1.375rem;
  line-height: 1.18; }

h4 {
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-size: 1rem; }

em {
  font-style: italic; }

p {
  font-size: 1rem;
  line-height: 1.25; }

.greenLink {
  color: #3550e5;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: all;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 300ms;
  -moz-transition-property: all;
  -o-transition-timing-function: linear;
  -o-transition-duration: 300ms;
  -o-transition-property: all;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 300ms;
  -ms-transition-property: all;
  transition-timing-function: linear;
  transition-duration: 300ms;
  transition-property: all; }
  .greenLink:hover:after {
    opacity: 1;
    right: 0; }
  .greenLink:after {
    content: '';
    background-color: #3550e5;
    height: 1px;
    display: block;
    width: -moz-calc(100% - 55px);
    width: -o-calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
    margin: 0 0 0 55px;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: all;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: 500ms;
    -moz-transition-property: all;
    -o-transition-timing-function: linear;
    -o-transition-duration: 500ms;
    -o-transition-property: all;
    -ms-transition-timing-function: linear;
    -ms-transition-duration: 500ms;
    -ms-transition-property: all;
    transition-timing-function: linear;
    transition-duration: 500ms;
    transition-property: all;
    opacity: 0;
    position: absolute;
    bottom: -3px;
    right: -20px; }
  .greenLink:before {
    content: '';
    background-image: url("../images/green-arrow.svg");
    width: 40px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 10px;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: all;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: 300ms;
    -moz-transition-property: all;
    -o-transition-timing-function: linear;
    -o-transition-duration: 300ms;
    -o-transition-property: all;
    -ms-transition-timing-function: linear;
    -ms-transition-duration: 300ms;
    -ms-transition-property: all;
    transition-timing-function: linear;
    transition-duration: 300ms;
    transition-property: all; }

header[role="banner"] {
  position: fixed;
  top: 0;
  left: 0;
  height: 76px;
  width: 100%;
  z-index: 100000;
  background-color: #282f4f; }
  header[role="banner"] .wrap .navButton {
    margin-left: 30px;
    margin-top: 32px; }
    header[role="banner"] .wrap .navButton span {
      background-color: white;
      display: block;
      width: 42px;
      height: 4px;
      pointer-events: none; }
      header[role="banner"] .wrap .navButton span + span {
        margin-top: 6px; }

.mobileMenu {
  background-color: #282f4f;
  position: fixed;
  top: -110%;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  -webkit-transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  overflow: auto;
  z-index: 1000000; }
  .mobileMenu .wrap .navButton {
    background-image: url("../images/close.svg");
    width: 32px;
    height: 32px;
    margin: 30px 30px 0 auto; }
  .mobileMenu .wrap nav {
    margin-top: 50px; }
    .mobileMenu .wrap nav ul {
      text-align: center; }
      .mobileMenu .wrap nav ul li {
        font-size: 1.875rem;
        color: white;
        text-transform: uppercase;
        letter-spacing: 0.05em; }
        .mobileMenu .wrap nav ul li.home {
          font-size: 1rem; }
          .mobileMenu .wrap nav ul li.home + li {
            margin-top: 50px; }
        .mobileMenu .wrap nav ul li + li {
          margin-top: 30px; }
  .mobileMenu .wrap .social {
    position: absolute;
    bottom: 34px;
    left: 0;
    right: 0; }
    .mobileMenu .wrap .social a {
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: white;
      float: left;
      margin: 0 0 0 30px; }
      .mobileMenu .wrap .social a + a {
        float: right;
        margin: 0 30px 0 0; }

.ticker {
  background-color: #3550e5;
  color: #282f4f;
  padding: 11px 0;
  overflow: hidden; }
  .ticker h3, .ticker p {
    display: inline-block;
    margin-left: 28px; }
  .ticker h3 {
    font-size: 1.5rem; }

.hero {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative; }
  .hero.articleHero {
    padding-top: 44px; }
    .hero.articleHero .wrap .animation {
      display: none; }
    .hero.articleHero .wrap .greenLink {
      margin-top: 8px; }
      .hero.articleHero .wrap .greenLink:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .hero.bgImage {
    padding: 0;
    height: -moz-calc(100vh - 65px);
    height: -o-calc(100vh - 65px);
    height: -webkit-calc(100vh - 65px);
    height: calc(100vh - 65px); }
    .hero.bgImage > figure {
      background-size: cover;
      background-position: center center;
      height: -moz-calc(100vh - 65px);
      height: -o-calc(100vh - 65px);
      height: -webkit-calc(100vh - 65px);
      height: calc(100vh - 65px); }
    .hero.bgImage .wrap {
      position: absolute;
      top: 146px;
      left: 0;
      right: 0; }
      .hero.bgImage .wrap figure {
        margin-bottom: 0; }
  .hero .wrap {
    margin: 0 30px; }
    .hero .wrap .logo {
      max-width: 580px; }
    .hero .wrap h2 {
      font-size: 1.625rem; }
    .hero .wrap h2 + figure {
      margin-top: 14px; }
    .hero .wrap h2 + h4 {
      margin-top: 60px; }
    .hero .wrap h4 {
      font-size: 1.875rem; }
    .hero .wrap figure + .down {
      margin-top: 160px; }
    .hero .wrap a.desktop {
      display: none; }
    .hero .wrap .down {
      font-size: 0;
      background-size: contain;
      background-image: url("../images/down-arrow.svg");
      width: 73px;
      height: 73px;
      margin: 0 auto;
      display: block; }
    .hero .wrap .animation + .down {
      margin-top: 160px; }
    .hero .wrap .animation {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .hero .wrap .animation figure:first-of-type {
        margin-right: 6px; }
      .hero .wrap .animation figure:last-of-type {
        position: relative;
        top: 1px; }
      .hero .wrap .animation figure + figure {
        margin-right: 6px; }
    .hero .wrap nav {
      margin: 130px -4px 0; }
      .hero .wrap nav a {
        border: 1px solid #a8a8a8;
        color: #a8a8a8;
        font-size: 0.875rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        border-radius: 30px;
        display: inline-block;
        padding: 12px 24px;
        line-height: 1;
        margin: 0 4px 16px;
        -webkit-transition-timing-function: linear;
        -webkit-transition-duration: 300ms;
        -webkit-transition-property: all;
        -moz-transition-timing-function: linear;
        -moz-transition-duration: 300ms;
        -moz-transition-property: all;
        -o-transition-timing-function: linear;
        -o-transition-duration: 300ms;
        -o-transition-property: all;
        -ms-transition-timing-function: linear;
        -ms-transition-duration: 300ms;
        -ms-transition-property: all;
        transition-timing-function: linear;
        transition-duration: 300ms;
        transition-property: all; }
        .hero .wrap nav a:hover, .hero .wrap nav a.active {
          border-color: #3550e5;
          background-color: #3550e5;
          color: white; }

.profileDetails + .textPanel.whiteBg {
  margin-top: -100px; }

.textPanel {
  margin-top: 100px;
  position: relative; }
  .textPanel.greenBg {
    background-color: #3550e5;
    color: #282f4f;
    margin-top: 0;
    padding: 80px 0; }
  .textPanel.greenText {
    color: #3550e5;
    padding-bottom: 90px; }
  .textPanel.whiteBg {
    background-color: white;
    color: #3550e5;
    margin-top: 0;
    padding: 190px 0 214px; }
    .textPanel.whiteBg .wrap h2 {
      font-size: 2.1875rem; }
  .textPanel .wrap {
    margin: 0 30px; }
    .textPanel .wrap h2 + h2 {
      margin-top: 40px; }
    .textPanel .wrap article + figure {
      margin-top: 60px; }
    .textPanel .wrap .hold .clock {
      width: 110px;
      border-radius: 50%;
      border: 2px solid white; }
    .textPanel .wrap .hold h4 {
      margin-top: 20px; }
    .textPanel .wrap .clocks {
      color: white;
      margin-bottom: 100px; }
      .textPanel .wrap .clocks div {
        display: inline-block;
        text-align: center; }
        .textPanel .wrap .clocks div + div {
          margin-left: 20px; }
        .textPanel .wrap .clocks div figure {
          width: 110px;
          margin: 0 auto 20px; }
    .textPanel .wrap .groupImages {
      width: 50%;
      margin: 60px 0 80px auto; }
      .textPanel .wrap .groupImages figure {
        width: 100%; }
        .textPanel .wrap .groupImages figure + figure {
          margin-top: 18px; }
    .textPanel .wrap .groupImages + figure {
      width: 214px; }
    .textPanel .wrap .info {
      margin-top: 85px; }
      .textPanel .wrap .info h5 {
        color: #3550e5;
        font-size: 1.375rem;
        letter-spacing: 0.025em;
        padding-bottom: 20px; }
      .textPanel .wrap .info p {
        padding-right: 30px; }
        .textPanel .wrap .info p a {
          border-bottom: 1px solid white; }

.textPanel + .highlights {
  margin-top: 90px; }

.textPanel + .slider {
  padding-top: 100px; }

.textPanel + .slider.profileSlider {
  margin-top: 0; }

.fullWidth figure {
  padding-top: 110%;
  background-size: cover;
  background-position: center center; }

.fullWidth + .details {
  padding-top: 0;
  margin-top: -36px;
  position: relative; }

.slider {
  margin: 0 30px;
  background-color: #282f4f; }
  .slider.profileSlider figure img {
    height: auto;
    width: auto;
    max-width: 100%; }
  .slider .swiper-menu {
    margin-bottom: 40px; }
    .slider .swiper-menu button {
      background-color: transparent;
      position: static;
      margin: 0;
      background-image: url("../images/slider-arrow.svg");
      width: 73px;
      height: 73px; }
  .slider .swiper-pagination {
    font-size: 0.875rem;
    letter-spacing: 0.01em;
    margin-top: 10px; }
  .slider figure img {
    height: 300px;
    object-fit: cover; }

.links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 90px 0; }
  .links .more {
    font-size: 1.375rem;
    margin-left: 30px;
    padding-top: 60px; }

.top {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  width: 73px;
  margin: 0 30px 0 auto;
  position: relative; }
  .top:hover:before {
    opacity: 1; }
  .top:hover:after {
    opacity: 0; }
  .top:before {
    content: '';
    background-image: url("../images/top-green.svg");
    width: 73px;
    height: 73px;
    display: block;
    margin: 20px auto 0;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: all;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: 300ms;
    -moz-transition-property: all;
    -o-transition-timing-function: linear;
    -o-transition-duration: 300ms;
    -o-transition-property: all;
    -ms-transition-timing-function: linear;
    -ms-transition-duration: 300ms;
    -ms-transition-property: all;
    transition-timing-function: linear;
    transition-duration: 300ms;
    transition-property: all; }
  .top:after {
    content: '';
    background-image: url("../images/top.svg");
    width: 73px;
    height: 73px;
    display: block;
    margin: 20px auto 0;
    background-repeat: no-repeat;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: all;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: 300ms;
    -moz-transition-property: all;
    -o-transition-timing-function: linear;
    -o-transition-duration: 300ms;
    -o-transition-property: all;
    -ms-transition-timing-function: linear;
    -ms-transition-duration: 300ms;
    -ms-transition-property: all;
    transition-timing-function: linear;
    transition-duration: 300ms;
    transition-property: all; }

.highlights {
  background-color: #ededed;
  padding: 50px 0 0;
  color: #282f4f; }
  .highlights.full {
    background-color: #282f4f;
    color: white;
    padding-bottom: 80px; }
    .highlights.full .wrap .row figure {
      margin: 0 30px; }
      .highlights.full .wrap .row figure img {
        height: auto; }
  .highlights .wrap > header {
    margin: 0 30px;
    padding-bottom: 30px; }
    .highlights .wrap > header h2 {
      font-size: 1.56rem;
      letter-spacing: 0.02em;
      line-height: 1.06; }
  .highlights .wrap .row figure img {
    height: 333px;
    object-fit: cover; }
  .highlights .wrap .row .content {
    padding: 46px 30px; }
    .highlights .wrap .row .content header h4 + h6 {
      margin-top: 25px; }
    .highlights .wrap .row .content header h6 {
      border: 1px solid #a8a8a8;
      color: #a8a8a8;
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      border-radius: 30px;
      display: inline-block;
      padding: 12px 34px;
      line-height: 1; }
    .highlights .wrap .row .content article {
      margin-top: 40px; }
      .highlights .wrap .row .content article p {
        font-size: 1.25rem;
        line-height: 1.18; }
      .highlights .wrap .row .content article p + a {
        margin-top: 45px; }
      .highlights .wrap .row .content article .greenLink {
        margin-top: 45px;
        font-size: 1.125rem; }

.clients {
  padding: 100px 0;
  background-color: #3550e5; }
  .clients .wrap {
    margin: 0 30px; }
    .clients .wrap header {
      text-align: center;
      margin-bottom: 90px; }
    .clients .wrap .lists ul {
      text-align: center; }
      .clients .wrap .lists ul + ul {
        margin-top: 50px; }
      .clients .wrap .lists ul li {
        font-size: 1.125rem;
        line-height: 1.4;
        letter-spacing: 0.01em; }

.featuredPanel {
  position: relative; }
  .featuredPanel .wrap .content {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 30px; }
    .featuredPanel .wrap .content span {
      font-size: 1.0625rem;
      text-transform: uppercase;
      display: block;
      letter-spacing: 0.05em;
      border: 1px solid white;
      border-radius: 30px;
      padding: 22px 0;
      width: 244px;
      margin: 40px auto 0; }

.textPanel + .details {
  padding-top: 0; }

.details + .threeColumns {
  margin-top: 110px; }

.details {
  padding: 56px 30px 68px; }
  .details.profileDetails {
    padding-bottom: 0; }
    .details.profileDetails .wrap article + figure {
      margin-top: 40px; }
    .details.profileDetails .wrap figure {
      position: relative;
      z-index: 10; }
  .details .wrap .brief {
    border-bottom: 1px solid white;
    padding-bottom: 60px; }
    .details .wrap .brief h3 {
      margin-bottom: 50px; }
    .details .wrap .brief .cols .col {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      .details .wrap .brief .cols .col + .col {
        margin-top: 44px; }
      .details .wrap .brief .cols .col ul {
        width: 150px; }
        .details .wrap .brief .cols .col ul li {
          line-height: 1.25; }
  .details .wrap .brief + article {
    margin-top: 60px; }
  .details .wrap header {
    margin-bottom: 110px; }
    .details .wrap header h2 {
      color: #3550e5;
      font-size: 4.0625rem;
      line-height: 1;
      text-align: right; }
  .details .wrap article h5 {
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 25px; }
    .details .wrap article h5:before {
      content: '';
      display: block;
      background-color: white;
      width: 74px;
      height: 1px;
      margin-bottom: 15px; }
  .details .wrap article p + p {
    margin-top: 20px; }

.grid {
  margin: 0 30px; }
  .grid .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .grid .wrap .textLink {
      padding: 50px 0; }
      .grid .wrap .textLink p {
        font-size: 1.125rem;
        line-height: 1.2; }
        .grid .wrap .textLink p + p {
          margin-top: 20px; }
        .grid .wrap .textLink p a {
          color: #3550e5;
          margin-top: -20px;
          display: block; }
    .grid .wrap .videoPanel {
      margin-bottom: 10px;
      position: relative;
      width: 100%; }
      .grid .wrap .videoPanel figure {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        padding-top: 50%;
        background-size: cover;
        background-position: center center; }
      .grid .wrap .videoPanel iframe {
        width: 100%; }
    .grid .wrap .testimonial {
      margin: 70px 0; }
      .grid .wrap .testimonial .text + blockquote {
        margin-top: 70px; }
      .grid .wrap .testimonial .text {
        padding-right: 40px; }
        .grid .wrap .testimonial .text p + p {
          margin-top: 20px; }
      .grid .wrap .testimonial blockquote p {
        font-size: 1.375rem; }
        .grid .wrap .testimonial blockquote p:first-of-type:before {
          content: '“';
          display: inline-block;
          padding-right: 3px; }
        .grid .wrap .testimonial blockquote p:last-of-type:after {
          content: '”';
          padding-right: 0;
          padding-left: 3px;
          display: inline-block; }
        .grid .wrap .testimonial blockquote p + p {
          margin-top: 20px; }
      .grid .wrap .testimonial blockquote strong {
        display: block; }
      .grid .wrap .testimonial blockquote h5 {
        margin-top: 50px;
        line-height: 1.4; }
        .grid .wrap .testimonial blockquote h5 strong {
          display: block; }
    .grid .wrap .threeColumnText ~ figure.textGraphic {
      margin-top: -2px; }
    .grid .wrap .threeColumnText {
      background-color: #e7e7e4;
      padding: 84px 25px 58px;
      margin-top: 90px; }
      .grid .wrap .threeColumnText .hold p + p {
        margin-top: 20px; }
      .grid .wrap .threeColumnText .hold p {
        color: #282f4f; }
    .grid .wrap .textWithImage.grey .hold .text {
      background-color: #E7E8E3;
      color: #282f4f;
      display: none; }
    .grid .wrap .textWithImage .hold .text {
      padding: 60px 0; }
      .grid .wrap .textWithImage .hold .text p + p {
        margin-top: 20px; }
    .grid .wrap figure {
      margin-bottom: 10px; }
      .grid .wrap figure.textGraphic {
        margin: 40px 0; }
      .grid .wrap figure.mobile.half + .half {
        margin-left: 10px; }
      .grid .wrap figure.half {
        width: 50%;
        width: -moz-calc(50% - 5px);
        width: -o-calc(50% - 5px);
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px); }
        .grid .wrap figure.half.right {
          margin-left: auto;
          /*
          					img {
          						width: 50%;
          						margin-left: auto;
          					}
          */ }
      .grid .wrap figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }

.locations {
  padding-bottom: 90px; }
  .locations .wrap {
    margin: -114px 30px 0;
    position: relative; }
    .locations .wrap figure + figure {
      margin-top: 70px; }
    .locations .wrap figure figcaption {
      text-transform: uppercase;
      font-size: 1.375rem;
      letter-spacing: 0.05em;
      line-height: 1;
      margin-top: 14px; }

.threeColumns .wrap {
  margin: 0 30px; }
  .threeColumns .wrap header h2 {
    font-size: 1.875rem;
    padding-bottom: 36px; }
  .threeColumns .wrap .cols .col {
    border-top: 1px solid white;
    padding: 40px 0 60px; }
    .threeColumns .wrap .cols .col:last-of-type {
      border-bottom: 1px solid white; }
    .threeColumns .wrap .cols .col .content h3 {
      font-size: 1.375rem;
      padding-bottom: 70px; }
    .threeColumns .wrap .cols .col .content p + ul {
      margin-top: 80px; }
    .threeColumns .wrap .cols .col .content ul li {
      line-height: 1.8; }

.contactForm {
  margin-top: 115px; }
  .contactForm .wrap {
    margin: 0 30px; }
    .contactForm .wrap form.success .message {
      display: block; }
    .contactForm .wrap form.success .input, .contactForm .wrap form.success button {
      display: none; }
    .contactForm .wrap form legend {
      width: 100%;
      font-size: 1.8125rem;
      padding-bottom: 30px;
      border-bottom: 1px solid white; }
    .contactForm .wrap form .message {
      display: none; }
    .contactForm .wrap form p {
      margin-top: 30px; }
    .contactForm .wrap form button {
      margin-top: 40px;
      color: white;
      text-transform: uppercase;
      border: 1px solid white;
      font-size: 1rem;
      letter-spacing: 0.05em;
      width: 145px;
      height: 42px;
      border-radius: 30px;
      -webkit-transition-timing-function: linear;
      -webkit-transition-duration: 300ms;
      -webkit-transition-property: all;
      -moz-transition-timing-function: linear;
      -moz-transition-duration: 300ms;
      -moz-transition-property: all;
      -o-transition-timing-function: linear;
      -o-transition-duration: 300ms;
      -o-transition-property: all;
      -ms-transition-timing-function: linear;
      -ms-transition-duration: 300ms;
      -ms-transition-property: all;
      transition-timing-function: linear;
      transition-duration: 300ms;
      transition-property: all; }
      .contactForm .wrap form button:hover {
        background-color: #3550e5;
        color: #282f4f;
        border-color: #3550e5; }
    .contactForm .wrap form .hold {
      margin-top: 116px; }
    .contactForm .wrap form .input {
      position: relative; }
      .contactForm .wrap form .input:first-of-type input {
        border-top: 1px solid white; }
      .contactForm .wrap form .input input, .contactForm .wrap form .input textarea {
        font-size: 1rem;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid white;
        border-radius: 0;
        padding: 23px 0;
        color: white; }
        .contactForm .wrap form .input input::placeholder, .contactForm .wrap form .input textarea::placeholder {
          color: white; }
      .contactForm .wrap form .input textarea {
        padding-bottom: 120px; }
      .contactForm .wrap form .input [data-invalid="true"] {
        border-bottom: 1px solid #3550e5; }
      .contactForm .wrap form .input ul li {
        color: #3550e5;
        font-size: 0.875rem;
        position: absolute;
        top: 30px;
        right: 0; }

.journalGrid {
  padding: 80px 0;
  color: #282f4f; }
  .journalGrid .wrap {
    margin: 0 30px; }
    .journalGrid .wrap .cols .col {
      margin-bottom: 64px; }
      .journalGrid .wrap .cols .col .content {
        padding-top: 42px; }
        .journalGrid .wrap .cols .col .content header {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
          .journalGrid .wrap .cols .col .content header h4 {
            font-size: 1.125rem; }
          .journalGrid .wrap .cols .col .content header time {
            border: 1px solid #a8a8a8;
            color: #a8a8a8;
            font-size: 1.125rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            border-radius: 30px;
            display: inline-block;
            padding: 12px 19px;
            line-height: 1; }
        .journalGrid .wrap .cols .col .content article {
          margin-top: 40px; }
          .journalGrid .wrap .cols .col .content article h3, .journalGrid .wrap .cols .col .content article h2 {
            font-size: 1.625rem; }
          .journalGrid .wrap .cols .col .content article h2 br {
            display: none; }
          .journalGrid .wrap .cols .col .content article h2 + p {
            margin-top: 26px; }
          .journalGrid .wrap .cols .col .content article h3 + p {
            margin-top: 26px; }
          .journalGrid .wrap .cols .col .content article p + span {
            margin-top: 40px; }

.standardText {
  color: #282f4f;
  margin-top: 36px;
  margin-bottom: 106px; }
  .standardText .wrap {
    margin: 0 30px; }
    .standardText .wrap .top {
      display: none; }
    .standardText .wrap header {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .standardText .wrap header h4 {
        font-size: 1.125rem; }
      .standardText .wrap header time {
        border: 1px solid #a8a8a8;
        color: #a8a8a8;
        font-size: 1.125rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        border-radius: 30px;
        display: inline-block;
        padding: 12px 19px;
        line-height: 1; }
      .standardText .wrap header h2 {
        width: 100%;
        margin-top: 65px; }
    .standardText .wrap aside {
      margin: 106px 20px 0; }
      .standardText .wrap aside h4 {
        border-bottom: 1px solid #282f4f;
        padding-bottom: 14px; }
      .standardText .wrap aside .story {
        margin-top: 40px;
        border-bottom: 1px solid #282f4f;
        padding-bottom: 40px; }
        .standardText .wrap aside .story time {
          color: #3550e5;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          font-size: 0.875rem;
          margin-bottom: 14px;
          display: block; }
        .standardText .wrap aside .story .greenLink {
          margin-top: 40px; }
        .standardText .wrap aside .story h2 {
          font-size: 1.5rem; }
    .standardText .wrap article {
      margin-top: 55px;
      margin-bottom: 115px; }
      .standardText .wrap article h3 {
        font-size: 1.625rem; }
      .standardText .wrap article h3 + figure {
        margin-top: 40px; }
      .standardText .wrap article h3 + p {
        margin-top: 60px; }
      .standardText .wrap article p + p {
        margin-top: 24px; }
      .standardText .wrap article h5 + figure {
        margin-top: 60px; }
      .standardText .wrap article figure + h5 {
        margin-top: 60px; }
      .standardText .wrap article p + figure {
        margin-top: 70px; }
      .standardText .wrap article p + .twoImages {
        margin-top: 70px; }
      .standardText .wrap article .twoImages + h5 {
        margin-top: 70px; }
      .standardText .wrap article p + h5 {
        margin-top: 50px; }
      .standardText .wrap article h5 + p {
        margin-top: 28px; }
      .standardText .wrap article h5 {
        font-size: 1rem;
        line-height: 1.1; }
        .standardText .wrap article h5 + h5 {
          margin-top: 50px; }
      .standardText .wrap article p a {
        border-bottom: 1px solid #282f4f; }
      .standardText .wrap article figure + p {
        margin-top: 55px; }
      .standardText .wrap article figure + figure {
        margin-top: 20px; }
      .standardText .wrap article .twoImages + figure {
        margin-top: 20px; }
      .standardText .wrap article .twoImages + p {
        margin-top: 70px; }
      .standardText .wrap article .twoImages {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-top: 20px; }
        .standardText .wrap article .twoImages figure {
          width: 50%; }
          .standardText .wrap article .twoImages figure + figure {
            margin-top: 0;
            margin-left: 20px; }
      .standardText .wrap article .quoteWithImage + h5 {
        margin-top: 70px; }
      .standardText .wrap article .quoteWithImage {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .standardText .wrap article .quoteWithImage figure {
          width: 40%; }
        .standardText .wrap article .quoteWithImage blockquote {
          padding-left: 0;
          width: 60%; }
          .standardText .wrap article .quoteWithImage blockquote h3 {
            font-size: 1.5rem; }
      .standardText .wrap article .twoImages + blockquote {
        margin-top: 80px; }
      .standardText .wrap article figure + blockquote {
        margin-top: 80px; }
      .standardText .wrap article p + blockquote {
        margin-top: 80px; }
      .standardText .wrap article blockquote {
        padding-left: 100px; }
      .standardText .wrap article blockquote + figure {
        margin-top: 80px; }
    .standardText .wrap nav {
      text-align: center; }
      .standardText .wrap nav h4 {
        margin-bottom: 20px;
        font-size: 1.125rem; }
      .standardText .wrap nav a + a {
        margin-left: 10px; }

footer {
  padding-top: 215px;
  padding-bottom: 60px; }
  footer .wrap {
    margin: 0 30px; }
    footer .wrap p.copy {
      color: #a8a8a8;
      font-size: 1.0625rem;
      margin-top: 50px; }
    footer .wrap .cols .col:first-of-type:after {
      content: '';
      background-image: url("../images/logo.svg");
      width: auto;
      height: 110px;
      display: block;
      margin: 116px auto 0 auto;
      background-size: contain;
      background-repeat: no-repeat; }
    footer .wrap .cols .col + .col {
      margin-top: 90px; }
    footer .wrap .cols .col p {
      font-size: 1.125rem;
      letter-spacing: 0.01em;
      line-height: 1.27; }
      footer .wrap .cols .col p a {
        color: #3550e5;
        border-bottom: 1px solid #3550e5; }
    footer .wrap .cols .col .time {
      float: left; }
      footer .wrap .cols .col .time + .time {
        margin-left: 25px; }
      footer .wrap .cols .col .time h4 {
        font-size: 1.0625rem; }
      footer .wrap .cols .col .time p.clock {
        font-size: 1.5625rem;
        letter-spacing: 0.05em; }
        footer .wrap .cols .col .time p.clock span {
          font-size: 2.375rem; }

/*# sourceMappingURL=mobile.css.map */
