@charset "UTF-8";
/******************************************************************************************
CORE
******************************************************************************************/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
  zoom: 1;
}

/******************************************************************************************
COLORS
******************************************************************************************/
/******************************************************************************************
LAYOUT VARIABLES
******************************************************************************************/
/******************************************************************************************
BREAKPOINTS
******************************************************************************************/
/******************************************************************************************
HELPER MIXINS
******************************************************************************************/
/******************************************************************************************
100vh FOR iOS (SETS HEIGHT EXPLICITLY FOR IOS, AS VH IS BUGGY IN SAFARI)
******************************************************************************************/
html {
  font-size: 7px;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 480px) {
  html {
    font-size: 8px;
  }
}

/******************************************************************************************
WEBFONTS
******************************************************************************************/
@font-face {
  font-family: "Trunk";
  src: url("/assets/fonts/trunk-regular-1-2.woff2") format("woff2"), url("/assets/fonts/trunk-regular-1-2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Trunk Stencil";
  src: url("/assets/fonts/trunk-stencil-1-2.woff2") format("woff2"), url("/assets/fonts/trunk-stencil-1-2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/assets/fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("/assets/fonts/open-sans-v15-latin-regular.woff") format("woff"), url("/assets/fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("/assets/fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/open-sans-v15-latin-italic.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("/assets/fonts/open-sans-v15-latin-italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans-v15-latin-italic.woff2") format("woff2"), url("/assets/fonts/open-sans-v15-latin-italic.woff") format("woff"), url("/assets/fonts/open-sans-v15-latin-italic.ttf") format("truetype"), url("/assets/fonts/open-sans-v15-latin-italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/open-sans-v15-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/assets/fonts/open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans-v15-latin-600.woff2") format("woff2"), url("/assets/fonts/open-sans-v15-latin-600.woff") format("woff"), url("/assets/fonts/open-sans-v15-latin-600.ttf") format("truetype"), url("/assets/fonts/open-sans-v15-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/fonts/open-sans-v15-latin-600italic.eot"); /* IE9 Compat Modes */
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("/assets/fonts/open-sans-v15-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-600italic.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-600italic.woff") format("woff"), url("../fonts/open-sans-v15-latin-600italic.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-600italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/******************************************************************************************
FONT MIXINS
******************************************************************************************/
/******************************************************************************************
TEXT STYLES
******************************************************************************************/
p, li {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: normal;
  color: #505050;
}

ul, ol {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: normal;
  color: #505050;
  margin-bottom: 0;
}

li {
  margin-bottom: 0;
  list-style: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
}
p a, li a, span a {
  color: #117167;
  font-weight: 600;
  background-image: linear-gradient(#00a870 50%, rgba(0, 0, 0, 0) 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.15em;
}
p a:hover, li a:hover, span a:hover {
  color: #00a870;
}

a:focus, a:active {
  outline: none;
}

img {
  max-width: 100%;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.2em;
  font-size: 0.6em;
  line-height: 1em;
}

sub {
  top: 0.2em;
}

figure, figcaption {
  margin: 0;
  padding: 0;
}

/******************************************************************************************
WYSIWYG STYLES
******************************************************************************************/
.wysiwyg p {
  margin-bottom: 2rem;
}
.wysiwyg h2 {
  font-family: "Trunk", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin: 5rem 0 3rem;
  color: #688fca;
}
.wysiwyg--light-green-heading h2 {
  color: #b3dbcd;
}
.wysiwyg ul {
  margin: 3rem 0;
}
.wysiwyg ul ul {
  margin-left: 3rem;
}
.wysiwyg ul li {
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 1rem;
  font-weight: 600;
}
.wysiwyg ul li:before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #b3dbcd;
  border-radius: 50%;
  margin: 0 0.8rem 0 0;
}
.wysiwyg ol {
  margin: 3rem 0;
}
.wysiwyg ol li {
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  position: relative;
  font-weight: 600;
}
.wysiwyg ol li:first-child {
  counter-reset: index;
}
.wysiwyg ol li:before {
  content: counter(index);
  counter-increment: index;
  position: absolute;
  left: 0;
  color: #00a870;
}
.wysiwyg :first-child {
  margin-top: 0;
}
.wysiwyg :last-child {
  margin-bottom: 0;
}

/******************************************************************************************
FORMS
******************************************************************************************/
input, textarea, select, button {
  -webkit-appearance: none;
  border-radius: 0;
}

.input, .textarea, .btn, .select {
  border: none;
}

.select {
  display: inline-block;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.select:after {
  content: "";
  display: inline-block;
  width: 0;
  border-style: solid;
  border-width: 1rem 0.6rem 0;
  border-color: #000 transparent transparent;
  margin-left: 0.9rem;
  position: relative;
  top: 0.05rem;
}

select::-ms-expand {
  display: none;
}

.donorfy label, .form__label {
  display: block;
  margin-bottom: 1rem;
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: normal;
  font-weight: 600;
  color: #505050;
}

.donorfy input[type=text], .donorfy .StripeElement, .form__textInput {
  display: block;
  border: 1px solid #b2b2b2;
  width: 100%;
  padding: 1rem 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: normal;
  box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 3rem;
}

.donorfy textarea, .form__textarea {
  display: block;
  border: 1px solid #b2b2b2;
  width: 100%;
  padding: 1rem 1.5rem;
  height: 20rem;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: normal;
  box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 3rem;
}

.donorfy select, .form__select {
  display: inline-block;
  padding: 1rem 6rem 1rem 1.5rem;
  border: 1px solid #b2b2b2;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: normal;
  color: #505050;
  margin-bottom: 3rem;
  background: #fff url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ0IDQ4Ij48cGF0aCBmaWxsPSIjNDU0NTQ1IiBkPSJNMTUgMTloMTRsLTcgMTF6Ii8+PC9zdmc+) top right no-repeat;
  box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, 0.08);
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.donorfy select::-ms-expand, .form__select::-ms-expand {
  display: none;
}

.form {
  margin: 6rem 0;
}
.form .btn {
  margin-top: 2rem;
}
.form__label--required:after {
  content: "*";
}
.form__textInput--no-border {
  border: none;
}
.form__radio {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
.form__radio:last-child {
  margin-bottom: 3rem;
}
.form__radio__btn {
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 0;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, 0.08);
  background: #fff;
}
.form__radio__text {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: normal;
  color: #505050;
  margin-left: 5rem;
  cursor: pointer;
}
.form__radio__radio {
  opacity: 0;
  position: absolute;
}
.form__radio__radio:hover + div {
  border-color: #b2b2b2;
}
.form__radio__radio:focus + div {
  border-width: 2px;
}
.form__radio__radio:checked + div {
  border-color: #b2b2b2;
}
.form__radio__radio:checked + div:after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1rem 0 0 -1rem;
  background: #00a870;
  border-radius: 50%;
  display: block;
}
.form__checkbox {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
.form__checkbox:last-child {
  margin-bottom: 3rem;
}
.form__checkbox__btn {
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 0;
  border: 1px solid #b2b2b2;
  box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.form__checkbox__text {
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: normal;
  color: #505050;
  margin-left: 5rem;
}
.form__checkbox__checkbox {
  opacity: 0;
  position: absolute;
}
.form__checkbox__checkbox:hover + div {
  border-color: #b2b2b2;
}
.form__checkbox__checkbox:focus + div {
  border-width: 2px;
}
.form__checkbox__checkbox:checked + div {
  background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBmaWxsPSIjMDBhODcwIiBkPSJNMTIuOCAyNGwtNS45LTUuOEw5IDE2LjFsMy44IDMuN0wyNC4zIDguMmwyLjEgMi4yIi8+PC9zdmc+") center center;
}
.form__instructions {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: normal;
  color: #505050;
  margin: 0 0 1rem;
}
.form__spacer {
  height: 2rem;
}
.form__error-message {
  color: #e94e51;
  margin-bottom: 3rem;
}
.form__success-message {
  color: #00a870;
  margin: 3rem 0;
}
.form__field.has-error .form__textInput {
  border-color: #e94e51;
}
.form .errors {
  margin: -2rem 0 3rem;
}
.form .errors li {
  color: #e94e51;
}
.form--newsletter {
  margin: 0 !important;
  width: 100% !important;
}
.form--newsletter .form__label {
  color: #323232;
}
.form--newsletter .btn {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .form__row {
    display: flex;
  }
  .form__field {
    flex-grow: 1;
  }
  .form__field:first-child:not(:last-child) {
    padding-right: 1.5rem;
  }
  .form__field:last-child:not(:first-child) {
    padding-left: 1.5rem;
  }
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

.section-wrap {
  max-width: 1440px;
  margin: 0 auto;
  zoom: 1;
}
.section-wrap:before, .section-wrap:after {
  content: "";
  display: table;
}
.section-wrap:after {
  clear: both;
}
.section-wrap--relative {
  position: relative;
}

/******************************************************************************************
GRID
******************************************************************************************/
.sub-categories, .dev-tools__col, .home-intro, .home-header__overlay, .html, .gallery__image, .entry-nav__prev-next, .entry-nav__heading, .people__person, .people__heading, .accordion, .standout-link__text, .standout-link__image, .entry-list__entry, .entry-list__cta-wrapper, .entry-list__heading, .stats-list__stat, .statistic, .blockquote, .video, .text, .standfirst, .section__heading, .sub-nav__list, .case-study-header__text__heading, .case-study-header__text__sub-heading, .hero-header__title__text, .default-header__text, .newsletter__text, .site-footer__section, .site-header, .form {
  padding-left: 24px;
  padding-right: 24px;
}

.dev-tools__overlay, .section-wrap {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 480px) {
  .dev-tools__overlay, .section-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/******************************************************************************************
TEXT/IMAGE COLUMNS
******************************************************************************************/
.home-intro, .html--small, .accordion, .statistic, .text, .standfirst, .section__heading, .default-header__text:not(.default-header__text--left), .form {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .home-intro, .html--small, .accordion, .statistic, .text, .standfirst, .section__heading, .default-header__text:not(.default-header__text--left), .form {
    width: 66.6666666667%;
    margin-left: 33.3333333333%;
  }
}

.blockquote, .video {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .blockquote, .video {
    width: 66.6666666667%;
  }
}

.newsletter, .site-footer {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .newsletter, .site-footer {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.a-fade-in {
  opacity: var(--opacity);
  will-change: opacity;
}

.a-slide-up {
  transform: translate3d(0, var(--top), 0);
  will-change: transform;
}

.a-parallax-fast {
  transform: translate3d(0, var(--top), 0);
  will-change: transform;
}

.a-parallax-slow {
  transform: translate3d(0, var(--top), 0);
  will-change: transform;
}

/******************************************************************************************
THIRD-PARTY
******************************************************************************************/
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

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

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

.fancybox-bg {
  background: #1e1e1e;
  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: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

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

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

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

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

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

.fancybox-slide--image {
  overflow: visible;
}

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

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

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

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

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

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

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  transform: rotate(-45deg);
}

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    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 {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

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

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

/* 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 {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
/******************************************************************************************
BLOCKS
******************************************************************************************/
body {
  padding-top: 10rem;
}
@media screen and (min-width: 1250px) {
  body:not(.reduced-nav) {
    padding-top: 18rem;
  }
}

.site-header {
  background: #117167;
  max-height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /******************************************************************************************
  Sticky header
  *******************************************************************************************/
  /******************************************************************************************
  Logo
  *******************************************************************************************/
  /******************************************************************************************
  Mobile nav btn
  *******************************************************************************************/
}
@media screen and (min-width: 1250px) {
  .site-header {
    overflow: visible;
  }
}
.JS .site-header {
  z-index: 1000;
  position: absolute;
  left: 0;
  right: 0;
  top: 10rem;
  margin-top: -10rem;
}
@media screen and (min-width: 768px) {
  .JS .site-header {
    top: 18rem;
    margin-top: -18rem;
  }
}
.JS .site-header--is-hidden, .JS .site-header--is-fixed {
  position: fixed;
  top: 0 !important;
  bottom: auto !important;
  left: 0;
  right: 0;
  transition: margin-top 0.3s;
}
.JS .site-header--is-hidden {
  margin-top: -10rem;
}
@media screen and (min-width: 480px) {
  .JS .site-header--is-hidden {
    margin-top: -18rem;
  }
}
.JS .site-header--is-fixed {
  margin-top: 0;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
}
.site-header__logo {
  text-indent: -999em;
  width: 18rem;
  height: 6rem;
  float: left;
  margin: 2rem 0;
  background: url(/assets/img/logo.png?v=3) 0 0;
}
@media only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .site-header__logo {
    background-image: url(/assets/img/logo@2x.png?v=3);
    background-size: 209px;
  }
}
@media screen and (min-width: 480px) {
  .site-header__logo {
    background-position: 0 -42px;
  }
}
@media screen and (min-width: 1250px) {
  .site-header__logo:not(.site-header__logo--reduced) {
    width: 183px;
    height: 112px;
    background-position: 0 -160px;
  }
}
.site-header__nav-btn {
  cursor: pointer;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  float: right;
  margin-top: 5rem;
  position: relative;
  top: -14px;
  right: 140px;
}
.site-header__nav-btn__lines {
  width: 28px;
  height: 28px;
  padding: 0 0;
  position: relative;
  float: right;
}
.site-header__nav-btn__l {
  width: 28px;
  height: 5px;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.site-header__nav-btn__l--1 {
  top: 0;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%225%22%20viewBox%3D%220%200%2028%205%22%3E%3Cpath%20d%3D%22M0%202.5c0-.4.2-.6.3-.9.1-.3%200-.6.1-.9.2-.6.5-.6%201-.6h2.8C6.1.3%208%20.4%2010%20.4c1.7%200%203.3%200%204.9-.1%203-.1%206-.1%209%200h1.7c.6%200%201.4-.2%201.9.1.1.1%200%20.2.1.3.1.1.3.1.4.2v.5c0%20.4-.1.8-.1%201.1-.1.6-.1%201.4-.3%201.8-.3.8-1.6.5-2.4.5-1.5%200-3-.1-4.5-.2-3.2-.1-6.4.1-9.6.1H5.4c-.8%200-1.6-.2-2.4-.2H1.7c-.1%200-1.4.1-1.3-.1%200%200-.2%200-.2-.1.1%200-.1-.7-.1-.8%200-.2%200-.6-.1-1z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
}
.site-header__nav-btn__l--2, .site-header__nav-btn__l--3 {
  top: 11.5px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%225%22%20viewBox%3D%220%200%2028%205%22%3E%3Cpath%20d%3D%22M.1%203.2c0-.6-.1-1.2%200-1.8C.1.8.1.3.7.2c.2-.1.3%200%20.5%200C2.6.1%203.8.4%205%20.4%206.5.4%207.9.3%209.4.3c2.5%200%205%20.2%207.6.1%202.5-.1%204.9-.1%207.4-.2h2.2c.7%200%201.1%200%201.2.7.1%201.1.2%202.2.2%203.3%200%20.7-.6.5-1.2.5-.7%200-1.4-.1-2.1-.1-1.2%200-2.4.2-3.5.1-2.7-.3-5.4-.2-8.1-.1-2.5.1-5%20.1-7.5.1-1.1%200-2.2%200-3.3.1-.7.1-2%20.2-2.2-.3-.1-.3%200-.9%200-1.3z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
}
.site-header__nav-btn__l--4 {
  top: 23px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%225%22%20viewBox%3D%220%200%2028%205%22%3E%3Cpath%20d%3D%22M0%202.5c0-.4.2-.6.3-.9.1-.3%200-.6.1-.9.2-.6.5-.6%201-.6h2.8C6.1.3%208%20.4%2010%20.4c1.7%200%203.3%200%204.9-.1%203-.1%206-.1%209%200h1.7c.6%200%201.4-.2%201.9.1.1.1%200%20.2.1.3.1.1.3.1.4.2v.5c0%20.4-.1.8-.1%201.1-.1.6-.1%201.4-.3%201.8-.3.8-1.6.5-2.4.5-1.5%200-3-.1-4.5-.2-3.2-.1-6.4.1-9.6.1H5.4c-.8%200-1.6-.2-2.4-.2H1.7c-.1%200-1.4.1-1.3-.1%200%200-.2%200-.2-.1.1%200-.1-.7-.1-.8%200-.2%200-.6-.1-1z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
}
.site-header__nav-btn--is-active .site-header__nav-btn__l--1 {
  top: 11.5px;
  width: 0%;
  left: 50%;
}
.site-header__nav-btn--is-active .site-header__nav-btn__l--2 {
  transform: rotate(45deg);
}
.site-header__nav-btn--is-active .site-header__nav-btn__l--3 {
  transform: rotate(-45deg);
}
.site-header__nav-btn--is-active .site-header__nav-btn__l--4 {
  top: 11.5px;
  width: 0%;
  left: 50%;
}
@media screen and (min-width: 1250px) {
  .site-header__nav-btn:not(.site-header__nav-btn--reduced) {
    display: none;
  }
}

body {
  overflow-x: hidden;
}

.nav {
  /******************************************************************************************
  MOBILE NAV (NO JS)
  *******************************************************************************************/
  clear: both;
}
.nav__item {
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  border-top: 1px solid #00a870;
}
@media screen and (min-width: 1250px) {
  .nav__item--has-children:hover:not(.nav__item--reduced) {
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%228%22%20viewBox%3D%220%200%2016%208%22%3E%3Cpath%20fill%3D%22%23f7f5e9%22%20d%3D%22M8%200L0%208h16z%22%2F%3E%3C%2Fsvg%3E) center bottom no-repeat;
  }
}
@media screen and (min-width: 1250px) {
  .nav__item:not(.nav__item--reduced) {
    float: left;
    border-top: none;
    padding-bottom: 3rem;
  }
}
.nav__item__arrow {
  float: right;
  transition: transform 0.4s;
}
.nav__item__arrow path {
  fill: #b3dbcd;
}
@media screen and (min-width: 1250px) {
  .nav__item__arrow:not(.nav__item__arrow--reduced) {
    display: none;
  }
}
.nav__link {
  display: block;
  padding: 1rem 0;
  background: none;
  font-weight: normal;
  color: #b3dbcd;
}
.nav__link--selected {
  color: #fff;
}
.nav__link--selected path {
  fill: #fff;
}
.nav__link:hover {
  color: #f9b122;
}
.nav__link:hover path {
  fill: #f9b122;
}
.nav__link--is-open .nav__item__arrow {
  transform: rotate(180deg);
}
@media screen and (min-width: 1250px) {
  .nav__link:not(.nav__link--reduced) {
    position: relative;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1250px) {
  .nav__item:not(.nav__item--reduced, :last-of-type) .nav__link {
    border-right: 1px solid #00a870;
  }
}
@media screen and (min-width: 1250px) {
  .nav__item:last-of-type:not(.nav__item--reduced) .nav__link {
    padding-right: 0;
  }
}
.nav__sub-nav {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: normal;
  text-transform: none;
}
.nav__sub-nav__item {
  margin-bottom: 1rem;
}
.nav__sub-nav__item:last-child {
  margin-bottom: 2rem;
}
.nav__sub-nav__link {
  background: none;
  font-weight: normal;
  color: #b3dbcd;
}
.nav__sub-nav__link--selected, .nav__sub-nav__link:hover {
  color: #fff;
}
.nav__sub-nav__link--selected {
  color: #fff;
}
@media screen and (min-width: 1250px) {
  .nav__sub-nav:not(.nav__sub-nav--reduced) {
    position: absolute;
    background: url(/assets/img/desktop-subnav-bg.svg) center bottom repeat-x;
    top: 7rem;
    top: 18rem;
    right: -2000px;
    left: -2000px;
    padding: 3rem 0 3rem;
    visibility: hidden;
    opacity: 0;
  }
  .nav__sub-nav:not(.nav__sub-nav--reduced):before {
    content: "";
    display: block;
    width: 2000px;
    height: 3rem;
    float: left;
  }
}
@media screen and (min-width: 1250px) {
  .nav__item:hover .nav__sub-nav {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 1250px) {
  .nav__sub-nav__item:not(.nav__sub-nav__item--reduced) {
    white-space: nowrap;
    font-family: "Trunk", sans-serif;
    font-size: 3rem;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    float: left;
    padding: 0 2rem;
  }
  .nav__sub-nav__item:not(.nav__sub-nav__item--reduced):not(:last-child) {
    border-right: 1px solid #00a870;
  }
  .nav__sub-nav__item:not(.nav__sub-nav__item--reduced):last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 1250px) {
  .nav__sub-nav__link:not(.nav__sub-nav__link--reduced) {
    color: #117167;
  }
  .nav__sub-nav__link:not(.nav__sub-nav__link--reduced):hover {
    color: #00a870;
  }
}
.nav__buttons {
  padding: 2rem 0 1rem;
  zoom: 1;
}
.nav__buttons:before, .nav__buttons:after {
  content: "";
  display: table;
}
.nav__buttons:after {
  clear: both;
}
.nav__buttons .btn {
  float: left;
  clear: left;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1250px) {
  .nav__buttons:not(.nav__buttons--reduced) {
    position: absolute;
    top: 0;
    right: 0;
  }
  .nav__buttons:not(.nav__buttons--reduced) .btn {
    clear: none;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1250px) {
  .nav:not(.nav--reduced) {
    float: right;
    clear: none;
    padding-top: 11rem;
    position: relative;
  }
}

/******************************************************************************************
MOBILE NAV (JS)
*******************************************************************************************/
.JS .nav {
  display: none;
}
.JS .nav__sub-nav {
  display: none;
}
@media screen and (min-width: 1250px) {
  .JS .nav__sub-nav:not(.nav__sub-nav--reduced) {
    display: block !important;
  }
}
.JS .nav__link--selected + .nav__sub-nav {
  display: block;
}
@media screen and (min-width: 1250px) {
  .JS .nav:not(.nav--reduced) {
    display: block !important;
  }
}

.site-footer {
  background: #323232;
}
.site-footer .section-wrap {
  position: relative;
}
.site-footer * {
  color: #fff;
}
.site-footer a {
  background-image: linear-gradient(#fff 50%, rgba(0, 0, 0, 0) 50%);
}
.site-footer a:hover {
  color: #f9b122;
  background-image: linear-gradient(#f9b122 50%, rgba(0, 0, 0, 0) 50%);
}
.site-footer__section:not(:first-child) {
  padding-top: 4rem;
}
.site-footer__section:not(:last-child):after {
  content: "";
  display: block;
  padding-bottom: 4rem;
  border-bottom: 1px solid #505050;
}
.site-footer__heading {
  font-family: "Trunk", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .site-footer__heading {
    font-size: 8rem;
  }
}
.site-footer__follow {
  margin-top: 3rem;
  zoom: 1;
}
.site-footer__follow:before, .site-footer__follow:after {
  content: "";
  display: table;
}
.site-footer__follow:after {
  clear: both;
}
.site-footer__follow__network {
  float: left;
  margin-right: 3rem;
}
.site-footer__follow__network__svg {
  display: block;
  width: 4rem;
  height: 4rem;
}
.site-footer__follow__network:hover .site-footer__follow__network__svg path {
  fill: #f9b122;
}
.site-footer__logo {
  width: 206px;
  height: 70px;
  text-indent: -999em;
  background: url(/assets/img/logo.png?v=3) 0 -90px;
}
@media only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .site-footer__logo {
    background-image: url(/assets/img/logo@2x.png?v=3);
    background-size: 209px;
  }
}
.site-footer__small-print {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: normal;
}
.site-footer__small-print:not(:last-child) {
  margin-bottom: 3rem;
}
.site-footer__span {
  display: block;
}
.site-footer__slash {
  display: none;
}
.site-footer__additional-logo {
  width: 240px;
  display: block;
  margin: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .site-footer__section--logo {
    position: absolute;
    top: 0;
    right: 24px;
    padding-top: 0 !important;
  }
  .site-footer__section--logo:after {
    content: none !important;
  }
  .site-footer__logo {
    width: 209px;
    height: 128px;
    background-position: 0 -272px;
  }
  .site-footer__span {
    display: inline-block;
  }
  .site-footer__slash {
    display: inline-block;
  }
  .site-footer__slash--pipe {
    color: #505050;
    text-indent: -999em;
    border-left: 1px solid #505050;
    margin: 0 1rem;
  }
}
@media screen and (min-width: 1060px) {
  .site-footer__small-print {
    float: left;
  }
  .site-footer__small-print--right {
    float: right;
  }
}

.btn {
  display: inline-block;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  padding: 1rem 3rem;
  color: #fff;
  background: #00a870;
  transition: background 0.3s, color 0.3s;
}
.btn:hover {
  background: #008f5f;
}
.btn:disabled {
  opacity: 0.5;
}
.text .btn {
  margin: 2rem 0 4rem;
}
.btn--dark-green {
  background: #117167;
}
.btn--yellow {
  background: #f9b122;
  color: #117167;
}
.btn--yellow:hover {
  background: #ffce47;
}
.btn--red {
  background: #e94e51;
}
.btn--red:hover {
  background: #903b34;
}
.btn--dark-red {
  background: #903b34;
}
.btn--dark-red:hover {
  background: #b54a42;
}
.btn--white {
  background: #fff;
  color: #00a870;
}
.btn--white:hover {
  background: #fff;
  color: #117167;
}
.btn--large {
  font-family: "Trunk", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .btn--large {
    font-size: 8rem;
  }
}

.newsletter {
  background: #f9b122;
  position: relative;
}
.newsletter__heading {
  font-family: "Trunk", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #117167;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .newsletter__heading {
    font-size: 8rem;
  }
}
.newsletter__prompt {
  color: #323232;
  margin-bottom: 3rem;
}
.newsletter__text, .newsletter__form {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .newsletter__text {
    width: 50%;
    float: left;
    padding-right: 9rem;
  }
  .newsletter__form {
    margin-left: 50%;
  }
  .newsletter__prompt {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1250px) {
  .newsletter__form {
    width: 33.3333333333%;
  }
}

.default-header {
  padding-top: 5rem;
}
.default-header__heading {
  font-family: "Trunk", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #117167;
}
@media screen and (min-width: 480px) {
  .default-header__heading {
    font-size: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .default-header__heading {
    font-size: 9rem;
  }
}
@media screen and (min-width: 992px) {
  .default-header__heading {
    font-size: 11rem;
    line-height: 10rem;
  }
}
@media screen and (min-width: 1250px) {
  .default-header__heading {
    font-size: 12.5rem;
    line-height: 11rem;
  }
}
.default-header__heading--red {
  color: #e94e51;
}
.default-header__event-date {
  font-family: "Trunk", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #688fca;
}
@media screen and (min-width: 768px) {
  .default-header__event-date {
    font-size: 8rem;
  }
}
.default-header__meta {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 600;
  color: #688fca;
}
.default-header__meta__dot {
  color: #b3dbcd;
}
.default-header__fully-booked {
  font-family: "Trunk", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  background: #e94e51;
  color: #fff;
  padding: 1rem;
  display: inline-block;
  margin-top: 1rem;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .default-header {
    padding-top: 8rem;
  }
}

.crumbs {
  margin-bottom: 1rem;
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
}
.crumbs__crumb {
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
}
.crumbs__link {
  color: #00a870;
  background: none;
  font-weight: normal;
}
.crumbs__link:hover {
  color: #117167;
}
.crumbs__arrow {
  display: inline-block;
  vertical-align: middle;
}

.hero-header {
  position: relative;
  overflow: hidden;
}
.hero-header__title {
  background: #31558c;
  padding-top: 3rem;
  padding-bottom: 6rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  *behavior: url(/js/third-party/boxsizing.htc);
  position: relative;
}
.hero-header__title:before {
  content: "";
  display: block;
  height: 17px;
  width: 100%;
  background: url(/assets/img/edge-dark-blue.svg) left top;
  position: absolute;
  top: -17px;
  left: 0;
}
.hero-header__title--green {
  background: #00a870;
}
.hero-header__title--green:before {
  background-image: url(/assets/img/edge-green.svg);
}
.hero-header__title__text {
  margin: 0 auto;
}
.hero-header__title__section {
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
}
.hero-header__title__section a {
  color: #fff;
}
.hero-header__title__section a:hover {
  color: #b3dbcd;
}
.hero-header__title__heading {
  font-family: "Trunk", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (min-width: 480px) {
  .hero-header__title__heading {
    font-size: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .hero-header__title__heading {
    font-size: 9rem;
  }
}
@media screen and (min-width: 992px) {
  .hero-header__title__heading {
    font-size: 11rem;
    line-height: 10rem;
  }
}
@media screen and (min-width: 1250px) {
  .hero-header__title__heading {
    font-size: 12.5rem;
    line-height: 11rem;
  }
}
@media screen and (min-width: 992px) {
  .hero-header__title {
    padding-bottom: 8rem;
  }
  .hero-header__title__text {
    width: 66.6666666667%;
    margin-left: 33.3333333333%;
  }
  .hero-header__title__text--statement {
    margin-left: auto;
    margin: 5rem auto 0;
    padding: 0;
    text-align: center;
  }
  .hero-header__title__intro {
    font-family: "Trunk", sans-serif;
    font-size: 4rem;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    margin: 3rem auto 0;
    color: #fff;
  }
}

.case-study-header {
  position: relative;
}
.case-study-header__text {
  position: relative;
  z-index: 1;
}
.case-study-header__text__bg {
  background: #dbefe6;
  padding: 3rem 0 2rem;
  position: relative;
  zoom: 1;
}
.case-study-header__text__bg:before, .case-study-header__text__bg:after {
  content: "";
  display: table;
}
.case-study-header__text__bg:after {
  clear: both;
}
.case-study-header__text__bg:before {
  content: "";
  display: block;
  height: 17px;
  width: 100%;
  background: url(/assets/img/edge-bottom-very-light-green.svg) left bottom;
  position: absolute;
  bottom: -17px;
  left: 0;
}
.case-study-header__text__sub-heading {
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #117167;
  margin-bottom: 1rem;
}
.case-study-header__text__sub-heading--red {
  color: #e94e51;
}
.case-study-header__text__heading {
  font-family: "Trunk", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #903b34;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .case-study-header__text__heading {
    font-size: 8rem;
  }
}
.case-study-header__bottom {
  position: relative;
}
.case-study-header__bottom:before {
  content: "";
  display: block;
  height: 17px;
  margin-top: -17px;
  width: 100%;
  background: url(/assets/img/edge-white.svg) left top;
}
@media screen and (min-width: 480px) {
  .case-study-header__text__bg {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 768px) {
  .case-study-header__text__bg {
    padding: 5rem 24px 4rem;
  }
  .case-study-header__text__sub-heading {
    width: 33.3333333333%;
    width: calc(33.3333% - 8px);
    float: left;
    margin-bottom: 0;
  }
  .case-study-header__text__heading {
    width: 66.6666666667%;
    width: calc(66.6666% + 8px);
    float: right;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .case-study-header {
    margin-bottom: -11rem;
    margin-bottom: calc(-11rem + 17px);
    z-index: -1;
  }
  .case-study-header__text {
    padding-left: 48px;
    padding-right: 48px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .case-study-header__text__bg {
    padding-left: 0;
    padding-right: 0;
    max-width: 1392px;
    margin-left: auto;
    margin-right: auto;
  }
  .case-study-header__bottom {
    max-width: 1488px;
    height: 11rem;
    margin: -11rem auto 0;
    padding: 0 48px;
  }
  .case-study-header__bottom:after {
    content: "";
    display: block;
    height: 11rem;
    background: #fff;
  }
}

.sub-nav {
  background: #f7f5e9;
}
.sub-nav__list {
  padding-top: 2rem;
}
.sub-nav__item {
  font-family: "Trunk", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.sub-nav__item a {
  background: none;
  font-weight: normal;
}
.sub-nav__link {
  color: #31558c;
}
.sub-nav__link:hover {
  color: #688fca;
}
@media screen and (min-width: 768px) {
  .sub-nav__list {
    padding-top: 3rem;
    padding-bottom: 1rem;
    zoom: 1;
  }
  .sub-nav__list:before, .sub-nav__list:after {
    content: "";
    display: table;
  }
  .sub-nav__list:after {
    clear: both;
  }
  .sub-nav__item {
    float: left;
  }
  .sub-nav__item:not(:last-child) {
    padding-right: 2rem;
    border-right: 1px solid #b3dbcd;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .sub-nav__list {
    width: 66.6666666667%;
    margin-left: 33.3333333333%;
  }
}

.parallax {
  overflow: hidden;
}
.parallax > * {
  padding-top: 4vw;
  margin-top: -4vw;
  position: relative;
  will-change: transform;
}
.parallax__img {
  background-size: cover !important;
  height: calc(45vw + 8rem);
  max-height: 75rem;
}
.parallax__img--hero-header {
  background-position: center !important;
}
@media screen and (min-width: 992px) {
  .parallax--deep .parallax__img {
    height: 82rem;
    max-height: none;
  }
}
.parallax--dimmed {
  background: #000;
}
.parallax--dimmed .parallax__img {
  opacity: 0.7;
}

.owl-carousel-nav {
  margin: 0 auto;
  text-align: center;
  line-height: 1px;
}
.owl-carousel-nav .owl-prev, .owl-carousel-nav .owl-next {
  display: inline-block;
  width: 32px;
  height: 24px;
  text-indent: -999em;
  line-height: 1rem;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.owl-carousel-nav .owl-prev.disabled, .owl-carousel-nav .owl-next.disabled {
  opacity: 0;
  height: 1px;
  cursor: default;
}
.owl-carousel-nav .owl-prev {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpath%20d%3D%22M0%2012l11.8%2012%203.1-2.9-6.2-6.6%2012.6.2.6-.2%209.4.1.5-4.9h-1.3v-.1l-2.7-.1-7.6-.2-1.3.2H9.2l3.4-3.6%202.8-2.6-1.1-1.2h-.4l-2-2.2-9.4%209.7-.7.2L0%2012m14.4-9.6z%22%20fill%3D%22%2300a870%22%2F%3E%3C%2Fsvg%3E);
}
.owl-carousel-nav .owl-prev:not(.disabled):hover {
  background: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cstyle%3E.st0%7Bfill%3A%23117167%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2012l11.8%2012%203.1-2.9-6.2-6.6%2012.6.2.6-.2%209.4.1.5-4.9h-1.3v-.1l-2.7-.1-7.6-.2-1.3.2H9.2l3.4-3.6%202.8-2.6-1.1-1.2h-.4l-2-2.2-9.4%209.7-.7.2L0%2012m14.4-9.6z%22%2F%3E%3C%2Fsvg%3E);
}
.owl-carousel-nav .owl-next {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpath%20d%3D%22M31.9%2011.9L20.1%200%2017%202.9l6.2%206.6-12.6-.2-.6.3-9.4-.2-.6%204.9h1.3v.1l2.7.1%207.6.2%201.3-.2h9.7L19.4%2018l-2.8%202.6%201.1%201.2h.4l2%202.2%209.3-9.6.7-.3%201.8-2.2m-14.4%209.7z%22%20fill%3D%22%2300a870%22%2F%3E%3C%2Fsvg%3E);
}
.owl-carousel-nav .owl-next:not(.disabled):hover {
  background: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cstyle%3E.st0%7Bfill%3A%23117167%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M31.9%2011.9L20.1%200%2017%202.9l6.2%206.6-12.6-.2-.6.3-9.4-.2-.6%204.9h1.3v.1l2.7.1%207.6.2%201.3-.2h9.7L19.4%2018l-2.8%202.6%201.1%201.2h.4l2%202.2%209.3-9.6.7-.3%201.8-2.2m-14.4%209.7z%22%2F%3E%3C%2Fsvg%3E);
}
.owl-carousel-nav__dots {
  vertical-align: middle;
  display: inline-block;
  line-height: 1rem;
  padding: 0 1rem;
}
.owl-carousel-nav__dots .owl-dot {
  display: inline-block;
  padding: 0.75rem;
  cursor: pointer;
}
.owl-carousel-nav__dots .owl-dot.active span, .owl-carousel-nav__dots .owl-dot:hover span {
  background: #117167;
}
.owl-carousel-nav__dots .owl-dot span {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #00a870;
}
.owl-carousel-nav__dots .owl-dot:first-child:last-child {
  display: none;
}

.owl-carousel.off {
  display: block;
}

.section {
  position: relative;
}
.section__content {
  background: #fff;
  padding-top: 4rem;
  padding-bottom: 29rem;
  margin-bottom: -23rem;
}
.section__content .section-wrap > :last-child {
  margin-bottom: 0;
}
.case-study-header + .section > .section__content {
  background: none;
}
@media screen and (min-width: 768px) {
  .section__content {
    padding-top: 5rem;
    padding-bottom: 31rem;
  }
}
.section__content--flush {
  padding-bottom: 18rem;
}
.section__heading {
  font-family: "Trunk", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 3rem;
  color: #505050;
}
@media screen and (min-width: 768px) {
  .section__heading {
    font-size: 8rem;
  }
}
.section__heading--left {
  margin-left: 0;
}
.section__heading--center {
  margin: auto;
  text-align: center;
}
.section__heading--wide {
  width: 100%;
  max-width: 100%;
}
.section__heading--small {
  font-family: "Trunk", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
}
.section__heading--blue {
  color: #688fca;
}
.section__heading--green {
  color: #00a870;
}
.section__heading--margins {
  margin: 8rem 0 3rem;
}
.section--ragged .section__content, .section--ragged + .section .section__content {
  background: #fff;
}
.section--ragged:before, .section--ragged + .section:before {
  content: "";
  display: block;
  height: 17px;
  background: url(/assets/img/edge-white.svg) center top;
}
.section--turquoise:before {
  background: url(/assets/img/edge-turquoise.svg) center top !important;
}
.section--turquoise .section__content {
  background: #d9ede6 !important;
}
.section--turquoise .section__heading {
  color: #117167 !important;
}
.section--off-white:before {
  background: url(/assets/img/edge-off-white.svg) center top !important;
}
.section--off-white .section__content {
  background: #f7f5e9 !important;
}
.section--dark-blue:before {
  background: url(/assets/img/edge-dark-blue.svg) center top !important;
}
.section--dark-blue .section__content {
  background: #31558c !important;
}
.section--dark-blue .section__heading {
  color: #b3dbcd !important;
}
.section--dark-blue * {
  color: #fff;
}
.section--blue:before {
  background: url(/assets/img/edge-blue.png) center top !important;
}
.section--blue .section__content {
  background: url(/assets/img/bg-blue.jpg) center top !important;
}
.section--blue * {
  color: #fff;
}
.section--overlap {
  margin: -17px 0 0;
}

.standfirst {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  line-height: 4.5rem;
  font-weight: normal;
  margin-bottom: 3rem;
}
.standfirst p {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  line-height: 4.5rem;
  font-weight: normal;
}

.text {
  margin-bottom: 3rem;
}
.text--centered {
  text-align: center;
}
.text__illustration {
  display: block;
  margin: 0 auto 3rem;
}
.text > :last-child {
  margin-bottom: 0;
}
.text .btn {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .text {
    position: relative;
  }
  .text--centered {
    margin-left: 25%;
  }
  .text__illustration {
    position: absolute;
    right: 100%;
    top: 1rem;
    margin: 0 24px 0 0;
  }
}

.image {
  margin: 8rem 0;
  padding: 0 1.5rem;
}
.image:first-child {
  margin-top: 2rem;
}
.image__img {
  display: block;
  width: 100%;
  border: 1.5rem solid #f7f5e9;
}
.image__caption {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 600;
  color: #903b34;
  margin-top: 2rem;
}
@media screen and (min-width: 480px) {
  .image {
    padding: 0 24px;
  }
}
@media screen and (min-width: 768px) {
  .image {
    width: 91.6666%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}
@media screen and (min-width: 992px) {
  .image {
    width: 66.6666666667%;
  }
}

.video {
  margin-top: 5rem;
  margin-bottom: 6rem;
}
.image + .video, .video + .video {
  margin-top: 0;
}
.video__wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
}
.video iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blockquote {
  max-width: 832px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.blockquote:first-child {
  margin-top: 0;
}
.blockquote__text {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2244%22%20height%3D%2240%22%20viewBox%3D%220%200%2044%2040%22%3E%3Cpath%20d%3D%22M.6%2022.7c-.2%201%200%202-.1%203-.1.6-.1%201.6-.5%201.9.7%201.1.6%202.2.6%203.3%200%201.8-.2%203.6.1%205.5.1.5.2%201%20.2%201.5.2.9.1.4.5.9.1%200%20.2.1.4.1v.8c.1.1%201.2%200%201.3%200%201.8.1%203.5.1%205.2.2.9%200%201.9.1%202.8.1%201%20.1%201.8-.1%202.7-.1.9%200%201.7.1%202.6.1.8%200%202.4.2%203.1-.1%201-.5.5-2.7.3-3.6-.4-2.2-.1-4.3-.2-6.6-.1-1.9-.2-3.8-.2-5.7%200-.8.2-2.1%200-2.8-.3-.9-1.5-.8-2.4-.9-1.8-.2-3.6-.2-5.4-.2-1%200-1.9-.1-2.8%200-.6.1-.8.3-1-.3-.1-.4.2-1%20.2-1.5.1-1.7.4-3.3.9-4.9.4-1.5%201-3.5%201.9-4.8%201.1-1.7%202.6-2.9%204-4.3.7-.7.8-1%20.3-1.8-.3-.5-.8-2.1-1.3-2.4-1-.5-3.9%202.1-4.7%202.7-1.9%201.4-3.5%203.1-4.7%205.1-.6.9-1.1%201.9-1.6%202.9s-1.2%202-1.5%203.1c-.2%201.1-.8%203.4-.3%204.5-.1-.1-.1-.2-.2-.3.4.9-.1%201.9-.3%202.8-.1.4-.3.9-.3%201.3s-.2.3.4.5m23.7%202.5c-.1-.6.1-1%20.1-1.5%200-1.2%200-2.3.1-3.5.2-2.1.4-4.3.9-6.2.3-.9.8-1.5%201.3-2.2.6-1%20.8-2.2%201.4-3.2.9-1.8%202.2-3.4%203.7-4.6%201.4-1.1%202.9-2.5%204.6-3.3.7-.3%201.5-.8%202.2-.5.6.2%201.1%201.1%201.5%201.6%201.5%201.6-.8%202.8-2%203.8-1.7%201.3-2.8%203-3.8%204.9-1.1%202.1-2%204.2-2.3%206.6-.1.6-.1%201.1-.2%201.7-.1.8-.1.7.4.8.9.3%202.3-.1%203.2-.1.8-.1%201.7%200%202.5%200%201.1%200%202.1%200%203.2-.2.9-.1%201.3-.2%201.6.7.3%201%20.3%202%20.5%202.9.1.9.3%201.7.4%202.6.1.9%200%201.8.1%202.7.2%202.1%200%204.3.1%206.4%200%201.1.1%202.2-.1%203.3-.1.5-.1.6-.4.9-.1.1-.4.1-.5.1-.1.1-.2.3-.3.4-1.4.8-4%20.1-5.6.1-1.8%200-3.6.5-5.5.4-1.2-.1-2.4%200-3.6-.1-.7-.1-2.2-.1-2.6-.5-.6-.6-.2-2-.6-2.7-.1-.1-.3-.2-.3-.3-.1-.2-.2-.6-.2-.8-.1-.6-.2-1.2-.2-1.8-.1-1.4%200-2.7.1-4%20.2-1.5.5-3.1.3-4.4%22%20fill%3D%22%23b3dbcd%22%2F%3E%3C%2Fsvg%3E), url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2244%22%20height%3D%2240%22%20viewBox%3D%220%200%2044%2040%22%3E%3Cpath%20d%3D%22M43.4%2017.3c.2-1%200-2%20.1-3%20.1-.6.1-1.6.5-1.9-.7-1.1-.6-2.2-.6-3.3%200-1.8.2-3.6-.1-5.5-.1-.5-.2-1-.2-1.5-.2-.9-.1-.4-.5-.9-.1%200-.2-.1-.4-.1V.3c-.1-.1-1.2%200-1.3%200-1.8-.1-3.5-.1-5.2-.2-.9%200-1.9-.1-2.8-.1-1.1%200-1.9.1-2.9.2-.9%200-1.7-.1-2.6-.1-.8%200-2.4-.2-3.1.1-1%20.5-.5%202.7-.3%203.6.4%202.2.1%204.3.2%206.6.1%201.9.2%203.8.2%205.7%200%20.8-.2%202.1%200%202.8.3.9%201.5.8%202.4.9%201.8.2%203.6.2%205.4.2%201%200%201.9.1%202.8%200%20.6-.1.8-.3%201%20.3.1.4-.1%201.1-.1%201.5-.1%201.7-.4%203.3-.9%204.9-.4%201.5-1%203.5-1.9%204.8-1.1%201.7-2.6%202.9-4%204.3-.7.7-.8%201-.3%201.8.3.5.8%202.1%201.3%202.4%201%20.5%203.9-2.1%204.7-2.7%201.8-1.4%203.5-3.1%204.7-5.1.6-.9%201.1-1.9%201.6-2.9s1.2-2%201.5-3.1c.3-1.1.8-3.4.4-4.5.1.1.1.2.2.3-.3-.9.1-1.9.4-2.8.1-.4.3-.9.3-1.3-.1-.6.1-.5-.5-.6m-23.7-2.5c.1.6-.1%201-.1%201.5%200%201.2%200%202.3-.1%203.5-.2%202.1-.4%204.3-.9%206.2-.3.9-.8%201.5-1.3%202.2-.6%201-.8%202.2-1.4%203.2-.9%201.7-2.2%203.3-3.7%204.5-1.4%201.1-2.9%202.5-4.6%203.3-.7.4-1.6.8-2.2.6-.6-.2-1.1-1.1-1.5-1.6-1.5-1.6.8-2.8%202-3.8%201.7-1.3%202.8-3%203.8-4.9%201.1-2.1%202-4.2%202.3-6.6.1-.6.1-1.1.2-1.7.1-.8.1-.7-.4-.8-.9-.3-2.3.1-3.2.1-.8.1-1.7%200-2.5%200-1.1%200-2.1%200-3.2.2-1.2.2-1.6.2-1.9-.7-.3-1-.3-2-.5-2.9-.1-.9-.3-1.7-.4-2.6-.1-.9%200-1.8-.1-2.7-.2-2.1%200-4.3-.1-6.5.1-1%20.1-2.2.2-3.2.1-.5.1-.6.4-.9.2-.2.4-.1.5-.2.1-.1.2-.3.3-.4%201.4-.8%204-.1%205.6-.1%201.8%200%203.6-.5%205.5-.4%201.2.1%202.4%200%203.6.1.7.1%202.2.1%202.6.5.6.6.2%202%20.6%202.7.1.1.3.2.3.3.1.2.2.6.2.8.2.8.3%201.4.3%202%20.1%201.4%200%202.7-.1%204-.1%201.4-.4%203-.2%204.3%22%20fill%3D%22%23b3dbcd%22%2F%3E%3C%2Fsvg%3E);
  background-position: 0 0, 7.5rem 0;
  background-repeat: no-repeat, no-repeat;
  padding: 7rem 0 0;
  margin-bottom: 1rem;
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  line-height: 4.5rem;
  font-weight: normal;
}
.blockquote__source {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: normal;
  font-weight: 600;
  color: #903b34;
}
@media screen and (min-width: 480px) {
  .blockquote__text, .blockquote__source {
    padding: 0 7.5rem;
  }
  .blockquote__text {
    background-position: left top, right bottom;
  }
}

.statistic {
  margin-bottom: 3rem;
}
.statistic :last-child {
  margin-bottom: 0;
}
.statistic__figure {
  font-family: "Trunk Stencil", sans-serif;
  font-size: 19.75rem;
  line-height: 17rem;
  font-weight: normal;
  margin-bottom: 2rem;
  color: #e94e51;
}
.section--blue .statistic__figure, .section--blue .statistic__figure span {
  color: #d9ede6;
}
.statistic__text {
  max-width: 360px;
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #903b34;
  margin-bottom: 3rem;
}
.section--blue .statistic__text {
  color: #fff;
}
.statistic__body {
  margin-bottom: 3rem;
}

.stats-list__stat {
  margin-top: 3rem;
}
.stats-list__illustration {
  display: block;
  margin-bottom: 2rem;
  width: auto !important;
}
.stats-list__figure {
  font-family: "Trunk Stencil", sans-serif;
  font-size: 12.5rem;
  line-height: 11rem;
  font-weight: normal;
  color: #e94e51;
  margin-bottom: 2rem;
}
.stats-list__text {
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #903b34;
  margin-bottom: 3rem;
  max-width: 320px;
}
@media screen and (min-width: 700px) {
  .stats-list {
    zoom: 1;
  }
  .stats-list:before, .stats-list:after {
    content: "";
    display: table;
  }
  .stats-list:after {
    clear: both;
  }
  .stats-list__stat {
    width: 50%;
    float: left;
    margin-top: 5rem;
  }
  .stats-list__stat:nth-of-type(2n+1) {
    clear: left;
  }
  .stats-list__text {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .stats-list__stat {
    width: 33.3333333333%;
  }
  .stats-list__stat:nth-of-type(2n+1) {
    clear: none;
  }
  .stats-list__stat:nth-of-type(3n+1) {
    clear: left;
  }
}

.entry-list {
  margin-bottom: 6rem;
}
.entry-list:not(:first-child) {
  margin-top: 6rem;
}
.entry-list__heading {
  font-family: "Trunk", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 4rem;
  color: #688fca;
}
.entry-list__entry {
  margin-bottom: 4rem;
  zoom: 1;
}
.entry-list__entry:before, .entry-list__entry:after {
  content: "";
  display: table;
}
.entry-list__entry:after {
  clear: both;
}
.entry-list__entry a {
  background: none;
  font-weight: normal;
}
.entry-list__entry__image {
  border: 1rem solid #f7f5e9;
  display: block;
  margin-bottom: 3rem;
  width: 100%;
}
.entry-list__entry__fully-booked {
  font-family: "Trunk", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  background: #e94e51;
  color: #fff;
  padding: 1rem;
  float: left;
  margin: -8rem 0 3rem;
  z-index: 1;
  position: relative;
}
.entry-list__entry__heading {
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  clear: both;
  color: #117167;
  margin-bottom: 3rem;
}
.entry-list__entry__heading__location {
  color: #e94e51;
}
.entry-list__entry__post-date {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 600;
  color: #688fca;
  margin: -2rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .entry-list {
    margin-bottom: 8rem;
  }
  .entry-list__list:not(.owl-carousel) .entry-list__entry {
    margin-bottom: 3rem;
  }
  .entry-list__list:not(.owl-carousel) .entry-list__entry:not(:first-child):before {
    content: "";
    display: block;
    border-top: 1px solid #d9ede6;
    padding-bottom: 3rem;
  }
  .entry-list__list:not(.owl-carousel) .entry-list__entry__image {
    width: calc(50% - 24px);
    float: left;
  }
  .entry-list__list:not(.owl-carousel) .entry-list__entry__text {
    width: calc(50% - 24px);
    float: right;
  }
}
@media screen and (min-width: 700px) {
  .entry-list__list.owl-carousel:after {
    content: "";
    display: block;
    position: absolute;
    border-left: 1px solid #fff;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .entry-list__list.owl-carousel .entry-list__entry {
    border-left: 1px solid #d9ede6;
    margin-left: -1px;
  }
}
@media screen and (min-width: 992px) {
  .entry-list__list:not(.owl-carousel) {
    display: flex;
    flex-wrap: wrap;
  }
  .entry-list__list:not(.owl-carousel) .entry-list__entry {
    width: 33.3333333333%;
    float: left;
    border-left: 1px solid #d9ede6;
    margin-bottom: 8rem;
  }
  .entry-list__list:not(.owl-carousel) .entry-list__entry:nth-of-type(3n+1) {
    clear: both;
    border-left: none;
  }
  .entry-list__list:not(.owl-carousel) .entry-list__entry:not(:first-child):before {
    content: none;
  }
  .entry-list__list:not(.owl-carousel) .entry-list__entry__image, .entry-list__list:not(.owl-carousel) .entry-list__entry__text {
    width: 100%;
    float: none;
  }
}
.entry-list .pagination {
  margin: 0;
}

.arrow-link {
  display: inline-block;
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #00a870;
}
.arrow-link__arrow path {
  fill: #00a870;
}
.arrow-link:hover {
  color: #117167;
}
.arrow-link:hover path {
  fill: #117167;
}

.standout-link__image {
  margin-bottom: 3rem;
}
.standout-link__heading {
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #117167;
  margin-bottom: 3rem;
}
.standout-link__heading:hover {
  color: #00a870;
}
.standout-link p {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .standout-link__image, .standout-link__text {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .standout-link__image {
    width: 33.3333333333%;
  }
  .standout-link__text {
    width: 50%;
  }
}
@media screen and (min-width: 1250px) {
  .standout-link__image {
    padding-right: calc(6rem + 24px);
  }
}

.accordion {
  margin-bottom: 3rem;
}
.accordion:after {
  content: "";
  display: block;
  border-top: 1px solid #dbefe6;
}
.accordion__heading {
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #903b34;
  border-top: 1px solid #dbefe6;
  padding: 2rem 4rem 2rem 0;
  position: relative;
  cursor: pointer;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%224%22%20viewBox%3D%220%200%2024%204%22%3E%3Cpath%20fill%3D%22%2300a870%22%20d%3D%22M.3%201.5L.4.3.6%200l5.2.2h5.9l.8-.1h11v.3l.5.3-.5%203.1-.3.2-5.8-.2-10.1.1H5.6L4.4%204l-2.3-.2-1.7.1-.2-.5L.1%203V1.6z%22%2F%3E%3C%2Fsvg%3E) right 0 top 3.7rem no-repeat;
}
.accordion__heading:hover {
  color: #e94e51;
}
.accordion__heading__plus {
  position: absolute;
  top: 3.7rem;
  right: 0;
  transition: transform 0.4s;
  transform: rotate(90deg);
}
.js-accordion-heading--is-open .accordion__heading__plus {
  transform: rotate(0);
}
@media screen and (min-width: 480px) {
  .accordion__heading {
    background-position: right 0 top 3.7rem;
  }
  .accordion__heading__plus {
    top: 3.7rem;
  }
}
.accordion__content {
  padding-bottom: 3rem;
}
.JS .accordion__content {
  display: none;
}

@media screen and (min-width: 480px) {
  .inline-logo {
    max-width: 66%;
  }
}

.people {
  zoom: 1;
  margin-bottom: 4rem;
}
.people:before, .people:after {
  content: "";
  display: table;
}
.people:after {
  clear: both;
}
.people__heading {
  font-family: "Trunk", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #688fca;
  margin-bottom: 3rem;
}
.people__person__header {
  cursor: pointer;
  border-top: 1px solid #dbefe6;
  padding: 2rem 0;
  position: relative;
  zoom: 1;
}
.people__person__header:before, .people__person__header:after {
  content: "";
  display: table;
}
.people__person__header:after {
  clear: both;
}
.people__person__header:hover path {
  fill: #117167;
}
.people__person__img {
  border: 1rem solid #f7f5e9;
  width: 12rem;
  float: left;
}
.people__person__name {
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #117167;
  margin: 0 4rem 1rem 14rem;
}
.people__person__role {
  font-family: "Trunk", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #e94e51;
  margin: 0 5rem 0 14rem;
}
.people__person__arrow {
  position: absolute;
  top: 6rem;
  right: 0;
  transition: transform 0.4s;
}
.people__person__arrow path {
  fill: #00a870;
}
.js-accordion-heading--is-open .people__person__arrow {
  transform: rotate(180deg);
}
.people__person__biog {
  clear: both;
  padding-bottom: 2rem;
}
.JS .people__person__biog {
  display: none;
}
@media screen and (min-width: 768px) {
  .people {
    margin-bottom: 3rem;
  }
  .people__person {
    width: 50%;
    float: left;
  }
  .people__person:nth-of-type(odd) {
    clear: both;
  }
  .people__person__header {
    border-top: none;
    padding: 0;
    cursor: default;
  }
  .people__person__img {
    width: 20rem;
    float: none;
    margin-bottom: 3rem;
  }
  .people__person__name {
    margin: 0 0 1rem;
  }
  .people__person__role {
    margin: 0 0 3rem;
  }
  .people__person__arrow {
    display: none;
  }
  .people__person__biog {
    display: block !important;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .people__person {
    padding-right: 9rem;
  }
}

.pagination {
  clear: both;
  text-align: center;
  margin: -6rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin: -8rem 0 8rem;
  }
}
.pagination__li {
  display: inline-block;
}
.pagination__item {
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #00a870;
  padding: 0 1rem;
}
.pagination__item--current, .pagination__item:hover {
  color: #117167;
}
.pagination__arrow path {
  fill: #00a870;
}
.pagination__item:hover .pagination__arrow path {
  fill: #117167;
}

.entry-nav__heading {
  font-family: "Trunk", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 3rem;
  color: #688fca;
}
.entry-nav__prev-next {
  display: block;
}
.entry-nav__prev-next:not(:last-of-type) {
  margin-bottom: 3rem;
}
.entry-nav__prev-next * {
  float: left;
  clear: left;
}
.entry-nav__arrow-text {
  font-family: "Trunk", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #00a870;
  margin-bottom: 1rem;
}
.entry-nav__arrow {
  width: 2.75rem;
  height: 2rem;
  display: inline-block;
}
.entry-nav__arrow path {
  fill: #00a870;
}
.entry-nav__title {
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #117167;
  margin-bottom: 1rem;
}
.entry-nav__date {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 600;
  color: #688fca;
}
.entry-nav__link:hover .entry-nav__arrow path {
  fill: #117167;
}
.entry-nav__link:hover .entry-nav__arrow-text {
  color: #117167;
}
@media screen and (min-width: 480px) {
  .entry-nav__heading {
    text-align: center;
  }
  .entry-nav__prev-next {
    width: 50%;
    float: left;
  }
  .entry-nav__prev-next--next {
    float: right;
    text-align: right;
  }
  .entry-nav__prev-next--next * {
    float: right;
    clear: right;
  }
}
@media screen and (min-width: 992px) {
  .entry-nav__prev-next {
    width: 33.3333333333%;
  }
}

.gallery {
  margin-top: 3rem;
}
.gallery__image {
  width: 50%;
  float: left;
}
.gallery__image__link {
  background: none;
  font-weight: normal;
}
.gallery__image__img {
  display: block;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .gallery__image {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .gallery__image {
    width: 25%;
  }
}

.html {
  margin: 8rem 0;
}
@media screen and (min-width: 992px) {
  .html--medium {
    margin-left: auto;
    margin-right: auto;
    width: 66.6666666667%;
  }
}
.html iframe {
  width: 100%;
  border: none;
}

.home-header {
  margin-bottom: -2.5rem;
  position: relative;
}
.home-header__overlay {
  position: absolute;
  bottom: 4rem;
  font-family: "Trunk Stencil", sans-serif;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: normal;
  color: #fff;
}
@media screen and (min-width: 480px) {
  .home-header__overlay {
    font-size: 9rem;
    line-height: 8.5rem;
  }
}
@media screen and (min-width: 768px) {
  .home-header__overlay {
    font-size: 14rem;
    line-height: 13rem;
  }
}
@media screen and (min-width: 992px) {
  .home-header__overlay {
    font-size: 19.75rem;
    line-height: 18rem;
  }
}
.home-header__video-wrap {
  display: none;
}
.home-header__image {
  display: block;
  height: 56.25vw;
  max-height: 100vh;
  max-height: calc(100vh - 10rem);
  min-height: 330px;
}
@media screen and (min-width: 480px) {
  .home-header__image {
    min-height: 430px;
  }
}
@media screen and (min-width: 768px) {
  .home-header__image {
    min-height: 580px;
  }
}
@media screen and (min-width: 992px) {
  .home-header__image {
    min-height: 740px;
  }
}
@media screen and (min-width: 1180px) {
  .home-header__image {
    max-height: calc(100vh - 18rem);
    min-height: 580px;
  }
}
.home-header__copy {
  color: #fff;
  font-size: 3rem;
  margin: 2rem 1rem;
}
.home-header__cta {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0rem 1rem;
}

.no-touchevents .home-header .parallax {
  display: none;
}
.no-touchevents .home-header__video-wrap {
  display: block;
  max-height: 100vh;
  max-height: calc(100vh - 10rem);
  overflow: hidden;
}
.no-touchevents .home-header__video {
  width: 100%;
  height: 56.25vw;
  margin: -1rem 0;
  background: url(https://d119urb6x3h6hn.cloudfront.net/_resized/s3-eu-west-1_amazonaws_com/treesforcities/images/home_38bbf9ce2553a3bcb24cda62142e1362.jpg) center center;
  background-size: cover;
}
@media screen and (min-width: 1180px) {
  .no-touchevents .home-header__video-wrap {
    max-height: calc(100vh - 18rem);
    min-height: 580px;
  }
}
@media screen and (min-width: 768px) {
  .no-touchevents .home-header__overlay {
    bottom: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .no-touchevents .home-header__overlay {
    bottom: 11rem;
  }
}

.home-intro {
  max-width: none;
  margin-bottom: 3rem;
}
.home-intro h2 {
  font-family: "Trunk Stencil", sans-serif;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: normal;
  color: #b3dbcd;
}
@media screen and (min-width: 768px) {
  .home-intro h2 {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }
}
@media screen and (min-width: 992px) {
  .home-intro h2 {
    font-size: 8rem;
    line-height: 8rem;
  }
}
.home-intro p {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  line-height: 4.5rem;
  font-weight: normal;
}

.donorfy table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .donorfy table.input-wapper {
    width: 70%;
  }
}
.donorfy hr {
  border: none;
  border-top: 1px solid #b3dbcd;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.donorfy h3 {
  font-family: "Trunk", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #688fca;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.donorfy h4 {
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #117167;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.donorfy input[type=text].half-width, .donorfy .StripeElement.half-width {
  width: 45%;
  width: calc(50% - 2rem) !important;
  float: left;
}
.donorfy input[type=text].half-width--right, .donorfy .StripeElement.half-width--right {
  float: right;
}
.donorfy input[type=text].quarter-width, .donorfy .StripeElement.quarter-width {
  width: 20%;
  width: calc(25% - 2rem) !important;
  float: left;
  margin-right: 2rem;
}
.donorfy input.error, .donorfy select.error {
  border-color: #e94e51;
}
.donorfy .form__radio {
  margin-bottom: 1.25rem;
}
.donorfy .form__radio__text {
  display: inline-block;
  top: 2px;
  line-height: 3.5rem;
}
.donorfy .form__radio:last-child {
  margin-bottom: 3.5rem;
}
.donorfy .StripeElement {
  padding: 2rem 1.5rem;
  font-size: 2.5rem;
}
.donorfy .slash {
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: normal;
  color: #505050;
  font-size: 3rem;
  line-height: 6rem;
  width: 2rem;
  text-align: center;
  margin: 0 0 0 -2rem;
}
.donorfy textarea.for-radio {
  height: auto;
  width: calc(100% - 5rem);
  margin-left: 5rem;
}
.donorfy select {
  width: 100%;
  min-width: calc(50% - 2rem);
}
.donorfy select.half-width {
  width: calc(50% - 2rem);
}
.donorfy label input {
  margin-left: 0;
}
.donorfy #AmountPrefix {
  display: none;
}
.donorfy img {
  display: block;
  margin-bottom: 2rem;
}
.donorfy input[type=submit] {
  margin-top: 2rem;
}
.donorfy label.error {
  clear: both;
  border: none;
  color: #e94e51;
  box-shadow: none;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}
.donorfy .ErrorContainer {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: normal;
}
.donorfy #PleaseWait {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: normal;
  color: #00a870;
  font-weight: 600;
}
.donorfy__small-text {
  font-size: 2.25rem !important;
}

.fancybox-bg {
  background-color: #000;
}

/******************************************************************************************
caption
******************************************************************************************/
.fancybox-caption-wrap {
  padding: 0;
  background: none;
}

.fancybox-caption {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 600;
  border-top: none;
  text-align: center;
  padding-bottom: 3.5rem;
}

/******************************************************************************************
close/thumbs btns
******************************************************************************************/
.fancybox-toolbar {
  top: 26px;
  right: 26px;
}

.fancybox-button {
  background-color: transparent !important;
  opacity: 1 !important;
  color: #fff !important;
  margin-left: 0.5rem;
}
.fancybox-button:hover {
  color: #f9b122 !important;
}
.fancybox-button--thumbs:before {
  width: 7px;
  height: 7px;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  opacity: 1 !important;
  background-color: #fff;
  box-shadow: 0 -12px 0, -12px -12px 0, 12px -12px 0, inset 0 0 0 32px, -12px 0 0, 12px 0 0, 0 12px 0, -12px 12px 0, 12px 12px 0;
}
.fancybox-button--close:before {
  width: 32px;
  height: 32px;
  transform: none;
  top: 6px;
  left: 6px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.8%2031l-1.4-1.4.1-.3-1.3-2%2011.4-11.2-7.5-7.6-2.7-2.8v-.1h-.1L0%204.3l1-1.6v-.1l1.4-1.4.3.2L4.9.1%2016%2011.6%2027.3%200l.7.3.8-.2%202.3%203-.1.2%201%201.1L20.5%2016l11.4%2011%20.1.2-.3.6.2.8-3%202.4h-.2l-1.1.8-11.5-11.3-7.4%207.4h-.2l-2.7%202.7h-.1l.1.1L4.4%2032z%22%2F%3E%3C%2Fsvg%3E);
}
.fancybox-button--close:hover:before {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23ffa300%22%20d%3D%22M2.8%2031l-1.4-1.4.1-.3-1.3-2%2011.4-11.2-7.5-7.6-2.7-2.8v-.1h-.1L0%204.3l1-1.6v-.1l1.4-1.4.3.2L4.9.1%2016%2011.6%2027.3%200l.7.3.8-.2%202.3%203-.1.2%201%201.1L20.5%2016l11.4%2011%20.1.2-.3.6.2.8-3%202.4h-.2l-1.1.8-11.5-11.3-7.4%207.4h-.2l-2.7%202.7h-.1l.1.1L4.4%2032z%22%2F%3E%3C%2Fsvg%3E);
}
.fancybox-button--close:after {
  content: none;
}

/******************************************************************************************
arrows
******************************************************************************************/
.fancybox-arrow {
  opacity: 1 !important;
  width: 64px;
}
.fancybox-arrow:after {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2232%22%20viewBox%3D%220%200%2020%2032%22%3E%3Cpath%20d%3D%22M18.3%2014.6c-.7-.3-1.3-1.4-1.7-1.8-.7-.7-1.5-1.4-2.2-2.2-1.7-2-4-3.6-5.9-5.7C7.7%204%207%203.2%206.1%202.4c-.3-.3-.8-.7-1.1-1.1C4.9%201.1%204.1%200%203.7%200S2.5%201.1%202.1%201.5c-.5.6-1%201.1-1.5%201.7-.4.7-.3.9.3%201.5.5.6%201%201%201.5%201.5C4.1%207.8%205.9%209.4%207.5%2011c1.4%201.5%202.6%203%204.1%204.3l.5.5c.3.3.2.3-.1.8-.8.9-1.7%201.8-2.5%202.7-1.8%201.9-3.6%203.9-5.6%205.7-.6.5-1.1.9-1.7%201.5-.3.5-1.1.9-1.5%201.5-.5.7.5%201.1.8%201.7.5.8%201.7%202.3%202.4%202.3.1.3.8-.6.8-.7.1.1%205.5-5.4%205.9-5.7%201.9-1.9%203.6-4.2%205.8-5.8.8-.6%201.5-1.4%202.2-2.1.2-.2.9-.7%201-1%20.2-1-.8-1.9-1.3-2.1%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: auto;
}
.fancybox-arrow:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2232%22%20viewBox%3D%220%200%2020%2032%22%3E%3Cpath%20d%3D%22M18.3%2014.6c-.7-.3-1.3-1.4-1.7-1.8-.7-.7-1.5-1.4-2.2-2.2-1.7-2-4-3.6-5.9-5.7C7.7%204%207%203.2%206.1%202.4c-.3-.3-.8-.7-1.1-1.1C4.9%201.1%204.1%200%203.7%200S2.5%201.1%202.1%201.5c-.5.6-1%201.1-1.5%201.7-.4.7-.3.9.3%201.5.5.6%201%201%201.5%201.5C4.1%207.8%205.9%209.4%207.5%2011c1.4%201.5%202.6%203%204.1%204.3l.5.5c.3.3.2.3-.1.8-.8.9-1.7%201.8-2.5%202.7-1.8%201.9-3.6%203.9-5.6%205.7-.6.5-1.1.9-1.7%201.5-.3.5-1.1.9-1.5%201.5-.5.7.5%201.1.8%201.7.5.8%201.7%202.3%202.4%202.3.1.3.8-.6.8-.7.1.1%205.5-5.4%205.9-5.7%201.9-1.9%203.6-4.2%205.8-5.8.8-.6%201.5-1.4%202.2-2.1.2-.2.9-.7%201-1%20.2-1-.8-1.9-1.3-2.1%22%20fill%3D%22%23f9b122%22%2F%3E%3C%2Fsvg%3E");
}

/******************************************************************************************
thumbs tray
******************************************************************************************/
.fancybox-thumbs {
  background: #323232;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  padding-top: 8px;
}

.fancybox-thumbs > ul > li {
  height: 105px;
  border-left-width: 8px;
  border-bottom-width: 8px;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #fff;
  border-radius: 0;
}

body .cc-window {
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: normal;
}
body .cc-window a {
  background: none;
  font-weight: normal;
}
body .cc-window .cc-btn {
  font-family: "Trunk", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  padding: 1rem 3rem;
}

.cc-banner :last-child.cc-btn {
  min-width: 200px !important;
}

div.mce_inline_error, div.response {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: normal;
  font-weight: 600;
  background: #e94e51 !important;
  color: #fff !important;
  margin: -3rem 0 3rem !important;
  padding: 1rem 1.5rem !important;
}
div.mce_inline_error a, div.response a {
  color: #fff;
  text-decoration: underline !important;
}

div#mce-success-response {
  background: #00a870 !important;
}

.dev-tools__overlay {
  width: 100%;
  height: 10000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  *behavior: url(/js/third-party/boxsizing.htc);
  background: repeating-linear-gradient(transparent, transparent 1rem, rgba(255, 0, 0, 0.3) 1rem, rgba(255, 0, 0, 0.3) 2rem) 0 -0.5rem;
  background-position: 0 0;
}
.dev-tools__overlay ul {
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.dev-tools__col {
  height: 100% !important;
  width: 50%;
  display: block;
  display: none;
  float: left;
  /******************************************************************************************
  Update the below to change number of columns at various breakpoints...
  ******************************************************************************************/
}
.dev-tools__col div {
  height: 100%;
  background: rgba(255, 0, 0, 0.3);
}
.dev-tools__col--small {
  display: block;
}
@media screen and (min-width: 768px) {
  .dev-tools__col {
    width: 16.6666666667%;
    display: block;
  }
}
.dev-tools__grid-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  z-index: 2000;
  background: #fff url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20style%3D%22enable-background%3Anew%200%200%2025%2025%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%225%22%20height%3D%225%22/%3E%0A%3Crect%20x%3D%2210%22%20y%3D%223%22%20width%3D%225%22%20height%3D%225%22/%3E%0A%3Crect%20x%3D%2217%22%20y%3D%223%22%20width%3D%225%22%20height%3D%225%22/%3E%0A%3Crect%20x%3D%223%22%20y%3D%2210%22%20width%3D%225%22%20height%3D%225%22/%3E%0A%3Crect%20x%3D%2210%22%20y%3D%2210%22%20width%3D%225%22%20height%3D%225%22/%3E%0A%3Crect%20x%3D%2217%22%20y%3D%2210%22%20width%3D%225%22%20height%3D%225%22/%3E%0A%3Crect%20x%3D%223%22%20y%3D%2217%22%20width%3D%225%22%20height%3D%225%22/%3E%0A%3Crect%20x%3D%2210%22%20y%3D%2217%22%20width%3D%225%22%20height%3D%225%22/%3E%0A%3Crect%20x%3D%2217%22%20y%3D%2217%22%20width%3D%225%22%20height%3D%225%22/%3E%0A%3C/svg%3E%0A") top right no-repeat;
  cursor: pointer;
  opacity: 0.3;
}
.dev-tools__grid-btn:hover {
  opacity: 0.7;
}
.dev-tools__log {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 65px;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  display: none;
}
.dev-tools__log__text {
  font: 12px/12px arial;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3px;
}

.dev-alert {
  border: 1px solid red;
  background: pink;
  padding: 10px 15px;
}

.search-bar {
  display: block;
  position: absolute;
  top: 2rem;
  left: 16.5rem;
}
.search-bar input {
  display: inline-block;
  position: absolute;
  right: -72rem;
  width: 0rem;
  height: 6rem;
  background-color: white;
  padding: 2rem;
  margin: 0;
  border: none;
  outline: none;
  font-family: "Trunk", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #117167;
  vertical-align: bottom;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
.search-bar button {
  display: inline-block;
  position: absolute;
  right: -72rem;
  width: 6rem;
  height: 6rem;
  background-color: #00a870;
  border: none;
  outline: none;
  margin-left: -2px;
  vertical-align: bottom;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.search-bar button:hover {
  cursor: pointer;
  background-color: #f9b122;
}
.search-bar--reduced {
  display: block;
  position: relative;
  margin: 2rem 0;
  top: 0;
  left: 0;
  height: 6rem;
}
.search-bar--reduced input {
  width: auto !important;
  right: auto;
}
.search-bar--reduced button {
  left: 35.2rem;
}

@media only screen and (max-width: 1180px) {
  .search-bar {
    display: block;
    position: relative;
    margin: 2rem 0;
    top: 0;
    left: 0;
    height: 6rem;
  }
  .search-bar input {
    width: auto !important;
    right: auto;
  }
  .search-bar button {
    left: 35.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .search-bar {
    display: block;
    position: relative;
    margin: 2rem 0;
    top: 0;
    left: 0;
    height: 6rem;
  }
  .search-bar input {
    width: auto !important;
    max-width: 32.8rem;
    right: auto;
  }
  .search-bar button {
    right: auto;
    left: 33.2rem;
  }
}
.search-filters {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 4rem;
  background-color: #dbefe6;
}
.search-filters .filter-headers {
  margin: 0rem 3rem;
  padding: 3rem 0rem;
  border-bottom: 1px solid white;
}
.search-filters .filter-headers h3 {
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #00a870;
  margin-bottom: 1.5rem;
}
.search-filters .filter-headers h2 {
  font-family: "Trunk", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
}
.search-filters .expand-filter {
  display: none;
  width: 30rem;
  margin: 0rem 3rem;
  padding-top: 3rem;
}
.search-filters .expand-filter h3 {
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #00a870;
}
.search-filters .expand-filter:hover {
  cursor: pointer;
}
.search-filters .filter-wrap {
  display: block;
}
.search-filters .filter-options {
  display: grid;
  margin: 0rem 3rem;
  padding: 3rem 0rem;
  grid-template-columns: 17.33% 52% auto;
  grid-template-rows: 1fr;
}
.search-filters .filter-options p {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.search-filters .filter-options .filter-select {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: normal;
  width: 20rem;
  height: 6rem;
  padding-left: 2rem;
  outline: none;
  border: 1px solid #b2b2b2;
  font-weight: 400;
  color: #505050;
  margin-bottom: 3rem;
  background: #fff url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ0IDQ4Ij48cGF0aCBmaWxsPSIjNDU0NTQ1IiBkPSJNMTUgMTloMTRsLTcgMTF6Ii8+PC9zdmc+) top right no-repeat;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.search-filters .filter-options .filter-checks .item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
.search-filters .filter-options .filter-checks .round {
  position: relative;
}
.search-filters .filter-options .filter-checks .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}
.search-filters .filter-options .filter-checks .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}
.search-filters .filter-options .filter-checks .round input[type=checkbox] {
  visibility: hidden;
}
.search-filters .filter-options .filter-checks .round input[type=checkbox]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}
.search-filters .filter-options .filter-checks .round input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.search-filters .filter-options .filter-checks .checkbox-label {
  position: relative;
  bottom: 1rem;
  left: 5rem;
  margin-bottom: 0.5rem;
}
.search-filters .filter-options .filter-checks .checkbox-label--category-2 {
  padding-left: 3rem;
}
.search-filters .filter-options .filter-checks .checkbox-label--category-3 {
  padding-left: 6rem;
}
.search-filters .showing {
  display: grid !important;
}
.search-filters .filters-submit {
  display: block;
  padding: 0 3rem;
}
.search-filters .edge-filter {
  position: absolute;
  bottom: -1.3rem;
  width: 100%;
  height: 2rem;
}

@media only screen and (max-width: 1280px) {
  .search-filters {
    width: 100%;
    height: auto;
  }
  .search-filters .filter-options {
    grid-template-columns: 30% 70%;
    grid-template-rows: 1fr 1fr;
  }
  .search-filters .filter-options .filter-checks .item-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
@media only screen and (max-width: 880px) {
  .search-filters {
    width: 100%;
    height: auto;
  }
  .search-filters .expand-filter {
    display: block;
  }
  .search-filters .filter-wrap {
    display: none;
  }
  .search-filters .filter-options {
    grid-template-columns: 100%;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .search-filters .filter-options .filter-checks .item-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
@media only screen and (max-width: 680px) {
  .search-filters {
    width: 100%;
    height: auto;
  }
  .search-filters .filter-options {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-row-gap: 2rem;
  }
  .search-filters .filter-options .filter-checks .item-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.donate {
  margin: -5rem 0 0;
  padding: 0 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .donate {
    padding: 0 70px;
  }
}
@media screen and (min-width: 1250px) {
  .donate {
    padding: 0 150px;
  }
}
.donate::before, .donate::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background-image: url("/assets/img/paper-edge.jpg");
  background-repeat: repeat-y;
  background-size: contain;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .donate::before, .donate::after {
    width: 70px;
  }
}
@media screen and (min-width: 1250px) {
  .donate::before, .donate::after {
    width: 150px;
  }
}
.donate::before {
  left: 0;
  background-position: 100%;
}
.donate::after {
  right: 0;
  background-position: 100%;
  transform: scale(-1);
}
.donate__intro {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  line-height: 4.5rem;
  font-weight: normal;
  margin: 2rem 0;
}
.donate__form {
  margin-top: 0;
  margin: 0;
}
.donate__content {
  padding: 40px 40px 50px;
}
.donate__content .text {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.donate__part {
  background: #f7f5e9;
  margin: 0 0 40px;
}
.donate__heading {
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #688fca;
}
.donate__sub-heading {
  font-family: "Trunk", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  font-family: Trunk, sans-serif;
  color: #688fca;
  margin: 0 0 2rem;
}
.donate__info {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: normal;
  margin-bottom: 3rem;
}
.donate__info--small {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: normal;
}
.donate__info:last-of-type {
  margin: 0;
}
.donate__row {
  display: flex;
  width: 100%;
  gap: 40px;
  margin: 4rem 0;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .donate__row {
    flex-direction: row;
  }
}
.donate__row:last-of-type {
  margin: 3rem 0 0;
}
.donate__row--wrap {
  flex-direction: row;
  flex-wrap: wrap;
}
.donate__field {
  width: 100%;
  position: relative;
}
.donate__field--holder {
  display: none;
}
@media screen and (min-width: 768px) {
  .donate__field--holder {
    display: block;
  }
}
.donate__label {
  position: relative;
  margin: 0 0 3px 0 !important;
}
.donate__label--checkbox {
  padding: 0 0 0 25px;
}
.donate__required {
  color: #e94e51;
  font-size: 1.5rem;
  vertical-align: text-top;
}
.donate__input-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.donate__input {
  width: 100%;
  margin-bottom: 0 !important;
  border: none !important;
  font-weight: bold !important;
  background: #fff;
}
.donate__input.error:focus, .donate__input:focus {
  box-shadow: inset 0 4px 0 0 #00a870 !important;
  outline-style: none;
}
.donate__input::-moz-placeholder {
  font-weight: bold;
  opacity: 0.3;
  color: #000;
}
.donate__input::placeholder {
  font-weight: bold;
  opacity: 0.3;
  color: #000;
}
.donate__input--short {
  width: 46px !important;
}
.donate__input.error {
  box-shadow: inset 0 4px 0 0 #e94e51 !important;
}
.donate__amount-button {
  width: 100%;
  padding: 10px;
  border: 3px solid #00a870;
  background: #fff;
  color: #00a870;
  cursor: pointer;
  outline-style: none;
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
}
.donate__amount-button:hover, .donate__amount-button:focus {
  color: #117167;
  border: 3px solid #117167;
}
.donate__amount-button--selected {
  color: #fff;
  border: 3px solid #00a870;
  background: #00a870;
}
.donate__amount-button--selected:hover, .donate__amount-button--selected:focus {
  color: #fff;
  border: 3px solid #117167;
}
.donate__checkbox:focus ~ .donate__checkmark {
  box-shadow: inset 0 4px 0 0 #00a870 !important;
}
.donate__checkbox:checked ~ .donate__checkmark {
  background-color: #00a870;
}
.donate__checkbox:checked:focus ~ .donate__checkmark {
  box-shadow: inset 0 4px 0 0 #117167 !important;
}
.donate__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, 0.0784313725);
}
.donate__checkmark:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.donate__input-prefix {
  font-family: "Trunk", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #688fca;
}
.donate__sort-code {
  display: flex;
  align-items: center;
}
.donate__sort-code span {
  font-size: 4rem;
  margin: 0 1rem;
}
.donate__submit {
  width: 100%;
  margin: 4rem 0;
  position: relative;
}
.donate__submit--sending {
  cursor: wait;
}
.donate__submit--sending::after {
  position: absolute;
  display: block;
  content: url("data:image/svg+xml,%0A%3C!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL --%3E%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='8.042%25' y1='0%25' x2='65.682%25' y2='23.865%25' id='a'%3E%3Cstop stop-color='%23fff' stop-opacity='0' offset='0%25'/%3E%3Cstop stop-color='%23fff' stop-opacity='.631' offset='63.146%25'/%3E%3Cstop stop-color='%23fff' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18' id='Oval-2' stroke='url(%23a)' stroke-width='2'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/path%3E%3Ccircle fill='%23fff' cx='36' cy='18' r='1'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  top: 50%;
  left: calc(50% + 50px);
  transform: translate(0, -50%) scale(0.7);
}
.donate table {
  table-layout: fixed;
}

.donation-portal {
  background: #00a870;
  padding: 0 0 8rem;
}
.donation-portal__methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.donation-portal__method-frame {
  padding: 30px;
  background: #f7f5e9;
  display: block;
  position: relative;
  min-width: 390px;
}
.donation-portal__method-image {
  width: 100%;
  height: auto;
}
.donation-portal__method-label-container {
  position: absolute;
  bottom: 60px;
  left: 50px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.donation-portal__method-label {
  padding: 10px;
  background: #f7f5e9;
  font-family: "Trunk", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #00a870;
  text-align: center;
}
.donation-portal__method-label--block {
  display: block;
}

.call-to-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: flex-start;
}
.call-to-actions__wrapper {
  width: 290px;
}
.call-to-actions__card {
  background: #f7f5e9;
  padding: 10px;
  display: block;
}
.call-to-actions__heading {
  font-family: "Trunk", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #117167;
  margin: 2rem 0 1rem;
}
.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.spinner .path {
  stroke: hsl(210, 70%, 75%);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.banner-link {
  display: block;
  position: relative;
  margin-bottom: -25px;
}
.banner-link__image {
  display: block;
  width: 100%;
}
.banner-link img {
  display: block;
  width: 100%;
}
.banner-link::before {
  background: url(/assets/img/edge-dark-blue.svg) top !important;
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotate(180deg);
}

.image-text-banner {
  padding-top: 5rem;
}
.image-text-banner__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.image-text-banner__column {
  width: 100%;
  position: relative;
  padding: 2rem 0;
}
.image-text-banner__column--image {
  min-height: 380px;
}
@media (max-width: 740px) {
  .image-text-banner__column--image {
    margin-bottom: 1rem;
  }
}
@media (min-width: 740px) {
  .image-text-banner__column {
    width: calc(50% - 2rem);
  }
}
.image-text-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.image-text-banner__heading {
  font-size: 6rem;
  font-family: Trunk Stencil, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #117167;
}
.image-text-banner__copy {
  margin-top: 1rem;
}
.image-text-banner__link {
  margin-top: 3rem;
  display: inline-block;
}

.strip-banners__item {
  text-align: center;
  padding: 1rem 2rem;
  background: var(--background-color);
}
.strip-banners__item p,
.strip-banners__item a {
  color: var(--text-color);
  background-image: none;
}
.strip-banners__item p:hover,
.strip-banners__item a:hover {
  color: var(--text-color);
}
.strip-banners__item a {
  text-decoration: underline;
}

.sub-categories {
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .sub-categories {
    width: 66.6666666667%;
    margin-left: 33.3333333333%;
  }
}
.sub-categories__list {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 20px;
}

.mobile-donate-button {
  display: block;
  position: absolute;
  font-size: 3rem;
  position: absolute;
  top: 20px;
  right: 24px;
}
@media screen and (min-width: 1250px) {
  .mobile-donate-button:not(.mobile-donate-button--reduced) {
    display: none;
  }
}

.home-hero + .section.section--ragged {
  top: unset !important;
}

.home-hero {
  position: relative;
  padding: 5rem 0;
  margin-bottom: -2.2rem;
  z-index: 0;
}
@media (min-width: 800px) {
  .home-hero {
    padding: 8rem 0;
  }
}
.home-hero__content {
  position: relative;
  z-index: 3;
  min-height: 36vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 800px) {
  .home-hero__content {
    min-height: 56vh;
  }
}
@media screen and (max-width: 480px) {
  .home-hero__content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.home-hero__heading {
  color: inherit;
  font-family: "Trunk Stencil", sans-serif;
  font-size: 7rem;
  margin: 0;
}
@media (min-width: 800px) {
  .home-hero__heading {
    font-size: calc(8rem + 5vw);
  }
}
@media (min-width: 1400px) {
  .home-hero__heading {
    font-size: 16.5rem;
  }
}
.home-hero__copy {
  color: inherit;
  font-size: 3rem;
  margin: 1ex 0 0;
}
.home-hero__cta {
  margin: 1ex 0 0;
}
.home-hero__video, .home-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-hero__video {
  z-index: 2;
  overflow: hidden;
}
.home-hero__video iframe {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 190%;
  min-height: 190%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 800px) {
  .home-hero__video iframe {
    min-width: 130%;
    min-height: 130%;
  }
}
.home-hero__image {
  z-index: 1;
  background-size: cover;
  background-position: 50%;
}
.home-hero__image img {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}

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