@charset "UTF-8";
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #000000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .80;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider-container,
.flexslider .slides,
.flex-viewport {
  height: 100%; }

.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
  height: 100%; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100px;
  display: flex;
  justify-content: space-between; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  overflow: hidden;
  opacity: 1;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a.flex-next {
  background: url("../images/icon-arrow-right.svg") 0 0 no-repeat;
  right: 0; }

.flex-direction-nav a.flex-prev {
  background: url("../images/icon-arrow-left.svg") 0 0 no-repeat;
  left: 0; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 40px;
  text-align: center;
  z-index: 10; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-indent: -9999px;
  transition: all 0.5s ease; }

.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
  background: black; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  border: none; }

.flickity-button:hover {
  cursor: pointer; }

.flickity-button:focus {
  outline: none; }

.flickity-button:disabled {
  opacity: 0.5;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  z-index: 1; }

.flickity-prev-next-button.previous {
  background: url(../images/icon-carousel-left.svg) 0 0 no-repeat;
  background-size: 100%;
  left: 0;
  transition: left 0.2s ease-in; }

.flickity-prev-next-button.next {
  background: url(../images/icon-carousel-right.svg) 0 0 no-repeat;
  background-size: 100%;
  right: 0;
  transition: right 0.2s ease-in; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  display: none; }

.flickity-prev-next-button.next:hover {
  right: -10px; }

.flickity-prev-next-button.previous:hover {
  left: -10px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 100%;
    padding: 0 20px; } }
/* For devices larger than 550px */
@media (min-width: 768px) {
  .row {
    display: flex;
    width: calc(100% + 30px);
    margin-left: -15px; }

  .column,
  .columns {
    margin: 0 15px; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: calc(25% - 30px); }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: calc(50% - 30px); }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: calc(75% - 30px); }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: calc(100% - 20px); }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: calc(50% + 10px); }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: #555;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-sizing: border-box; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
::-webkit-input-placeholder, header.dark.off-top ::-webkit-input-placeholder, header.dark .overlay-open ::-webkit-input-placeholder {
  color: #000; }

:-moz-placeholder, header.dark.off-top :-moz-placeholder, header.dark .overlay-open :-moz-placeholder {
  color: #000; }

::-moz-placeholder, header.dark.off-top ::-moz-placeholder, header.dark .overlay-open ::-moz-placeholder {
  color: #000; }

:-ms-input-placeholder, header.dark.off-top :-ms-input-placeholder, header.dark .overlay-open :-ms-input-placeholder {
  color: #000; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  margin: 0;
  padding: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf:after, .content-inner:after {
  content: "";
  display: table;
  clear: both; }

@font-face {
  font-family: "Reckless";
  src: url("webfonts/RecklessNeue-Regular.woff2") format("woff2"), url("webfonts/RecklessNeue-Regular.woff") format("woff"); }
@font-face {
  font-family: "Reckless-sb";
  src: url("webfonts/RecklessNeue-SemiBold.woff2") format("woff2"), url("webfonts/RecklessNeue-SemiBold.woff") format("woff"); }
@font-face {
  font-family: "silka-regular";
  src: url("webfonts/silka-regular-webfont.eot");
  src: url("webfonts/silka-regular-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/silka-regular-webfont.woff") format("woff"), url("webfonts/silka-regular-webfont.ttf") format("truetype"), url("webfonts/silka-regular-webfont.svg#webfont") format("svg"); }
@font-face {
  font-family: "silka-medium";
  src: url("webfonts/silka-medium-webfont.eot");
  src: url("webfonts/silka-medium-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/silka-medium-webfont.woff") format("woff"), url("webfonts/silka-medium-webfont.ttf") format("truetype"), url("webfonts/silka-medium-webfont.svg#webfont") format("svg"); }
@font-face {
  font-family: "silka-semibold";
  src: url("webfonts/silka-semibold-webfont.eot");
  src: url("webfonts/silka-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/silka-semibold-webfont.woff") format("woff"), url("webfonts/silka-semibold-webfont.ttf") format("truetype"), url("webfonts/silka-semibold-webfont.svg#webfont") format("svg"); }
@font-face {
  font-family: "silka-bold";
  src: url("webfonts/silka-bold-webfont.eot");
  src: url("webfonts/silka-bold-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/silka-bold-webfont.woff") format("woff"), url("webfonts/silka-bold-webfont.ttf") format("truetype"), url("webfonts/silka-bold-webfont.svg#webfont") format("svg"); }
:root {
  --theme-1-first-tint:#C4F112;
  --theme-1-second-tint:#AAFFD5;
  --theme-1-logo-dark:#054024;
  --theme-1-logo-dark-text:#C4F112;
  --theme-1-logo-light:#054024;
  --theme-1-logo-light-text:#C4F112;
  --theme-2-first-tint:#203232;
  --theme-2-second-tint:#AAFFD5;
  --theme-2-logo-dark:#AAFFD5;
  --theme-2-logo-dark-text:#203232;
  --theme-2-logo-light:#054024;
  --theme-2-logo-light-text:#C4F112; }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  font-family: "Reckless", serif;
  color: #054024;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.no-overflow, body.menu-open {
    overflow-y: hidden; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "silka-semibold", serif;
  font-weight: normal;
  padding: 0 0 10px 0; }

h1, p.stat.large, .flexible-content .stat-block .inner .stat-text p.stat.large, .flexible-content .copy-block .copy p.stat.large {
  font-size: 120px;
  line-height: 130px;
  letter-spacing: -0.05em; }

h2, p.stat, #news-views-single h1, .quote-block .quote-text .quote {
  font-family: "silka-semibold", serif;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.03em; }

h3, #who-we-work-with .sector-section .intro-copy h2, #inside-mapp .header-section h2, #news-views-single h2, #policies h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.02em; }

h4 {
  font-size: 16px;
  line-height: 22px; }
  h4.serif {
    font-family: "Reckless", serif; }

.hide {
  display: none; }

p {
  margin: 0;
  padding: 0 0 10px 0; }

p:last-child {
  padding: 0; }

strong {
  font-weight: bold; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.ops-font {
  font-family: "OPSFavorite", Arial, sans-serif; }

.academica-font {
  font-family: "AcademicaText", Arial, sans-serif;
  text-transform: none;
  letter-spacing: -0.05em; }

p.stat {
  font-family: "silka-semibold", serif;
  font-weight: normal;
  padding: 0; }
  p.stat sup {
    top: -100px;
    font-size: 30px;
    letter-spacing: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #054024;
  text-decoration: none; }

a:hover {
  color: #054024; }

h2 a, p a {
  text-decoration: underline; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.arrow-bump {
  display: inline-flex;
  position: relative;
  font-family: "silka-semibold", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  color: #054024;
  padding-left: 46px;
  transition: padding 0.3s ease-out;
  text-decoration: none !important; }
  .arrow-bump:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    background: url("../images/icon-arrow-right.svg") 0 0 no-repeat;
    background-size: 100% auto;
    transition: left 0.3s ease-out 0.2s; }
  .arrow-bump:hover {
    padding-left: 56px;
    transition: padding 0.3s ease-in 0.2s; }
    .arrow-bump:hover:before {
      left: 10px;
      transition: left 0.3s ease-in 0s; }
  .arrow-bump.back:before {
    background: url("../images/icon-arrow-left.svg") 0 0 no-repeat;
    background-size: 100% auto; }
  .arrow-bump.down {
    line-height: 20px;
    padding: 5px 0 10px 46px; }
    .arrow-bump.down:before {
      top: 0;
      background: url("../images/icon-arrow-down.svg") 0 0 no-repeat;
      background-size: 100 auto;
      transition: top 0.3s ease-out 0.2s;
      transform: translateY(0); }
    .arrow-bump.down:hover:before {
      top: 10px;
      left: 0; }
  .arrow-bump.centered {
    padding-right: 10px; }
    .arrow-bump.centered:hover {
      padding-right: 0; }
  .arrow-bump.white {
    color: #fff; }
    .arrow-bump.white:before {
      background: url("../images/icon-arrow-right-white.svg") 0 0 no-repeat; }

.expand-collapse {
  display: inline-block;
  position: relative;
  height: 34px;
  width: 34px; }
  .expand-collapse:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 34px;
    height: 4px;
    background: #054024; }
  .expand-collapse:after {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 4px;
    height: 34px;
    background: #054024;
    transition: transform ease 0.3s; }
  .expand-collapse.open:after {
    transform: translateX(-50%) rotate(90deg); }

.open-close {
  display: inline-block;
  position: relative;
  height: 34px;
  width: 34px;
  transition: transform ease 0.3s; }
  .open-close:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 34px;
    height: 4px;
    background: #054024; }
  .open-close:after {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 4px;
    height: 34px;
    background: #054024; }
  .open-close.open {
    transform: rotate(45deg); }

.load-more {
  display: inline-flex;
  position: relative;
  font-family: "silka-semibold", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  color: #054024;
  padding-left: 46px; }
  .load-more:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    background: url("../images/icon-plus.svg") 0 0 no-repeat; }
  .load-more:hover:before {
    animation: example 1s ease-out infinite 0.1s; }

@keyframes example {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  50% {
    transform: translateY(-50%) rotate(90deg); }
  100% {
    transform: translateY(-50%) rotate(90deg); } }
.next-previous {
  display: inline-block;
  position: relative;
  height: 34px;
  width: 34px;
  padding: 0 10px; }
  .next-previous:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    background: url("../images/icon-arrow-right.svg") center center no-repeat;
    transition: left 0.2s ease-in; }
  .next-previous:hover:before {
    left: 10px; }

.inline, footer .footer-top .main-menu li a, footer .footer-bottom .signoff ul li a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 18px; }
  .inline:after, footer .footer-top .main-menu li a:after, footer .footer-bottom .signoff ul li a:after {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    background: #C4F112;
    transition: width 0.3s ease; }
  .inline:hover:after, footer .footer-top .main-menu li a:hover:after, footer .footer-bottom .signoff ul li a:hover:after {
    width: 100%; }

.footer-top .main-menu li.current-menu-item a:after, footer .footer-bottom .signoff ul li.current-menu-item a:after {
  width: 100%; }

/* Carousels */
.carousel-cell {
  width: 100%;
  /* full width */ }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -35px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  background: #054024;
  border-radius: 50%;
  opacity: 0.2;
  cursor: pointer;
  transition: all ease 0.3s; }

.flickity-page-dots .dot.is-selected, .flickity-page-dots .dot:hover {
  opacity: 1;
  width: 11px;
  height: 11px;
  margin: 2px; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

header {
  position: fixed;
  width: 100%;
  z-index: 110;
  pointer-events: none; }
  header .inner {
    position: relative;
    padding: 30px 0; }
    header .inner .logo {
      display: block;
      transition: opacity 0.5s ease;
      width: 160px;
      height: auto;
      pointer-events: auto; }
      header .inner .logo svg {
        width: 100%;
        height: auto; }
        header .inner .logo svg .st0 {
          fill: #054024; }
        header .inner .logo svg .st1 {
          fill: #C4F112; }
    header .inner .page-title {
      position: absolute;
      top: 50%;
      right: 54px;
      transform: translateY(-50%);
      font-family: "silka-semibold", serif;
      font-weight: normal;
      font-size: 16px;
      line-height: 16px;
      letter-spacing: 0;
      text-align: right;
      padding: 0; }
    header .inner #menu-trigger {
      pointer-events: auto;
      position: absolute;
      top: 50%;
      right: 1px;
      transform: translateY(-50%);
      width: 34px;
      height: 34px;
      cursor: pointer;
      transition: top ease 1s;
      text-indent: -9999px; }
      header .inner #menu-trigger span {
        position: absolute;
        display: block;
        background: #054024;
        width: 10px;
        height: 10px;
        margin: 1px;
        transition: top 0.2s ease-in, left 0.2s ease-in; }
        header .inner #menu-trigger span:nth-child(1) {
          top: 0;
          left: 0; }
        header .inner #menu-trigger span:nth-child(2) {
          top: 0;
          left: 12px; }
        header .inner #menu-trigger span:nth-child(3) {
          top: 0;
          left: 24px; }
        header .inner #menu-trigger span:nth-child(4) {
          top: 12px;
          left: 0; }
        header .inner #menu-trigger span:nth-child(5) {
          top: 12px;
          left: 12px; }
        header .inner #menu-trigger span:nth-child(6) {
          top: 12px;
          left: 24px; }
        header .inner #menu-trigger span:nth-child(7) {
          top: 24px;
          left: 0; }
        header .inner #menu-trigger span:nth-child(8) {
          top: 24px;
          left: 12px; }
        header .inner #menu-trigger span:nth-child(9) {
          top: 24px;
          left: 24px; }
  header.menu-open {
    pointer-events: none; }
    header.menu-open .inner .logo {
      opacity: 0;
      pointer-events: none; }
    header.menu-open .inner #menu-trigger {
      pointer-events: all; }
      header.menu-open .inner #menu-trigger span:nth-child(2) {
        top: 0;
        left: 24px; }
      header.menu-open .inner #menu-trigger span:nth-child(4) {
        top: 0;
        left: 0; }
      header.menu-open .inner #menu-trigger span:nth-child(6) {
        top: 24px;
        left: 24px; }
      header.menu-open .inner #menu-trigger span:nth-child(8) {
        top: 24px;
        left: 0; }

#menu-holder {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DAE9E0; }
  #menu-holder ul {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none; }
    #menu-holder ul li {
      width: calc(33.3333%);
      height: calc(50%);
      border-right: 1px solid #fff;
      position: relative;
      font-family: silka-semibold, sans-serif;
      font-size: 50px;
      line-height: 60px;
      display: flex;
      align-items: center;
      text-align: center;
      letter-spacing: -0.03em; }
      #menu-holder ul li:nth-child(1), #menu-holder ul li:nth-child(2), #menu-holder ul li:nth-child(3) {
        border-bottom: 1px solid #fff; }
      #menu-holder ul li:nth-child(3), #menu-holder ul li:nth-child(6) {
        border-right: none; }
      #menu-holder ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: background 0.5s ease;
        color: #054024;
        padding: 30px; }
      #menu-holder ul li:nth-child(1) a:hover {
        background: #AAFFD5; }
      #menu-holder ul li:nth-child(2) a:hover {
        background: #C4F112; }
      #menu-holder ul li:nth-child(3) a:hover {
        background: #23D892; }
      #menu-holder ul li:nth-child(4) a:hover {
        background: #23D892; }
      #menu-holder ul li:nth-child(5) a:hover {
        background: #AAFFD5; }
      #menu-holder ul li:nth-child(6) a:hover {
        background: #C4F112; }
      #menu-holder ul li.current_page_item:nth-child(1) a {
        background: #AAFFD5; }
      #menu-holder ul li.current_page_item:nth-child(2) a {
        background: #C4F112; }
      #menu-holder ul li.current_page_item:nth-child(3) a {
        background: #23D892; }
      #menu-holder ul li.current_page_item:nth-child(4) a {
        background: #23D892; }
      #menu-holder ul li.current_page_item:nth-child(5) a {
        background: #AAFFD5; }
      #menu-holder ul li.current_page_item:nth-child(6) a {
        background: #C4F112; }
  #menu-holder.open {
    z-index: 90; }

footer {
  background: #23D892;
  padding: 30px 0; }
  footer .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 40px 0; }
    footer .footer-top .logo {
      width: 135px; }
    footer .footer-top .main-menu {
      width: calc(100% - 200px);
      list-style: none;
      margin: 0;
      display: flex;
      justify-content: flex-end; }
      footer .footer-top .main-menu li {
        font-family: "Reckless", serif;
        font-size: 16px;
        line-height: 22px;
        margin-left: 30px; }
        footer .footer-top .main-menu li a {
          color: #054024; }
          footer .footer-top .main-menu li a:after {
            background: #054024; }
  footer .careers-link {
    padding-bottom: 40px;
    display: flex;
    justify-content: flex-end; }
  footer .footer-bottom .b-corp {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(5, 64, 36, 0.3); }
    footer .footer-bottom .b-corp .logo {
      width: 78px; }
    footer .footer-bottom .b-corp h3 {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      width: calc(100% - 200px);
      padding: 0; }
  footer .footer-bottom .socials-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 2px solid rgba(5, 64, 36, 0.3); }
    footer .footer-bottom .socials-holder h3 {
      width: 50%;
      padding: 0; }
    footer .footer-bottom .socials-holder ul.footer-menu {
      font-family: "silka-semibold", serif;
      width: 50%;
      display: flex;
      justify-content: flex-start;
      list-style: none;
      margin: 0;
      padding: 0; }
      footer .footer-bottom .socials-holder ul.footer-menu li a {
        color: #054024; }
      footer .footer-bottom .socials-holder ul.footer-menu li:before {
        content: '•';
        padding: 0 10px; }
      footer .footer-bottom .socials-holder ul.footer-menu li:first-child:before {
        display: none; }
    footer .footer-bottom .socials-holder .socials {
      width: 50%;
      display: flex;
      justify-content: flex-end;
      list-style: none;
      margin: 0; }
      footer .footer-bottom .socials-holder .socials li {
        margin-left: 10px; }
        footer .footer-bottom .socials-holder .socials li a {
          width: 25px;
          height: 26px;
          display: block;
          text-indent: -9999px; }
          footer .footer-bottom .socials-holder .socials li a.facebook {
            background: url("../images/social-facebook.svg") 0 0 no-repeat; }
          footer .footer-bottom .socials-holder .socials li a.instagram {
            background: url("../images/social-instagram.svg") 0 0 no-repeat; }
          footer .footer-bottom .socials-holder .socials li a.twitter {
            background: url("../images/social-x.svg") 0 0 no-repeat; }
          footer .footer-bottom .socials-holder .socials li a.linkedin {
            background: url("../images/social-linkedin.svg") 0 0 no-repeat; }
          footer .footer-bottom .socials-holder .socials li a.youtube {
            background: url("../images/social-youtube.svg") 0 0 no-repeat; }
  footer .footer-bottom .signoff {
    display: flex;
    justify-content: space-between;
    font-family: "Reckless", serif;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    padding: 20px 0 0 0;
    color: #054024; }
    footer .footer-bottom .signoff p {
      width: 50%;
      padding: 0; }
      footer .footer-bottom .signoff p.right {
        text-align: right; }

.page-content {
  padding-top: 104px;
  padding-bottom: 100px; }

.p-both {
  padding: 100px 0; }

/* Home page */
#home.page-content {
  padding: 0; }
#home .hero-section {
  background: #C4F112; }
  #home .hero-section .header-video {
    width: 100%;
    height: 100vh; }
    #home .hero-section .header-video .inner {
      position: relative;
      z-index: 0;
      height: 100%;
      overflow: hidden;
      background-size: cover; }
      #home .hero-section .header-video .inner video {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      #home .hero-section .header-video .inner .container {
        position: relative;
        height: 100%; }
      #home .hero-section .header-video .inner .headline {
        position: absolute;
        z-index: 10;
        color: #fff;
        bottom: 100px; }
      #home .hero-section .header-video .inner .scroll-prompt {
        position: absolute;
        z-index: 10;
        color: #fff;
        bottom: 30px;
        font-family: "silka-semibold", serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 36px;
        color: #fff;
        padding-left: 46px;
        transition: padding 0.3s ease-out; }
        #home .hero-section .header-video .inner .scroll-prompt:before {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%) rotate(90deg);
          content: '';
          display: block;
          width: 34px;
          height: 34px;
          background: url("../images/icon-arrow-right-white.svg") 0 0 no-repeat;
          transition: left 0.3s ease-out 0.2s; }
      #home .hero-section .header-video .inner .video-trigger {
        position: absolute;
        z-index: 10;
        color: #fff;
        bottom: 30px;
        right: 0; }
  #home .hero-section .sub-head {
    padding: 0 0 100px 0; }
    #home .hero-section .sub-head .inner {
      display: flex;
      justify-content: flex-end; }
      #home .hero-section .sub-head .inner h2 {
        max-width: 780px; }
#home .our-approach-section {
  padding: 50px 0 100px 0; }
  #home .our-approach-section h2 {
    padding: 0; }
  #home .our-approach-section .inner {
    margin: 100px 0 0 0; }
    #home .our-approach-section .inner .our-approach-row {
      display: flex; }
      #home .our-approach-section .inner .our-approach-row.row-2 .block.number {
        order: 3; }
      #home .our-approach-section .inner .our-approach-row.row-2 .block.copy {
        order: 1; }
        #home .our-approach-section .inner .our-approach-row.row-2 .block.copy .block-inner {
          left: 30px;
          width: calc(100% - 60px); }
      #home .our-approach-section .inner .our-approach-row.row-2 .block.image {
        order: 2; }
      #home .our-approach-section .inner .our-approach-row.row-3 .block.number {
        order: 2; }
      #home .our-approach-section .inner .our-approach-row.row-3 .block.copy {
        order: 3; }
      #home .our-approach-section .inner .our-approach-row.row-3 .block.image {
        order: 1; }
      #home .our-approach-section .inner .our-approach-row .block {
        position: relative;
        width: 33.333334%;
        padding-bottom: 33.333334%;
        transition: opacity ease 0.4s; }
        #home .our-approach-section .inner .our-approach-row .block.fade {
          opacity: 0.4;
          cursor: auto !important; }
        #home .our-approach-section .inner .our-approach-row .block .block-inner {
          position: absolute; }
        #home .our-approach-section .inner .our-approach-row .block.number {
          cursor: pointer;
          background: #fff; }
          #home .our-approach-section .inner .our-approach-row .block.number .block-inner {
            top: 20px;
            left: 30px;
            right: 30px;
            bottom: 30px;
            display: flex;
            justify-content: space-between;
            flex-direction: column; }
            #home .our-approach-section .inner .our-approach-row .block.number .block-inner:before {
              position: absolute;
              top: 10px;
              right: 0;
              display: block;
              content: '';
              width: 34px;
              height: 34px;
              background: url(../images/icon-plus.svg) 0 0 no-repeat;
              transition: opacity ease 0.4s; }
          #home .our-approach-section .inner .our-approach-row .block.number h2 {
            font-size: 120px;
            line-height: 120px;
            letter-spacing: -0.05em; }
          #home .our-approach-section .inner .our-approach-row .block.number h3 {
            padding: 0; }
          #home .our-approach-section .inner .our-approach-row .block.number.active {
            cursor: auto; }
            #home .our-approach-section .inner .our-approach-row .block.number.active .block-inner:before {
              opacity: 0; }
        #home .our-approach-section .inner .our-approach-row .block.copy {
          opacity: 0;
          background: #fff; }
          #home .our-approach-section .inner .our-approach-row .block.copy .close {
            cursor: pointer;
            position: absolute;
            top: 30px;
            right: 30px;
            z-index: 10;
            width: 34px;
            height: 34px;
            background: url("../images/icon-close.svg") 0 0 no-repeat; }
          #home .our-approach-section .inner .our-approach-row .block.copy .block-inner {
            bottom: 30px;
            left: 0;
            width: calc(100% - 30px); }
          #home .our-approach-section .inner .our-approach-row .block.copy.active {
            opacity: 1; }
        #home .our-approach-section .inner .our-approach-row .block.image {
          background-size: cover;
          background-position: center center; }
    #home .our-approach-section .inner .our-approach-slide {
      padding: 0 0 50px 0;
      display: flex;
      justify-content: space-between; }
      #home .our-approach-section .inner .our-approach-slide .number {
        width: 355px; }
      #home .our-approach-section .inner .our-approach-slide .copy-image {
        width: calc(100% - 415px);
        display: flex;
        justify-content: space-between; }
      #home .our-approach-section .inner .our-approach-slide .copy {
        width: calc(50% - 30px); }
      #home .our-approach-section .inner .our-approach-slide .image {
        width: calc(50% - 30px); }
      #home .our-approach-section .inner .our-approach-slide.slide2, #home .our-approach-section .inner .our-approach-slide.slide3 {
        width: calc(100% - 215px);
        margin-left: 215px; }
        #home .our-approach-section .inner .our-approach-slide.slide2 .number, #home .our-approach-section .inner .our-approach-slide.slide3 .number {
          width: 140px; }
        #home .our-approach-section .inner .our-approach-slide.slide2 .copy-image, #home .our-approach-section .inner .our-approach-slide.slide3 .copy-image {
          width: calc(100% - 200px); }
    #home .our-approach-section .inner .pin-spacer:nth-child(3) .our-approach-slide .number {
      line-height: 213px; }
#home .proud-section {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  #home .proud-section .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background-size: cover; }
    #home .proud-section .bg-video video {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  #home .proud-section .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(5, 64, 36, 0) 0%, #054024 114.13);
    background: -o-linear-gradient(rgba(5, 64, 36, 0) 0%, #054024 114.13);
    background: linear-gradient(180deg, rgba(5, 64, 36, 0) 0%, #054024 114.13%); }
  #home .proud-section .inner {
    width: 100%;
    text-align: center;
    z-index: 10;
    margin-top: -200px; }
    #home .proud-section .inner .logo {
      width: 78px;
      margin: 0 auto; }
    #home .proud-section .inner .headline {
      font-family: silka-semibold, sans-serif;
      font-size: 300px;
      line-height: 210px;
      text-align: center;
      letter-spacing: -0.05em;
      color: #fff; }
    #home .proud-section .inner .subhead {
      margin: 40px auto 0 auto;
      font-family: silka-semibold, sans-serif;
      font-size: 30px;
      line-height: 40px;
      text-align: center;
      letter-spacing: -0.02em;
      color: #fff; }
    #home .proud-section .inner .copy {
      margin: 40px auto 0 auto;
      text-align: center;
      color: #fff;
      max-width: 520px; }
#home .news-views-section {
  background: #DAE9E0;
  padding: 100px 0 70px 0; }
  #home .news-views-section .scrubContainer {
    margin: 30px 0 70px 0; }
  #home .news-views-section .news-card {
    width: 100%;
    padding: 0;
    margin: 0; }
    #home .news-views-section .news-card .inner .title {
      padding: 0;
      background: transparent;
      max-width: none;
      width: 100%; }
      #home .news-views-section .news-card .inner .title p {
        background: #DAE9E0;
        padding: 10px 10px 0 0;
        max-width: 35%;
        min-width: 90px; }
      #home .news-views-section .news-card .inner .title h2 {
        display: block;
        width: 100%;
        background: #DAE9E0;
        padding: 10px 10px 0 0; }
    #home .news-views-section .news-card.large h2 {
      font-size: 30px;
      line-height: 40px; }
    #home .news-views-section .news-card.large .inner .title p {
      width: 17%;
      min-width: 90px; }
    #home .news-views-section .news-card.large .block-grid {
      background: url(../images/block-grid-home-news1.svg) 0 0 no-repeat;
      background-size: 100% auto; }
    #home .news-views-section .news-card.card1 .block-grid, #home .news-views-section .news-card.card5 .block-grid {
      background: url(../images/block-grid-home-news2.svg) 0 0 no-repeat;
      background-size: 100% auto; }
    #home .news-views-section .news-card.card2 .block-grid, #home .news-views-section .news-card.card6 .block-grid {
      background: url(../images/block-grid-home-news3.svg) 0 0 no-repeat;
      background-size: 100% auto; }
    #home .news-views-section .news-card.card3 .block-grid, #home .news-views-section .news-card.card7 .block-grid {
      background: url(../images/block-grid-home-news4.svg) 0 0 no-repeat;
      background-size: 100% auto; }
    #home .news-views-section .news-card.card4 .block-grid, #home .news-views-section .news-card.card8 .block-grid {
      background: url(../images/block-grid-home-news5.svg) 0 0 no-repeat;
      background-size: 100% auto; }
  #home .news-views-section .cta {
    margin: 0;
    text-align: center; }
  #home .news-views-section .card-holder .news-card:first-child {
    margin-bottom: 30px; }
#home .get-to-know-us-section {
  background: #739180;
  color: #fff;
  position: relative; }
  #home .get-to-know-us-section.p-both {
    padding: 100px 0 70px 0; }
  #home .get-to-know-us-section .people-grid {
    width: 91.45299145299145%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 200px  0; }
    #home .get-to-know-us-section .people-grid .people-card {
      position: absolute; }
      #home .get-to-know-us-section .people-grid .people-card .image {
        position: relative; }
        #home .get-to-know-us-section .people-grid .people-card .image .details {
          position: absolute;
          bottom: -1px;
          left: 0;
          max-width: 90%;
          background: #739180;
          padding: 10px 20px 0 0; }
          #home .get-to-know-us-section .people-grid .people-card .image .details p {
            padding: 0;
            font-size: 16px;
            line-height: 22px; }
            #home .get-to-know-us-section .people-grid .people-card .image .details p.name {
              font-family: silka-semibold, sans-serif; }
    #home .get-to-know-us-section .people-grid .left {
      position: relative;
      width: 43.925233644859816%; }
      #home .get-to-know-us-section .people-grid .left h3 {
        padding-bottom: 30px; }
      #home .get-to-know-us-section .people-grid .left .people-card {
        margin-top: -60px; }
    #home .get-to-know-us-section .people-grid .right {
      position: relative;
      width: 53.271028037383175%;
      margin-top: -80px; }
      #home .get-to-know-us-section .people-grid .right .top {
        margin: 0 0 40px 0;
        display: flex;
        justify-content: flex-end;
        padding-bottom: 86.49122807017544%; }
        #home .get-to-know-us-section .people-grid .right .top .medium {
          width: 64.91228070175438%; }
      #home .get-to-know-us-section .people-grid .right .bottom {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding-bottom: 86.49122807017544%; }
        #home .get-to-know-us-section .people-grid .right .bottom .small {
          width: 47.368421052631575%;
          right: 0; }
          #home .get-to-know-us-section .people-grid .right .bottom .small:first-child {
            top: 200px;
            right: auto;
            left: 0; }
#home .good-reasons-section {
  background: #A6F5A3; }
  #home .good-reasons-section h2 {
    width: 50%;
    max-width: 570px;
    padding: 0; }
  #home .good-reasons-section .reasons {
    margin: 100px 0 0 0; }
    #home .good-reasons-section .reasons .reason {
      display: flex;
      justify-content: space-between; }
      #home .good-reasons-section .reasons .reason .number {
        width: calc(50% - 18px);
        font-family: silka-semibold, sans-serif;
        font-size: 450px;
        line-height: 320px;
        text-align: center;
        letter-spacing: -0.05em; }
      #home .good-reasons-section .reasons .reason .copy {
        width: calc(50% - 18px); }
        #home .good-reasons-section .reasons .reason .copy h3, #home .good-reasons-section .reasons .reason .copy p {
          max-width: 420px; }
#home .good-reasons-section #copy-wrapper .copy {
  max-width: 450px; }
  #home .good-reasons-section #copy-wrapper .copy p {
    padding-bottom: 10px; }

/* What we do page */
#what-we-do .header-section {
  position: relative;
  background: #C4F112;
  padding: 196px 0 300px 0;
  overflow: hidden; }
  #what-we-do .header-section .copy {
    position: relative;
    z-index: 10; }
  #what-we-do .header-section h1 {
    max-width: 80%;
    margin: -25px 0 165px 0; }
  #what-we-do .header-section .image-float {
    position: absolute; }
    #what-we-do .header-section .image-float.size-s {
      width: 22%;
      max-width: 270px; }
    #what-we-do .header-section .image-float.size-m {
      width: 28%;
      max-width: 370px; }
    #what-we-do .header-section .image-float.size-l {
      width: 38%;
      max-width: 470px; }
    #what-we-do .header-section .image-float.image1 {
      top: 0;
      left: 60%; }
      #what-we-do .header-section .image-float.image1 .block-grid {
        background: url(../images/block-grid-wwd2.svg) 0 0 no-repeat;
        background-size: cover; }
    #what-we-do .header-section .image-float.image2 {
      top: 50%;
      left: 35%; }
      #what-we-do .header-section .image-float.image2 .block-grid {
        background: url(../images/block-grid-wwd2.svg) 0 0 no-repeat;
        background-size: cover; }
    #what-we-do .header-section .image-float.image3 {
      bottom: -200px;
      left: 0; }
      #what-we-do .header-section .image-float.image3 .block-grid {
        background: url(../images/block-grid-wwd3.svg) 0 0 no-repeat;
        background-size: cover; }
    #what-we-do .header-section .image-float.image4 {
      bottom: -200px;
      left: 65%; }
      #what-we-do .header-section .image-float.image4 .block-grid {
        background: url(../images/block-grid-wwd4.svg) 0 0 no-repeat;
        background-size: cover; }
    #what-we-do .header-section .image-float.image5 {
      bottom: 20%;
      right: 0; }
      #what-we-do .header-section .image-float.image5 .block-grid {
        background: url(../images/block-grid-wwd5.svg) 0 0 no-repeat;
        background-size: cover; }
#what-we-do .our-services-section {
  background: #203232;
  padding: 100px 0 0 0; }
  #what-we-do .our-services-section h2 {
    color: #C4F112;
    padding: 0; }
  #what-we-do .our-services-section .services {
    margin: 85px 0 0 0;
    display: flex;
    justify-content: space-between; }
    #what-we-do .our-services-section .services .col {
      width: calc(33.333333% - 10px); }
      #what-we-do .our-services-section .services .col.col2 {
        margin-top: 16.6666665%; }
    #what-we-do .our-services-section .services .service-card {
      width: 100%;
      padding-bottom: 100%;
      position: relative;
      cursor: pointer;
      margin: 15px 0; }
      #what-we-do .our-services-section .services .service-card.green2 {
        background: #C4F112; }
      #what-we-do .our-services-section .services .service-card.green4 {
        background: #A6F5A3; }
      #what-we-do .our-services-section .services .service-card.green6 {
        background: #AAFFD5; }
      #what-we-do .our-services-section .services .service-card.green8 {
        background: #23D892; }
      #what-we-do .our-services-section .services .service-card .hover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        opacity: 0;
        transition: all ease 0.4s; }
      #what-we-do .our-services-section .services .service-card .gradient {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: black;
        background: linear-gradient(180deg, black 0%, rgba(255, 255, 255, 0) 100%);
        opacity: 0;
        transition: all ease 0.4s; }
      #what-we-do .our-services-section .services .service-card .inner {
        position: absolute;
        top: 8.771929824561402%;
        left: 8.771929824561402%;
        width: 82.5%;
        height: 82.5%;
        font-family: silka-semibold, sans-serif;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.02em;
        padding-bottom: 40px;
        transition: all ease 0.4s; }
        #what-we-do .our-services-section .services .service-card .inner:before {
          position: absolute;
          left: 0;
          bottom: 0;
          display: block;
          content: '';
          width: 34px;
          height: 34px;
          background: url("../images/icon-plus.svg") 0 0 no-repeat; }
        #what-we-do .our-services-section .services .service-card .inner:after {
          position: absolute;
          left: 0;
          bottom: 0;
          display: block;
          content: '';
          width: 34px;
          height: 34px;
          background: url("../images/icon-plus-white.svg") 0 0 no-repeat;
          opacity: 0;
          transition: all ease 0.4s; }
      #what-we-do .our-services-section .services .service-card:hover .hover {
        opacity: 1; }
      #what-we-do .our-services-section .services .service-card:hover .gradient {
        opacity: 0.2; }
      #what-we-do .our-services-section .services .service-card:hover .inner {
        color: #fff; }
        #what-we-do .our-services-section .services .service-card:hover .inner:after {
          opacity: 1; }
#what-we-do .our-sectors-section {
  background: #203232;
  padding: 50px 0 100px 0; }
  #what-we-do .our-sectors-section h2 {
    color: #C4F112;
    padding: 0; }
  #what-we-do .our-sectors-section .sectors {
    margin: 85px 0 0 0;
    display: flex;
    justify-content: space-between; }
    #what-we-do .our-sectors-section .sectors .col {
      width: calc(33.333333% - 10px); }
      #what-we-do .our-sectors-section .sectors .col.col2 {
        margin-top: 16.6666665%; }
    #what-we-do .our-sectors-section .sectors .sector-card {
      width: 100%;
      padding-bottom: 100%;
      position: relative;
      cursor: pointer;
      margin: 15px 0;
      overflow: hidden; }
      #what-we-do .our-sectors-section .sectors .sector-card .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        transition: all ease 0.4s; }
      #what-we-do .our-sectors-section .sectors .sector-card .gradient {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: black;
        background: linear-gradient(180deg, black 0%, rgba(255, 255, 255, 0) 100%);
        opacity: 0.2;
        transition: all ease 0.4s; }
      #what-we-do .our-sectors-section .sectors .sector-card .inner {
        position: absolute;
        top: 8.771929824561402%;
        left: 8.771929824561402%;
        width: 82.5%;
        height: 82.5%;
        font-family: silka-semibold, sans-serif;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.02em;
        padding-bottom: 40px;
        transition: all ease 0.4s;
        color: #fff; }
        #what-we-do .our-sectors-section .sectors .sector-card .inner:after {
          position: absolute;
          left: 0;
          bottom: 0;
          display: block;
          content: '';
          width: 34px;
          height: 34px;
          background: url("../images/icon-plus-white.svg") 0 0 no-repeat; }
      #what-we-do .our-sectors-section .sectors .sector-card:hover .image {
        transform: scale(1.1);
        transform-origin: center center; }
#what-we-do .quotes-section {
  background: #739180;
  padding: 100px 0; }

.quotes-section .carousel-cell {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
.quotes-section .quote {
  max-width: 770px;
  margin: 0 auto;
  height: 100%; }
  .quotes-section .quote .main-quote {
    font-family: silka-semibold, sans-serif;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0 0 50px 0; }
  .quotes-section .quote .name-title .name {
    font-family: silka-semibold, sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #fff;
    padding: 0; }
  .quotes-section .quote .name-title .title {
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    padding: 0; }
  .quotes-section .quote.small .main-quote {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px 0; }

/* Who we work with */
.page-template-who-we-work-with header .inner .logo svg path {
  fill: #C4F112; }

.page-template-who-we-work-with header .inner #menu-trigger span {
  background: #C4F112; }

.page-template-who-we-work-with header .inner .page-title {
  color: #C4F112; }

#who-we-work-with .header-section {
  background: #054024;
  padding-top: 196px; }
  #who-we-work-with .header-section h1 {
    max-width: 80%;
    color: #C4F112;
    margin: -25px 0 165px 0; }
  #who-we-work-with .header-section .copy {
    margin-bottom: 38%; }
#who-we-work-with .sector-section {
  position: relative;
  background: #AAFFD5;
  padding-bottom: 100px; }
  #who-we-work-with .sector-section .pulled-image {
    position: absolute;
    top: -60%;
    max-width: 1170px;
    width: calc(100% - 40px); }
    #who-we-work-with .sector-section .pulled-image video {
      width: 100%;
      display: block; }
    #who-we-work-with .sector-section .pulled-image .block-grid {
      background: url("../images/block-grid-who-we-work-with.svg") 0 0 no-repeat;
      background-size: 100% 100%; }
  #who-we-work-with .sector-section .intro-copy {
    padding-top: calc(24% + 50px); }
#who-we-work-with .collab-section {
  padding: 100px 0;
  background: #DAE9E0; }
  #who-we-work-with .collab-section .square-slider {
    margin: 90px 0 0 0;
    width: 100%;
    overflow: scroll; }
    #who-we-work-with .collab-section .square-slider .image-col {
      width: 270px;
      margin: 15px; }
    #who-we-work-with .collab-section .square-slider .image {
      margin-bottom: 30px;
      position: relative; }
      #who-we-work-with .collab-section .square-slider .image .hover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        transition: opacity ease 0.4s; }
        #who-we-work-with .collab-section .square-slider .image .hover .copy {
          border-left: 20px solid #DAE9E0;
          padding: 2px 0;
          font-size: 16px;
          line-height: 22px; }
        #who-we-work-with .collab-section .square-slider .image .hover h4, #who-we-work-with .collab-section .square-slider .image .hover p {
          background-color: #DAE9E0;
          padding: 4px 0;
          display: inline;
          margin: 0; }
          #who-we-work-with .collab-section .square-slider .image .hover h4 strong, #who-we-work-with .collab-section .square-slider .image .hover p strong {
            font-weight: normal;
            position: relative;
            left: -10px; }
      #who-we-work-with .collab-section .square-slider .image:hover .hover {
        opacity: 1; }
#who-we-work-with .quotes-section {
  padding: 100px 0;
  background: #739180; }
#who-we-work-with .clients-section {
  padding: 100px 0;
  background: #A6F5A3; }
  #who-we-work-with .clients-section .clients {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #who-we-work-with .clients-section .clients .image {
      width: 20%;
      margin: 0; }
      #who-we-work-with .clients-section .clients .image .hover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        transition: opacity ease 0.4s;
        background-size: cover; }
        #who-we-work-with .clients-section .clients .image .hover .copy {
          border-left: 20px solid #A6F5A3;
          padding: 2px 0;
          font-size: 16px;
          line-height: 22px; }
        #who-we-work-with .clients-section .clients .image .hover h4, #who-we-work-with .clients-section .clients .image .hover p {
          background-color: #A6F5A3;
          padding: 4px 0;
          display: inline;
          margin: 0; }
          #who-we-work-with .clients-section .clients .image .hover h4 strong, #who-we-work-with .clients-section .clients .image .hover p strong {
            font-weight: normal;
            position: relative;
            left: -10px; }
      #who-we-work-with .clients-section .clients .image:hover .hover {
        opacity: 1; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: #fff;
  display: none;
  z-index: 100; }
  #overlay .overlay-close {
    position: fixed;
    top: 150px;
    right: 50px;
    z-index: 10;
    width: 34px;
    height: 34px;
    background: url("../images/icon-close.svg") 0 0 no-repeat;
    text-indent: -9999px; }
  #overlay .overlay-inner {
    position: relative;
    padding: 0;
    max-width: 1170px;
    margin: 0 auto; }
  #overlay.service {
    background: #C4F112; }
    #overlay.service .overlay-close {
      background: url("../images/icon-close.svg") 0 0 no-repeat; }
  #overlay.sector .overlay-close {
    top: 142px;
    background-color: #fff;
    background-image: url("../images/icon-close.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 34px;
    height: 50px;
    width: 42px; }

#sector-single {
  background: #fff; }
  #sector-single .header-section {
    position: relative;
    padding: 20px 0 0 0; }
    #sector-single .header-section .image {
      position: relative;
      /*.gradient{
      	position: absolute;
      	top: 0;
      	left: 0;
      	right: 0;
      	bottom: 0;
      	background: rgb(255,255,255);
      	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
      	opacity: 0.2;
      }*/ }
      #sector-single .header-section .image .block-grid {
        background: url("../images/block-grid-sector-overlay.svg") 0 0 no-repeat;
        background-size: cover; }
    #sector-single .header-section .title {
      position: absolute;
      top: 50px;
      left: 30px;
      font-family: silka-semibold, sans-serif;
      color: #fff;
      font-size: 30px;
      line-height: 40px;
      letter-spacing: -0.02em; }
  #sector-single .content-section {
    position: relative;
    margin: 100px 0;
    padding: 0 20px; }
    #sector-single .content-section .copy-section {
      display: flex; }
      #sector-single .content-section .copy-section .stats {
        width: calc(50% - 15px);
        padding-left: 100px; }
        #sector-single .content-section .copy-section .stats .stat-holder {
          margin: 0 0 50px 0; }
          #sector-single .content-section .copy-section .stats .stat-holder p:not(.stat) {
            font-family: silka-semibold, sans-serif;
            font-size: 16px;
            line-height: 22px; }
      #sector-single .content-section .copy-section .copy {
        margin-top: -160px;
        width: calc(50% + 15px);
        background: #fff;
        padding: 8px 50px 0 17px; }
        #sector-single .content-section .copy-section .copy h2 {
          padding-bottom: 30px; }
        #sector-single .content-section .copy-section .copy .copy-wrap {
          padding-right: 50px; }
    #sector-single .content-section .team-section {
      max-width: 970px;
      padding: 0 20px;
      margin: 50px auto 0 auto; }
      #sector-single .content-section .team-section .inner .people-card .image .details {
        background: #ffffff; }
    #sector-single .content-section .cta {
      text-align: center;
      margin: 70px auto 0 auto; }

#overlay.service.green2 {
  background: #C4F112; }
#overlay.service.green4 {
  background: #A6F5A3; }
#overlay.service.green6 {
  background: #AAFFD5; }
#overlay.service.green8 {
  background: #23D892; }

#service-single {
  background: #C4F112; }
  #service-single.green2 {
    background: #C4F112; }
    #service-single.green2 .content-section .team-section .inner .people-card .image .details {
      background: #C4F112; }
  #service-single.green4 {
    background: #A6F5A3; }
    #service-single.green4 .content-section .team-section .inner .people-card .image .details {
      background: #A6F5A3; }
  #service-single.green6 {
    background: #AAFFD5; }
    #service-single.green6 .content-section .team-section .inner .people-card .image .details {
      background: #AAFFD5; }
  #service-single.green8 {
    background: #23D892; }
    #service-single.green8 .content-section .team-section .inner .people-card .image .details {
      background: #23D892; }
  #service-single .title {
    max-width: 70%;
    margin: 0;
    padding: 50px 0 0 20px; }
  #service-single .header-section {
    display: flex;
    justify-content: space-between;
    max-width: 970px;
    margin: 70px auto 50px auto;
    padding: 0 20px; }
    #service-single .header-section .left {
      width: calc(50% - 15px); }
      #service-single .header-section .left .image {
        margin: 0 0 50px 0; }
      #service-single .header-section .left .copy h3 {
        padding-bottom: 30px; }
    #service-single .header-section .right {
      width: calc(50% - 15px); }
      #service-single .header-section .right .image {
        margin: 100px 0 0 21.27659574468085%; }
  #service-single .content-section {
    max-width: 970px;
    margin: 0 auto 70px auto;
    padding: 0 20px; }
    #service-single .content-section .stats {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #service-single .content-section .stats .stat-holder {
        width: calc(50% - 15px);
        margin: 15px 15px 15px 0; }
        #service-single .content-section .stats .stat-holder p:not(.stat) {
          font-family: silka-semibold, sans-serif;
          font-size: 16px;
          line-height: 22px; }
        #service-single .content-section .stats .stat-holder table {
          border: 0; }
          #service-single .content-section .stats .stat-holder table th, #service-single .content-section .stats .stat-holder table td {
            border: 0; }
        #service-single .content-section .stats .stat-holder.small {
          width: calc(25% - 15px); }
    #service-single .content-section .team-section .inner .people-card .image .details {
      background: #C4F112; }
    #service-single .content-section .cta {
      text-align: center;
      margin: 100px auto 0 auto; }

.mapp-at-work-section {
  margin: 100px 0 0 0; }
  .mapp-at-work-section .maw-holder {
    margin: 40px 0 0 0;
    display: flex;
    justify-content: space-between; }
    .mapp-at-work-section .maw-holder .maw-block {
      width: calc(50% - 15px); }
      .mapp-at-work-section .maw-holder .maw-block .maw-title {
        margin: 8px 0 50px 0;
        display: flex;
        justify-content: space-between; }
        .mapp-at-work-section .maw-holder .maw-block .maw-title h3 {
          width: calc(100% - 44px); }
      .mapp-at-work-section .maw-holder .maw-block .expand-copy {
        display: none;
        padding-top: 0; }
        .mapp-at-work-section .maw-holder .maw-block .expand-copy .logo {
          border-bottom: 1px solid #054024;
          padding: 0 0 50px 0;
          margin: 0 0 50px 0; }
        .mapp-at-work-section .maw-holder .maw-block .expand-copy .maw-copy-blocks .maw-copy-block {
          padding: 50px 0;
          border-bottom: 1px solid #054024; }
          .mapp-at-work-section .maw-holder .maw-block .expand-copy .maw-copy-blocks .maw-copy-block:first-child {
            padding: 0 0 50px 0; }
        .mapp-at-work-section .maw-holder .maw-block .expand-copy .maw-stats {
          margin: 50px 0 0 0;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .mapp-at-work-section .maw-holder .maw-block .expand-copy .maw-stats .stat-holder {
            width: calc(25% - 10px);
            margin: 0 0 15px 0; }
            .mapp-at-work-section .maw-holder .maw-block .expand-copy .maw-stats .stat-holder.large {
              width: calc(50% - 10px); }
            .mapp-at-work-section .maw-holder .maw-block .expand-copy .maw-stats .stat-holder p:not(.stat) {
              font-family: silka-semibold, sans-serif;
              font-size: 16px;
              line-height: 22px; }
            .mapp-at-work-section .maw-holder .maw-block .expand-copy .maw-stats .stat-holder table {
              width: 100% !important;
              border: none; }
              .mapp-at-work-section .maw-holder .maw-block .expand-copy .maw-stats .stat-holder table td {
                vertical-align: top;
                padding: 0;
                border-bottom: 0; }

.team-section {
  margin: 50px 0 0 0; }
  .team-section .inner {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0 0; }
    .team-section .inner .people-card .image {
      position: relative; }
      .team-section .inner .people-card .image .details {
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 90%;
        background: #ffffff;
        padding: 10px 20px 0 0; }
        .team-section .inner .people-card .image .details p {
          font-size: 16px;
          line-height: 22px;
          padding: 0; }
        .team-section .inner .people-card .image .details .name {
          font-family: silka-semibold, sans-serif; }
    .team-section .inner.layout-2-person .card-1 {
      width: 38.144329896907216%; }
    .team-section .inner.layout-2-person .card-2 {
      width: 38.144329896907216%;
      margin-top: 125px; }
    .team-section .inner.layout-3-person .card-1 {
      width: 27.835051546391753%; }
    .team-section .inner.layout-3-person .card-2 {
      width: 27.835051546391753%;
      margin-top: 125px; }
    .team-section .inner.layout-3-person .card-3 {
      width: 27.835051546391753%;
      margin-top: 50px; }
    .team-section .inner.layout-4-person .card-1, .team-section .inner.layout-5-person .card-1, .team-section .inner.layout-6-person .card-1 {
      width: 27.835051546391753%;
      margin-top: 100px; }
    .team-section .inner.layout-4-person .col2-card-double, .team-section .inner.layout-5-person .col2-card-double, .team-section .inner.layout-6-person .col2-card-double {
      width: 38.144329896907216%;
      display: flex;
      flex-direction: column; }
      .team-section .inner.layout-4-person .col2-card-double .card-2, .team-section .inner.layout-5-person .col2-card-double .card-2, .team-section .inner.layout-6-person .col2-card-double .card-2 {
        width: 72.97297297297297%;
        align-self: flex-start;
        margin-bottom: 30px; }
      .team-section .inner.layout-4-person .col2-card-double .card-3, .team-section .inner.layout-5-person .col2-card-double .card-3, .team-section .inner.layout-6-person .col2-card-double .card-3 {
        width: 72.97297297297297%;
        align-self: flex-end; }
    .team-section .inner.layout-4-person .card-4, .team-section .inner.layout-5-person .card-4, .team-section .inner.layout-6-person .card-4 {
      width: 27.835051546391753%;
      margin-top: 180px; }
    .team-section .inner.layout-5-person .col1-card-double, .team-section .inner.layout-6-person .col1-card-double {
      width: 30.61855670103093%;
      display: flex;
      flex-direction: column; }
      .team-section .inner.layout-5-person .col1-card-double .card-1, .team-section .inner.layout-6-person .col1-card-double .card-1 {
        width: 91.58249158249158%;
        align-self: flex-start;
        margin-bottom: 30px; }
      .team-section .inner.layout-5-person .col1-card-double .card-5, .team-section .inner.layout-6-person .col1-card-double .card-5 {
        width: 91.58249158249158%;
        align-self: flex-end; }
    .team-section .inner.layout-5-person .col2-card-double, .team-section .inner.layout-6-person .col2-card-double {
      width: 41.44329896907217%;
      display: flex;
      flex-direction: column;
      padding-right: 2.6804123711340204%; }
      .team-section .inner.layout-5-person .col2-card-double .card-2, .team-section .inner.layout-6-person .col2-card-double .card-2 {
        width: 72.3404255319149%;
        align-self: flex-start;
        margin-bottom: 30px; }
      .team-section .inner.layout-5-person .col2-card-double .card-3, .team-section .inner.layout-6-person .col2-card-double .card-3 {
        width: 72.3404255319149%;
        align-self: flex-end; }
    .team-section .inner.layout-5-person .card-4, .team-section .inner.layout-6-person .card-4 {
      width: 28.04123711340206%;
      margin-top: 100px; }
    .team-section .inner.layout-6-person .col3-card-double {
      width: 28.04123711340206%;
      display: flex;
      flex-direction: column;
      margin-top: 100px; }
      .team-section .inner.layout-6-person .col3-card-double .card-4 {
        width: 100%;
        align-self: flex-start;
        margin: 0; }
      .team-section .inner.layout-6-person .col3-card-double .card-6 {
        width: 100%;
        margin-top: 100px; }

/* Inside Mapp page */
#inside-mapp .header-section {
  background: #A6F5A3;
  padding: 196px 0 100px 0; }
  #inside-mapp .header-section h1 {
    margin: -25px 0 100px 0; }
  #inside-mapp .header-section h2 {
    padding: 0 0 30px 0; }
  #inside-mapp .header-section .image {
    position: relative; }
    #inside-mapp .header-section .image .block-grid {
      background: url("../images/block-grid-inside-mapp.svg") 0 0 no-repeat;
      background-size: cover; }
  #inside-mapp .header-section .copy .content {
    width: 85%; }
#inside-mapp #hiring {
  position: fixed;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right bottom;
  top: 50%;
  right: 60px; }
  #inside-mapp #hiring a {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.02em;
    display: inline-flex;
    position: relative;
    font-family: "silka-semibold", serif;
    font-weight: normal;
    color: #054024;
    padding-left: 46px;
    padding-right: 10px;
    transition: padding 0.3s ease-out; }
    #inside-mapp #hiring a:before {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      content: '';
      display: block;
      width: 34px;
      height: 34px;
      background: url("../images/icon-arrow-right.svg") 0 0 no-repeat;
      transition: left 0.3s ease-out 0.2s; }
    #inside-mapp #hiring a:hover {
      padding-left: 56px;
      padding-right: 0;
      transition: padding 0.3s ease-in 0.2s; }
      #inside-mapp #hiring a:hover:before {
        left: 10px;
        transition: left 0.3s ease-in 0s; }
#inside-mapp .our-people-section {
  background: #23D892;
  padding: 100px 0; }
  #inside-mapp .our-people-section h2 {
    padding: 0 0 40px 0; }
  #inside-mapp .our-people-section h3 {
    padding: 0 0 40px 0; }
    #inside-mapp .our-people-section h3.with-specs {
      padding: 60px 0 40px 0; }
      #inside-mapp .our-people-section h3.with-specs.other {
        padding-top: 30px; }
  #inside-mapp .our-people-section #search-holder {
    display: flex;
    height: 100%;
    position: relative;
    justify-content: flex-end;
    align-items: flex-end; }
    #inside-mapp .our-people-section #search-holder form {
      position: relative;
      display: flex;
      border: 1px solid #054024; }
    #inside-mapp .our-people-section #search-holder input[type="text"] {
      height: 30px;
      background: transparent;
      border: none !important;
      order: 1;
      width: calc(100% - 29px) !important;
      border-radius: 0;
      padding: 5px 34px 5px 5px;
      font-family: "silka-medium", serif;
      font-weight: normal;
      color: #054024;
      font-size: 16px; }
    #inside-mapp .our-people-section #search-holder input:-internal-autofill-selected {
      background: transparent !important; }
    #inside-mapp .our-people-section #search-holder input[type="submit"] {
      text-indent: -9999px;
      order: 0;
      width: 24px;
      height: 30px;
      background: url("../images/icon-search.svg") center center no-repeat;
      background-size: 18px auto;
      margin-left: 5px; }
    #inside-mapp .our-people-section #search-holder #people-reset {
      opacity: 0;
      pointer-events: none;
      text-indent: -9999px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      display: block;
      width: 20px;
      height: 20px;
      background: url("../images/icon-close.svg") 0 0 no-repeat;
      background-size: 20px; }
      #inside-mapp .our-people-section #search-holder #people-reset.show {
        opacity: 1;
        pointer-events: auto; }
  #inside-mapp .our-people-section .our-people, #inside-mapp .our-people-section .our-specialists {
    margin: 50px 0 0 -15px;
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap; }
    #inside-mapp .our-people-section .our-people.with-specs, #inside-mapp .our-people-section .our-specialists.with-specs {
      margin-top: 0; }
    #inside-mapp .our-people-section .our-people .people-card, #inside-mapp .our-people-section .our-specialists .people-card {
      width: calc(25% - 30px);
      margin: 0 15px;
      font-size: 16px;
      line-height: 22px; }
      #inside-mapp .our-people-section .our-people .people-card .details, #inside-mapp .our-people-section .our-specialists .people-card .details {
        margin: 20px 0;
        display: flex;
        justify-content: space-between; }
        #inside-mapp .our-people-section .our-people .people-card .details .name-title, #inside-mapp .our-people-section .our-specialists .people-card .details .name-title {
          width: calc(100% - 44px); }
        #inside-mapp .our-people-section .our-people .people-card .details .name, #inside-mapp .our-people-section .our-specialists .people-card .details .name {
          font-family: "silka-semibold", serif;
          padding: 0; }
        #inside-mapp .our-people-section .our-people .people-card .details .title, #inside-mapp .our-people-section .our-specialists .people-card .details .title {
          padding: 0; }
        #inside-mapp .our-people-section .our-people .people-card .details .expand-collapse, #inside-mapp .our-people-section .our-specialists .people-card .details .expand-collapse {
          text-indent: -9999px; }
      #inside-mapp .our-people-section .our-people .people-card .bio, #inside-mapp .our-people-section .our-specialists .people-card .bio {
        display: none;
        padding: 0 0 50px 0; }
    #inside-mapp .our-people-section .our-people .cta, #inside-mapp .our-people-section .our-specialists .cta {
      width: 100%;
      display: flex;
      justify-content: center;
      margin: 50px 0 0 0; }
#inside-mapp .our-culture-section {
  background: #fff;
  padding: 100px 0; }
  #inside-mapp .our-culture-section h2 {
    padding: 0 0 40px 0; }
  #inside-mapp .our-culture-section .offGrid-wrapper {
    height: 717px; }
  #inside-mapp .our-culture-section .carousel {
    display: flex;
    margin: 70px 0 0 0; }
    #inside-mapp .our-culture-section .carousel .image {
      max-width: 570px; }
      #inside-mapp .our-culture-section .carousel .image .image-holder {
        padding: 0 0 150px 0; }
        #inside-mapp .our-culture-section .carousel .image .image-holder .image-inner {
          position: relative;
          overflow: hidden; }
          #inside-mapp .our-culture-section .carousel .image .image-holder .image-inner .block-grid {
            background: url("../images/block-grid-culture1.svg") 0 0 no-repeat;
            background-size: cover; }
          #inside-mapp .our-culture-section .carousel .image .image-holder .image-inner .video-holder {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%; }
            #inside-mapp .our-culture-section .carousel .image .image-holder .image-inner .video-holder video {
              object-fit: cover;
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0; }
      #inside-mapp .our-culture-section .carousel .image.image-type2 .image-holder {
        padding: 150px 0 0 0; }
        #inside-mapp .our-culture-section .carousel .image.image-type2 .image-holder .image-inner .block-grid {
          background: url("../images/block-grid-culture2.svg") 0 0 no-repeat;
          background-size: cover; }
  #inside-mapp .our-culture-section .scroll_spacer {
    margin-bottom: 50px; }
  #inside-mapp .our-culture-section .scrollbar-wrapper {
    background: #DAE9E0; }
#inside-mapp .our-values-section {
  position: relative;
  background: #C4F112;
  padding: 60px 0 100px 0; }
  #inside-mapp .our-values-section .tSlide {
    max-width: 470px; }
    #inside-mapp .our-values-section .tSlide h1 {
      font-size: 300px;
      line-height: 200px;
      padding-bottom: 50px; }
    #inside-mapp .our-values-section .tSlide h2 {
      font-size: 30px;
      line-height: 40px; }
  #inside-mapp .our-values-section .iSlide {
    max-width: 470px; }
  #inside-mapp .our-values-section .iSlide img {
    height: auto;
    width: auto;
    max-width: 540px;
    margin: 0 auto; }
#inside-mapp .charitable-foundation-section {
  background: #fff;
  padding: 100px 0; }
  #inside-mapp .charitable-foundation-section h2 {
    padding-bottom: 100px; }
  #inside-mapp .charitable-foundation-section h3 {
    padding-bottom: 30px; }
  #inside-mapp .charitable-foundation-section .flickity-carousel {
    position: relative;
    margin: 0 0 100px 0; }
    #inside-mapp .charitable-foundation-section .flickity-carousel .block-grid {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../images/block-grid-landscape.svg") 0 0 no-repeat;
      background-size: 100% 100%;
      pointer-events: none; }
  #inside-mapp .charitable-foundation-section .flickity-prev-next-button.previous {
    left: 30px; }
  #inside-mapp .charitable-foundation-section .flickity-prev-next-button.next {
    right: 30px; }

.block-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/block-grid-landscape.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  pointer-events: none; }

/* News & Views */
#news-views {
  padding: 133px 0 156px 0; }
  #news-views .news-views-section {
    margin: 0; }
    #news-views .news-views-section .filter-block {
      position: relative;
      z-index: 5;
      display: flex;
      justify-content: flex-end;
      margin-bottom: 15px; }
      #news-views .news-views-section .filter-block p {
        font-family: "silka-semibold", serif;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.02em;
        color: rgba(5, 64, 36, 0.25);
        padding: 0 50px 0 0; }
      #news-views .news-views-section .filter-block ul {
        list-style: none;
        margin: 0;
        padding: 0; }
      #news-views .news-views-section .filter-block #filter-nav {
        display: flex;
        font-family: "silka-semibold", serif;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.02em; }
        #news-views .news-views-section .filter-block #filter-nav li {
          margin-right: 10px;
          display: flex;
          align-items: center; }
          #news-views .news-views-section .filter-block #filter-nav li:before {
            content: '•';
            font-size: 16px;
            line-height: 22px;
            margin-right: 10px; }
          #news-views .news-views-section .filter-block #filter-nav li:first-child:before {
            content: ''; }
          #news-views .news-views-section .filter-block #filter-nav li a {
            border-bottom: 1px solid #fff;
            transition: border ease 0.4s; }
            #news-views .news-views-section .filter-block #filter-nav li a:hover, #news-views .news-views-section .filter-block #filter-nav li a.active {
              border-bottom: 1px solid #054024; }
      #news-views .news-views-section .filter-block .services-filter {
        position: relative; }
        #news-views .news-views-section .filter-block .services-filter a.services-nav-trigger {
          font-family: "silka-semibold", serif;
          font-size: 30px;
          line-height: 40px;
          letter-spacing: -0.02em;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          #news-views .news-views-section .filter-block .services-filter a.services-nav-trigger:after {
            margin-left: 10px;
            display: block;
            content: '';
            height: 34px;
            width: 34px;
            background: url("../images/icon-dropdown.svg") 0 0 no-repeat;
            transform: rotate(180deg);
            transform-origin: center;
            transition: transform ease 0.4s; }
          #news-views .news-views-section .filter-block .services-filter a.services-nav-trigger.active:after {
            transform: rotate(0deg); }
        #news-views .news-views-section .filter-block .services-filter #services-nav {
          position: absolute;
          top: 40px;
          left: -10px;
          width: calc(100% + 20px);
          font-size: 16px;
          line-height: 22px;
          text-align: right;
          background: #fff;
          padding: 10px;
          opacity: 0;
          pointer-events: none;
          transition: opacity ease 0.4s; }
          #news-views .news-views-section .filter-block .services-filter #services-nav.show {
            opacity: 1;
            pointer-events: all; }
          #news-views .news-views-section .filter-block .services-filter #services-nav li {
            margin-bottom: 10px; }
            #news-views .news-views-section .filter-block .services-filter #services-nav li a {
              border-bottom: 1px solid #fff;
              transition: border ease 0.4s; }
              #news-views .news-views-section .filter-block .services-filter #services-nav li a:hover, #news-views .news-views-section .filter-block .services-filter #services-nav li a.active {
                border-bottom: 1px solid #054024; }
    #news-views .news-views-section .news-grid {
      position: relative;
      width: calc(100% + 30px);
      margin-left: -15px; }
      #news-views .news-views-section .news-grid:after {
        content: '';
        display: block;
        clear: both; }
    #news-views .news-views-section .grid-sizer {
      width: 10%; }
  #news-views .load-more-button {
    margin: 100px 0 0 0;
    text-align: center; }

.news-card {
  width: 10%;
  float: left;
  margin: 15px 0;
  padding: 0 15px; }
  .news-card.small {
    width: 40%; }
  .news-card.portrait {
    width: 40%; }
  .news-card.square {
    width: 60%; }
    .news-card.square .inner .title {
      padding: 10px 40px 0 0; }
      .news-card.square .inner .title h2 {
        font-size: 30px;
        line-height: 40px; }
  .news-card.large {
    width: 100%; }
    .news-card.large .inner .title {
      padding: 10px 60px 0 0; }
      .news-card.large .inner .title h2 {
        font-size: 50px;
        line-height: 60px; }
  .news-card .inner {
    position: relative; }
    .news-card .inner .category {
      position: absolute;
      top: 0;
      left: 0;
      background: #fff;
      font-family: "silka-semibold", serif;
      font-size: 16px;
      line-height: 22px;
      padding: 0 10px 8px 0; }
    .news-card .inner .title {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #fff;
      max-width: 80%;
      padding: 10px 20px 0 0; }
      .news-card .inner .title p.date {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 8px; }
      .news-card .inner .title h2 {
        font-size: 16px;
        line-height: 22px;
        padding: 0; }

#news-views-single {
  padding-bottom: 0; }
  #news-views-single .cta-back {
    position: absolute;
    left: 0;
    top: 200px;
    width: 100%;
    pointer-events: none;
    z-index: 5; }
    #news-views-single .cta-back a.back {
      pointer-events: auto; }
  #news-views-single .article-header {
    margin: 100px 0; }
    #news-views-single .article-header .image {
      position: relative; }
      #news-views-single .article-header .image .block-grid {
        background: url("../images/block-grid-news-header.svg") 0 0 no-repeat;
        background-size: 100% 100%; }
    #news-views-single .article-header .inner.full {
      position: relative; }
      #news-views-single .article-header .inner.full .image .block-grid {
        background: url("../images/block-grid-news-header-full.svg") 0 0 no-repeat; }
      #news-views-single .article-header .inner.full .title {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff;
        max-width: 80%;
        padding: 10px 20px 0 0; }
      #news-views-single .article-header .inner.full .button-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 105px;
        height: 46px;
        background: #fff; }
    #news-views-single .article-header .date {
      font-size: 15px; }
      #news-views-single .article-header .date .cat {
        font-family: "silka-semibold", serif;
        font-size: 16px;
        line-height: 22px; }
  #news-views-single .next-steps {
    background: #DAE9E0;
    padding: 100px 0; }
    #news-views-single .next-steps .inner {
      display: flex;
      justify-content: flex-end; }
      #news-views-single .next-steps .inner .copy {
        width: calc(50% - 15px); }
        #news-views-single .next-steps .inner .copy .image {
          margin-top: 75px; }
    #news-views-single .next-steps .written-by {
      position: relative;
      background: #fff;
      padding: 50px;
      margin-top: 100px; }
      #news-views-single .next-steps .written-by .inner {
        justify-content: space-between;
        align-items: center; }
        #news-views-single .next-steps .written-by .inner .left {
          width: calc(50% - 15px);
          font-family: "silka-semibold", serif;
          font-size: 16px;
          line-height: 22px;
          padding: 0; }
        #news-views-single .next-steps .written-by .inner .right {
          width: calc(50% - 15px); }
          #news-views-single .next-steps .written-by .inner .right .profile {
            display: flex;
            align-items: center; }
            #news-views-single .next-steps .written-by .inner .right .profile .image {
              margin-right: 20px; }
            #news-views-single .next-steps .written-by .inner .right .profile p {
              font-size: 16px;
              line-height: 22px;
              padding: 0; }
              #news-views-single .next-steps .written-by .inner .right .profile p.name {
                font-family: "silka-semibold", serif; }
      #news-views-single .next-steps .written-by .block-grid {
        background: url("../images/block-grid-writtenby-top.svg") 0 0 no-repeat;
        background-size: 100% auto; }
        #news-views-single .next-steps .written-by .block-grid.bottom {
          background: url("../images/block-grid-writtenby-bottom.svg") bottom left no-repeat; }
  #news-views-single .related-posts {
    background: #A6F5A3;
    padding: 100px 0; }
    #news-views-single .related-posts h2 {
      padding-bottom: 100px; }
    #news-views-single .related-posts .news-grid {
      display: flex;
      justify-content: space-between; }
      #news-views-single .related-posts .news-grid .news-card {
        width: calc(50% - 15px);
        margin: 0;
        padding: 0; }
        #news-views-single .related-posts .news-grid .news-card .inner .category {
          background: #A6F5A3; }
        #news-views-single .related-posts .news-grid .news-card .inner .title {
          background: #A6F5A3; }
          #news-views-single .related-posts .news-grid .news-card .inner .title h3 {
            font-size: 16px;
            line-height: 22px;
            padding: 0; }

.flexible-content .block {
  margin-bottom: 100px; }
  .flexible-content .block .inner {
    display: flex;
    justify-content: space-between; }
  .flexible-content .block.bg-band-green {
    background: #DAE9E0;
    padding: 100px 0; }
  .flexible-content .block.bg-band-white {
    background: #fff;
    padding: 100px 0; }
  .flexible-content .block.spacing-no-bottom {
    margin-bottom: 0; }
.flexible-content .copy-block .copy p.stat {
  font-size: 16px;
  line-height: 22px; }
.flexible-content .image-copy-block .image.right img {
  margin-left: auto; }
.flexible-content .copy ul {
  list-style: disc;
  padding: 0 0 0 25px; }
  .flexible-content .copy ul li {
    margin-bottom: 10px; }
    .flexible-content .copy ul li:last-child {
      margin: 0; }
.flexible-content .stat-block .inner {
  border-top: 5px solid #23D892;
  border-bottom: 5px solid #23D892;
  padding: 50px 0; }
  .flexible-content .stat-block .inner .stat-text {
    max-width: calc(50% - 15px); }
    .flexible-content .stat-block .inner .stat-text p.stat {
      font-size: 16px;
      line-height: 22px; }
.flexible-content .quote-block .inner {
  border-top: 5px solid #C4F112;
  border-bottom: 5px solid #C4F112;
  padding: 50px 0; }
  .flexible-content .quote-block .inner .quote-text {
    max-width: calc(50% - 15px); }
    .flexible-content .quote-block .inner .quote-text.full {
      max-width: 100%; }
    .flexible-content .quote-block .inner .quote-text.small .quote {
      font-family: "silka-semibold", serif;
      font-size: 30px;
      line-height: 40px;
      letter-spacing: -0.03em; }
  .flexible-content .quote-block .inner .name {
    font-family: silka-semibold, sans-serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.02em;
    padding: 30px 0 10px 0; }
  .flexible-content .quote-block .inner .title {
    font-size: 21px;
    line-height: 28px;
    padding: 0; }
.flexible-content .quote-block.box .inner {
  border: none;
  background: #054024;
  color: #C4F112;
  position: relative;
  padding: 50px; }
  .flexible-content .quote-block.box .inner .quote-text.small {
    margin-bottom: 80px; }
  .flexible-content .quote-block.box .inner .block-grid {
    background: url("../images/block-grid-quote-block.svg") bottom right no-repeat;
    background-size: 100% auto; }
.flexible-content .media-link-block .inner {
  border-top: 5px solid #23D892;
  border-bottom: 5px solid #23D892;
  padding: 90px 0 50px 0;
  display: block; }
  .flexible-content .media-link-block .inner a {
    font-family: "silka-semibold", serif;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -0.03em;
    padding-left: 100px; }
    .flexible-content .media-link-block .inner a.arrow-bump:before {
      width: 75px;
      height: 75px;
      background: url(../images/icon-arrow-right.svg) 0 0 no-repeat;
      background-size: 100% auto; }
    .flexible-content .media-link-block .inner a:hover {
      padding-left: 120px; }
      .flexible-content .media-link-block .inner a:hover:before {
        left: 20px; }
  .flexible-content .media-link-block .inner .type {
    font-family: "silka-semibold", serif;
    padding: 30px 0 0 0; }
.flexible-content .media-link-block.box {
  background: #054024; }
  .flexible-content .media-link-block.box .inner {
    border: none;
    color: #C4F112;
    position: relative; }
    .flexible-content .media-link-block.box .inner a {
      color: #C4F112; }
      .flexible-content .media-link-block.box .inner a.arrow-bump:before {
        background: url(../images/icon-arrow-right-green2.svg) 0 0 no-repeat;
        background-size: 100% auto; }
.flexible-content .image-block.triple .image {
  width: calc(33.333333% - 20px); }

/* Contact page */
.page-template-contact header .inner .logo svg .st0 {
  fill: #203232; }

.page-template-contact header .inner .logo svg .st1 {
  fill: #AAFFD5; }

#contact {
  position: relative; }
  #contact.page-content {
    padding: 0; }
  #contact p {
    font-size: 16px;
    line-height: 22px; }
  #contact .emergency-contact {
    z-index: 50;
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    pointer-events: none; }
    #contact .emergency-contact .inner {
      background: #AAFFD5;
      pointer-events: all;
      display: inline-flex;
      flex-direction: column;
      color: #203232;
      padding: 10px 15px; }
      #contact .emergency-contact .inner h4 {
        font-size: 18px;
        line-height: 22px; }
        #contact .emergency-contact .inner h4:last-child {
          padding: 0; }
  #contact .header-section {
    background: #203232;
    position: relative;
    padding: 204px 0 70px 0; }
    #contact .header-section .content {
      padding: 0 0 40px 0;
      max-width: 820px;
      color: #AAFFD5; }
      #contact .header-section .content .intro-text {
        color: #AAFFD5;
        margin: 28px 0 0 0; }
    #contact .header-section .contact-columns {
      color: #AAFFD5; }
    #contact .header-section a {
      color: #AAFFD5; }
      #contact .header-section a:hover {
        text-decoration: underline;
        text-decoration-color: #DAE9E0;
        -webkit-text-decoration-color: #DAE9E0; }
  #contact .location-section {
    background: #AAFFD5;
    position: relative;
    padding: 70px 0 100px 0; }
    #contact .location-section .location-block {
      background: #AAFFD5;
      margin-top: 100px; }
      #contact .location-section .location-block:first-child {
        margin: 0; }
      #contact .location-section .location-block .title {
        font-family: "silka-semibold", sans-serif;
        font-style: normal;
        font-size: 120px;
        line-height: 130px;
        letter-spacing: -0.05em;
        margin: 0 0 50px 0;
        color: #203232; }
      #contact .location-section .location-block h3 {
        padding-top: 35px;
        color: #203232; }
        #contact .location-section .location-block h3:first-child {
          padding-top: 0; }

#general.page-content, #policies.page-content {
  padding-top: 0; }
#general .header-section, #policies .header-section {
  background: #DAE9E0;
  padding: 200px 0 100px 0; }
  #general .header-section h1, #policies .header-section h1 {
    font-family: "silka-semibold", serif;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.03em;
    padding: 0; }
#general .content-section, #policies .content-section {
  padding-top: 100px; }
  #general .content-section ul, #policies .content-section ul {
    list-style: disc;
    padding: 0 0 0 25px; }
    #general .content-section ul li, #policies .content-section ul li {
      margin-bottom: 10px; }
      #general .content-section ul li:last-child, #policies .content-section ul li:last-child {
        margin: 0; }
  #general .content-section table, #policies .content-section table {
    width: 100%;
    margin: 20px 0 40px 0; }
    #general .content-section table td, #general .content-section table th, #policies .content-section table td, #policies .content-section table th {
      width: 40%; }
      #general .content-section table td:last-child, #general .content-section table th:last-child, #policies .content-section table td:last-child, #policies .content-section table th:last-child {
        width: 20%; }
    #general .content-section table caption, #policies .content-section table caption {
      font-family: "silka-semibold", serif;
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.03em;
      text-align: left; }

#policies .intro {
  margin-bottom: 75px; }
#policies .policies-section {
  display: flex;
  flex-wrap: wrap; }
  #policies .policies-section .policies {
    width: calc(33.333333%); }
#policies h3 {
  padding: 0 0 10px 0; }
#policies .link-block .link {
  padding: 32px 0 0 0;
  max-width: 260px; }
#policies .download, #policies .page-link {
  display: inline-block;
  position: relative;
  font-family: "silka-semibold", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #054024;
  padding: 7px 0 7px 39px;
  background: url("../images/icon-download.svg") left center no-repeat;
  background-size: 34px; }
#policies .page-link {
  background: url("../images/icon-page-link.svg") left center no-repeat;
  background-size: 34px; }

.acf-map {
  width: 100%;
  height: 490px;
  margin: 0; }

.acf-map img {
  max-width: inherit !important; }

.fancybox-slide--iframe .fancybox-content {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.fancybox-slide--iframe .fancybox-content iframe {
  max-width: 800px;
  margin: auto;
  height: auto; }

#onetrust-banner-sdk {
  font-family: "silka-regular", sans-serif; }

#onetrust-consent-sdk #onetrust-banner-sdk a[href], #onetrust-consent-sdk #onetrust-banner-sdk a[href] font, #onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
  border: 0; }

@media only screen and (max-width: 1499px) {
  #what-we-do .header-section .image-float.size-l {
    width: 30%; }

  #what-we-do .header-section .image-float.size-m {
    width: 22%; }

  #what-we-do .header-section .image-float.size-s {
    width: 18%; } }
@media only screen and (max-width: 1249px) {
  h1, p.stat.large, .flexible-content .stat-block .inner .stat-text p.stat.large, .flexible-content .copy-block .copy p.stat.large, #contact .location-section .location-block .title {
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -0.05em; }

  #home .hero-section .header-video .inner .video-trigger .arrow-bump {
    margin-right: 20px; }

  #home .our-approach-section .inner .our-approach-row .block.copy .block-inner p {
    font-size: 16px;
    line-height: 20px; }

  #menu-holder ul li {
    font-size: 30px;
    line-height: 40px; }

  .our-values-section .values {
    padding: 0 50px; }

  #inside-mapp .our-values-section .tSlide h1 {
    font-size: 240px;
    line-height: 120px; }

  #inside-mapp .our-values-section .iSlide img {
    height: auto;
    width: 100%; }

  #contact .header-section .contact-columns {
    flex-wrap: wrap; }

  #contact .header-section .contact-columns .three.columns {
    width: calc(50% - 30px);
    margin-bottom: 30px; }

  #contact .header-section .contact-columns .three.columns:nth-child(3), #contact .header-section .contact-columns .three.columns:nth-child(4) {
    margin-bottom: 0; } }
@media only screen and (max-width: 1024px) {
  h1, p.stat.large, .flexible-content .stat-block .inner .stat-text p.stat.large, .flexible-content .copy-block .copy p.stat.large, #contact .location-section .location-block .title {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -0.05em; }

  body {
    font-size: 16px;
    line-height: 20px; }

  h2, p.stat, #news-views-single h1, .quote-block .quote-text .quote {
    font-size: 40px;
    line-height: 50px; }

  h3 {
    font-size: 25px;
    line-height: 30px; }

  #home .our-approach-section .inner .our-approach-row .block.copy .block-inner p {
    font-size: 15px;
    line-height: 19px; }

  #home .our-approach-section .inner .our-approach-row .block.number h2 {
    font-size: 90px;
    line-height: 100px; }

  #what-we-do .our-services-section .services .service-card .inner {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    font-size: 25px;
    line-height: 30px; } }
@media only screen and (max-width: 959px) {
  #home .our-approach-section .inner .our-approach-row {
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto; }

  #home .our-approach-section .inner .our-approach-row .block {
    width: 50%;
    padding-bottom: 50%; }

  #home .our-approach-section .inner .our-approach-row .block.image {
    order: 0 !important;
    margin-right: 50%; }

  #home .our-approach-section .inner .our-approach-row .block.number {
    order: 1 !important;
    pointer-events: none; }

  #home .our-approach-section .inner .our-approach-row .block.copy {
    order: 2 !important;
    opacity: 1; }

  #home .our-approach-section .inner .our-approach-row .block.copy .close {
    display: none; } }
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 19px; }

  h1, p.stat.large, .flexible-content .stat-block .inner .stat-text p.stat.large, .flexible-content .copy-block .copy p.stat.large, #contact .location-section .location-block .title {
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -0.03em; }

  h2, p.stat, #news-views-single h1, .quote-block .quote-text .quote {
    font-size: 30px;
    line-height: 35px; }

  h3 {
    font-size: 20px;
    line-height: 25px; }

  p.stat sup {
    top: -50px;
    font-size: 20px; }

  .expand-collapse {
    height: 24px;
    width: 24px; }

  .expand-collapse:before {
    width: 24px;
    height: 3px; }

  .expand-collapse:after {
    width: 3px;
    height: 24px; }

  .arrow-bump {
    padding-left: 36px;
    line-height: 20px; }

  .arrow-bump:before {
    width: 24px;
    height: 24px;
    background-size: 100%; }

  .arrow-bump.white:before {
    background-size: 100%; }

  .load-more {
    padding-left: 36px;
    line-height: 20px; }

  .load-more:before {
    width: 24px;
    height: 24px;
    background-size: 100%; }

  header .inner .logo {
    width: 112px; }

  #menu-holder ul {
    background: #DAE9E0; }

  #menu-holder ul li {
    width: calc(50%);
    height: calc(33.333%);
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.02em; }

  #menu-holder ul li:nth-child(3) {
    border-right: 1px solid #fff; }

  #menu-holder ul li:nth-child(2), #menu-holder ul li:nth-child(4) {
    border-bottom: 1px solid #fff;
    border-right: none; }

  footer .footer-top {
    display: block;
    padding: 0 0 30px 0; }

  footer .footer-top .main-menu {
    width: 100%;
    display: block;
    margin: 30px 0 0 0; }

  footer .footer-top .main-menu li {
    margin-left: 0; }

  footer .footer-bottom .signoff {
    display: block; }

  footer .footer-bottom .signoff p {
    width: 100%;
    padding: 0 0 10px 0; }

  footer .footer-bottom .signoff ul {
    width: 100%;
    justify-content: flex-start; }

  footer .footer-bottom .signoff ul li:first-child:before {
    display: none; }

  footer .footer-bottom .socials-holder ul.footer-menu {
    display: block; }

  footer .footer-bottom .socials-holder ul.footer-menu li:before {
    display: none; }

  footer .footer-bottom .b-corp h3 {
    width: calc(100% - 100px); }

  footer .footer-bottom .signoff p.right {
    text-align: left; }

  footer .footer-top .logo {
    width: 100px; }

  footer .footer-bottom .b-corp .logo {
    width: 58px; }

  footer .careers-link {
    padding-bottom: 30px;
    display: block; }

  footer .footer-bottom .signoff {
    font-size: 15px; }

  #home .hero-section #home_spacer_1 {
    height: auto !important;
    padding-bottom: 50px; }

  #home_spacer_1 .pin-spacer, #home_vid_wrapper {
    height: auto !important; }

  #home .hero-section .header-video {
    height: auto !important;
    padding: 110px 0 0 0; }

  #home .hero-section .header-video .inner {
    padding-bottom: 56.25%;
    overflow: auto; }

  #home .hero-section .header-video .inner video {
    width: auto;
    transform-origin: 0 !important;
    transform: scale(1) !important; }

  #home .hero-section .header-video .inner .container {
    position: absolute; }

  #home #customPips, #home .customPips {
    display: none; }

  #home .hero-section .header-video .inner .video-trigger {
    opacity: 1 !important;
    visibility: visible !important;
    right: 20px; }

  body.home.theme2 .hero-section .inner h2 {
    color: #054024 !important; }

  #home .hero-section .header-video .inner .video-trigger .arrow-bump {
    margin-right: 0; }

  #home .our-approach-section h2 {
    padding-bottom: 30px; }

  #home .our-approach-section .inner .our-approach-slide {
    height: auto !important; }

  #home .our-approach-section .inner .our-approach-slide.slide2, #home .our-approach-section .inner .our-approach-slide.slide3 {
    margin: 0 !important; }

  #home .hero-section .sub-head {
    padding: 0; }

  #home .our-approach-section .inner {
    margin-top: 30px; }

  #home .our-approach-section .inner .pad_wrapper {
    padding-top: 0 !important; }

  #home .our-approach-section .inner .our-approach-slide .number {
    width: 60px; }

  #home .our-approach-section .inner .our-approach-slide .copy-image, #home .our-approach-section .inner .our-approach-slide.slide2 .copy-image, #home .our-approach-section .inner .our-approach-slide.slide3 .copy-image {
    width: calc(100% - 70px);
    flex-direction: column;
    justify-content: flex-start; }

  #home .our-approach-section .inner .our-approach-slide .copy {
    width: 100%;
    margin-bottom: 20px; }

  #home .our-approach-section .inner .our-approach-slide .image {
    width: 100%; }

  #home .our-approach-section .inner .our-approach-slide.slide2, #home .our-approach-section .inner .our-approach-slide.slide3 {
    width: calc(100% - 35px);
    margin-left: 35px; }

  #home .our-approach-section .inner .our-approach-slide.slide1 {
    width: calc(100% - 35px); }

  #home .our-approach-section .inner .our-approach-slide.slide2 .number, #home .our-approach-section .inner .our-approach-slide.slide3 .number {
    width: 23px; }

  #home .our-approach-section .inner .our-approach-row .block.number .block-inner:before {
    display: none; }

  #home .proud-section {
    height: auto; }

  #home .proud-section .inner {
    position: relative;
    margin: 0;
    padding: 50px 0; }

  #home .proud-section .inner .headline {
    font-size: 100px;
    line-height: 110px; }

  #home .proud-section .inner .subhead {
    margin: 0 auto 0 auto;
    font-size: 24px;
    line-height: 30px; }

  #home .proud-section .inner .copy {
    max-width: 85%; }

  #home .news-views-section {
    padding: 50px 0; }

  #home .news-views-section .cta {
    margin: 0; }

  #home .get-to-know-us-section.p-both {
    padding: 50px 0; }

  #home .get-to-know-us-section .people-grid {
    width: 100%;
    margin: 30px 0 0 0; }

  #home .get-to-know-us-section .people-grid .people-card {
    position: relative;
    top: auto;
    margin: 0; }

  #home .get-to-know-us-section .people-grid .left .intro {
    margin-bottom: 30px; }

  #home .get-to-know-us-section .people-grid .left .people-card {
    top: auto;
    margin: 0; }

  #home .get-to-know-us-section .people-grid .right .top {
    padding: 0;
    margin-top: 0; }

  #home .get-to-know-us-section .people-grid .right .top .medium {
    top: auto;
    width: 85%; }

  #home .get-to-know-us-section .people-grid .right .bottom {
    padding: 0;
    display: block; }

  #home .get-to-know-us-section .people-grid .right .bottom .small:first-child {
    top: auto;
    width: 85%;
    margin: 0 0 30px auto; }

  #home .get-to-know-us-section .people-grid .right .bottom .small {
    top: auto;
    width: 85%;
    margin: 0 0 0 15%; }

  #home .get-to-know-us-section .people-grid .people-card .image .details p {
    font-size: 14px;
    line-height: 18px; }

  #home .get-to-know-us-section .cta {
    margin: 30px 0 0 0; }

  #home .good-reasons-section.p-both {
    padding: 50px 0; }

  #home .good-reasons-section h2 {
    width: 100%;
    padding-bottom: 30px; }

  #home .good-reasons-section .reasons {
    margin: 0 0 0 0 !important;
    height: auto !important;
    position: relative; }

  #home .good-reasons-section .reasons .reason {
    height: auto !important;
    margin-bottom: 30px; }

  #home .good-reasons-section .reasons .reason .number {
    width: 60px;
    font-size: 100px !important;
    line-height: 80px;
    margin: 0; }

  #home .good-reasons-section #copy-wrapper {
    width: calc(100% - 90px); }

  #home .good-reasons-section .reasons .reason .copy {
    width: calc(100% - 120px); }

  .flickity-prev-next-button {
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    z-index: 1; }

  #what-we-do .header-section {
    padding: 150px 0 160px 0; }

  #what-we-do .header-section .image-float.image3, #what-we-do .header-section .image-float.image4 {
    bottom: -100px; }

  #what-we-do .our-services-section, #what-we-do .our-sectors-section {
    padding: 50px 0 40px 0; }

  #what-we-do .our-services-section .services, #what-we-do .our-sectors-section .sectors {
    display: block; }

  #what-we-do .our-services-section .services .col, #what-we-do .our-sectors-section .sectors .col {
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }

  #what-we-do .our-services-section .services .col.col2, #what-we-do .our-sectors-section .sectors .col.col2 {
    margin-top: 20px; }

  #what-we-do .our-services-section .services, #what-we-do .our-sectors-section .sectors {
    margin: 40px 0 0 0; }

  #what-we-do .our-sectors-section .sectors .sector-card .inner, #what-we-do .our-services-section .services .service-card .inner {
    font-size: 20px;
    line-height: 26px;
    padding-right: 30px; }

  #what-we-do .our-sectors-section .sectors .sector-card .inner:after, #what-we-do .our-services-section .services .service-card .inner:before, #what-we-do .our-services-section .services .service-card .inner:before, #what-we-do .our-services-section .services .service-card .inner:after {
    width: 24px;
    height: 24px;
    background-size: 100%; }

  #what-we-do .quotes-section {
    padding: 50px 0; }

  #service-single .header-section {
    margin: 50px auto 50px auto;
    padding: 0 20px; }

  #service-single .title {
    padding: 30px 0 0 20px;
    font-size: 24px;
    line-height: 30px; }

  #service-single .content-section {
    margin: 50px auto 50px auto;
    padding: 0 20px; }

  .team-section .inner.layout-4-person {
    flex-wrap: wrap; }

  .team-section .inner.layout-4-person .card-1 {
    order: 1;
    width: 45%;
    margin: 0; }

  .team-section .inner.layout-4-person .card-double {
    order: 3;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px; }

  .team-section .inner.layout-4-person .card-4 {
    order: 2;
    width: 45%;
    margin-top: 40px; }

  .team-section .inner.layout-4-person .card-double .card-2 {
    width: 45%; }

  .team-section .inner.layout-4-person .card-double .card-3 {
    width: 45%;
    margin-top: 60px; }

  .team-section {
    margin: 30px 0 0 0; }

  .team-section .inner {
    display: block; }

  .team-section .inner.layout-4-person .col2-card-double, .team-section .inner.layout-5-person .col1-card-double, .team-section .inner.layout-6-person .col1-card-double, .team-section .inner.layout-5-person .col2-card-double, .team-section .inner.layout-6-person .col2-card-double, .team-section .inner.layout-6-person .col3-card-double {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 0; }

  .team-section .inner .people-card {
    width: 90% !important;
    margin: 0 0 20px 0 !important;
    max-width: 370px !important; }

  #service-single .content-section .mapp-at-work-section {
    margin: 50px 0 0 0; }

  #service-single .content-section .mapp-at-work-section .maw-holder .maw-block .expand-copy {
    padding-top: 0; }

  #service-single .content-section .mapp-at-work-section .maw-holder .maw-block .maw-title {
    margin: 8px 0 30px 0; }

  #service-single .content-section .mapp-at-work-section .maw-holder .maw-block .expand-copy .logo {
    padding: 0 0 25px 0; }

  #service-single .content-section .mapp-at-work-section .maw-holder .maw-block .expand-copy .maw-copy-blocks .maw-copy-block {
    padding: 25px 0; }

  #service-single .content-section .mapp-at-work-section .maw-holder .maw-block .expand-copy .maw-stats {
    margin: 25px 0 0 0;
    display: block; }

  #service-single .content-section .mapp-at-work-section .maw-holder .maw-block .expand-copy .maw-stats .stat-holder {
    width: 100%;
    margin-bottom: 20px; }

  #overlay.sector .overlay-close {
    background-position: center center;
    right: 15px !important; }

  #sector-single .content-section {
    padding: 0 20px;
    margin: 100px auto 50px auto; }

  .team-section .inner .people-card .image .details p {
    font-size: 14px;
    line-height: 18px; }

  .team-section .inner.layout-3-person .card-1, .team-section .inner.layout-3-person .card-2, .team-section .inner.layout-3-person .card-3 {
    width: 32%; }

  #sector-single .content-section .cta {
    margin: 50px auto 0 auto; }

  #sector-single .content-section .copy-section .copy .copy-wrap {
    padding-right: 10px; }

  #who-we-work-with .header-section h1 {
    max-width: 100%; }

  #who-we-work-with .collab-section .square-slider .image .hover {
    display: none; }

  #who-we-work-with .collab-section {
    padding: 50px 0; }

  #who-we-work-with .collab-section .square-slider {
    margin: 30px 0 0 0; }

  #who-we-work-with .quotes-section {
    padding: 50px 0; }

  #who-we-work-with .clients-section {
    padding: 50px 0; }

  #who-we-work-with .clients-section .clients .image {
    width: 33.333333%; }

  #who-we-work-with .clients-section .clients .image .hover .copy {
    font-size: 14px;
    line-height: 18px; }

  .quotes-section .quote .main-quote, .quotes-section .quote.small .main-quote {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 25px 0; }

  .quotes-section .quote {
    padding: 0 60px; }

  .quotes-section .quote .name-title .name {
    font-size: 16px;
    line-height: 20px; }

  .quotes-section .quote .name-title .title {
    font-size: 16px;
    line-height: 20px; }

  #inside-mapp .header-section {
    padding: 100px 0 50px 0; }

  #inside-mapp .header-section h1 {
    margin: 25px 0 40px 0; }

  #inside-mapp .header-section .copy .content {
    width: 100%; }

  #inside-mapp #hiring {
    right: 50px; }

  #inside-mapp #hiring a {
    font-size: 20px;
    line-height: 30px;
    padding-left: 36px; }

  #inside-mapp #hiring a:before {
    width: 24px;
    height: 24px;
    background-size: 100%; }

  #inside-mapp .our-people-section {
    padding: 50px 0; }

  #inside-mapp .our-people-section #search-holder {
    display: block;
    height: auto;
    margin: 30px 0 0 0; }

  #inside-mapp .our-people-section #search-holder form {
    align-items: center; }

  #inside-mapp .our-people-section #search-holder input[type="submit"] {
    width: 54px;
    height: 24px;
    background-size: 24px; }

  #inside-mapp .our-people-section #search-holder input[type="text"] {
    width: 212px; }

  #inside-mapp .our-people-section .our-people {
    margin: 35px 0 0 -15px;
    width: 100%; }

  #inside-mapp .our-people-section .our-people .people-card, #inside-mapp .our-people-section .our-specialists .people-card {
    width: calc(50% - 20px);
    margin: 0 10px;
    font-size: 14px;
    line-height: 19px; }

  #inside-mapp .our-culture-section {
    padding: 50px 0; }

  #inside-mapp .our-culture-section h2 {
    padding: 0 0 50px 0; }

  #inside-mapp .our-values-section .tSlide h1 {
    font-size: 100px;
    line-height: 100px;
    padding-bottom: 10px; }

  #inside-mapp .our-values-section .tSlide {
    position: relative;
    top: auto;
    margin-bottom: 30px; }

  #inside-mapp #imgSlides {
    margin-top: 50px; }

  #inside-mapp #customPips {
    margin-left: 20px; }

  #inside-mapp .our-values-section .iSlide {
    max-width: none;
    height: auto;
    margin: 30px 0; }

  #inside-mapp .our-values-section .iSlide img {
    width: 60%;
    max-width: none;
    margin: 0 auto; }

  #inside-mapp .charitable-foundation-section {
    padding: 50px 0 30px 0; }

  #inside-mapp .charitable-foundation-section h2 {
    padding-bottom: 50px; }

  #inside-mapp .charitable-foundation-section .copy {
    margin-bottom: 20px; }

  #news-views {
    padding: 100px 0 50px 0; }

  #news-views .news-views-section {
    margin: 75px 0 0 0; }

  #news-views .news-views-section .filter-block {
    display: block; }

  #news-views .news-views-section .filter-block p {
    font-size: 20px;
    line-height: 25px; }

  #news-views .news-views-section .filter-block #filter-nav {
    font-size: 20px;
    line-height: 25px;
    margin: 10px 0; }

  #news-views .news-views-section .filter-block #filter-nav li:first-child:before {
    display: none; }

  #news-views .news-views-section .filter-block .services-filter a.services-nav-trigger {
    display: inline-flex;
    font-size: 20px;
    line-height: 25px;
    justify-content: flex-start; }

  #news-views .news-views-section .filter-block .services-filter a.services-nav-trigger:after {
    height: 24px;
    width: 24px;
    background-size: 100% auto; }

  .news-card.square, .news-card.small {
    width: 100%; }

  .news-card.square, .news-card.small .image img {
    width: 100%;
    height: auto; }

  .news-card.portrait {
    width: 50%; }

  .news-card.square .inner .title h2, .news-card.large .inner .title h2 {
    font-size: 16px;
    line-height: 20px; }

  #news-views-single .cta-back {
    top: 155px; }

  #news-views-single .article-header {
    margin: 50px 0 30px 0; }

  #news-views-single .article-header .inner.full .title {
    position: relative;
    max-width: 100%; }

  #news-views-single .article-header .inner.full .button-bg {
    padding: 0 10px 5px 0; }

  #news-views-single .article-header .inner.full .title h2 {
    font-size: 25px;
    line-height: 30px; }

  #news-views-single .next-steps {
    padding: 30px 0; }

  #news-views-single .next-steps .inner .copy {
    width: 100%; }

  #news-views-single .next-steps .inner .copy .image {
    margin-top: 25px; }

  #news-views-single .related-posts {
    padding: 30px 0; }

  #news-views-single .related-posts .news-grid {
    flex-wrap: wrap; }

  #news-views-single .related-posts .news-grid .news-card {
    width: 100%; }

  #news-views-single .related-posts .news-grid .news-card:first-child {
    margin-bottom: 30px; }

  #news-views-single .related-posts h2 {
    padding-bottom: 30px;
    font-size: 24px;
    line-height: 28px; }

  .flexible-content .block {
    margin-bottom: 30px; }

  .flexible-content .image-copy-block .image {
    margin-bottom: 20px; }

  .flexible-content .image-copy-block .image.right img {
    margin-left: 0; }

  .flexible-content .quote-block .inner {
    padding: 25px 0; }

  .flexible-content .quote-block .inner .quote-text.small .quote {
    font-size: 25px;
    line-height: 30px; }

  .flexible-content .image-block.triple .image {
    width: calc(33.333333% - 10px); }

  .flexible-content .quote-block.box .inner {
    padding: 30px;
    display: block; }

  .flexible-content .quote-block .inner .quote-text {
    max-width: none;
    width: 100%; }

  .flexible-content .quote-block.box .inner .quote-text.small {
    margin-bottom: 20px; }

  .flexible-content .copy-block .six.columns:first-child {
    margin-bottom: 20px; }

  #contact .header-section .content {
    padding: 0 0 50px 0; }

  #contact .header-section .contact-columns .three.columns {
    width: calc(100%); }

  #contact .header-section .contact-columns .columns {
    margin-bottom: 30px; }

  #contact .header-section .contact-columns .three.columns:nth-child(3) {
    margin-bottom: 30px; }

  #contact .header-section .contact-columns .columns:last-child {
    margin-bottom: 0; }

  #contact .location-block {
    margin-top: 50px; }

  #contact .location-block .title, #contact .location-section .location-block .title {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -0.03em;
    margin: 0 0 25px 0; }

  #contact .location-block .copy {
    margin-bottom: 30px; }

  #contact .location-block h3 {
    padding-top: 15px; } }
@media only screen and (max-width: 599px) {
  #home .our-approach-section .inner .our-approach-row {
    margin-bottom: 20px; }

  #home .our-approach-section .inner .our-approach-row .block.image {
    order: 0 !important;
    margin-right: 0; }

  #home .our-approach-section .inner .our-approach-row .block.copy {
    width: 100% !important;
    padding-bottom: 0; }

  #home .our-approach-section .inner .our-approach-row .block.copy .block-inner {
    position: relative;
    width: 100% !important;
    padding: 30px;
    bottom: 0; }

  #home .our-approach-section .inner .our-approach-row .block.number .block-inner {
    bottom: 0; }

  #home .our-approach-section .inner .our-approach-row.row-2 .block.copy .block-inner {
    left: 0; } }
@media only screen and (max-width: 500px) {
  .news-card.portrait, .news-card.small {
    width: 100%; } }
@media only screen and (max-width: 499px) {
  h1, p.stat.large, .flexible-content .stat-block .inner .stat-text p.stat.large, .flexible-content .copy-block .copy p.stat.large, #contact .location-section .location-block .title {
    font-size: 50px;
    line-height: 55px; }

  h2, p.stat, #news-views-single h1, .quote-block .quote-text .quote {
    font-size: 26px;
    line-height: 31px; }

  .container {
    padding: 0 20px; }

  header .inner {
    padding: 20px 0; }

  #menu-holder ul li a {
    padding: 20px; }

  body.home.theme2 {
    background-color: #aaffd5 !important; }

  body.home.theme2 header .inner .logo svg .st0 {
    fill: #054024 !important; }

  body.home.theme2 header .inner .logo svg .st1 {
    fill: #C4F112 !important; }

  body.home.theme2 header .inner #menu-trigger span {
    background: #054024 !important; }

  #home .hero-section .header-video {
    padding: 90px 0 0 0; }

  #home .our-approach-section {
    padding: 50px 0 30px 0; }

  #home .our-approach-section .inner .our-approach-row .block {
    width: 100%; }

  #home .our-approach-section .inner .our-approach-row .block.number {
    padding-bottom: 0; }

  #home .our-approach-section .inner .our-approach-row .block.number .block-inner {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 20px 0 20px; }

  #home .our-approach-section .inner .our-approach-row .block.number h2 {
    font-size: 70px;
    line-height: 80px;
    padding-bottom: 10px; }

  #home .our-approach-section .inner .our-approach-row .block.copy .block-inner {
    padding: 20px; }

  #home .get-to-know-us-section .people-grid {
    display: block; }

  #home .get-to-know-us-section .people-grid .left {
    width: 100%; }

  #home .get-to-know-us-section .people-grid .left h3 {
    padding-bottom: 30px; }

  #home .get-to-know-us-section .people-grid .right {
    width: 100%;
    margin-top: 30px; }

  #home .get-to-know-us-section .people-grid .right .top .medium, #home .get-to-know-us-section .people-grid .right .bottom .small:first-child, #home .get-to-know-us-section .people-grid .right .bottom .small {
    width: 100%; }

  #home .get-to-know-us-section .people-grid .right .bottom .small {
    margin: 0; }

  #home .good-reasons-section.p-both {
    padding: 50px 0 30px 0; }

  #home .news-views-section .news-card .inner .title p {
    font-size: 12px;
    line-height: 12px;
    padding: 5px 5px 0 0; }

  #home .news-views-section .news-card .inner .title h2 {
    font-size: 12px;
    line-height: 14px; }

  #what-we-do .header-section h1 {
    font-size: 35px;
    line-height: 40px;
    max-width: 90%;
    margin: 0; }

  #what-we-do .header-section .image-float.image1 {
    top: 70px; }

  #what-we-do .header-section .image-float.image2 {
    top: 60%; }

  #what-we-do .header-section .image-float.image3, #what-we-do .header-section .image-float.image4 {
    bottom: -30px; }

  .quotes-section .quote {
    padding: 0 40px; }

  #service-single .title {
    max-width: 80%;
    padding: 30px 0 0 20px; }

  #service-single .header-section {
    display: block;
    margin: 30px auto; }

  #service-single .header-section .left, #service-single .header-section .right {
    width: 100%; }

  #service-single .header-section .left .image {
    margin: 0 0 30px 0; }

  #service-single .header-section .right .image {
    margin: 30px 0 0 0; }

  #service-single .content-section .stats {
    display: block; }

  #service-single .content-section .stats .stat-holder, #service-single .content-section .stats .stat-holder.small {
    width: 100%; }

  .mapp-at-work-section .maw-holder {
    margin: 30px 0 0 0;
    display: block; }

  .mapp-at-work-section .maw-holder .maw-block {
    width: 100%;
    margin-bottom: 30px; }

  #service-single .content-section .mapp-at-work-section .maw-holder .maw-block .maw-title {
    margin: 8px 0 0 0; }

  #service-single .content-section .cta {
    margin: 20px auto 0 auto; }

  #service-single .content-section {
    margin: 50px auto 0 auto; }

  #overlay .overlay-close {
    top: 110px; }

  #sector-single.page-content, #service-single.page-content {
    padding-top: 84px; }

  #sector-single .header-section {
    padding: 0; }

  #sector-single .header-section .title {
    top: 20px;
    left: 20px;
    font-size: 24px;
    line-height: 28px;
    width: calc(90% - 50px); }

  #sector-single .content-section .copy-section {
    flex-direction: column; }

  #sector-single .content-section {
    margin: 20px auto 0 auto; }

  #sector-single .content-section .copy-section .stats {
    width: 100%;
    order: 1;
    padding: 30px 0 0 0; }

  #sector-single .content-section .copy-section .copy {
    width: 100%;
    margin: 0;
    order: 0;
    padding: 0 50px 0 0; }

  #sector-single .content-section .team-section {
    margin: 20px auto 0 auto;
    padding: 0; }

  #overlay.sector .overlay-close {
    top: 95px; }

  #what-we-do .our-sectors-section .sectors .sector-card .inner {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%; }

  #who-we-work-with .header-section {
    padding-top: 120px; }

  #who-we-work-with .sector-section .pulled-image {
    top: -25%; }

  #who-we-work-with .sector-section {
    padding: 0 0 50px 0; }

  #who-we-work-with .sector-section .intro-copy {
    padding-top: calc(24% + 70px); }

  .quotes-section .quote .main-quote, .quotes-section .quote.small .main-quote {
    font-size: 20px;
    line-height: 24px; }

  #who-we-work-with .clients-section .clients .image {
    width: 50%; }

  #inside-mapp #hiring {
    top: 400px !important;
    position: absolute;
    transform: rotate(90deg) translateX(50%) !important; }

  #inside-mapp .header-section h1 {
    margin: 20px 0 20px 0; }

  #inside-mapp .header-section .copy {
    padding-right: 40px; }

  #inside-mapp .our-people-section .our-people {
    margin: 30px 0 0 0; }

  #inside-mapp .our-people-section .our-people .people-card {
    width: 100%;
    max-width: 270px;
    margin: 0 auto; }

  #inside-mapp .our-culture-section h2 {
    padding: 0 0 30px 0; }

  #inside-mapp .our-culture-section .carousel {
    margin: 30px 0 0 0; }

  #inside-mapp .our-culture-section .carousel .image.image-type2 .image-holder, #inside-mapp .our-culture-section .carousel .image .image-holder {
    padding: 0; }

  #inside-mapp .our-culture-section .offGrid-wrapper {
    height: 450px; }

  #inside-mapp .our-values-section {
    padding: 50px 0 !important; }

  .our-values-section .values {
    padding: 0; }

  #news-views .news-views-section {
    margin: 0; }

  #news-views-single .cta-back {
    top: 100px; }

  #news-views-single .article-header .inner.full .button-bg {
    width: 85px;
    height: 32px; }

  .flexible-content .media-link-block .inner {
    padding: 40px 0 25px 0; }

  .flexible-content .media-link-block .inner a {
    font-size: 20px;
    line-height: 24px;
    padding-left: 50px; }

  .flexible-content .media-link-block .inner a.arrow-bump:before {
    width: 35px;
    height: 35px; }

  .flexible-content .block.bg-band-green, .flexible-content .block.bg-band-white {
    padding: 50px 0; }

  #general .header-section, #policies .header-section {
    padding: 120px 0 50px 0; }

  #general .header-section h1, #policies .header-section h1 {
    font-size: 30px;
    line-height: 35px; }

  #general .content-section, #policies .content-section {
    padding-top: 30px; }

  #policies .policies-section {
    display: block; }

  #policies .policies-section .policies {
    width: 100%; }

  #policies .link-block .link {
    padding: 0;
    max-width: 100%; }

  #policies .policies-section .policies .link-block {
    margin-bottom: 30px; }

  #general.page-content, #policies.page-content {
    padding-bottom: 20px; }

  #general .content-section table td, #general .content-section table th, #policies .content-section table td, #policies .content-section table th {
    font-size: 13px;
    line-height: 17px;
    padding: 5px; } }
@media only screen and (min-width: 768px) and (max-height: 830px) {
  #home .good-reasons-section .reasons .reason .number {
    width: calc(50% - 18px);
    font-family: silka-semibold, sans-serif;
    font-size: 300px !important;
    line-height: 40vh !important;
    text-align: center;
    letter-spacing: -0.05em; }

  .our-values-section .values {
    padding: 0 50px; }

  #inside-mapp .our-values-section .tSlide h1 {
    font-size: 240px;
    line-height: 120px; }

  #inside-mapp .our-values-section .iSlide img {
    height: auto;
    width: 100%; } }
@media only screen and (min-width: 768px) and (max-height: 700px) {
  #menu-holder ul li {
    font-size: 30px;
    line-height: 40px; }

  .our-values-section .container #textSlides {
    margin-top: 20px !important; }

  #inside-mapp .our-values-section .iSlide {
    max-width: 370px; }

  #inside-mapp .our-values-section .tSlide p {
    font-size: 16px;
    line-height: 20px; }

  #inside-mapp .our-values-section .tSlide h1 {
    font-size: 200px;
    line-height: 80px; } }
@media only screen and (min-width: 768px) and (max-height: 600px) {
  #inside-mapp .our-values-section .iSlide {
    max-width: 270px; }

  #inside-mapp .our-values-section .tSlide h1 {
    font-size: 120px;
    line-height: 80px;
    padding-bottom: 10px; }

  #home .good-reasons-section .reasons .reason .number {
    font-size: 250px !important; } }
