@charset "UTF-8";
@import "/static/styles/reset.css";
@import "/static/styles/webfonts.css";
.clear {
  clear: both;
  float: none;
}
.clear:after {
  content: '';
  display: table;
  clear: both;
}
.contain {
  position: relative;
  overflow: hidden;
}
.easing {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.central {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.vcentral {
  position: absolute;
  left: auto;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.fullspan {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@font-face {
  font-family: 'brandon_grotesque_light';
  src: url('/static/webfonts/Brandon_thin.woff2') format('woff2'), url('/static/webfonts/Brandon_thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesque_regular';
  src: url('/static/webfonts/Brandon_reg.woff2') format('woff2'), url('/static/webfonts/Brandon_reg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesque_italic';
  src: url('/static/webfonts/Brandon_thin_it.woff2') format('woff2'), url('/static/webfonts/Brandon_thin_it.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesque_medium';
  src: url('/static/webfonts/Brandon_med.woff2') format('woff2'), url('/static/webfonts/Brandon_med.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesque_bold';
  src: url('/static/webfonts/Brandon_bld.woff2') format('woff2'), url('/static/webfonts/Brandon_bld.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.ff-bgl {
  font-family: 'brandon_grotesque_light';
  font-style: normal;
  font-weight: normal;
}
.ff-bgr {
  font-family: 'brandon_grotesque_regular';
  font-style: normal;
  font-weight: normal;
}
.ff-bgi {
  font-family: 'brandon_grotesque_italic';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ff-bgm {
  font-family: 'brandon_grotesque_medium';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ff-bgb {
  font-family: 'brandon_grotesque_bold';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:before {
  content: 'Over 1280px';
  padding: 1em;
  background: #00ffff;
  color: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
body {
  font-size: 100%;
  color: #4e4e4e;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
textarea {
  border: 2px solid #dedede;
  font-size: 0.88em;
  letter-spacing: 0.02em;
  padding: 0.75em 1.25em;
  margin-bottom: 1.25em;
}
input[type='text'].full-width,
input[type='password'].full-width,
input[type='email'].full-width,
input[type='tel'].full-width,
textarea.full-width {
  width: 100%;
}
.cta-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  border: 1px solid #1d95c1;
  background: none;
  padding: 0.5em 1.5em;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #1d95c1;
  text-transform: uppercase;
  font-family: 'brandon_grotesque_medium';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.cta-btn:hover {
  background: #1d95c1;
  color: #fff;
}
.cta-btn.inv {
  background: #1d95c1;
  color: #fff;
}
.cta-btn.inv:hover {
  background: #fff;
  color: #1d95c1;
}
.cta-btn.top-arrow {
  border: 1px solid #fff;
  color: #fff;
}
.cta-btn.top-arrow:hover {
  background: #fff;
  color: #8dd6e3;
}
.cta-btn.top-arrow:hover:after {
  background-position: center bottom;
}
.cta-btn.top-arrow:after {
  content: '';
  margin-left: .5em;
  display: inline-block;
  width: 0.625em;
  height: 0.7em;
  background: url(/static/images/up-arrow.png) center top no-repeat;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.show-video,
.hide-video {
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
}
.show-video:hover,
.hide-video:hover {
  background: #fff;
  color: #8dd6e3;
}
.cookie-consent {
  overflow: hidden;
  background: #fff;
  position: fixed;
  bottom: -50%;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 1em 0 1.5em;
  padding: 1em 0 0.5em;
  text-align: center;
}
.cookie-consent .cta-btn {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 1em;
  text-decoration: none;
}
body {
  position: relative;
  font-size: 100%;
  color: #4e4e4e;
  background: #fff;
  font-family: 'brandon_grotesque_regular';
  font-style: normal;
  font-weight: normal;
}
body strong {
  font-family: 'brandon_grotesque_bold';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 5.85em;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.body-content.collapsed {
  padding-top: 4.8em;
}
.site-header {
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.site-header.collapsed .columns {
  padding: 0.5em 1em;
}
.site-header.collapsed .logo {
  width: 8.5em;
}
.site-header.collapsed #main-menu .menu-wrap {
  padding: 0;
}
.site-header.collapsed #main-menu .menu-wrap > ul {
  padding: 0;
  margin: 0;
}
.site-header.collapsed #main-menu .menu-wrap > ul > li {
  padding: .85em 1.15em;
}
.site-header.collapsed #main-menu .menu-wrap > ul > li ul {
  top: 3em;
  padding: 1em 0 .5em;
}
.site-header .columns {
  position: relative;
  overflow: visible;
  padding: 1em;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.site-header .mmenu-btn {
  display: none;
}
.site-header .logo {
  padding: .25em 0;
  width: 15rem;
  display: inline-block;
  float: left;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.site-header .logo img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.site-header #main-menu {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.site-header #main-menu .menu-wrap {
  padding: 0.19rem 0 0;
}
.site-header #main-menu .menu-wrap > ul {
  padding: 0.2em 0 0;
  margin: 0;
}
.site-header #main-menu .menu-wrap > ul > li {
  display: inline-block;
  list-style-type: none;
  padding: 1.15em;
  position: relative;
  overflow: visible;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.site-header #main-menu .menu-wrap > ul > li:last-child {
  padding-right: 0;
}
.site-header #main-menu .menu-wrap > ul > li.show-mobile {
  display: none;
}
.site-header #main-menu .menu-wrap > ul > li a {
  color: #8dd6e3;
  font-size: 0.6875em;
  letter-spacing: 0.05em;
  padding: .15em 0;
  border-bottom: 1px solid transparent;
  font-size: 0.9375em;
  font-family: 'brandon_grotesque_medium';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.site-header #main-menu .menu-wrap > ul > li a:hover {
  color: #1d95c1;
}
.site-header #main-menu .menu-wrap > ul > li.current > a {
  color: #1d95c1;
}
.site-header #main-menu .menu-wrap > ul > li ul {
  padding: 1.5em 0 .5em;
  margin: 0;
  position: absolute;
  width: 16em;
  font-size: 0.93em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 4em;
  left: 50%;
  display: block;
  background: #fff;
  z-index: 9999;
  text-align: left;
  display: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.site-header #main-menu .menu-wrap > ul > li ul:before {
  top: -0.25em;
  left: 0;
  width: 100%;
  content: "\f107";
  font-family: FontAwesome;
  text-align: center;
  display: block;
  position: absolute;
  color: #8dd6e3;
}
.site-header #main-menu .menu-wrap > ul > li ul li {
  padding: .25em .75em;
  list-style-type: none;
  margin: 0;
}
.site-header #main-menu .menu-wrap > ul > li ul li a {
  display: block;
  width: 100%;
  padding: .15em 0;
  font-size: .88em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 1px solid transparent;
  font-family: 'brandon_grotesque_medium';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.site-header #main-menu .menu-wrap > ul > li ul li a:hover {
  color: #1d95c1;
}
.instagram-feed {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 1em 0;
  background: #eff8fa;
}
.instagram-feed .feed .columns {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.instagram-feed .feed .columns:first-child a .follow,
.instagram-feed .feed .columns:first-child a:before {
  opacity: 1;
}
.instagram-feed .feed a {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
}
.instagram-feed .feed a .follow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  opacity: 0;
  font-family: 'brandon_grotesque_bold';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.instagram-feed .feed a .follow .fa {
  font-size: 3.5em;
  line-height: 1.5;
}
.instagram-feed .feed a img {
  max-width: 100%;
  position: relative;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
.instagram-feed .feed a:hover .follow,
.instagram-feed .feed a:hover:before {
  opacity: 1;
}
.instagram-feed .feed a:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: rgba(137,212,225,0.85);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.site-footer {
  background: #8dd6e3;
}
.site-footer .top-40 img {
  max-width: 200px;
}
.site-footer .contents {
  color: #fff;
  letter-spacing: 0.04em;
  padding: 3em 0;
  position: relative;
  overflow: hidden;
}
.site-footer .contents a:not(.cta-btn) {
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.site-footer .contents a:not(.cta-btn):hover {
  border-bottom: 1px solid #fff;
}
.site-footer .contents .back-to-top .cta-btn {
  margin-bottom: 2.3em;
}
.site-footer .company-info {
  width: 100%;
  background: #1d95c1;
  padding: .5em 0;
  letter-spacing: 0.04em;
  font-size: 0.875em;
  color: #fff;
  text-align: center;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner.full:last-of-type .down-arrow {
  display: none;
}
.banner .slides-container li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.35);
  z-index: 2;
}
.banner .container {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 100;
  color: #fff;
  z-index: 3;
}
.banner .container .title {
  font-family: 'brandon_grotesque_bold';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.5em;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin: .15em 0 .2em;
}
.banner .container .subtitle {
  font-family: 'brandon_grotesque_bold';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.35;
}
.banner .container .subtitle a {
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.banner .container .subtitle a:hover {
  border-bottom: 1px solid #fff;
}
.banner .container .logo {
  max-height: 80px;
  margin-bottom: 20px;
}
.banner .container a.link {
  color: #fff;
  font-size: 1.1875em;
  letter-spacing: 0.1em;
  border-bottom: 1px solid transparent;
  font-family: 'brandon_grotesque_medium';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.banner .container a.link:hover {
  border-bottom: 1px solid #fff;
}
.banner .down-arrow {
  width: 2em;
  height: 2em;
  background: url(/static/images/down-arrow.png) center center no-repeat;
  position: absolute;
  display: block;
  left: 50%;
  bottom: 2em;
  z-index: 100;
  margin-left: -1em;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.banner .down-arrow:hover {
  background-position: center bottom;
}
.banner.arrow {
  margin-bottom: -1.5em;
}
.banner.arrow:before {
  content: '';
  position: absolute;
  z-index: 998;
  bottom: 0;
  left: 0;
  display: block;
  border-bottom: 1.5em solid #fff;
  border-right: 1.5em solid transparent;
  height: 0;
  width: 50%;
}
.banner.arrow:after {
  content: '';
  position: absolute;
  z-index: 998;
  bottom: 0;
  right: 0;
  display: block;
  border-bottom: 1.5em solid #fff;
  border-left: 1.5em solid transparent;
  height: 0;
  width: 50%;
}
.banner.team-banner {
  height: 648px;
}
.banner.team-banner.vimeo-visible:after {
  display: none;
}
.banner.team-banner:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.35);
  z-index: 2;
}
.banner#hero-image {
  padding-top: 20px;
}
.pager {
  position: absolute;
  z-index: 101;
  bottom: .5em;
  left: 50%;
  font-size: 2em;
  padding: 0 .15em;
  color: #8dd6e3;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pager span.cycle-pager-active {
  color: #1d95c1;
}
.pager span {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  font-size: 1.4em;
  padding: 0 2px;
}
.pager span:hover {
  color: #1d95c1;
}
.homepage-brief {
  background: #eff8fa;
  padding: 3.5rem 1rem;
}
.homepage-brief h2 {
  color: #1d95c1;
  font-size: 2em;
  font-weight: normal;
  font-family: 'brandon_grotesque_medium';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 1em 0 0;
}
.homepage-brief p {
  margin: .5em 0 1em;
  font-size: 1.25em;
}
.homepage-brief .cta-btn {
  margin: 1em 0 2em;
}
.homepage-collage {
  padding: 4.5rem 1rem 1rem;
}
.homepage-collage .tile {
  position: relative;
  overflow: hidden;
  height: 13.25em;
  margin: 0.625rem 0;
  text-align: center;
}
.homepage-collage .tile:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.homepage-collage .tile .bg {
  min-height: 13.5em;
  max-width: 36em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.homepage-collage .tile .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 2;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  max-height: 100%;
}
.homepage-collage .tile a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}
.homepage-collage .tile .info {
  width: 100%;
  padding: 10px;
  z-index: 3;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.homepage-collage .tile .info .title {
  color: #fff;
  width: 100%;
  font-size: 1.75em;
  line-height: 1;
  font-family: 'brandon_grotesque_medium';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.homepage-collage .tile .info .title:after {
  content: '';
  width: 20px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 1rem auto 1.75rem;
}
.homepage-collage .tile .info .cta-btn {
  display: inline-block;
  width: 12em;
  font-size: .88em;
  padding: .5em;
  background: #1d95c1;
  color: #fff;
  border: 1px solid #1d95c1;
}
.homepage-collage .tile:hover:before {
  background: rgba(137,212,225,0.9);
}
.homepage-collage .tile:hover .logo {
  opacity: 0;
}
.homepage-collage .tile:hover .info {
  opacity: 1;
}
.homepage-collage .cta-area {
  width: 100%;
  text-align: center;
  margin: 1em auto;
}
.what-we-do {
  padding: 4.5rem 1rem;
}
.img-copy-block .columns,
.img-copy-block .column {
  padding: 0;
}
.img-copy-block .copy-area .title {
  font-family: 'brandon_grotesque_bold';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2em;
  color: #8dd6e3;
  margin: 1.5em 0 0;
}
.img-copy-block .copy-area .desc {
  font-size: 1.25em;
  margin-bottom: 2em;
}
.img-copy-block .copy-area .desc p {
  margin: .5em 0 1em;
}
.img-copy-block .copy-area .cta-btn {
  margin: .5rem 0 3.5rem;
}
.img-copy-block .image-area .row {
  margin: 0;
}
.img-copy-block .image-area .column {
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
}
.img-copy-block .image-area .column:hover .cta-area {
  opacity: 1;
}
.img-copy-block .image-area .column:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.img-copy-block .image-area .column.no-overlay:after {
  content: none;
}
.img-copy-block .image-area .column:nth-child(2n):hover:after {
  background: rgba(29,149,193,0.9);
}
.img-copy-block .image-area .column:nth-child(2n+1):hover:after {
  background: rgba(137,212,225,0.9);
}
.img-copy-block .image-area .column .logo {
  height: 44px;
  width: auto;
  display: block;
  margin: 0 auto 5px;
}
.img-copy-block .image-area .column img {
  width: 100%;
  height: auto;
}
.img-copy-block .image-area .column a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.img-copy-block .image-area .column .cta-area {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: .88em;
  bottom: 1em;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.img-copy-block .image-area .column .cta-area .cta-btn {
  padding: .5em 1em;
  border: 1px solid #fff;
  color: #1d95c1;
  background: #fff;
}
.img-copy-block .image-area .column .title {
  width: 100%;
  font-size: 0.875em;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  z-index: 2;
  font-family: 'brandon_grotesque_bold';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sector-collage {
  padding: 4.5rem 1rem 1rem;
  position: relative;
  overflow: hidden;
}
.sector-collage .tile {
  position: relative;
  overflow: hidden;
  height: 13.25em;
  margin: 0.625rem 0;
  text-align: center;
}
.sector-collage .tile:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.sector-collage .tile .bg {
  min-height: 13.5em;
  max-width: 36em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sector-collage .tile .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 2;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  max-height: 100%;
}
.sector-collage .tile a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}
.sector-collage .tile .info {
  width: 100%;
  padding: 10px;
  z-index: 3;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.sector-collage .tile .info .title {
  color: #fff;
  width: 100%;
  font-size: 1.75em;
  line-height: 1;
  font-family: 'brandon_grotesque_medium';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sector-collage .tile .info .title:after {
  content: '';
  width: 20px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 1rem auto 1.75rem;
}
.sector-collage .tile .info .cta-btn {
  display: inline-block;
  width: 12em;
  font-size: .88em;
  padding: .5em;
  background: #1d95c1;
  color: #fff;
  border: 1px solid #1d95c1;
}
.sector-collage .tile:hover:before {
  background: rgba(137,212,225,0.9);
}
.sector-collage .tile:hover .logo {
  opacity: 0;
}
.sector-collage .tile:hover .info {
  opacity: 1;
}
.sector-collage .cta-area {
  width: 100%;
  text-align: center;
  margin: 1em auto;
}
.sector-collage > .columns {
  padding: 0;
}
.sector-collage .header {
  position: relative;
  overflow: hidden;
  margin-bottom: 2em;
}
.sector-collage .header .title {
  font-family: 'brandon_grotesque_bold';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2em;
  color: #8dd6e3;
  margin: 0 0 .5em;
}
.sector-collage .header .desc {
  font-size: 1.25em;
  display: inline-block;
  vertical-align: botom;
}
.sector-collage .header .desc p {
  margin: .5em 0 1em;
}
.sector-collage .header .btn-area {
  text-align: right;
}
.sector-collage .medium-up-1 .tile .logo {
  max-height: 100%;
}
.sector-collage .medium-up-1 .tile .bg {
  max-width: 75em;
}
.testimonials {
  background: #e3f1f7;
  position: relative;
  overflow: hidden;
  padding: 3rem 0 5rem;
  text-align: center;
}
.testimonials .cycle-slideshow {
  position: relative;
  overflow: visible;
}
.testimonials .slide {
  height: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.testimonials .slide .desc {
  font-size: 1.25em;
  display: inline-block;
  vertical-align: botom;
  line-height: 1.45;
  margin-top: 1em;
}
.testimonials .slide .desc p {
  margin: 0 0 1em;
}
.testimonials .slide .quoter {
  font-family: 'brandon_grotesque_regular';
  font-style: normal;
  font-weight: normal;
  font-size: 0.875em;
  font-style: italic;
  color: #1d95c1;
}
.testimonials .slide .logo {
  display: block;
  margin: auto;
  max-width: 200px;
}
.team-listing {
  padding: 4.5rem 1rem;
  position: relative;
  overflow: hidden;
}
.team-listing .team {
  padding: 0;
  background: #eff8fa;
}
.team-listing .team .columns {
  padding: 0;
}
.team-listing .team .columns.copy {
  padding: 1.8em;
}
.team-listing .team .columns.copy p {
  color: #4e4e4e;
  font-size: 1.25em;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin: 1em 0;
}
.team-listing .team .columns.copy p em {
  font-weight: bold;
  color: #8dd6e3;
}
.team-listing .team .columns.copy p a {
  color: #4e4e4e;
  text-decoration: underline;
}
.vimeo-container-wrap {
  height: 100%;
  width: 100%;
}
.vimeo-container {
  background: #000;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: none;
}
.vimeo-container iframe {
  max-width: 1168px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
}
.show-video-wrap {
  padding: 2em 0 0;
}
.show-video-wrap .show-video {
  cursor: pointer;
}
.hide-container {
  height: 100%;
  position: relative;
}
.hide-video {
  display: none;
  position: absolute;
  top: 4rem;
  left: 2rem;
  white-space: nowrap;
  z-index: 9999;
}
.vimeo-visible:hover .hide-video {
  display: block;
}
.map-copy-block {
  position: relative;
  overflow: hidden;
}
.map-copy-block .copy {
  padding: 6em;
  min-height: 35.25em;
  position: relative;
  z-index: 1;
}
.map-copy-block .copy .wrap {
  max-width: 28em;
}
.map-copy-block .copy .subtitle {
  color: #4e4e4e;
  font-size: 1.35em;
  letter-spacing: 0.03em;
  line-height: 1.45;
  margin-bottom: .5em;
}
.map-copy-block .copy .cta-link {
  color: #8dd6e3;
  font-size: 1.1875em;
  letter-spacing: 0.1em;
  margin-top: 1em;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.map-copy-block .copy .cta-link:hover {
  color: #1d95c1;
}
.map-copy-block .copy .label {
  color: #1d95c1;
  font-size: 1.1875em;
  letter-spacing: 0.1em;
}
.map-copy-block .map-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  padding: 0;
}
.map-copy-block .map-wrap .map {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.case-study-link {
  position: relative;
  top: -4.38rem;
}
.case-studies {
  padding: 2.25rem 1rem;
}
.case-studies .case-study {
  padding: 2.25rem 0;
}
.case-studies .case-study .intro {
  padding-bottom: 1em;
}
.case-studies .case-study .intro .logo-area {
  text-align: center;
}
.case-studies .case-study .intro .logo-area img {
  display: inline-block;
  max-width: 80%;
  max-height: 6.25rem;
}
.case-studies .case-study .intro .logo-area .cta-area {
  margin: 2em auto 0;
  text-align: center;
}
.case-studies .case-study .intro .logo-area .cta-area .cta-btn {
  padding: 0.5em 1em;
  width: 100%;
  margin: .5em 0;
}
.case-studies .case-study .info-area .title {
  color: #1d95c1;
  font-size: 2em;
  font-family: 'brandon_grotesque_medium';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
.case-studies .case-study .info-area .desc {
  font-size: 1.25em;
  margin-bottom: 2em;
}
.case-studies .case-study .info-area .desc p {
  margin: .5em 0 1em;
}
.case-studies .case-study .image-area {
  text-align: center;
}
.case-studies .case-study .image-area img {
  margin-bottom: 1rem;
  width: 100%;
}
.case-studies .case-study .additional-info {
  padding: 2.5em 0 0;
}
.case-studies .case-study .additional-info .copy-area {
  padding: 0 2.5em;
  font-size: 1.25em;
}
.case-studies .case-study .additional-info .copy-area .wrap {
  background: #eff8fa;
  padding: 1em 2.5em;
}
.case-studies .case-study .additional-info img {
  width: 100%;
}
.case-studies .case-study .testimonial {
  overflow: visible;
  padding-top: 2em;
}
.case-studies .case-study .testimonial .columns {
  position: relative;
  overflow: visible;
  padding: 2.875em 2.875em 0;
}
.case-studies .case-study .testimonial .columns:before {
  content: '\201c';
  font-size: 14.625em;
  color: #000;
  opacity: .07;
  display: block;
  height: 4.75rem;
  line-height: 0.8;
  font-family: 'brandon_grotesque_medium';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -3rem;
  top: 1.4rem;
}
.case-studies .case-study .testimonial .quote {
  font-size: 1.625em;
  line-height: 1.4;
  color: #009ec9;
  font-family: 'brandon_grotesque_medium';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 1em;
}
.case-studies .case-study .testimonial .post {
  font-size: 1.375em;
  color: #000;
  font-family: 'brandon_grotesque_bold';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.case-studies .case-study .testimonial .company {
  font-size: 1.25em;
  color: #adadad;
}
.case-studies .case-study:after {
  content: '';
  max-width: 59.5em;
  display: block;
  margin: auto;
  position: relative;
  top: 30px;
  border-bottom: 1px solid #009ec9;
}
.case-studies .case-study:last-child:after {
  border: none;
  position: relative;
  top: 0;
}
.pagination {
  padding: 1em 0;
}
.pagination .columns {
  text-align: center;
}
.pagination .columns a {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  border: 1px solid #1d95c1;
  background: none;
  padding: 0.5em 1.5em;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #1d95c1;
  text-transform: uppercase;
  font-family: 'brandon_grotesque_medium';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0.5em 1em;
  margin: 0 .1em;
  color: #8dd6e3;
  border: 1px solid #8dd6e3;
}
.pagination .columns a:hover {
  background: #1d95c1;
  color: #fff;
}
.pagination .columns a.inv {
  background: #1d95c1;
  color: #fff;
}
.pagination .columns a.inv:hover {
  background: #fff;
  color: #1d95c1;
}
.pagination .columns a.top-arrow {
  border: 1px solid #fff;
  color: #fff;
}
.pagination .columns a.top-arrow:hover {
  background: #fff;
  color: #8dd6e3;
}
.pagination .columns a.top-arrow:hover:after {
  background-position: center bottom;
}
.pagination .columns a.top-arrow:after {
  content: '';
  margin-left: .5em;
  display: inline-block;
  width: 0.625em;
  height: 0.7em;
  background: url(/static/images/up-arrow.png) center top no-repeat;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.pagination .columns a:hover {
  background: #8dd6e3;
  color: #fff;
}
.pagination .columns a.current {
  background: #1d95c1;
  color: #fff;
  border: 1px solid #1d95c1;
}
@media only screen and (max-width: 64em) {
  body:before {
    content: '736px - 1024px';
    font-size: 0.88em;
  }
  .body-content {
    padding-top: 0em;
  }
  .site-header .columns {
    padding: .25em 0;
  }
  .site-header .mmenu-btn {
    display: inline-block;
    vertical-align: middle;
    float: left;
    color: #1d95c1;
    width: 2em;
    height: 2em;
    margin-left: 0.5em;
    margin-top: 0.85em;
    line-height: 2em;
  }
  .site-header .logo {
    margin-left: -1.5em;
    float: none;
    width: 12em;
  }
  .site-header #main-menu {
    display: none;
  }
  .banner .container {
    font-size: .88em;
  }
  .banner.team-banner {
    height: 520px;
  }
  .banner.team-banner iframe {
    height: 400px;
  }
  .instagram-feed {
    padding: 0;
  }
  .instagram-feed .feed .columns {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  .instagram-feed .feed a .follow {
    font-size: 0.75em;
  }
  .instagram-feed .feed a .follow .fa {
    font-size: 2.75em;
  }
  .homepage-brief {
    padding: 3rem .5rem;
    font-size: .93em;
  }
  .what-we-do {
    padding: 3rem 1rem;
  }
  .img-copy-block {
    margin: 0 auto;
  }
  .img-copy-block .copy-area {
    font-size: .93em;
  }
  .img-copy-block .copy-area .title {
    margin: .5em 0 0;
  }
  .sector-collage .tile .info .title {
    font-size: 1.25rem;
    white-space: nowrap;
  }
  .team-listing {
    padding: 2.5rem 1rem;
    position: relative;
    overflow: hidden;
  }
  .team-listing .row {
    max-width: 48em;
  }
  .team-listing .team .columns.copy {
    padding: 3em 3.5em;
  }
  .map-copy-block .copy {
    padding: 3em;
    min-height: 0;
  }
  .case-studies {
    padding: 1.25rem 1rem;
  }
  .case-studies .case-study {
    padding: 1rem 0;
  }
  .case-studies .case-study .additional-info {
    padding: .5em 0 0;
  }
  .case-studies .case-study .additional-info .copy-area {
    padding: 0 1.5em;
  }
  .case-studies .case-study .additional-info .copy-area .wrap {
    padding: .5em 1.5em;
  }
  .case-studies .case-study:after {
    content: '';
    max-width: 59.5em;
    display: block;
    margin: auto;
    position: relative;
    top: 10px;
    border-bottom: 1px solid #8dd6e3;
  }
}
@media only screen and (max-width: 46em) {
  body:before {
    content: '736px and below';
    font-size: 0.75em;
  }
  .cookie-consent {
    padding: .5em 0 1.5em;
  }
  .site-footer {
    background: #8dd6e3;
  }
  .site-footer .contents {
    padding: 1.5rem .5rem;
  }
  .site-footer .contents .back-to-top .cta-btn {
    margin: 1em 0;
  }
  .banner .container {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
  }
  .banner .container .title {
    font-size: 2.25em;
    line-height: 1.1;
    margin: .15em 0 .35em;
    text-align: center;
  }
  .banner .container .subtitle {
    font-size: 1.35em;
    text-align: center;
  }
  .banner .container .logo {
    display: block;
    max-height: 60px;
    margin: 0 auto 20px;
  }
  .banner .down-arrow {
    bottom: 1em;
  }
  .banner.arrow {
    margin-bottom: 0;
  }
  .banner.arrow:before {
    content: '';
    position: absolute;
    z-index: 998;
    bottom: 0;
    left: 0;
    display: block;
    border-bottom: 0 solid #fff;
    border-right: 0 solid transparent;
    height: 0;
    width: 50%;
  }
  .banner.arrow:after {
    content: '';
    position: absolute;
    z-index: 998;
    bottom: 0;
    right: 0;
    display: block;
    border-bottom: 0 solid #fff;
    border-left: 0 solid transparent;
    height: 0;
    width: 50%;
  }
  .banner .vimeo-container {
    width: 100%;
  }
  .banner .vimeo-container.mobile-flex {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .banner.team-banner iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  .vimeo-container iframe {
    max-height: 350px;
  }
  .homepage-brief {
    padding: 1rem .5rem 2rem;
    font-size: .88em;
  }
  .homepage-brief h1 {
    margin-top: .5em;
  }
  .homepage-collage {
    padding: 2.5rem .5rem 1rem;
  }
  .homepage-collage .tile {
    margin: 0.625rem auto;
    max-width: 28.5em;
  }
  .homepage-collage .column {
    font-size: .75em;
  }
  .what-we-do {
    padding: 0 1rem 3rem;
  }
  .img-copy-block {
    max-width: 24rem;
  }
  .img-copy-block .copy-area {
    font-size: .88;
  }
  .img-copy-block .copy-area .row {
    margin: 0;
  }
  .img-copy-block .copy-area .title {
    margin: 1.25em 0 0;
  }
  .img-copy-block .copy-area .desc {
    margin-bottom: 1em;
  }
  .img-copy-block .copy-area .cta-btn {
    margin: 0 0 2rem;
  }
  .sector-collage {
    padding: 2.5rem .5rem 1rem;
  }
  .sector-collage .tile {
    margin: 0.625rem auto;
    max-width: 28.5em;
  }
  .sector-collage .column {
    font-size: .75em;
  }
  .sector-collage > .columns {
    padding: 0;
  }
  .sector-collage .header {
    font-size: .88em;
  }
  .sector-collage .header .title {
    margin-bottom: 0;
  }
  .sector-collage .header .btn-area {
    padding-top: 1em;
    text-align: left;
  }
  .team-listing {
    padding: 2.5rem 1rem;
    position: relative;
    overflow: hidden;
  }
  .team-listing .row {
    max-width: 24em;
  }
  .team-listing .team {
    margin-bottom: 1em;
  }
  .team-listing .team .columns.copy {
    padding: 0 1.5em;
    font-size: .88em;
  }
  .map-copy-block {
    padding-top: 0;
  }
  .map-copy-block .copy {
    font-size: 1em;
    padding: 2em;
    line-height: 1.25;
    min-height: 0;
  }
  .map-copy-block .copy .wrap {
    max-width: 100%;
  }
  .map-copy-block .map-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 1em;
    height: 20em;
  }
  .map-copy-block .map-wrap .map {
    position: relative;
  }
  .case-studies {
    padding: 1em;
  }
  .case-studies .case-study {
    padding: 1rem 0;
    max-width: 28rem;
    margin: 0 auto;
  }
  .case-studies .case-study .intro .logo-area .cta-area {
    display: none;
  }
  .case-studies .case-study .info-area {
    font-size: .88em;
  }
  .case-studies .case-study .info-area .title {
    text-align: center;
    margin-top: .25em;
  }
  .case-studies .case-study .info-area .desc {
    margin-bottom: 1em;
  }
  .case-studies .case-study .image-area .columns {
    padding: 0;
  }
  .case-studies .case-study .image-area img {
    max-width: 22rem;
  }
  .case-studies .case-study .additional-info {
    padding: 1em 0;
  }
  .case-studies .case-study .additional-info .columns {
    padding: 0;
  }
  .case-studies .case-study .additional-info .copy-area {
    padding: 0 0 1rem;
    font-size: 1em;
  }
  .case-studies .case-study .additional-info .copy-area .wrap {
    padding: .5em 1.5em;
  }
  .case-studies .case-study .testimonial {
    padding-top: 0;
  }
  .case-studies .case-study .testimonial .columns {
    font-size: 0.75em;
    padding: 1em 1.875em 1.875em;
  }
  .case-studies .case-study .testimonial .columns:before {
    font-size: 9.625em;
    left: -1.75rem;
    top: 1rem;
  }
  .pagination {
    font-size: .88em;
  }
}
