@charset "UTF-8";
/*------------------------------------*\
	$TABLE OF CONTENTS
\*------------------------------------*/
/**
 *
 * Vendor ---------------------------
 * .....Gridle
 * .....Normalize
 *
 * Config ---------------------------
 * .....Variables
 * .....Type
 * .....Grid
 * .....Animation
 *
 * Lib ------------------------------
 * .....Mixins
 *
 * Atoms ----------------------------
 * Molecules ------------------------
 * Organisms ------------------------
 * Templates ------------------------
 * Pages ----------------------------
 *
 */
/*------------------------------------*\
	$VENDOR
\*------------------------------------*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.783d4031fe50.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.328cc0f6c782.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.325472601571.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.77aeaa52715b.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.ed9970ce2224.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.f92938639fa8.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.2a6692973429.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.ced611daf770.eot");
  src: url("../fonts/slick.ced611daf770.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.b7c9e1e479de.woff") format("woff"), url("../fonts/slick.d41f55a78e6f.ttf") format("truetype"), url("../fonts/slick.f97e3bbf7325.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*------------------------------------*\
	$CONFIG
\*------------------------------------*/
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/* ============================================
   Colours
   Hex colours (or rgba, hsl) are abstracted into
   named colour vars for readability. These can
   then be used elsewhere, e.g. for "Theme Colours"
   see below:
*/
/* ============================================
   Typography
*/
/* ============================================
   Grid Dimentions
*/
/* ============================================
   Header heights
*/
/* ============================================
   Breakpoints
*/
/* ============================================
   Transition speeds
*/
.row, .site-content__container, .info-graphic, .annual-report-rich-text, .filters__container, .teasers__container, .teasers__header, .overview__content, .overview__heading, .sitemap__container, .job-search__container, .job-listing__container, .job-listing__heading, .stories__header, .stories__container, .text-banner__container, .hero-split__container, .logo-showcase__container, .cards__container, .search-form__container, .featured-cards__container, .annual-report-opening-letter__container, .annual-report-highlights__container, .annual-report-graphs, .annual-report-carousel, .site-footer__container, .annual-report-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.col__full, .col__primary, .col__secondary, .col__three-quarters, .col__quarter, .col__two-col, .col__three-col, .col__four-col, .info-graphic__item, .filters__group, .filters__reset, .teasers__header__heading, .teasers__item, .newsletter-signup, .overview__heading__container, .overview__facts, .overview__feature, .sitemap, .sitemap__item, .job-search__form-container, .job-listing__heading__header, .job-listing__item, .stories__header__heading, .stories__item, .text-banner__content, .hero-split__item, .logo-showcase__item, .cards__item, .featured-cards__item, .annual-report-highlights__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 14px;
  padding-left: 14px;
}

@media screen and (min-width: 481px) {
  .col__full, .col__primary, .col__secondary, .col__three-quarters, .col__quarter, .info-graphic__item, .filters__group, .filters__reset, .teasers__header__heading, .teasers__item, .newsletter-signup, .overview__heading__container, .overview__facts, .overview__feature, .sitemap, .sitemap__item, .job-search__form-container, .job-listing__heading__header, .job-listing__item, .stories__header__heading, .stories__item, .text-banner__content, .hero-split__item, .logo-showcase__item, .cards__item, .featured-cards__item, .annual-report-highlights__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media screen and (min-width: 769px) {
  .col__primary, .col__secondary, .col__three-quarters, .col__quarter, .col__two-col, .info-graphic__item, .filters__group, .filters__reset, .teasers__header__heading, .teasers__item, .newsletter-signup, .overview__heading__container, .overview__facts, .overview__feature, .sitemap, .sitemap__item, .job-search__form-container, .job-listing__heading__header, .job-listing__item, .stories__header__heading, .stories__item, .text-banner__content, .hero-split__item, .logo-showcase__item, .cards__item, .featured-cards__item, .annual-report-highlights__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .col__primary, .col__secondary, .col__three-quarters, .col__quarter, .col__two-col, .col__three-col, .col__four-col, .info-graphic__item, .filters__group, .filters__reset, .teasers__header__heading, .teasers__item, .newsletter-signup, .overview__heading__container, .overview__facts, .overview__feature, .sitemap, .sitemap__item, .job-search__form-container, .job-listing__heading__header, .job-listing__item, .stories__header__heading, .stories__item, .text-banner__content, .hero-split__item, .logo-showcase__item, .cards__item, .featured-cards__item, .annual-report-highlights__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 14px;
    padding-left: 14px;
  }
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 14px;
  will-change: transform;
}

@media screen and (min-width: 769px) {
  .container {
    margin: 0 auto;
  }
}

.row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
}

[class*="no-gutter"] > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row .row {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .row .row {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .row .row {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .row .row {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .row .row {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .row .row {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .row .row {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.row__no-gutter {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.col__full, .col__primary, .col__secondary, .col__three-quarters, .col__quarter, .col__one-quarter, .col__two-col {
  margin-bottom: 28px;
}

.col__full {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (min-width: 1025px) {
  .col__full {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .col__full {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col__primary {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-top: 28px;
  margin-bottom: 28px;
}

@media screen and (min-width: 1025px) {
  .col__primary {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .col__primary {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .col__primary {
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media screen and (min-width: 1025px) {
  .col__primary {
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media screen and (min-width: 769px) {
  .col__primary {
    margin-top: 42px;
    margin-bottom: 42px;
  }
}

.col__primary--top-margin {
  margin-top: 56px;
}

@media screen and (min-width: 769px) {
  .col__primary--top-margin {
    margin-top: 182px;
  }
}

.col__secondary {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
  margin-top: 0;
  margin-bottom: 28px;
}

@media screen and (min-width: 1025px) {
  .col__secondary {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .col__secondary {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .col__secondary {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 1025px) {
  .col__secondary {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 769px) {
  .col__secondary {
    margin-top: 84px;
    margin-bottom: 112px;
  }
}

.col__secondary--top-margin {
  margin-top: 56px;
}

@media screen and (min-width: 769px) {
  .col__secondary--top-margin {
    margin-top: 301px;
  }
}

.col__three-quarters {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1025px) {
  .col__three-quarters {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .col__three-quarters {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .col__three-quarters {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .col__three-quarters {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}

.template-job-listing .col__three-quarters {
  margin: 0;
}

.col__quarter {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1025px) {
  .col__quarter {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .col__quarter {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .col__quarter {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .col__quarter {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

.col__two-col {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1025px) {
  .col__two-col {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 769px) {
  .col__two-col {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .col__two-col {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.col__three-col {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1025px) {
  .col__three-col {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 1025px) {
  .col__three-col {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

.col__four-col {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1025px) {
  .col__four-col {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 1025px) {
  .col__four-col {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

.col__no-gutter {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.site-content__container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
}

[class*="no-gutter"] > .site-content__container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.site-content__container .site-content__container {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .site-content__container .site-content__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .site-content__container .site-content__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .site-content__container .site-content__container {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .site-content__container .site-content__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .site-content__container .site-content__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .site-content__container .site-content__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

/*------------------------------------*\
$FUNCTIONS
\*------------------------------------*/
/*------------------------------------*\
$MIXINS
\*------------------------------------*/
/* ============================================
CSS Transition
Usage: @include transition(width,0.3s,ease-out);
*/
/* Rem Unit font sizes with relative fallback http:/seesparkbox.com/foundry/scss_rem_mixin_now_with_a_better_fallback
Usage: @include font-size(1, large);
*/
/* ============================================
Clearfix
*/
/* ============================================
Font smoothing
*/
/* ============================================
Placeholder text
*/
/* ============================================
iOS Native vertical scroll
*/
/* ============================================
Vertical align
http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/
*/
/* ============================================
Line after element
*/
/* ============================================
List reset
*/
/*------------------------------------*\
    $LAZYLOADING
\*------------------------------------*/
/*------------------------------------*\
	$ATOMS
\*------------------------------------*/
/*------------------------------------*\
$BASE DEFAULTS
\*------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #222;
  line-height: 1.55;
  font-family: "ff-tisa-web-pro", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

body.fixed {
  position: fixed;
  backface-visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.loading-icon {
  width: 50px;
}

@media screen and (min-width: 1025px) {
  .mobile-only {
    display: none;
  }
}

mark {
  background-color: #e8b757;
}

/*------------------------------------*\
$LINKS
\*------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  transition: color ease 250ms;
}

a:hover, a:focus {
  color: #ce482d;
}

.blog__body a,
.additional-info__item__text a,
.rich-text a {
  color: #ce482d;
}

.blog__body a:hover, .blog__body a:focus,
.additional-info__item__text a:hover,
.additional-info__item__text a:focus,
.rich-text a:hover,
.rich-text a:focus {
  color: #a43924;
}

.link--centered {
  display: block;
  margin: 0 auto 84px;
  text-align: center;
  color: #ce482d;
}

.link--centered:hover, .link--centered:focus {
  color: #000;
}

p {
  margin: 0 0 28px;
}

b,
strong {
  font-weight: bold;
}

/*------------------------------------*\
$FORMS
\*------------------------------------*/
form ol, form ul {
  list-style: none;
  margin-left: 0;
}

form .errorlist {
  color: #ce482d;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
}

form .errorlist li {
  font-size: 15px;
  font-weight: bold;
}

form ul.errorlist {
  padding-left: 0em;
  margin-bottom: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

label {
  display: block;
  padding-bottom: 14px;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0 1px 0;
}

input,
textarea {
  max-width: 800px;
  font-size: 15px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 7px 14px;
}

input[type=text],
input[type=search],
input[type=url],
input[type=number],
input[type=email],
textarea {
  -webkit-appearance: none;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 0.3em;
}

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.form__item__container {
  margin-bottom: 28px;
  position: relative;
}

.form__item__container--action {
  margin-top: 42px;
}

.form__item__container--box {
  background-color: transparent;
  border: 3px solid #2b7f68;
  padding: 28px;
  color: #fff;
  max-width: 800px;
}

.form__item__container--has-errors button, .form__item__container--has-errors input, .form__item__container--has-errors select, .form__item__container--has-errors textarea {
  background-color: #f5d8d2;
}

.form__item__container--has-errors input,
.form__item__container--has-errors textarea {
  max-width: 800px;
  font-size: 15px;
  width: 100%;
  border: 2px solid #ce482d;
  background-color: #f5d8d2;
}

.form__item__heading {
  font-size: 21px;
  font-weight: 400;
  color: #2f6067;
  margin-top: 42px;
  margin-bottom: 14px;
}

.form__item__heading--light {
  color: #e8b757;
}

.form__item__heading--no-top-margin {
  margin-top: 0;
}

.form__item__label {
  display: none;
}

.form__item__required {
  color: red;
}

.form__item__input {
  max-width: 800px;
  font-size: 15px;
  border: 1px solid #fff;
}

.form__item__input--small {
  width: 40%;
  max-width: 300px;
}

.form__item__input--medium {
  width: 60%;
  max-width: 500px;
}

.form__item__input--large {
  width: 100%;
}

.form__item__textarea {
  max-width: 800px;
}

.form__symbol {
  font-weight: bold;
  color: #2f6067;
}

.form__symbol--light {
  color: #fff;
}

.form__instruction {
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 7px 0 14px;
  color: rgba(0, 0, 0, 0.5);
}

.form__instruction--large {
  font-size: 18px;
}

.form__payment {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.form__payment .form__item__container {
  flex-basis: auto;
  max-width: auto;
}

.form__payment .form__item__container:first-child {
  flex-basis: 100%;
  max-width: 100%;
}

.form__payment .form__item__container:nth-child(2) {
  margin-right: 7px;
}

.form__payment .form__item__container:last-child {
  flex-basis: 100%;
  max-width: 100%;
}

.inline-form fieldset, .inline-form .inline-container {
  position: relative;
}

.inline-form input[type=submit], .inline-form button, .inline-form .btn {
  padding: 0.65rem 1.3rem;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: auto;
}

.inline-form input[type=submit]:hover, .inline-form input[type=submit]:focus, .inline-form button:hover, .inline-form button:focus, .inline-form .btn:hover, .inline-form .btn:focus {
  background: #000;
  color: #fff;
}

.input--large {
  font-size: 21px;
  padding: 14px 28px 14px 14px;
  border-radius: 5px !important;
}

@media screen and (min-width: 769px) {
  .input--large {
    font-size: 21px;
  }
}

/*------------------------------------*\
$SPECIFIC FORMS
\*------------------------------------*/
/* Search Form */
.donation-form__amount-input input {
  width: 40%;
  max-width: 300px;
  font-size: 15px;
}

/* Donate form */
#id_cvv {
  width: 100px;
}

#id_amount {
  padding-left: 28px;
}

#giftaid-form {
  max-width: 800px;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 0;
}

#giftaid-form input[type='checkbox'] {
  zoom: 2;
  float: left;
}

#giftaid-form .giftaid-form--logo {
  display: none;
}

#giftaid-form .giftaid-form--donation-giftaid,
#giftaid-form .giftaid-form--donation-amount {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #giftaid-form .giftaid-form--logo {
    display: block;
    float: right;
    margin-top: -36px;
    margin-left: 30px;
  }
}

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
ol {
  margin: 0 0 28px;
}

ul {
  list-style: disc;
  margin: 0 0 28px;
}

/*------------------------------------*\
    $MEDIA ELEMENTS
\*------------------------------------*/
/* Flexible Media */
img, video, object {
  max-width: 100%;
  height: auto;
}

iframe {
  margin-bottom: 1em;
}

figure {
  margin-bottom: 1em;
}

figure img {
  margin-bottom: 1em;
}

figcaption {
  font-style: italic;
}

/*------------------------------------*\
$TABLE
\*------------------------------------*/
table {
  margin: 0 0 28px;
  font-size: 15px;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  overflow: scroll;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-spacing: 0;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 769px) {
  table {
    display: table;
    /* removed to stop bottom and right borders vanishing */
    white-space: normal;
  }
}

th {
  text-align: left;
}

td,
th {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 14px;
}

thead th {
  background-color: #f0ece1;
  color: #000;
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  padding: 7px 14px;
}

tbody th {
  background-color: #f0ece1;
  color: #000;
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}

/*!
// CSS only Responsive Tables
// http://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/
.rtable {
  /*!
    // IE needs inline-block to position scrolling shadows otherwise use:
    // display: block;
    // max-width: min-content;
    */
  display: block;
  vertical-align: top;
  min-width: 100%;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
}

.rtable,
.rtable--flip tbody {
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}

.rtable td:first-child,
.rtable--flip tbody tr:first-child {
  background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

.rtable td:last-child,
.rtable--flip tbody tr:last-child {
  background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}

.rtable th {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  background: #f0ece1;
}

.rtable th,
.rtable td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}

.rtable--flip {
  display: flex;
  overflow: hidden;
  background: none;
}

.rtable--flip thead {
  display: flex;
  flex-shrink: 0;
  min-width: min-content;
}

.rtable--flip tbody {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.rtable--flip tr {
  display: flex;
  flex-direction: column;
  min-width: min-content;
  flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
  display: block;
}

.rtable--flip td {
  background-image: none !important;
  border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0;
}

/*------------------------------------*\
    $LOGO
\*------------------------------------*/
.logo__link {
  display: block;
  transition: opacity 250ms ease 0s;
}

.logo__icon {
  fill: #2b7f68;
  height: auto;
}

.site-footer .logo--sprout {
  display: inline-block;
  width: 40px;
  height: 18px;
  padding-left: 7px;
}

.site-footer .logo--sprout__icon {
  position: relative;
  top: 2px;
  width: 40px;
  height: 18px;
  fill: #fff;
}

.text-banner .logo--sprout {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: auto;
}

.text-banner .logo--sprout__icon {
  fill: #fff;
}

.site-header .logo {
  padding: 19px 28px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .site-header .logo {
    float: left;
    padding: 0 21px 0;
    width: auto;
    height: auto;
    text-align: left;
    margin: 21px 0 0;
  }
}

@media screen and (min-width: 1228px) {
  .site-header .logo {
    padding: 0 21px 0 0;
  }
}

.site-header .logo__icon {
  width: 200px;
  height: 34px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .site-header .logo__icon {
    width: 262px;
    height: 45px;
    margin: 0;
  }
}

.meta {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
}

.meta__container {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5 {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 14px;
  color: #000;
}

h1 {
  font-size: 24px;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  h1 {
    font-size: 42px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1025px) {
  h1 {
    font-size: 52px;
    line-height: 1.2;
  }
}

h2 {
  font-size: 21px;
}

@media screen and (min-width: 769px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  h4 {
    font-size: 21px;
  }
}

.col__secondary h2,
.col__quarter h2 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0 0 14px;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .col__secondary h2,
  .col__quarter h2 {
    font-size: 16px;
  }
}

.site-content__body--image-fill .col__secondary h2, .site-content__body--image-fill
.col__quarter h2 {
  color: #fff;
}

.col__secondary h3,
.col__quarter h3 {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .col__secondary h3,
  .col__quarter h3 {
    font-size: 18px;
  }
}

.site-content__body--image-fill .col__secondary h3, .site-content__body--image-fill
.col__quarter h3 {
  color: #fff;
}

.heading--section {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}

.heading--section em {
  font-style: normal;
  font-weight: 700;
}

.heading--section--medium {
  font-size: 21px;
  margin-bottom: 28px;
}

.form__item__container .heading--section {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
}

.heading--medium {
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .heading--medium {
    font-size: 21px;
  }
}

@media screen and (min-width: 769px) {
  .job-role .heading--medium {
    font-size: 18px;
  }
}

.heading--color-primary {
  color: #2b7f68;
}

.heading--underline {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.introduction {
  font-size: 18px;
  line-height: 1.5;
  max-width: 800px;
}

@media screen and (min-width: 769px) {
  .introduction {
    font-size: 21px;
  }
}

@media screen and (min-width: 1025px) {
  .introduction {
    font-size: 26px;
  }
}

.introduction--standard {
  margin-bottom: 42px;
}

.introduction--standard::after {
  content: '';
  width: 56px;
  height: 1px;
  display: block;
  margin: 42px 0;
  background-color: rgba(0, 0, 0, 0.15);
}

.introduction p {
  margin: 0 0 28px;
}

@media screen and (min-width: 769px) {
  .introduction p {
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  .feature-image__container .introduction {
    color: rgba(255, 255, 255, 0.9);
  }
}

.site-content__body--image-fill .introduction {
  color: rgba(255, 255, 255, 0.85);
  margin-top: -28px;
}

button,
input[type="submit"],
.btn {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 1em 1.5em;
  margin-right: 7px;
  font-size: 15px;
  background-color: transparent;
  border: 3px solid #fff;
  cursor: pointer;
  width: auto;
  color: #2b7f68;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  transition: background-color 250ms ease 0s;
}

button:hover,
input[type="submit"]:hover,
.btn:hover {
  color: #2b7f68;
  background-color: #fff;
}

.btn--secondary, .btn--transparent, .btn--tertiary, .btn--cta {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  padding: 14px;
  border: 2px solid #ce482d;
  background-color: transparent;
  transition: background-color 250ms ease 0s;
}

.btn--secondary:hover, .btn--transparent:hover, .btn--tertiary:hover, .btn--cta:hover {
  color: #2b7f68;
  background-color: #fff;
}

.btn--cta {
  text-align: center;
  background-color: #2b7f68;
  border-color: #2b7f68;
  color: #fff;
  width: 100%;
  margin-top: 5px;
}

.btn--cta:hover {
  border-color: #67724d;
  color: #fff;
  background-color: #2f6067;
}

.btn--large {
  font-size: 15px;
}

.btn--centered {
  text-align: center;
}

.btn--transparent {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  margin: 0 7px 14px;
  min-width: 224px;
  transition: border-color 250ms ease 0s, background-color 250ms ease 0s;
}

.btn--transparent:hover {
  color: #2b7f68;
  background-color: #fff;
  border-color: #fff;
}

.btn--underline {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding-bottom: 5px;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  background-position: center bottom;
  background-size: 2px 2px;
  background-image: linear-gradient(#ce482d 50%, #ce482d 50%);
  background-repeat: repeat-x;
}

.btn--underline:hover {
  color: #000;
}

.btn--tertiary {
  background-color: #ce482d !important;
  border-color: #ce482d !important;
  color: #fff !important;
}

.btn--tertiary:hover {
  background-color: #2f6067 !important;
  color: #fff !important;
  border-color: #2f6067 !important;
}

.btn--form {
  background-color: #2b7f68 !important;
  border-color: #2b7f68 !important;
  color: #fff !important;
}

.btn--form:hover {
  background-color: #2f6067 !important;
  color: #fff !important;
  border-color: #2f6067 !important;
}

.btn--icon {
  border: 0;
}

.btn--icon:hover {
  background-color: transparent;
}

.pagination {
  display: flex;
  justify-content: space-between;
  padding: 28px 0;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.pagination__previous .pagination__icon {
  transform: rotate(90deg);
}

.pagination__next .pagination__icon {
  transform: rotate(270deg);
}

.pagination__icon {
  margin: 3px 0 0 7px;
  fill: #ce482d;
  width: 14px;
  height: 14px;
}

.pagination__link {
  display: block;
  padding: 14px;
  border: 2px solid #ce482d;
  background-color: transparent;
  transition: background-color 250ms ease 0s;
}

.pagination__link:hover {
  color: #2b7f68;
  background-color: #fff;
}

.search {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.search__item {
  padding: 20px 7px 0;
}

@media screen and (min-width: 1025px) {
  .search__item {
    padding: 0;
  }
}

.search__link {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .search__link {
    text-align: left;
    width: auto;
    padding: 7px 0;
  }
}

.search__link:hover .search__icon {
  fill: #000;
}

.search__link.active .search__icon {
  opacity: 0;
}

.search__link.active .search__icon--close {
  opacity: 1;
}

.search__icon {
  position: relative;
  fill: #ce482d;
  opacity: 1;
  transition: opacity 250ms ease 0s;
  width: 30px;
  height: 30px;
  top: 4px;
}

@media screen and (min-width: 1025px) {
  .search__icon {
    width: 42px;
    height: 42px;
    top: 0;
  }
}

.search__icon--close {
  fill: #000;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 21px;
  height: 21px;
  opacity: 0;
  transition: opacity 250ms ease 0s;
}

@media screen and (min-width: 1025px) {
  .search__icon--close {
    top: 14px;
    left: 6px;
    width: 28px;
    height: 28px;
  }
}

.search__overlay {
  position: fixed;
  top: 72px;
  z-index: 4;
  width: 100%;
  pointer-events: none;
  background-color: rgba(43, 127, 104, 0.9);
  text-align: center;
  opacity: 0;
  padding: 7px 28px;
  backdrop-filter: blur(20px);
  transform: translate3d(0, -150%, 0);
  transition: transform 250ms ease 0s, opacity 250ms ease 0s;
}

@media screen and (min-width: 1025px) {
  .search__overlay {
    padding: 14px 28px;
    top: 94px;
  }
}

.search__overlay.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  transition: transform 250ms ease 0s, opacity 250ms ease 0s;
}

.search__overlay__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 1228px) {
  .search__overlay__container {
    padding-left: 21px;
  }
}

.search__overlay__button {
  background-color: transparent;
  padding: 0;
  outline: 0;
  margin: 0;
  border: 0;
  position: absolute;
  bottom: 10px;
  right: 0;
  box-shadow: none;
}

@media screen and (min-width: 1025px) {
  .search__overlay__button {
    right: 0;
  }
}

.search__overlay__button:hover .search__overlay__icon {
  fill: #000;
}

.search__overlay__icon {
  fill: #fff;
  width: 42px;
  height: 42px;
}

.search__overlay__input {
  background-color: transparent;
  outline: 0;
  border: 0 !important;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  box-shadow: none !important;
  max-width: 100%;
}

.site-header .search {
  position: absolute;
  height: 72px;
  right: 0;
  top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1025px) {
  .site-header .search {
    position: static;
    right: auto;
    height: auto;
    top: auto;
    overflow: hidden;
    float: right;
    margin: 21px 28px 0 14px;
  }
}

@media screen and (min-width: 1228px) {
  .site-header .search {
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .site-header .search .search__link {
    display: block;
    margin-left: 21px;
  }
}

.site-header--slideup .search__overlay {
  transform: translate3d(0, -300%, 0);
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.image {
  margin: 0 0 28px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .image {
    margin: 0 0 42px;
  }
}

.image__item {
  display: block;
  width: 100%;
  height: auto;
}

.image__caption {
  display: block;
  z-index: 2;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin-top: 14px;
}

.image__caption::after {
  content: '';
  height: 1px;
  width: 28px;
  background-color: rgba(34, 34, 34, 0.5);
  margin: 14px 0;
  display: block;
  text-align: center;
}

.image--grid {
  overflow: hidden;
  margin: 0 0 28px;
}

@media screen and (min-width: 769px) {
  .image--grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.image--grid__item {
  margin-bottom: 14px;
}

@media screen and (min-width: 769px) {
  .image--grid__item {
    margin: 0;
    float: left;
    width: 50%;
    padding: 10px;
  }
}

.hamburger {
  display: inline-block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}

.hamburger__container {
  order: 1;
}

.hamburger__toggle {
  display: block;
  position: absolute;
  top: 20px;
  left: 9px;
  right: 9px;
  height: 3px;
  border-radius: 3px;
  background-color: #ce482d;
  transition: background-color 0s 0.3s;
}

.hamburger__toggle::before, .hamburger__toggle::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ce482d;
  content: '';
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  border-radius: 3px;
}

.hamburger__toggle::before {
  transition-property: top, transform;
  top: -8px;
}

.hamburger__toggle::after {
  transition-property: bottom, transform;
  bottom: -8px;
}

.hamburger.active span {
  background-color: transparent;
}

.hamburger.active span::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.hamburger.active span::before, .hamburger.active span::after {
  transition-delay: 0s, 0.3s;
}

.hamburger:focus {
  outline: none;
}

.site-header .hamburger {
  position: absolute;
  left: 0;
  top: 0;
}

.site-header .mobile-only .hamburger {
  height: 72px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 14px;
}

.site-header .mobile-only .hamburger__toggle {
  top: 35px;
}

.site-header .main-menu__additional .hamburger {
  display: none;
  background-color: transparent;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .site-header .main-menu__additional .hamburger {
    display: block;
  }
}

.site-header .main-menu__additional .hamburger .hamburger__toggle {
  background-color: #fff;
}

.site-header .main-menu__additional .hamburger .hamburger__toggle::before, .site-header .main-menu__additional .hamburger .hamburger__toggle::after {
  background-color: #fff;
}

.site-header--transparent .hamburger {
  background-color: transparent;
  left: 14px;
}

.site-header--transparent .hamburger__toggle {
  background-color: #fff;
}

.site-header--transparent .hamburger__toggle::after, .site-header--transparent .hamburger__toggle::before {
  background-color: #fff;
}

.headroom--not-top .site-header--transparent .hamburger__toggle {
  background-color: #ce482d;
}

.headroom--not-top .site-header--transparent .hamburger__toggle::after, .headroom--not-top .site-header--transparent .hamburger__toggle::before {
  background-color: #ce482d;
}

blockquote {
  font-size: 21px;
  font-style: italic;
  font-weight: bold;
  color: #2b7f68;
  margin: 56px auto 56px;
  padding: 0;
  text-align: center;
  position: relative;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  blockquote {
    font-size: 32px;
    max-width: 80%;
  }
}

blockquote p {
  margin: 0;
}

blockquote::before {
  content: '';
  height: 2px;
  width: 140px;
  background-color: #2b7f68;
  margin: 0 auto 42px;
  display: block;
  text-align: center;
}

blockquote::after {
  content: '';
  height: 2px;
  width: 140px;
  background-color: #2b7f68;
  margin: 56px auto 0;
  display: block;
  text-align: center;
}

cite {
  display: block;
  font-size: 12px;
  color: black;
  line-height: 1;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
  padding-top: 42px;
}

@media screen and (min-width: 769px) {
  cite {
    font-size: 14px;
  }
}

iframe {
  max-width: 100%;
}

.iframe-wrapper,
.responsive-object {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 0 28px;
}

.iframe-wrapper iframe,
.responsive-object iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-graphic {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
}

[class*="no-gutter"] > .info-graphic {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.info-graphic .info-graphic {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .info-graphic .info-graphic {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .info-graphic .info-graphic {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .info-graphic .info-graphic {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .info-graphic .info-graphic {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .info-graphic .info-graphic {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .info-graphic .info-graphic {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.info-graphic__image {
  fill: #e8b757;
  vertical-align: bottom;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 28px;
}

.info-graphic__image__container {
  height: 140px;
  vertical-align: bottom;
  position: relative;
}

.info-graphic__item {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .info-graphic__item {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .info-graphic__item {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .info-graphic__item {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 1025px) {
  .info-graphic__item {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

.info-graphic__item--small .info-graphic__image {
  width: 30%;
  height: auto;
}

.info-graphic__item--medium .info-graphic__image {
  width: 40%;
  height: auto;
}

.info-graphic__item--large .info-graphic__image {
  width: 50%;
  height: auto;
}

.info-graphic__item__heading {
  margin: 0;
  color: #2b7f68;
}

.dropdown {
  display: inline-block;
  position: relative;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
}

.dropdown--centered {
  text-align: center;
}

.dropdown__container {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 2;
  border-radius: 3px;
  overflow: hidden;
  width: 280px;
  pointer-events: none;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform 250ms ease 0s, opacity 250ms ease 0s;
}

.dropdown__toggle__icon {
  float: right;
  width: 30px;
  height: 20px;
  fill: #ce482d;
}

.dropdown__toggle__icon--white {
  fill: #fff;
}

.dropdown.active .dropdown__container {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.dropdown.active .dropdown__toggle__icon {
  fill: #000;
  transform: rotate3d(1, 0, 0, 180deg);
}

.dropdown.active .dropdown__toggle__icon--white {
  fill: #fff;
}

.dropdown__item__heading {
  display: block;
  background-color: #ce482d;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  padding: 14px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  text-align: center;
}

.dropdown__item__heading:hover {
  color: #fff;
}

.dropdown__item__link {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 7px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  color: #000;
  transition: background-color 250ms ease 0s, color 250ms ease 0s;
}

.dropdown__item__link:hover {
  color: #000;
  background-color: #f0ece1;
}

.dropdown__item__link:hover::before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dropdown__item__link::before {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #ce482d;
  transform: translate3d(-10px, 0, 0);
  transition: transform 250ms ease 0s, opacity 250ms ease 0s;
}

.dropdown__item:last-child .dropdown__item__link {
  border-bottom: 0;
}

.hero-split__item__form__container.open .dropdown__container {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero-split__item__form__container.open .dropdown__toggle__icon {
  fill: #000;
  transform: rotate3d(1, 0, 0, 180deg);
}

.side-teaser {
  margin-bottom: 28px;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  padding: 0 14px;
}

@media screen and (min-width: 769px) {
  .side-teaser {
    padding: 0;
    margin-bottom: 42px;
  }
}

.side-teaser__link {
  position: relative;
  display: block;
  background-color: #f0ece1;
}

.side-teaser__link:hover .side-teaser__text {
  color: #ce482d;
}

.side-teaser__image {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

.side-teaser__country {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 20%;
  height: auto;
  fill: #2f6067;
}

.side-teaser__text {
  padding: 14px 28px 14px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  max-width: 80%;
}

.side-teaser__text::after {
  content: '';
  width: 28px;
  height: 1px;
  display: block;
  margin: 14px 0;
  background-color: rgba(0, 0, 0, 0.15);
}

.site-content__body--image-fill .side-teaser__link {
  background-color: #fff;
  border-radius: 0;
}

.site-content {
  margin-top: 72px;
}

@media screen and (min-width: 1025px) {
  .site-content {
    margin-top: 94px;
    min-height: 65vh;
  }
}

.site-content__body {
  padding: 0 14px;
  overflow: hidden;
}

@media screen and (min-width: 1228px) {
  .site-content__body {
    padding: 0;
  }
}

.site-content__body--fill {
  background-color: #f0ece1;
  background-image: url("../images/bg_texture.252aade85c21.jpg");
  overflow: auto;
}

.site-content__body--image-fill {
  position: relative;
}

.site-content__body--force-height {
  min-height: 65vh;
}

.site-content__body--double-padding {
  padding: 0 28px;
}

@media screen and (min-width: 769px) {
  .site-content__body--double-padding {
    padding: 0 100px;
  }
}

@media screen and (min-width: 1228px) {
  .site-content__body--double-padding {
    padding: 0;
  }
}

.site-content__body--tan {
  background-color: #f0ede4;
}

.site-content__body--pale-green {
  background-color: #e3f1ee;
}

.load-more {
  clear: both;
  margin-bottom: 56px;
}

.load-more:hover {
  background-color: rgba(222, 214, 192, 0.4);
}

.load-more:hover .load-more__link {
  transform: translate3d(0, 3px, 0);
}

.load-more__container {
  max-width: 1200px;
  padding: 0 28px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .load-more__container {
    padding: 0;
  }
}

.load-more__link {
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  padding: 28px 0 28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  transition: transform 250ms ease 0s;
}

.load-more__link:hover {
  color: #000;
}

.load-more__icon {
  margin: 3px 0 0 7px;
  fill: #ce482d;
  width: 14px;
  height: 14px;
}

.site-content__body--image-fill .load-more {
  background-color: rgba(255, 255, 255, 0.8);
}

.banner-image {
  height: auto;
  overflow: hidden;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .banner-image {
    height: 700px;
  }
}

@media screen and (min-width: 1025px) {
  .banner-image--small {
    height: 200px;
  }
}

@media screen and (min-width: 1150px) {
  .banner-image--small {
    height: 250px;
  }
}

@media screen and (min-width: 1228px) {
  .banner-image--small {
    height: 300px;
  }
}

@media screen and (min-width: 1025px) {
  .banner-image--medium {
    height: 500px;
  }
}

@media screen and (min-width: 1025px) {
  .banner-image--large {
    height: 900px;
  }
}

.banner-image__image {
  display: block;
  width: 100%;
  height: auto;
}

.filter-banner__container .banner-image {
  margin-bottom: 0;
}

.template-standard .banner-image {
  margin-top: 72px;
}

@media screen and (min-width: 1025px) {
  .template-standard .banner-image {
    margin-top: 94px;
  }
}

#sticky-anchor {
  position: absolute;
}

.feature-image-utility #sticky-anchor {
  bottom: 60px;
}

.featured-header-jobs #sticky-anchor {
  bottom: 94px;
}

.template-job-listing #sticky-anchor {
  position: absolute;
  bottom: 92px;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 3s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 3s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-fill-mode: both;
}

.slide-up--animate {
  transform: translateY(100%);
  animation: slideUp 0.8s ease-in forwards;
}

.slide-up--delay-for-imagezoom {
  animation-delay: 3s;
}

.slide-up--delay-for-h1slide {
  animation-delay: 3.2s;
}

.slide-up__wrapper {
  overflow: hidden;
}

@keyframes slideUp {
  to {
    transform: translateY(0);
  }
}

.image-zoom-out {
  animation: imageZoomOut 3s ease;
}

@keyframes imageZoomOut {
  0% {
    transform: translateZ(0) scale(1.2);
  }
  100% {
    transform: translateZ(0) scale(1);
  }
}

.tabs {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  border: 0;
}

.tabs__item {
  display: inline-block;
  padding: 0;
  margin: 0 28px 0 0;
  cursor: pointer;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 0;
  font-size: 24px;
}

.tabs__item.current {
  border-bottom: 4px solid rgba(0, 0, 0, 0.15);
}

.tabs__item.current .tabs__item__link {
  color: #ce482d;
}

.tabs__content {
  display: none;
}

.tabs__content.current {
  display: inherit;
}

sub,
sup {
  display: block;
  line-height: 1.6;
  font-size: 13px;
  position: relative;
  vertical-align: baseline;
  margin-bottom: 14px;
}

sub:last-of-type,
sup:last-of-type {
  margin-bottom: 28px;
}

.farmer-name {
  position: absolute;
  bottom: 14px;
  color: #fff;
  z-index: 2;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  right: 14px;
}

@media screen and (min-width: 769px) {
  .farmer-name {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }
}

.annual-report-feature-image--black .farmer-name {
  color: #000;
  text-shadow: none;
}

.annual-report-feature-image--black-white .farmer-name {
  color: #fff;
}

.annual-report-feature-image--white-black .farmer-name {
  color: #000;
  text-shadow: none;
}

.annual-report-opening-letter__container .dropcaps p:first-of-type:first-letter,
.dropcaps-section .dropcaps:first-of-type p:first-of-type:first-letter {
  font-size: 300%;
  margin: 0.2em 0 -0.1em 0;
  padding: 0 0.1em 0 0;
  height: 0.5em;
  line-height: 0.55em;
  float: left;
}

.sustainability-text {
  color: #67724d;
  font-style: italic;
  text-align: left;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 769px) {
  .sustainability-text {
    font-size: 21px;
  }
}

.impact-footnote-text {
  color: #67724d;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 14px;
  text-align: left;
}

.impact-footnote-text p {
  margin-bottom: 0;
}

.annual-report-blockquote {
  max-width: 866px;
  margin: 28px auto;
  padding: 28px 0;
  text-align: left;
  font-size: 21px;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #67724d;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .annual-report-blockquote {
    font-size: 25px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-blockquote {
    font-size: 35px;
  }
}

.annual-report-blockquote::before, .annual-report-blockquote::after {
  display: none;
}

.annual-report-blockquote__quotes {
  margin-bottom: 28px;
}

.annual-report-blockquote__cite {
  letter-spacing: 2px;
  color: #67724d;
  margin-top: 20px;
  padding-top: 0;
  font-weight: 600;
}

.annual-report-blockquote__cite::before {
  content: '';
  display: block;
  height: 3px;
  width: 70px;
  background-color: #67724d;
  margin-bottom: 24px;
}

.annual-report-rich-text {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  max-width: 866px;
  margin: 28px auto;
}

[class*="no-gutter"] > .annual-report-rich-text {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.annual-report-rich-text .annual-report-rich-text {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .annual-report-rich-text .annual-report-rich-text {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .annual-report-rich-text .annual-report-rich-text {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-rich-text .annual-report-rich-text {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .annual-report-rich-text .annual-report-rich-text {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .annual-report-rich-text .annual-report-rich-text {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .annual-report-rich-text .annual-report-rich-text {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.annual-report-rich-text h2, .annual-report-rich-text h3 {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .annual-report-rich-text h2, .annual-report-rich-text h3 {
    font-size: 21px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-rich-text h2, .annual-report-rich-text h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-rich-text h2 {
    font-size: 27px;
  }
}

.annual-report-rich-text h3 {
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .annual-report-rich-text h3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-rich-text h3 {
    font-size: 21px;
  }
}

.annual-report-rich-text p {
  font-size: 20px;
}

.widget-block {
  margin-bottom: 1em;
}

#dafdirectdiv {
  box-sizing: content-box;
}

/*------------------------------------*\
	$MOLECULES
\*------------------------------------*/
/*------------------------------------*\
$MAIN MENU
\*------------------------------------*/
/**
*
* Recommended markup structure:

* - ul.main-menu
* -- li.main-menu__item
* --- a.main-menu__link
* --- ul.main-menu__sub-menu
* ---- li.main-menu__sub-menu__item
* ----- a.main-menu__sub-menu__link
*
* [1] This has some positional styling which is delegated
* to .site-header
*/
.main-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  order: 2;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  background-color: #2b7f68;
  backface-visibility: hidden;
  top: 72px;
  left: 0;
  width: 100%;
  z-index: 2;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  transform: translate3d(-100%, 0, 0);
  transition: transform .2s ease 0s;
}

@media screen and (min-width: 1025px) {
  .main-menu {
    float: left;
    background-color: transparent;
    transform: translate3d(0, 0, 0);
    position: inherit;
    top: inherit;
    left: inherit;
    width: inherit;
    border: 0;
  }
}

.main-menu.active {
  transform: translate3d(0, 0, 0);
}

.main-menu__item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .main-menu__item {
    float: left;
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .main-menu__item {
    font-size: 20px;
  }
}

.main-menu__item.selected .main-menu__link {
  background-color: #ce482d;
}

@media screen and (min-width: 1025px) {
  .main-menu__item.selected .main-menu__link {
    color: #ce482d;
    background-color: #fff;
  }
}

.main-menu__item:hover .main-menu__link, .main-menu__item:focus .main-menu__link {
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .main-menu__item:hover .main-menu__link, .main-menu__item:focus .main-menu__link {
    color: #2f6067;
    background-color: #fff;
  }
}

.main-menu__item.active .main-menu__link {
  background-color: #2f6067;
}

.main-menu__item.active .main-menu__link__toggle__icon {
  transform: rotate(180deg);
}

.main-menu__item.active .main-menu__sub-menu {
  display: block;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.main-menu__link {
  display: block;
  position: relative;
  padding: 14px 28px;
  color: #fff;
  background-color: #2b7f68;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 1025px) {
  .main-menu__link {
    color: #222;
    padding: 0;
    margin-right: 21px;
    background-color: transparent;
    border: 0;
  }
}

.main-menu__link__toggle {
  display: block;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  width: 45px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 1025px) {
  .main-menu__link__toggle {
    display: none;
  }
}

.main-menu__link__toggle:hover .main-menu__link__toggle__icon {
  fill: #fff;
}

.main-menu__link__toggle__icon {
  fill: rgba(255, 255, 255, 0.8);
  position: relative;
  top: 14px;
  left: 12px;
  z-index: 4;
}

.main-menu__sub-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
  backface-visibility: hidden;
  opacity: 0;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  transition: opacity 250ms ease 0s;
}

@media screen and (min-width: 1025px) {
  .main-menu__sub-menu {
    display: block;
    position: absolute;
    left: 0;
    transform: translate3d(0, -400%, 0);
    padding: 21px 0 0 0;
    width: 280px;
    box-shadow: 1px 21px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    pointer-events: none;
    border-radius: 0 0 3px 3px;
  }
}

.main-menu__sub-menu__item {
  white-space: nowrap;
  text-transform: none;
  position: relative;
  font-size: 15px;
  font-weight: 400;
}

@media screen and (min-width: 1025px) {
  .main-menu__sub-menu__item:first-child {
    border-top: 5px solid #2f6067;
  }
}

.main-menu__sub-menu__item:first-child .main-menu__sub-menu__item__link {
  border: 0;
}

.main-menu__sub-menu__item__link {
  display: block;
  position: relative;
  background-color: #2f6067;
  padding: 14px 28px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .main-menu__sub-menu__item__link {
    background-color: #fff;
    color: #222;
    padding: 9.33333px 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}

.main-menu__sub-menu__item__link::before {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #ce482d;
  transform: translate3d(-10px, 0, 0);
  transition: transform 250ms ease 0s, opacity 250ms ease 0s;
}

.main-menu__sub-menu__item__link:hover {
  color: #000;
  background-color: #f0ece1;
}

.main-menu__sub-menu__item__link:hover::before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.main-menu__sub-menu__item.selected .main-menu__sub-menu__item__link {
  color: #000;
  background-color: #f0ece1;
}

.main-menu__sub-menu__item.selected .main-menu__sub-menu__item__link::before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.main-menu__item:hover .main-menu__sub-menu {
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .main-menu__item:hover .main-menu__sub-menu {
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
    will-change: transform;
  }
}

.audience-menu {
  order: 3;
  transform: translate3d(-100%, 0, 0);
  transition: transform .2s ease 0s;
}

@media screen and (min-width: 1025px) {
  .audience-menu {
    display: block;
    margin: 0 0 14px;
    transform: translate3d(0, 0, 0);
  }
}

.audience-menu.active {
  transform: translate3d(0%, 0, 0);
}

.audience-menu__container {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.audience-menu__item {
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-size: 20px;
}

@media screen and (min-width: 1025px) {
  .audience-menu__item {
    display: inline-block;
    font-size: 13px;
    margin: 0 14px 0 0;
  }
}

.audience-menu__item:last-item {
  margin-right: 0;
}

.audience-menu__item__link {
  display: block;
  color: #fff;
  padding: 14px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #2f6067;
}

@media screen and (min-width: 1025px) {
  .audience-menu__item__link {
    color: #222;
    padding: 0;
    border: 0;
    color: #222;
    background-color: transparent;
  }
}

.audience-menu__item__link:hover {
  color: #ce482d;
}

.breadcrumb {
  margin-bottom: 28px;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .breadcrumb {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.breadcrumb__container {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.breadcrumb__item {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.breadcrumb__link {
  display: block;
  text-shadow: none;
}

.breadcrumb__link::after {
  content: "/";
  position: relative;
  top: -2px;
  padding-left: 7px;
  margin-right: 7px;
  font-weight: normal;
  font-size: 11px;
  color: #222;
}

.listing__item {
  overflow: hidden;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  margin-bottom: 28px;
}

.listing__item:last-child .listing__item__link {
  border-bottom: 0;
}

.listing__item__link {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  margin-bottom: 28px;
}

.listing__item__link:hover .listing__item__heading {
  color: #ce482d;
}

.listing__item__link:hover .listing__item__image-container::after {
  transform: translate3d(0, 0, 0);
}

.listing__item__heading {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 14px;
  transition: color 250ms ease 0s;
}

.listing__item__heading:hover {
  color: #ce482d;
}

.listing__item__description {
  color: #222;
  margin-bottom: 14px;
  font-size: 15px;
}

.listing__item__description--large {
  font-size: 18px;
}

.listing__item__meta {
  color: #222;
  font-size: 15px;
  margin-bottom: 28px;
  color: rgba(34, 34, 34, 0.6);
}

.listing__item__meta--light {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 769px) {
  .listing__item__meta--light {
    color: #fff;
  }
}

.listing__item__meta--large {
  font-size: 17px;
  margin-top: 28px;
}

.listing__item__meta--top-margin {
  margin-top: 14px;
}

.listing__item__type {
  text-transform: uppercase;
  color: #ce482d;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 7px;
}

.listing__item__image {
  display: block;
  width: 100%;
  height: auto;
}

.listing__item__image-container {
  position: relative;
  margin: 0 0 14px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .listing__item__image-container {
    margin: 0 0 28px;
    float: left;
    width: 30%;
  }
}

.listing__item__image-container::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  content: '';
  height: 10px;
  width: 100%;
  background-color: #ce482d;
  transform: translate3d(0, 10px, 0);
  transition: transform 250ms ease 0s;
}

.listing__item__image-container:hover::after {
  transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 769px) {
  .listing__item__content-container {
    float: left;
    width: 65%;
    padding-left: 28px;
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 769px) {
  .listing__item__content-container--no-image {
    padding-left: 0;
  }
}

.listing__item__category {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  color: #ce482d;
}

.listing__item__category::before {
  content: '|';
  color: rgba(0, 0, 0, 0.15);
  margin: 0 10px;
}

.site-content__body--image-fill .listing .listing__container {
  background-color: #fff;
  padding-top: 28px;
}

.site-content__body--image-fill .listing .listing__item {
  padding: 0 28px;
}

.share {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
}

.share--annual-report {
  display: none;
}

@media screen and (min-width: 1228px) {
  .share--annual-report {
    position: absolute;
    left: calc(((100vw - 866px) / 4 ) - 25px);
    display: block;
  }
}

.share--annual-report-mobile {
  display: block;
  text-align: center;
  margin: 40px auto;
}

@media screen and (min-width: 1228px) {
  .share--annual-report-mobile {
    display: none;
  }
}

.col__secondary .share {
  padding: 0 14px;
}

@media screen and (min-width: 769px) {
  .col__secondary .share {
    padding: 0;
  }
}

.share__container {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.share--annual-report .share__container {
  display: flex;
  flex-direction: column;
  color: #2b7f68;
}

.share--annual-report-mobile .share__container {
  display: inline-block;
}

.share__label {
  display: none;
}

.share--annual-report .share__label {
  display: block;
  color: #2b7f68;
  font-size: 18px;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  text-align: center;
}

.share--annual-report-mobile .share__label {
  display: block;
  color: #1c1c1c;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.share__item {
  display: inline-block;
  margin: 0 7px 0 0;
}

.share__item a {
  display: block;
}

.share__item span {
  display: none;
}

.share__item:hover .share__icon {
  fill: #ce482d;
}

.share--annual-report .share__item {
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 2px solid #2b7f68;
}

.share--annual-report .share__item:last-child {
  border-bottom: 0;
}

.share--annual-report .share__item .share__icon {
  fill: #2b7f68;
  width: 40px;
  height: 40px;
}

.share--annual-report-mobile .share__item .share__icon {
  fill: #2b7f68;
  width: 40px;
  height: 40px;
}

.share--annual-report .share__item--facebook .share__icon {
  position: relative;
  left: -2px;
}

.share--annual-report-mobile .share__item--facebook .share__icon {
  width: 38px;
  height: 38px;
  position: relative;
  right: 1px;
}

.share__icon {
  height: 28px;
  width: 28px;
  fill: #000;
}

.utility-menu .share {
  margin-left: 28px;
  display: none;
}

@media screen and (min-width: 769px) {
  .utility-menu .share {
    display: inline-block;
  }
}

.row--action .share {
  margin-top: 28px;
}

.row--action .share .share__icon {
  fill: #2b7f68;
}

.row--action .share .share__icon:hover {
  fill: #ce482d;
}

.col__secondary .share .share__label {
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 7px;
}

.col__secondary .share .share__icon {
  fill: #2b7f68;
}

.col__secondary .share .share__icon:hover {
  fill: #ce482d;
}

.tags {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  margin: 0;
}

.tags__container {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tags__item {
  display: inline-block;
  font-size: 12px;
}

.tags__item--standout {
  font-weight: 600;
  color: #000 !important;
}

.tags__item__icon {
  position: relative;
  top: 2px;
  width: 18px;
  height: 16px;
  margin-right: 2px;
  fill: #ce482d;
}

.tags__link {
  position: relative;
  display: block;
  padding: 14px 14px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
  line-height: 1;
  border-radius: 2px;
  transition: background-color .2s ease 0s;
}

.tags__link::before {
  content: '';
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ce482d;
  transform: translate3d(0, 10px, 0);
  transition: transform 250ms ease 0s, opacity 250ms ease 0s;
}

.tags__link:hover {
  color: #000;
  background-color: #f0ece1;
}

.tags__link:hover::before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.col__secondary .tags {
  padding: 0 14px;
}

.col__secondary .tags::after {
  content: '';
  width: 56px;
  height: 1px;
  display: block;
  margin: 28px 0 28px;
  background-color: transparent;
}

@media screen and (min-width: 769px) {
  .col__secondary .tags {
    padding: 0;
  }
}

.col__secondary .tags:last-child {
  padding: 0 14px;
}

.col__secondary .tags:last-child::after {
  content: '';
  width: 56px;
  height: 1px;
  display: block;
  margin: 28px 0 28px;
  background-color: rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 769px) {
  .col__secondary .tags:last-child {
    padding: 0;
  }
}

.cta {
  background-color: #ce482d;
}

.cta__container {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 56px 28px 56px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .cta__container {
    padding: 56px 0 56px;
  }
}

.cta__text {
  position: relative;
  z-index: 1;
  font-size: 21px;
  max-width: 840px;
  margin: 0 auto 42px;
  color: rgba(255, 255, 255, 0.8);
}

.cta__text::after {
  content: '';
  height: 1px;
  width: 84px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 28px auto 28px;
  display: block;
  text-align: center;
}

.cta__heading {
  position: relative;
  z-index: 1;
  color: #fff;
  margin: 0 auto 14px;
}

.cta__image {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  opacity: 0.8;
  margin-bottom: 28px;
}

@media screen and (min-width: 769px) {
  .cta__image {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 40%;
    opacity: 0.4;
  }
}

.cta-newsletter {
  padding: 20px 35px;
  background-color: rgba(222, 214, 192, 0.5);
  position: sticky;
  top: 20%;
  margin: 13px;
}

@media screen and (min-width: 769px) {
  .cta-newsletter {
    padding: 20px;
    margin: 0;
  }
}

.cta-newsletter--general .cta-newsletter__checkbox {
  display: flex;
  margin-top: 4px;
}

.cta-newsletter--general .cta-newsletter__checkbox input {
  flex-shrink: 0;
  position: relative;
  top: 4px;
  margin: 0;
  width: 20px;
  height: 20px;
}

.cta-newsletter--general .cta-newsletter__checkbox label {
  display: inline-block;
  margin-top: 4px;
  margin-left: 6px;
  padding-bottom: 4px;
  font-size: 16px;
}

.cta-newsletter--general .cta-newsletter__checkbox label a {
  color: #ce482d;
}

.cta-newsletter--general .btn--cta {
  margin-top: 20px;
}

.cta-newsletter h3,
.cta-newsletter p,
.cta-newsletter input,
.cta-newsletter input::placeholder,
.cta-newsletter select {
  text-align: center;
  text-align-last: center;
}

.cta-newsletter input {
  padding-left: 5px;
}

.cta-newsletter input::placeholder {
  font-family: "ff-tisa-web-pro", Georgia, Times, "Times New Roman", serif;
}

.cta-newsletter input,
.cta-newsletter select {
  margin: 2px 0;
  width: 100%;
  height: 35px;
  font-size: 0.9em;
}

.cta-newsletter .error {
  font-size: 0.6em;
  margin-left: 5px;
  font-style: italic;
  color: #ce482d;
}

.filters {
  background-color: #2f6067;
  padding: 28px 14px;
  margin: 0 0 28px;
  transition: padding-bottom 250ms ease 0s;
}

@media screen and (min-width: 1025px) {
  .filters {
    padding: 28px 0 28px;
  }
}

.filters__container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  max-width: 1200px;
  margin: 0 auto;
}

[class*="no-gutter"] > .filters__container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.filters__container .filters__container {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .filters__container .filters__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .filters__container .filters__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .filters__container .filters__container {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .filters__container .filters__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .filters__container .filters__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .filters__container .filters__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.filters__container--center {
  flex-direction: row;
  justify-content: center;
}

.filters__group {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 14px;
  /* &:hover {

            .filters__children {
                transform: translate3d(0, 0, 0);
                opacity: 1;
                pointer-events: auto;
            }

            .filters__group__heading {
                color: $color--secondary;
                background-color: $color--white;
            }

            .filters__group__icon {

                @include gridle_state( desktop ) {
                    fill: $color--black;
                    transform: rotate(-180deg);
                    padding-right: ($grid / 2);
                    border-right: 1px dotted $color--border;
                    padding-left: 0;
                    border-left: 0;
                }

            }

        } */
}

@media screen and (min-width: 1025px) {
  .filters__group {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .filters__group {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .filters__group {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .filters__group {
    -webkit-flex-basis: 20.83333%;
    -moz-flex-basis: 20.83333%;
    -ms-flex-preferred-size: 20.83333%;
    flex-basis: 20.83333%;
    max-width: 20.83333%;
  }
}

@media screen and (min-width: 1025px) {
  .filters__group {
    padding-left: 7px !important;
    padding-right: 7px !important;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .filters__group:first-child {
    padding-left: 28px !important;
  }
}

@media screen and (min-width: 1228px) {
  .filters__group:first-child {
    padding-left: 0 !important;
  }
}

.filters__group:last-child {
  margin-bottom: 0;
}

.filters__group__heading {
  width: 100%;
  background-color: white;
  padding: 7px 14px;
  border-radius: 3px;
  height: 38px;
}

.filters__group__heading__text {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 34px);
  display: inline-block;
}

.filters__group__heading__count {
  color: #ce482d;
  font-size: 13px;
}

.filters__group__icon {
  position: relative;
  top: 4px;
  width: 29px;
  height: 15px;
  fill: #ce482d;
  float: right;
  border-left: 1px dotted rgba(0, 0, 0, 0.15);
  padding-left: 14px;
  transition: fill 250ms ease 0s;
}

.filters__group.active .filters__children {
  display: block;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .filters__group.active .filters__children {
    width: 560px;
  }
}

.filters__group.active .filters__group__heading {
  background-color: #fff;
}

.filters__group.active .filters__group__heading__text {
  color: #ce482d;
}

.filters__group.active .filters__group__icon {
  fill: #000;
  transform: rotate(-180deg);
  padding-right: 14px;
  border-right: 1px dotted rgba(0, 0, 0, 0.15);
  padding-left: 0;
  border-left: 0;
}

.filters__children {
  display: none;
  transform: translate3d(0, 0, 0);
  width: 308px;
  padding-top: 5px;
  opacity: 0;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  pointer-events: none;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  transition: transform .2s ease 0s, opacity .2s ease 0s;
}

@media screen and (min-width: 1025px) {
  .filters__children {
    display: block;
    position: absolute;
    z-index: 2;
  }
}

.filters__children__container {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-radius: 3px;
  overflow: hidden;
}

.filters__children__item {
  position: relative;
  font-size: 14px;
}

.filters__children__item__link {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 7px 14px;
  color: #222;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.filters__children__item__link::before {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #ce482d;
  transform: translate3d(-10px, 0, 0);
  transition: transform 250ms ease 0s, opacity 250ms ease 0s;
}

.filters__children__item__link:hover {
  color: #000;
  background-color: #f0ece1;
}

.filters__children__item__link:hover::before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.filters__children__item:first-child .filters__children__item__link {
  border-top: 0;
}

.filters__children__item__heading {
  color: #000;
}

.filters__children__item__icon {
  width: 15px;
  height: 15px;
  fill: #2f6067;
  margin-right: 7px;
  margin-top: 2px;
  opacity: 0;
  transform: translate(0, -100%, 0);
  transition: transform 250ms ease 0s;
  position: absolute;
}

.filters__children__item__description {
  display: block;
  padding-top: 0px;
  color: rgba(34, 34, 34, 0.8);
  font-size: 12px;
}

.filters__children__item--selected .filters__children__item__link {
  background-color: #f0ece1;
}

.filters__children__item--selected .filters__children__item__link:hover {
  background-color: #f0ece1;
}

.filters__children__item--selected .filters__children__item__link::before {
  background-color: #2f6067;
}

.filters__children__item--selected .filters__children__item__heading {
  padding-left: 24px;
}

.filters__children__item--selected .filters__children__item__icon {
  opacity: 1;
  transform: translate(0, 0, 0);
}

.filters__children--large .filters__children__item__link {
  padding: 14px 14px;
}

.filters__children--large .filters__children__item__heading {
  font-weight: 500;
}

.filters__reset {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  display: block;
  color: #fff;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding-top: 7px;
}

@media screen and (min-width: 1025px) {
  .filters__reset {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .filters__reset {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .filters__reset {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .filters__reset {
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

.filters__reset:hover {
  color: #fff;
}

.filters__reset:hover .filters__reset__count {
  color: #fff;
}

.filters__reset__count {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;
}

.site-header--slidedown .filters.stick {
  transform: translate3d(0, 72px, 0);
}

@media screen and (min-width: 1025px) {
  .site-header--slidedown .filters.stick {
    transform: translate3d(0, 94px, 0);
  }
}

.template-job-listing .filters {
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .template-job-listing .filters {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
}

@media screen and (min-width: 1025px) {
  .template-job-listing .filters.stick {
    position: fixed;
    backface-visibility: hidden;
    top: 0;
    height: 66px;
    width: 100%;
    z-index: 3;
    padding: 14px 0;
    transition: transform 250ms ease 0s, padding-bottom 250ms ease 0s;
  }
}

.teasers {
  margin: 0;
  position: relative;
  z-index: 1;
}

.teasers--top-padding {
  padding-top: 56px;
}

.teasers__container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 56px;
}

[class*="no-gutter"] > .teasers__container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.teasers__container .teasers__container {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .teasers__container .teasers__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .teasers__container .teasers__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .teasers__container .teasers__container {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .teasers__container .teasers__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .teasers__container .teasers__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .teasers__container .teasers__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.teasers__header {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  margin: 0 auto 42px;
  max-width: 1200px;
}

[class*="no-gutter"] > .teasers__header {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.teasers__header .teasers__header {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .teasers__header .teasers__header {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .teasers__header .teasers__header {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .teasers__header .teasers__header {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .teasers__header .teasers__header {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .teasers__header .teasers__header {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .teasers__header .teasers__header {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.teasers__header__heading {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  font-size: 16px;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .teasers__header__heading {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .teasers__header__heading {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .teasers__header__heading {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .teasers__header__heading {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .teasers__header__heading {
    font-size: 21px;
    text-align: left;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.teasers__item {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 28px;
}

@media screen and (min-width: 1025px) {
  .teasers__item {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .teasers__item {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .teasers__item {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 1025px) {
  .teasers__item {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

.teasers__item__action {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(34, 34, 34, 0.5);
  text-align: center;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: opacity 250ms ease 0s;
}

.teasers__item__action__container {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  padding: 28px;
}

.teasers__item__action__description {
  margin: 0 0 14px;
  font-size: 16px;
  color: white;
}

.teasers__item__action__btn {
  display: inline-block;
  border-color: #fff;
  color: #fff;
}

.teasers__item__link {
  display: block;
  overflow: hidden;
}

.teasers__item__link:hover .teasers__item__heading, .teasers__item__link:focus .teasers__item__heading {
  color: #ce482d;
}

.teasers__item__link:hover .teasers__item__action, .teasers__item__link:focus .teasers__item__action {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.teasers__item__heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .teasers__item__heading {
    font-size: 18px;
    text-align: left;
  }
}

.teasers__item__image-container {
  position: relative;
}

@media screen and (min-width: 769px) {
  .teasers__item__image-container {
    margin: 0 0 14px 0;
  }
}

.teasers__item__image {
  display: block;
  width: 100%;
  margin-bottom: 14px;
}

@media screen and (min-width: 769px) {
  .teasers__item__image {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .teasers__item__content {
    padding: 0;
  }
}

.teasers--off-white {
  background-color: #f0ece1;
  background-image: url("../images/bg_texture.252aade85c21.jpg");
  padding-top: 56px;
}

.teasers--dark-bg {
  background-color: #2f6067;
  padding-top: 56px;
}

.teasers--dark-bg .teasers__header__heading {
  color: #fff;
}

.site-content__body--fill .teasers,
.site-content__body--image-fill .teasers {
  margin-top: 0;
}

.site-content__body--fill .teasers__item,
.site-content__body--image-fill .teasers__item {
  margin-bottom: 28px;
}

@media screen and (min-width: 769px) {
  .site-content__body--fill .teasers__item,
  .site-content__body--image-fill .teasers__item {
    margin-bottom: 56px;
  }
}

.site-content__body--fill .teasers__item__heading,
.site-content__body--image-fill .teasers__item__heading {
  margin-bottom: 5px;
}

.site-content__body--fill .teasers__item__link,
.site-content__body--image-fill .teasers__item__link {
  background-color: #fff;
}

.site-content__body--fill .teasers__item__image-container,
.site-content__body--image-fill .teasers__item__image-container {
  margin: 0 0 14px 0;
}

.site-content__body--fill .teasers__item__content,
.site-content__body--image-fill .teasers__item__content {
  padding: 0 28px 21px;
}

.site-content__body--fill .teasers__item__description,
.site-content__body--image-fill .teasers__item__description {
  font-size: 15px;
  line-height: 1.4;
}

.site-content__body--image-fill .teasers__heading {
  color: #fff;
}

.site-content__body--image-fill .teasers__container {
  background-color: rgba(47, 96, 103, 0.85);
  padding-top: 42px;
  padding-bottom: 28px;
  padding-right: 14px !important;
  padding-left: 14px !important;
  margin-bottom: 56px;
}

@media screen and (min-width: 769px) {
  .site-content__body--image-fill .teasers__container {
    padding-right: 42px !important;
    padding-left: 42px !important;
  }
}

.teasers--noimage .teasers__item__content {
  padding-top: 28px;
}

.teasers--noimage .teasers__item__heading::after {
  content: '';
  width: 28px;
  height: 1px;
  display: block;
  margin: 14px 0 2px;
  background-color: rgba(0, 0, 0, 0.15);
}

.template-job-detail .teasers .teasers__item {
  margin-bottom: 0;
}

.secondary-menu {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  margin-bottom: 28px;
  padding: 0 14px;
}

@media screen and (min-width: 769px) {
  .secondary-menu {
    padding: 0;
    margin-bottom: 42px;
  }
}

.secondary-menu__heading {
  margin: 0 !important;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.secondary-menu__container {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.secondary-menu__item__link {
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  transition: background-color 250ms ease 0.1s, color 250ms ease 0s;
}

.secondary-menu__item__link::before {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background-color: #ce482d;
  transform: translate3d(10px, 0, 0);
  transition: transform 250ms ease 0s, opacity 250ms ease 0s;
}

.secondary-menu__item__link:hover {
  color: #000;
  background-color: #f0ece1;
}

.secondary-menu__item__link:hover::before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.secondary-menu__item__icon {
  display: none;
  position: relative;
  top: 3px;
  transform: rotate(-90deg);
  margin-right: 7px;
}

.secondary-menu__item.selected .secondary-menu__item__link {
  color: #ce482d;
  border-bottom-style: dotted;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.secondary-menu__item.selected .secondary-menu__item__link::before {
  background-color: #2f6067;
}

.secondary-menu__item.selected .secondary-menu__item__icon {
  fill: #fff;
}

.secondary-menu__children {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.secondary-menu__children__item__link {
  position: relative;
  border-top: 1px dotted rgba(0, 0, 0, 0.15);
  display: block;
  padding: 7px 7px 7px 14px;
  font-size: 13px;
  color: #222;
}

.secondary-menu__children__item__link::before {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background-color: #2f6067;
  transform: translate3d(10px, 0, 0);
  transition: transform 250ms ease 0s, opacity 250ms ease 0s;
}

.secondary-menu__children__item__link:hover {
  color: #000;
  background-color: #f0ece1;
}

.secondary-menu__children__item__link:hover::before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.secondary-menu__children__item:first-child .secondary-menu__children__item__link {
  border: 0;
}

.site-content__body--image-fill .secondary-menu {
  background-color: #fff;
  padding: 14px 28px 28px;
}

.site-content__body--image-fill .secondary-menu__heading {
  color: #000 !important;
}

.newsletter-signup {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
  padding: 0 28px;
  margin: 14px auto 28px;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .newsletter-signup {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .newsletter-signup {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .newsletter-signup {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .newsletter-signup {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 769px) {
  .newsletter-signup {
    margin-bottom: 42px;
    margin-top: 0;
    text-align: left;
  }
}

@media screen and (min-width: 1228px) {
  .newsletter-signup {
    padding: 0;
  }
}

.newsletter-signup__container {
  padding: 28px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.newsletter-signup__heading {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff;
}

.newsletter-signup__heading__container {
  position: relative;
  z-index: 1;
}

.newsletter-signup__button {
  position: absolute;
  top: 66px;
  right: 63px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

@media screen and (min-width: 1228px) {
  .newsletter-signup__button {
    right: 38px;
  }
}

.newsletter-signup__button:hover .newsletter-signup__icon {
  fill: #ce482d;
}

.newsletter-signup__icon {
  fill: #2f6067;
}

.overview {
  clear: both;
  background-color: #2f6067;
  padding: 28px;
  margin: -28px 0 0;
  color: #fff;
}

.overview--no-margin {
  margin: 0;
}

.overview__container {
  max-width: 1200px;
  margin: 0 auto;
}

.overview__content {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
}

[class*="no-gutter"] > .overview__content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.overview__content .overview__content {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .overview__content .overview__content {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .overview__content .overview__content {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .overview__content .overview__content {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .overview__content .overview__content {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .overview__content .overview__content {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .overview__content .overview__content {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.overview__heading {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  position: relative;
  z-index: 1;
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

[class*="no-gutter"] > .overview__heading {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.overview__heading .overview__heading {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .overview__heading .overview__heading {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .overview__heading .overview__heading {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .overview__heading .overview__heading {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .overview__heading .overview__heading {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .overview__heading .overview__heading {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .overview__heading .overview__heading {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.overview__heading::after {
  content: '';
  width: 56px;
  height: 1px;
  display: block;
  margin: 21px 0 21px 21px;
  background-color: rgba(0, 0, 0, 0.15);
}

.overview__heading__container {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .overview__heading__container {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .overview__heading__container {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .overview__heading__container {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .overview__heading__container {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.overview__facts {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  list-style-type: none;
  margin: 0 0 28px;
  vertical-align: top;
  column-count: 2;
  column-gap: 0;
}

@media screen and (min-width: 1025px) {
  .overview__facts {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .overview__facts {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .overview__facts {
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media screen and (min-width: 1025px) {
  .overview__facts {
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

.overview__facts__container {
  display: block;
  break-inside: avoid;
  padding-right: 14px;
}

.overview__facts__term {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.overview__facts__definition {
  color: #e8b757;
  font-weight: 600;
  margin: 0 0 14px;
  padding: 0;
}

.overview__facts__definition:nth-of-type(3n) {
  margin-bottom: 0;
}

.overview__facts__definition__icon {
  fill: #fff;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.overview__feature {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1025px) {
  .overview__feature {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .overview__feature {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .overview__feature {
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

@media screen and (min-width: 1025px) {
  .overview__feature {
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

.overview__feature__heading {
  text-transform: uppercase;
  font-size: 16px;
  margin: 7px 0 7px;
  color: #fff;
}

.overview__feature__content {
  font-size: 14px;
}

.overview__feature__text {
  font-size: 15px;
  margin: 0 0 21px;
  color: rgba(255, 255, 255, 0.8);
}

.overview__feature__image svg {
  display: none;
  height: 150px;
  width: auto;
  float: left;
  margin: 0 56px 0 0;
}

@media screen and (min-width: 769px) {
  .overview__feature__image svg {
    display: block;
  }
}

.overview__feature__image svg .country-fill {
  fill: #2b7f68;
}

.overview__feature__image svg .country-outline {
  stroke: rgba(255, 255, 255, 0.6);
  stroke-width: 5px;
}

.overview__feature__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.overview__feature__list__item {
  display: inline-block;
  margin: 0 14px 7px 0;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .overview__feature__list__item {
    margin-bottom: 0;
  }
}

.overview__feature__list__item__link {
  min-width: 0;
  margin: 0;
  display: inline-block;
  font-size: 13px;
  padding: 7px;
}

.template-job-detail .overview {
  margin: 0;
}

.article-info {
  overflow: hidden;
  margin: 0;
  padding: 0 28px;
}

.article-info::after {
  content: '';
  width: 56px;
  height: 1px;
  display: block;
  margin: 28px 0 28px;
  background-color: rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 769px) {
  .article-info {
    padding: 0;
  }
}

.article-info::after {
  clear: both;
}

.article-info__heading {
  clear: both;
}

.article-info__item {
  margin-bottom: 7px;
}

.article-info__item--date {
  text-transform: uppercase;
  font-size: 12px;
  color: #555555;
}

.article-info__item--author {
  font-weight: bold;
  color: #000;
}

.article-info__avatar {
  float: left;
  margin: 0 28px 28px 0;
}

.article-info__avatar__link {
  display: block;
}

.article-info__avatar__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.article-info__tags__heading {
  padding: 0 14px;
}

@media screen and (min-width: 769px) {
  .article-info__tags__heading {
    padding: 0;
  }
}

.col__secondary .article-info__tags__heading {
  font-size: 13px;
}

.col__secondary .article-info {
  font-size: 14px;
  line-height: 1.6;
}

.utility-menu {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 14px 28px;
}

@media screen and (min-width: 1228px) {
  .utility-menu {
    padding: 14px 0;
  }
}

.utility-menu--dark {
  background-color: rgba(222, 214, 192, 0.85);
}

.utility-menu__container {
  max-width: 1200px;
  margin: 0 auto;
}

.utility-menu__actions__container {
  float: right;
}

.utility-menu__action {
  color: #ce482d;
  pointer-events: none;
  opacity: 0;
  padding: 7px 14px;
  transform: translate3d(0, 0, 0);
  transition: transform 250ms ease 0s, opacity 250ms ease 0s;
}

.utility-menu__action:hover {
  color: #000;
}

.feature-image-utility .utility-menu,
.utility-menu-standard-container .utility-menu, .utility-menu--scroll {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 14px;
}

@media screen and (min-width: 769px) {
  .feature-image-utility .utility-menu,
  .utility-menu-standard-container .utility-menu, .utility-menu--scroll {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 60px;
    border-top: 0;
  }
}

.feature-image-utility .utility-menu.stick,
.utility-menu-standard-container .utility-menu.stick, .utility-menu--scroll.stick {
  position: fixed;
  top: 0;
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  transition: transform 250ms ease 0s;
}

.feature-image-utility .utility-menu.stick .utility-menu__action,
.utility-menu-standard-container .utility-menu.stick .utility-menu__action, .utility-menu--scroll.stick .utility-menu__action {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
  pointer-events: auto;
}

.utility-menu-standard-container .utility-menu {
  top: 94px;
}

.site-header--slidedown .utility-menu.stick {
  transform: translate3d(0, 72px, 0);
  z-index: 3;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(222, 214, 192, 0.85);
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .site-header--slidedown .utility-menu.stick {
    transform: translate3d(0, 94px, 0);
  }
}

.utility-menu-standard-container {
  position: relative;
}

.utility-menu--scroll {
  background-color: #2f6067;
  height: 50px;
}

@media screen and (min-width: 1025px) {
  .utility-menu--scroll {
    line-height: 50px;
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  .utility-menu--scroll__container {
    margin: 0 auto;
  }
}

.utility-menu--scroll.stick {
  background-color: #2f6067;
}

.site-header--slidedown .utility-menu--scroll.stick {
  background-color: #2f6067;
}

.in-page-menu__heading {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

@media screen and (min-width: 769px) {
  .in-page-menu__heading {
    margin-top: 6px;
    padding-bottom: 28px;
  }
}

.in-page-menu__icon {
  float: left;
  margin-right: 14px;
}

.utility-menu .in-page-menu {
  float: left;
}

.stick .in-page-menu .in-page-menu__heading {
  margin-top: 6px;
}

.in-page-menu__anchor {
  position: relative;
  top: -80px;
}

.site-header--slidedown .in-page-menu__anchor {
  top: -152px;
}

@media screen and (min-width: 769px) {
  .site-header--slidedown .in-page-menu__anchor {
    top: -174px;
  }
}

.in-page-menu--scroll {
  display: inline-block;
}

.in-page-menu--scroll .in-page-menu__heading {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .in-page-menu--scroll .in-page-menu__heading {
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .in-page-menu--scroll {
    display: none;
  }
}

.stick .in-page-menu--scroll .in-page-menu__heading {
  margin-top: 0;
}

.sitemap {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1025px) {
  .sitemap {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .sitemap {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .sitemap {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .sitemap {
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

.sitemap__container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

[class*="no-gutter"] > .sitemap__container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.sitemap__container .sitemap__container {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .sitemap__container .sitemap__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .sitemap__container .sitemap__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .sitemap__container .sitemap__container {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .sitemap__container .sitemap__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .sitemap__container .sitemap__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .sitemap__container .sitemap__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.sitemap__item {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  font-weight: bold;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 28px;
  padding-top: 28px;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .sitemap__item {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .sitemap__item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .sitemap__item {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 1025px) {
  .sitemap__item {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 769px) {
  .sitemap__item {
    text-align: left;
    border: 0;
    padding-top: 0;
  }
}

.sitemap__item__container {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin: 7px 0 0 0;
}

.sitemap__item__child {
  font-weight: normal;
}

.sitemap__link {
  color: #fff;
}

.sitemap__link__child {
  color: #fff;
  display: block;
  padding: 4px 0;
}

.sitemap__link__child:hover {
  color: rgba(255, 255, 255, 0.8);
}

.sitemap__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-social__container {
  margin: 7px 0 56px 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .footer-social__container {
    margin: 7px 0 0 0;
    text-align: left;
  }
}

.footer-social__item {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .footer-social__item {
    float: left;
  }
}

.footer-social__item:nth-child(3) {
  clear: both;
}

.footer-social__link {
  display: inline-block;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  text-align: center;
  margin: 0 7px 7px 0;
  transition: border 250ms ease 0s;
}

.footer-social__link:hover {
  border-color: #000;
}

.footer-social__label {
  display: none;
}

.footer-social__icon {
  fill: #fff;
  width: 80%;
  height: auto;
  margin: 10% auto 0;
}

.footer-social__icon--instagram {
  width: 24px;
  margin-top: 8px;
}

.job-search {
  color: rgba(255, 255, 255, 0.8);
}

.job-search__container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  max-width: 1200px;
  margin: 0 auto;
}

[class*="no-gutter"] > .job-search__container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.job-search__container .job-search__container {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .job-search__container .job-search__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .job-search__container .job-search__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .job-search__container .job-search__container {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .job-search__container .job-search__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .job-search__container .job-search__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .job-search__container .job-search__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.job-search__button {
  position: absolute;
  right: 0;
  top: 4px;
  background-color: transparent;
  padding: 0;
  outline: 0;
  box-shadow: none;
}

.job-search__heading {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 24px;
}

@media screen and (min-width: 769px) {
  .job-search__heading {
    font-size: 28px;
  }
}

.job-search__heading em {
  font-weight: 700;
  font-style: normal;
}

.job-search__form-item {
  position: relative;
}

.job-search__label {
  display: none;
}

.job-search__input {
  border-radius: 3px !important;
  max-width: none !important;
}

@media screen and (min-width: 1228px) {
  .job-search__input {
    max-width: 800px !important;
  }
}

.job-search__icon {
  fill: #000;
  width: 32px;
  height: auto;
}

.job-search__icon:hover {
  fill: #ce482d;
}

.job-search__form-container {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 14px;
}

@media screen and (min-width: 1025px) {
  .job-search__form-container {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .job-search__form-container {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .job-search__form-container {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .job-search__form-container {
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media screen and (min-width: 1228px) {
  .job-search__form-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .stick .job-search {
    display: none;
  }
}

.job-listing {
  margin: 21px auto 0;
}

.job-listing__container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}

[class*="no-gutter"] > .job-listing__container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.job-listing__container .job-listing__container {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .job-listing__container .job-listing__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .job-listing__container .job-listing__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .job-listing__container .job-listing__container {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .job-listing__container .job-listing__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .job-listing__container .job-listing__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .job-listing__container .job-listing__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.job-listing__heading {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
}

[class*="no-gutter"] > .job-listing__heading {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.job-listing__heading .job-listing__heading {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .job-listing__heading .job-listing__heading {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .job-listing__heading .job-listing__heading {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .job-listing__heading .job-listing__heading {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .job-listing__heading .job-listing__heading {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .job-listing__heading .job-listing__heading {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .job-listing__heading .job-listing__heading {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.job-listing__heading__header {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  display: inline-block;
  font-size: 18px;
  color: #000;
  margin-bottom: 28px;
  max-width: 1200px;
  margin: 14px auto;
}

@media screen and (min-width: 1025px) {
  .job-listing__heading__header {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .job-listing__heading__header {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .job-listing__heading__header {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .job-listing__heading__header {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .job-listing__heading__header {
    font-size: 21px;
    line-height: 1.6;
  }
}

.job-listing__heading__count {
  color: #ce482d;
}

.job-listing__item {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (min-width: 1025px) {
  .job-listing__item {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .job-listing__item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .job-listing__item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .job-listing__item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.job-listing__item__link {
  display: block;
  padding: 14px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.job-listing__item__link:hover .job-listing__item__heading {
  color: #ce482d;
}

.job-listing__item__heading {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 2px;
}

.job-listing__item__subheading {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #2b7f68;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.job-listing__item__description {
  margin: 0 0 3px;
  color: rgba(34, 34, 34, 0.7);
  font-size: 16px;
  line-height: 1.4;
  max-width: 880px;
}

.job-listing__item__tags {
  display: inline-block;
  margin-top: 0;
}

.job-listing__item__tags__item {
  color: #222;
}

.job-listing__item__tags__item:after {
  content: '|';
  font-weight: normal;
  display: inline-block;
  padding: 0 3px;
}

.job-listing__item__tags__item:last-child::after {
  content: '';
}

[v-cloak] {
  display: none;
}

.fact__item {
  background-color: #2f6067;
  color: #fff;
  padding-top: 28px;
  padding-bottom: 28px;
}

.fact__item__content__feature {
  font-size: 60px;
  font-weight: bold;
  color: #e8b757;
}

.fact__item__content__image {
  display: block;
  fill: #e8b757;
}

.stories {
  padding: 56px 0;
}

.stories__header {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  margin: 0 auto 42px;
  max-width: 1200px;
}

[class*="no-gutter"] > .stories__header {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.stories__header .stories__header {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .stories__header .stories__header {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .stories__header .stories__header {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .stories__header .stories__header {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .stories__header .stories__header {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .stories__header .stories__header {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .stories__header .stories__header {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.stories__header__heading {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .stories__header__heading {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .stories__header__heading {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .stories__header__heading {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .stories__header__heading {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .stories__header__heading {
    font-size: 21px;
  }
}

.stories__container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  max-width: 1200px;
  margin: 0 auto;
}

[class*="no-gutter"] > .stories__container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.stories__container .stories__container {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .stories__container .stories__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .stories__container .stories__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .stories__container .stories__container {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .stories__container .stories__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .stories__container .stories__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .stories__container .stories__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.stories__item {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 28px;
}

@media screen and (min-width: 1025px) {
  .stories__item {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .stories__item {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .stories__item {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 1025px) {
  .stories__item {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 769px) {
  .stories__item {
    margin-bottom: 42px;
  }
}

.stories__item__action {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(34, 34, 34, 0.5);
  text-align: center;
  opacity: 0;
  transition: opacity 250ms ease 0s;
}

.stories__item__action__btn {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  display: inline-block;
  border-color: #fff;
  color: #fff;
}

.stories__item__link {
  display: block;
  overflow: hidden;
}

.stories__item__link:hover .stories__item__heading, .stories__item__link:focus .stories__item__heading {
  color: #ce482d;
}

.stories__item__link:hover .stories__item__action, .stories__item__link:focus .stories__item__action {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.stories__item__heading {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 7px;
  color: #000;
}

.stories__item__heading::after {
  content: '';
  width: 28px;
  height: 1px;
  display: block;
  margin: 10px 0 0;
  background-color: rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 769px) {
  .stories__item__heading {
    font-size: 18px;
  }
  .stories__item__heading::after {
    content: '';
    width: 28px;
    height: 1px;
    display: block;
    margin: 14px 0;
    background-color: rgba(0, 0, 0, 0.15);
  }
}

.stories__item__image-container {
  display: block;
  position: relative;
  margin-bottom: 14px;
}

@media screen and (min-width: 769px) {
  .stories__item__image-container {
    margin-bottom: 0;
  }
}

.stories__item__image {
  display: block;
  margin-bottom: 14px;
}

.stories__item__tags {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  color: #2b7f68;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
}

.site-content__body--image-fill .stories {
  background-color: #fff;
  padding: 42px 28px 28px;
}

.blockquote-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  margin-left: -28px;
  margin-right: -28px;
  padding-right: 28px;
  padding-left: 28px;
}

@media screen and (min-width: 1025px) {
  .blockquote-banner {
    min-height: 600px;
  }
}

@media screen and (min-width: 1228px) {
  .blockquote-banner {
    min-height: 680px;
    background-size: 100% auto;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.blockquote-banner::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.blockquote-banner blockquote {
  margin: auto;
  position: relative;
  z-index: 2;
  color: #fff;
}

.blockquote-banner blockquote::after, .blockquote-banner blockquote::before {
  background-color: rgba(255, 255, 255, 0.7);
}

.blockquote-banner blockquote cite {
  color: rgba(255, 255, 255, 0.7);
}

.site-content__body--image-fill .blockquote-banner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.text-banner {
  margin-top: 28px;
  margin-bottom: 42px;
  padding: 0 21px;
}

@media screen and (min-width: 769px) {
  .text-banner {
    margin-top: 42px;
  }
}

@media screen and (min-width: 1228px) {
  .text-banner {
    padding: 0;
  }
}

.text-banner__container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  position: relative;
  max-width: 1200px;
  margin: 0;
  text-align: center;
}

[class*="no-gutter"] > .text-banner__container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.text-banner__container .text-banner__container {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .text-banner__container .text-banner__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .text-banner__container .text-banner__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .text-banner__container .text-banner__container {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .text-banner__container .text-banner__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .text-banner__container .text-banner__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .text-banner__container .text-banner__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .text-banner__container {
    margin: 0 auto;
  }
}

.text-banner__content {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .text-banner__content {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .text-banner__content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .text-banner__content {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media screen and (min-width: 1025px) {
  .text-banner__content {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}

.text-banner__heading {
  position: relative;
  z-index: 1;
  font-size: 30px;
  line-height: 1.2;
  color: #222;
  font-weight: 600;
  margin-bottom: 14px;
}

@media screen and (min-width: 769px) {
  .text-banner__heading {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 1025px) {
  .text-banner__heading {
    font-size: 54px;
  }
}

.text-banner__heading em {
  font-style: normal;
}

.template-job-detail .text-banner__heading {
  font-size: 28px;
}

@media screen and (min-width: 769px) {
  .template-job-detail .text-banner__heading {
    font-size: 38px;
  }
}

@media screen and (min-width: 1025px) {
  .template-job-detail .text-banner__heading {
    font-size: 48px;
  }
}

.text-banner__introduction {
  margin: 0 auto 28px;
  color: rgba(0, 0, 0, 0.6);
}

.text-banner__actions::after {
  content: '';
  width: 56px;
  height: 1px;
  display: block;
  margin: 28px auto 0;
  background-color: rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 769px) {
  .text-banner__actions::after {
    content: '';
    width: 56px;
    height: 1px;
    display: block;
    margin: 42px auto 0;
    background-color: rgba(0, 0, 0, 0.15);
  }
}

.text-banner__actions__btn {
  margin-bottom: 14px;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .text-banner__actions__btn {
    margin-bottom: 0;
  }
}

.text-banner__actions__btn:hover {
  color: #ce482d;
}

.text-banner__image {
  display: none;
  mix-blend-mode: multiply;
  height: auto;
  position: absolute;
  z-index: 0;
  top: -100px;
  right: -10%;
  width: 80%;
  opacity: 0.3;
}

@media screen and (min-width: 769px) {
  .text-banner__image {
    display: block;
  }
}

.text-banner--left {
  text-align: left;
  margin-bottom: 0;
}

.text-banner--left .text-banner__content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left;
  margin-left: 0;
}

.text-banner--left .text-banner__container {
  text-align: left;
}

.text-banner--left .text-banner__introduction {
  margin-left: 0;
}

.site-content__body--image-fill .text-banner .text-banner__heading {
  font-weight: 700;
  color: #fff;
}

.site-content__body--image-fill .text-banner .text-banner__actions:after {
  background-color: rgba(255, 255, 255, 0.6);
}

.body-fill {
  background: #fff;
  padding: 28px;
}

.row__container {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

.row__container p,
.row__container ul {
  max-width: 800px;
}

.job-role .row__container p, .job-role
.row__container ul {
  font-size: 16px;
}

.row--primary {
  background-color: #2f6067;
  color: #fff;
  padding: 28px;
}

.row--secondary {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 56px 28px 28px;
}

.row--action {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 28px 56px;
}

.job-role h3 {
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .job-role h3 {
    font-size: 18px;
  }
}

.job-role .row__container::after {
  content: '';
  width: 56px;
  height: 1px;
  display: block;
  margin: 56px 0 14px;
  background-color: rgba(0, 0, 0, 0.15);
}

.job-role .rich-text h3 em {
  font-style: normal;
  font-weight: 700;
}

.job-role .rich-text h3 {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  color: #2b7f68;
}

.hero {
  margin-bottom: 0;
}

.hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 66%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

@media screen and (min-width: 769px) {
  .hero__container {
    height: 80vh;
    min-height: 600px;
    padding: 0;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 1025px) {
  .hero__container {
    height: calc(100vh - 94px);
    min-height: 800px;
  }
}

@media screen and (min-width: 769px) {
  .hero__container::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  }
}

.hero__image {
  object-fit: cover;
  display: block;
  width: 100%;
}

.hero__content {
  margin: 0 auto;
  background-color: #2f6067;
  padding: 28px;
}

@media screen and (min-width: 769px) {
  .hero__content {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 112px;
    max-width: 1200px;
    padding: 0 28px;
    background-color: transparent;
  }
}

@media screen and (min-width: 1228px) {
  .hero__content {
    padding: 0;
  }
}

.hero__heading {
  color: #fff;
  margin-bottom: 14px;
}

@media screen and (min-width: 769px) {
  .hero__heading {
    max-width: 50%;
    margin-bottom: 28px;
  }
}

.hero__introduction {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 14px;
}

@media screen and (min-width: 769px) {
  .hero__introduction {
    max-width: 50%;
    margin: 0 0 42px;
  }
}

.hero__actions__container {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.hero__actions__item {
  display: inline-block;
  margin-right: 14px;
}

.hero__actions__item__link {
  font-size: 16px;
  padding-left: 28px;
  padding-right: 28px;
  color: #fff;
}

.hero__actions__item__link:hover {
  background-color: #2f6067;
  border-color: #2f6067;
  color: #fff;
}

.hero__next {
  display: none;
  position: absolute;
  z-index: 3;
  bottom: 14px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 1;
  transition: opacity 250ms ease 0s;
}

@media screen and (min-width: 769px) {
  .hero__next {
    display: block;
  }
}

.hero__next__icon {
  fill: #fff;
}

.hero__next:hover {
  opacity: 0.6;
}

.hero-split {
  margin-top: 94px;
}

.hero-split__container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
}

[class*="no-gutter"] > .hero-split__container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hero-split__container .hero-split__container {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .hero-split__container .hero-split__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .hero-split__container .hero-split__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .hero-split__container .hero-split__container {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .hero-split__container .hero-split__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .hero-split__container .hero-split__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .hero-split__container .hero-split__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.hero-split__item {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  min-height: 800px;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (min-width: 1025px) {
  .hero-split__item {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .hero-split__item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .hero-split__item {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .hero-split__item {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.hero-split__item:nth-child(even) {
  justify-content: flex-start;
}

.hero-split__item:nth-child(even) .hero-split__item__content {
  background-color: rgba(47, 96, 103, 0.95);
  backdrop-filter: blur(20px);
  padding: 84px 84px 84px 56px;
}

.hero-split__item:nth-child(even) .hero-split__item__content::before {
  content: '';
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  border-left: 0 !important;
  top: 28px;
  right: 28px;
  bottom: 28px;
  left: 0;
}

.hero-split__item:nth-child(even) .hero-split__item__heading {
  color: #fff;
}

.hero-split__item:nth-child(even) .hero-split__item__text {
  color: rgba(255, 255, 255, 0.7);
}

.hero-split__item:nth-child(even) .hero-split__item__text::after {
  content: '';
  width: 28px;
  height: 1px;
  display: block;
  margin: 28px auto;
  background-color: rgba(255, 255, 255, 0.6);
}

.hero-split__item:nth-child(even) .hero-split__item__form__button:hover {
  background-color: #222 !important;
  border-color: #222 !important;
}

.hero-split__item__content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  flex-basis: 500px;
  padding: 84px 56px 84px 84px;
  text-align: center;
  transition: background-color 250ms ease 0s;
}

.hero-split__item__content::before {
  content: '';
  position: absolute;
  border: 2px solid rgba(47, 96, 103, 0.4);
  border-right: 0;
  top: 28px;
  left: 28px;
  bottom: 28px;
  right: 0;
}

.hero-split__item__heading {
  color: #2f6067;
}

.hero-split__item__text::after {
  content: '';
  width: 28px;
  height: 1px;
  display: block;
  margin: 28px auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero-split__item__form {
  position: relative;
}

.hero-split__item__form__container {
  position: relative;
}

.hero-split__item__form__label {
  display: none;
}

.hero-split__item__form__input {
  position: relative;
  z-index: 3;
  padding-top: 11px;
  padding-bottom: 11px;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  width: 80%;
  text-align: center;
}

.hero-split__item__form__button {
  display: block;
  width: 100%;
  margin-top: 14px;
}

.hero-split__item__form__symbol {
  position: absolute;
  z-index: 4;
  left: 15%;
  top: 2px;
  font-size: 26px;
  font-weight: 500;
  color: #000;
}

.hero-split__item__form__dropdown {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
}

.hero-split__item__form__dropdown__container {
  width: 80% !important;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.additional-info {
  background-color: #fff;
  margin: 0 auto 28px;
  padding: 56px 0 28px;
  overflow: hidden;
}

.additional-info__heading {
  font-size: 18px;
  margin-bottom: 28px;
}

.additional-info__container {
  max-width: 1000px;
  margin: 0 auto;
}

.additional-info__item__content {
  overflow: hidden;
}

.additional-info__item__heading {
  display: block;
  margin: 0;
  line-height: 1;
  padding: 14px 0;
}

.additional-info__item__text {
  padding-bottom: 28px;
}

@media screen and (min-width: 769px) {
  .additional-info__item__text {
    float: left;
    max-width: 50%;
    overflow: hidden;
  }
}

.additional-info__item__text p {
  margin: 0 0 14px;
}

.additional-info__item__image {
  margin: 0 0 14px;
}

@media screen and (min-width: 769px) {
  .additional-info__item__image {
    float: left;
    max-width: 40%;
    margin: 0 28px 28px 0;
  }
}

.accordion__item {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 7px 14px;
  transition: background-color 250ms ease 0s;
}

@media screen and (min-width: 769px) {
  .accordion__item {
    padding: 7px 28px;
  }
}

.accordion__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.accordion__item:hover {
  background-color: #f0ece1;
}

.accordion__item__heading {
  color: #222;
  cursor: pointer;
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .accordion__item__heading {
    font-size: 18px;
  }
}

.accordion__item__icon {
  fill: #2b7f68;
  float: left;
  margin: 3px 14px 0 0;
  transition: transform 250ms ease 0s;
}

.accordion__item__content {
  position: absolute;
  opacity: 0;
  padding: 7px 0 0 0;
  transform-origin: top;
  transform: scaleY(0);
  transition: opacity 250ms ease 0s, transform 250ms ease 0s;
}

.accordion__item.open {
  background-color: #f0ece1;
}

.accordion__item.open .accordion__item__content {
  position: relative;
  opacity: 1;
  transform: scaleY(1);
}

.accordion__item.open .accordion__item__icon {
  transform: rotate(180deg);
}

.logo-showcase {
  max-width: 1200px;
  margin: 0 auto 56px;
}

.logo-showcase::after {
  content: '';
  width: 56px;
  height: 1px;
  display: block;
  margin: 28px auto;
  background-color: rgba(0, 0, 0, 0.15);
}

.logo-showcase__container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

[class*="no-gutter"] > .logo-showcase__container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.logo-showcase__container .logo-showcase__container {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .logo-showcase__container .logo-showcase__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .logo-showcase__container .logo-showcase__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .logo-showcase__container .logo-showcase__container {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .logo-showcase__container .logo-showcase__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .logo-showcase__container .logo-showcase__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .logo-showcase__container .logo-showcase__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.logo-showcase__item {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1025px) {
  .logo-showcase__item {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .logo-showcase__item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .logo-showcase__item {
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media screen and (min-width: 1025px) {
  .logo-showcase__item {
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

.logo-showcase__item__image {
  display: block;
  width: 50%;
  height: auto;
  margin: 0 auto 28px;
  text-align: center;
  max-width: 100px;
}

@media screen and (min-width: 769px) {
  .logo-showcase__item__image {
    width: 80%;
  }
}

.logo-showcase__item__link {
  display: block;
  transition: opacity 250ms ease 0s;
}

.logo-showcase__item__link:hover {
  opacity: 0.8;
}

.impact {
  clear: both;
  background-color: #2f6067;
  padding: 56px 28px;
  margin: -28px 0 0;
  color: #fff;
}

.impact__heading {
  color: #fff;
  font-size: 16px;
  margin-bottom: 28px;
}

@media screen and (min-width: 769px) {
  .impact__heading {
    font-size: 21px;
  }
}

.impact__container {
  max-width: 1200px;
  margin: 0 auto;
}

.impact__table {
  border-collapse: collapse;
  color: #222;
  font-size: 12px;
  width: 100%;
  border-radius: 4px;
}

@media screen and (min-width: 769px) {
  .impact__table {
    font-size: 18px;
  }
}

.impact__table__head {
  background-color: #222;
  color: #fff;
}

.impact__table__head th {
  background-color: #222;
  padding: 14px 14px 7px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  color: #fff;
  text-transform: none;
}

@media screen and (min-width: 769px) {
  .impact__table__head th {
    padding: 28px 28px 14px;
    font-size: 18px;
  }
}

.impact__table__head th span {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .impact__table__head th span {
    font-size: 16px;
  }
}

.impact__table__icon {
  position: relative;
  top: 0px;
  width: 14px;
  height: 14px;
  fill: #ce482d;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .impact__table__icon {
    top: 4px;
  }
}

.impact__table__icon:hover {
  fill: #2f6067;
}

.impact__table__row {
  background-color: #fff;
  border: 0;
}

.impact__table__row:hover {
  background-color: #f0ece1;
  cursor: pointer;
}

.impact__table__row:hover .impact__table__row__heading {
  color: #ce482d;
}

.impact__table__row__heading {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

@media screen and (min-width: 769px) {
  .impact__table__row__heading {
    font-size: 18px;
  }
}

.impact__table__row th,
.impact__table__row td {
  vertical-align: middle;
  padding: 7px 14px;
  border: 1px solid #ccc;
}

@media screen and (min-width: 769px) {
  .impact__table__row th,
  .impact__table__row td {
    padding: 14px 28px;
  }
}

.impact__table__row th {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  color: #222;
  text-transform: none;
  background-color: transparent;
}

@media screen and (min-width: 769px) {
  .impact__table__row th {
    font-size: 16px;
  }
}

.impact__table__row--hidden {
  position: absolute;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #222;
  transform-origin: top;
  transform: scaleY(0);
  transition: opacity 250ms ease 0s, transform 250ms ease 0s;
}

.impact__table__row--hidden:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.impact__table__row--hidden td {
  font-weight: 400;
  font-size: 15px;
  padding: 28px 28px 0;
  border: 0 !important;
}

.impact__table__row--hidden th {
  border: 0 !important;
}

.impact__table__row--hidden.open {
  position: relative;
  opacity: 1;
  transform: scaleY(1);
  transform-origin: top;
}

.impact__table__row.active {
  background-color: rgba(255, 255, 255, 0.9);
}

.impact__table__row.active .impact__table__row__heading {
  color: #000;
}

.impact__table__row.active .impact__table__icon {
  fill: #000;
}

.impact__notes {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.impact__notes__container {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.impact__notes__item {
  margin: 0 0 14px;
}

.feature-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 28px;
}

@media screen and (min-width: 769px) {
  .feature-image {
    margin-bottom: 0;
  }
}

.feature-image__container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .feature-image__container {
    max-height: 90vh;
  }
}

@media screen and (min-width: 769px) {
  .feature-image__container::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  }
}

@media screen and (min-width: 769px) {
  .feature-image__container--small {
    height: 600px;
  }
}

@media screen and (min-width: 769px) {
  .feature-image__container--medium {
    max-height: 80vh;
  }
}

.feature-image__container--medium .feature-image__content__container {
  bottom: 28px;
}

.feature-image__container--overlay {
  background-color: #2b7f68;
  height: 540px;
}

.feature-image__container--overlay::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  background-color: #2b7f68;
  width: 100%;
  height: 100%;
}

.feature-image__container--overlay .feature-image__content__container {
  bottom: 56px;
}

.feature-image__container--feature {
  min-height: 400px;
}

@media screen and (min-width: 769px) {
  .feature-image__container--feature {
    min-height: 500px;
  }
}

@media screen and (min-width: 1025px) {
  .feature-image__container--feature {
    min-height: 650px;
  }
}

@media screen and (min-width: 1228px) {
  .feature-image__container--feature {
    min-height: 750px;
  }
}

.feature-image__container--feature .feature-image__content__container {
  bottom: 56px;
}

@media screen and (min-width: 769px) {
  .feature-image__heading {
    color: #fff;
  }
}

.template-job-listing .feature-image__heading {
  display: none;
}

.feature-image__content {
  padding: 0 28px;
}

@media screen and (min-width: 769px) {
  .feature-image__content {
    max-width: 700px;
  }
}

@media screen and (min-width: 1228px) {
  .feature-image__content {
    padding: 0;
  }
}

.feature-image__content__container {
  bottom: 28px;
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (min-width: 769px) {
  .feature-image__content__container {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 112px;
  }
}

.feature-image__content__container--centered {
  text-align: center;
}

.feature-image__content__container--centered .feature-image__content {
  margin: 0 auto;
}

.feature-image__content__container--centered h1 {
  margin: 0 auto 28px;
}

.feature-image__content__container--centered .introduction {
  margin: 0 auto;
}

.cards__container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  max-width: 1200px;
  margin: 0 auto;
}

[class*="no-gutter"] > .cards__container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cards__container .cards__container {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .cards__container .cards__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .cards__container .cards__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .cards__container .cards__container {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .cards__container .cards__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .cards__container .cards__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .cards__container .cards__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.cards__item {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 56px;
}

@media screen and (min-width: 1025px) {
  .cards__item {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .cards__item {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .cards__item {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 1025px) {
  .cards__item {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

.cards__item__heading {
  font-size: 18px;
  margin: 0;
}

.cards__item__description {
  margin: 0;
  font-size: 16px;
}

.cards__item__type {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  overflow: hidden;
  margin-top: 7px;
  padding: 7px 0 7px 28px;
  color: rgba(0, 0, 0, 0.5);
}

.cards__item__type--download, .cards__item__type--page {
  position: absolute;
  z-index: 1;
  background: #fff;
  left: 0;
  top: 7px;
  fill: rgba(0, 0, 0, 0.5);
}

.cards__item__type__label {
  display: inline-block;
  transform: translate3d(-200%, 0, 0);
  transition: transform 0.2s ease;
}

.cards__item__link {
  display: block;
  background-color: #fff;
}

.cards__item__link:hover .cards__item__type__label {
  transform: translate3d(0%, 0, 0);
}

.cards__item__image {
  width: 100%;
  height: auto;
}

.cards__item__content {
  padding: 14px 28px;
}

.donate-form {
  position: relative;
  clear: both;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .donate-form {
    margin-top: 94px;
  }
}

.donate-form__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 75%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .donate-form__container {
    min-height: 600px;
    padding-top: 42px;
    background-size: cover;
  }
}

@media screen and (min-width: 1025px) {
  .donate-form__container {
    padding-top: 98px;
    min-height: 700px;
    height: calc(100vh - 94px);
  }
}

@media screen and (min-width: 1228px) {
  .donate-form__container {
    padding-top: 196px;
    min-height: 800px;
  }
}

@media screen and (min-width: 769px) {
  .donate-form__container::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
  }
}

.donate-form__next {
  display: none;
}

@media screen and (min-width: 769px) {
  .donate-form__next {
    display: block;
  }
}

.donate-form__form {
  position: relative;
  z-index: 2;
  background: #2f6067;
  padding: 28px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .donate-form__form {
    width: auto;
    margin-bottom: 140px;
  }
}

@media screen and (min-width: 1025px) {
  .donate-form__form {
    margin-bottom: 476px;
  }
}

@media screen and (min-width: 1228px) {
  .donate-form__form {
    margin-bottom: 420px;
  }
}

.donate-form__heading {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  padding-left: 28px;
  padding-right: 28px;
}

@media screen and (min-width: 1025px) {
  .donate-form__heading {
    padding-right: 0;
    padding-left: 0;
  }
}

.donate-form__introduction {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0;
  font-size: 21px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 28px;
  padding-right: 28px;
}

@media screen and (min-width: 769px) {
  .donate-form__introduction {
    font-size: 28px;
    margin: 0 0 28px;
    padding-right: 0;
    padding-left: 0;
  }
}

.donate-form__action-link {
  display: block;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.donate-form__action-link:hover {
  color: #fff;
}

.donate-form__item {
  position: relative;
  margin-bottom: 7px;
}

.donate-form__item__container {
  position: relative;
}

.donate-form__item__symbol {
  position: absolute;
  left: 14px;
  top: 3px;
  color: #2b7f68;
}

.donate-form__item__label {
  font-size: 22px;
  margin-bottom: 7px;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
}

.donate-form__item__input {
  padding-left: 35px;
  margin-bottom: 5px;
  border-radius: 2px;
  border: 1px solid #1f3f44 !important;
}

.donate-form__item__btn {
  padding: 7px;
  letter-spacing: 2px;
  margin-right: 7px;
}

@media screen and (min-width: 769px) {
  .donate-form__item__btn {
    padding: 1em 1.5em;
  }
}

.donate-form__item__btn:last-child {
  margin-right: 0;
}

.donate-form__item__btn:hover {
  background-color: #fff !important;
  color: #2f6067 !important;
}

.donate-form__item--actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  margin-bottom: 28px;
}

@media screen and (min-width: 769px) {
  .donate-form__item--actions {
    display: block;
  }
}

.donate-form__item--actions button,
.donate-form__item--actions input[type="submit"],
.donate-form__item--actions .btn {
  padding: 10px 7px;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .donate-form__item--actions button,
  .donate-form__item--actions input[type="submit"],
  .donate-form__item--actions .btn {
    font-size: 15px;
    padding: 1em 1.5em;
  }
}

.search-form {
  background: #2f6067;
  padding: 56px 56px 28px;
  margin-bottom: 28px;
}

@media screen and (min-width: 1025px) {
  .search-form {
    margin-top: 94px;
  }
}

.search-form__container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  max-width: 1200px;
  margin: 0 auto;
}

[class*="no-gutter"] > .search-form__container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.search-form__container .search-form__container {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .search-form__container .search-form__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .search-form__container .search-form__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .search-form__container .search-form__container {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .search-form__container .search-form__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .search-form__container .search-form__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .search-form__container .search-form__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.search-form__button {
  position: absolute;
  right: 14px;
  top: 14px;
  background-color: transparent;
  padding: 0;
  outline: 0;
  border: 0;
  box-shadow: none;
}

.search-form__heading {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 24px;
}

@media screen and (min-width: 769px) {
  .search-form__heading {
    font-size: 28px;
  }
}

@media screen and (min-width: 1025px) {
  .search-form__heading {
    font-size: 36px;
  }
}

.search-form__heading em {
  font-weight: 700;
  font-style: normal;
}

.search-form__form-item {
  position: relative;
}

.search-form__label {
  display: none;
}

.search-form__input {
  border-radius: 3px !important;
  max-width: 100%;
}

.search-form__icon {
  fill: #000;
  width: 32px;
  height: auto;
}

.search-form__icon:hover {
  fill: #ce482d;
}

.search-form__form-container {
  position: relative;
  margin-bottom: 14px;
}

@media screen and (min-width: 1025px) {
  .search-form__form-container {
    width: 80%;
  }
}

.featured-cards {
  background-color: #f0ece1;
  background-image: url("../images/bg_texture.252aade85c21.jpg");
  padding: 42px 0;
}

.featured-cards__container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
}

[class*="no-gutter"] > .featured-cards__container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.featured-cards__container .featured-cards__container {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .featured-cards__container .featured-cards__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .featured-cards__container .featured-cards__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .featured-cards__container .featured-cards__container {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .featured-cards__container .featured-cards__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .featured-cards__container .featured-cards__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .featured-cards__container .featured-cards__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.featured-cards__item {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 28px;
  padding-right: 28px;
  padding-left: 28px;
}

@media screen and (min-width: 1025px) {
  .featured-cards__item {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .featured-cards__item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .featured-cards__item {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 1025px) {
  .featured-cards__item {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 769px) {
  .featured-cards__item {
    margin-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
  }
}

.featured-cards__item__link {
  position: relative;
  display: block;
  padding: 28px;
  background-size: cover;
  overflow: hidden;
}

.featured-cards__item__link::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}

.featured-cards__item__link::before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 96, 103, 0);
  transition: background-color 250ms ease 0s;
}

.featured-cards__item__link:hover::before {
  background-color: rgba(47, 96, 103, 0.75);
}

.featured-cards__item__link:hover .featured-cards__item__heading {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
}

.featured-cards__item__link:hover .featured-cards__item__description {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
}

.featured-cards__item__link:hover .featured-cards__item__content {
  transform: translate3d(0, 0%, 0);
}

.featured-cards__item__content {
  position: relative;
  z-index: 3;
  transform: translate3d(0, 140px, 0);
  transition: transform 0.3s ease 0s;
}

.featured-cards__item__heading {
  font-size: 26px;
  color: #fff;
  transform: translate3d(0, 20%, 0);
  transition: opacity 0.3s linear 0s, transform 0.3s ease 0s;
}

.featured-cards__item__heading::after {
  content: '';
  width: 56px;
  height: 1px;
  display: block;
  margin: 14px 0;
  background-color: #fff;
}

.featured-cards__item__description {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  height: 120px;
  transform: translate3d(0, 10%, 0);
  transition: opacity 0.5s linear 0.2s, transform 0.5s ease 0.2s;
}

.modal__container {
  padding: 28px;
}

@media screen and (min-width: 1025px) {
  .modal__container {
    min-width: 800px;
  }
}

.modal__heading {
  line-height: 1.2;
  font-size: 21px;
  color: #2b7f68;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 14px;
  margin-bottom: 28px;
}

.messages__container {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.messages__item {
  padding: 21px 0;
  color: #fff;
  background-color: #222;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
}

.messages__item--success {
  background-color: #2b7f68;
}

.messages__item--fail {
  background-color: #ce482d;
}

.messages__item--error {
  background-color: #ce482d;
}

.messages__item__content {
  display: block;
}

.annual-report-hero {
  overflow: hidden;
  position: relative;
}

.annual-report-hero__container {
  z-index: 2;
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (min-width: 1025px) {
  .annual-report-hero__container {
    min-height: 650px;
  }
}

@media screen and (min-width: 1228px) {
  .annual-report-hero__container {
    min-height: 850px;
  }
}

.annual-report-hero__container .annual-report-hero__content__container {
  bottom: 56px;
}

.annual-report-hero__container::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}

@media screen and (min-width: 769px) {
  .annual-report-hero__container::after {
    display: none;
  }
}

.annual-report-hero__content-wrapper {
  bottom: 28px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 50%;
}

.annual-report-hero__content {
  padding: 0 28px;
  color: #fff;
  margin: 0 auto;
  max-width: 866px;
}

@media screen and (min-width: 1228px) {
  .annual-report-hero__content {
    padding: 0;
    max-width: none;
  }
}

.annual-report-hero__heading {
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  font-size: 30px;
}

@media screen and (min-width: 769px) {
  .annual-report-hero__heading {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    font-size: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-hero__heading {
    font-size: 80px;
  }
}

.annual-report-hero__subheading {
  margin: 0 auto;
  text-transform: uppercase;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .annual-report-hero__subheading {
    font-size: 32px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }
}

.annual-report-opening-letter__container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  max-width: 866px;
  margin: 28px auto;
  font-size: 20px;
}

[class*="no-gutter"] > .annual-report-opening-letter__container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.annual-report-opening-letter__container .annual-report-opening-letter__container {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .annual-report-opening-letter__container .annual-report-opening-letter__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .annual-report-opening-letter__container .annual-report-opening-letter__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-opening-letter__container .annual-report-opening-letter__container {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .annual-report-opening-letter__container .annual-report-opening-letter__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .annual-report-opening-letter__container .annual-report-opening-letter__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .annual-report-opening-letter__container .annual-report-opening-letter__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.annual-report-opening-letter__heading {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .annual-report-opening-letter__heading {
    font-size: 21px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-opening-letter__heading {
    font-size: 30px;
  }
}

.annual-report-opening-letter__signature {
  max-width: 200px;
  margin-bottom: 14px;
}

.annual-report-opening-letter__name {
  font-weight: 600;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

.annual-report-opening-letter__job-title {
  font-style: italic;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.annual-report-feature-image__container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 1025px) {
  .annual-report-feature-image__container {
    min-height: 650px;
  }
}

@media screen and (min-width: 1228px) {
  .annual-report-feature-image__container {
    min-height: 850px;
  }
}

.annual-report-feature-image__container .annual-report-feature-image__content__container {
  bottom: 56px;
}

.annual-report-feature-image__container::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}

@media screen and (min-width: 769px) {
  .annual-report-feature-image__container::after {
    display: none;
  }
}

.annual-report-feature-image__content-wrapper {
  bottom: 28px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 28px;
}

@media screen and (min-width: 769px) {
  .annual-report-feature-image__content-wrapper {
    top: 56px;
  }
}

.annual-report-feature-image__content {
  padding: 0 28px;
  margin: 0 auto;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .annual-report-feature-image--black .annual-report-feature-image__content {
    color: #000;
  }
}

@media screen and (min-width: 1228px) {
  .annual-report-feature-image__content {
    padding: 0;
    max-width: 866px;
  }
}

.annual-report-feature-image__heading {
  margin: 0 auto 14px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .annual-report-feature-image__heading {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    font-size: 25px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-feature-image__heading {
    font-size: 30px;
  }
}

.annual-report-feature-image--black .annual-report-feature-image__heading {
  text-shadow: none;
  color: #000;
}

.annual-report-feature-image--black-white .annual-report-feature-image__heading {
  text-shadow: none;
  color: #000;
}

.annual-report-feature-image--white-black .annual-report-feature-image__heading {
  color: #fff;
}

.annual-report-feature-image__text {
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  .annual-report-feature-image__text {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    font-size: 21px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-feature-image__text {
    font-size: 25px;
  }
}

.annual-report-feature-image--black .annual-report-feature-image__text {
  text-shadow: none;
  color: #000;
}

.annual-report-feature-image--black-white .annual-report-feature-image__text {
  text-shadow: none;
  color: #000;
}

.annual-report-feature-image--white-black .annual-report-feature-image__text {
  color: #fff;
}

.annual-report-highlights {
  background-color: #e3f1ee;
  padding: 42px 56px;
}

@media screen and (min-width: 1025px) {
  .annual-report-highlights {
    padding: 42px 0;
  }
}

.annual-report-highlights__container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  margin-top: -28px;
}

[class*="no-gutter"] > .annual-report-highlights__container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.annual-report-highlights__container .annual-report-highlights__container {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .annual-report-highlights__container .annual-report-highlights__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .annual-report-highlights__container .annual-report-highlights__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-highlights__container .annual-report-highlights__container {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .annual-report-highlights__container .annual-report-highlights__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .annual-report-highlights__container .annual-report-highlights__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .annual-report-highlights__container .annual-report-highlights__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.annual-report-highlights__item {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 14px;
  padding-right: 28px;
  padding-left: 28px;
  padding-top: 28px;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .annual-report-highlights__item {
    padding-right: 21px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 481px) {
  .annual-report-highlights__item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .annual-report-highlights__item {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-highlights__item {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 769px) {
  .annual-report-highlights__item {
    margin-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-highlights__item:nth-child(3n)::after {
    content: ' ';
    border-bottom: 2px dotted #67724d;
    position: absolute;
    left: -200%;
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-highlights__item:last-child::after {
    border-bottom: 0;
  }
}

.annual-report-highlights__icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 28px;
}

@media screen and (min-width: 769px) {
  .annual-report-highlights__icon {
    width: 160px;
    height: 160px;
  }
}

.annual-report-highlights__heading {
  color: #2b7f68;
  font-size: 21px;
  margin-bottom: 0;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .annual-report-highlights__heading {
    margin-bottom: 7px;
  }
}

.annual-report-highlights__description {
  font-size: 18px;
  margin-bottom: 0;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 769px) {
  .annual-report-highlights__description {
    margin-bottom: 50px;
  }
}

.scroll-menu {
  display: none;
}

@media screen and (min-width: 1025px) {
  .scroll-menu {
    display: block;
  }
}

.scroll-menu__container {
  background-color: #2f6067;
  display: flex;
  flex-direction: row;
  color: #fff;
  margin: 0;
  justify-content: center;
}

.scroll-menu__item {
  list-style-type: none;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-right: 14px;
  display: inline-block;
}

@media screen and (min-width: 1150px) {
  .scroll-menu__item:after {
    content: "/";
    margin-left: 14px;
    display: inline-block;
  }
  .scroll-menu__item:last-child:after {
    content: '';
  }
}

.scroll-menu__item__link {
  color: #fff;
}

.scroll-menu__item__link.active {
  text-decoration: underline;
}

.scroll-menu__item__link:hover, .scroll-menu__item__link:focus {
  color: #fff;
  opacity: 0.75;
}

.annual-report-sustainability {
  border-bottom: 2px solid #67724d;
  display: flex;
  flex-direction: column;
  padding-top: 42px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability {
    flex-direction: row;
    padding-top: 0;
  }
}

.annual-report-sustainability__left {
  flex-basis: 66%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 28px;
  border-bottom: 2px dotted #67724d;
  min-height: 130px;
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability__left {
    border-bottom: 0;
    padding-right: 28px;
    padding-bottom: 0;
    min-height: 385px;
  }
}

.annual-report-sustainability__right {
  flex-basis: 33%;
  padding: 28px 0;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

.annual-report-sustainability__figure {
  font-size: 70px;
  font-family: "Whitney Cond A", "Whitney Cond B", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #8f9a36;
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability__figure {
    font-size: 92px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-sustainability__figure {
    font-size: 130px;
  }
}

.annual-report-sustainability__total {
  font-size: 21px;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #67724d;
}

.annual-report-sustainability__plant1 {
  display: none;
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability__plant1 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 90px;
  }
}

.annual-report-sustainability__plant2 {
  display: none;
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability__plant2 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 67px;
    width: 55px;
    height: 65px;
  }
}

.annual-report-sustainability__plant3 {
  display: none;
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability__plant3 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 55px;
    height: 90px;
  }
}

.annual-report-sustainability__facts {
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability__facts {
    border-left: 2px dotted #67724d;
    padding-left: 28px;
  }
}

.annual-report-sustainability__fact {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #67724d;
  padding-top: 28px;
  font-size: 21px;
  font-weight: 600;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
}

.annual-report-sustainability__fact:first-child {
  border-bottom: 2px dotted #67724d;
  padding-bottom: 28px;
  padding-top: 0;
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability__fact:first-child {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability__fact {
    padding-top: 0;
  }
}

.annual-report-sustainability__fact--operational {
  font-size: 16px;
  font-weight: 500;
  margin-left: 28px;
  margin-right: 28px;
}

.annual-report-sustainability__small-figure {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2px;
  color: #2f6067;
  font-family: "Whitney Cond A", "Whitney Cond B", Helvetica, Arial, sans-serif;
}

.annual-report-sustainability__percent {
  font-size: 60px;
}

.annual-report-sustainability__heading {
  color: #2f6067;
  font-weight: 600;
  font-size: 18px;
}

.annual-report-impact__container {
  padding: 28px 0;
  border-bottom: 2px solid #67724d;
  margin-bottom: 28px;
  width: 100%;
  overflow: hidden;
}

.annual-report-impact__slides {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .annual-report-impact__slides {
    display: flex;
  }
}

.annual-report-impact__column {
  text-align: center;
  display: block;
}

@media screen and (min-width: 769px) {
  .annual-report-impact__column {
    flex-basis: 33.33%;
    border-right: 2px dotted #67724d;
  }
}

.annual-report-impact__column:last-child {
  border-right: 0;
}

.annual-report-impact__column img {
  margin: 0 28px;
  width: calc(100% - (28px * 2));
}

.annual-report-impact__heading {
  color: #67724d;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .annual-report-impact__bullets {
    display: none;
  }
}

.annual-report-sustainability {
  border-bottom: 2px solid #67724d;
  display: flex;
  flex-direction: column;
  padding-top: 42px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability {
    flex-direction: row;
    padding-top: 0;
  }
}

.annual-report-sustainability__left {
  flex-basis: 66%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 28px;
  border-bottom: 2px dotted #67724d;
  min-height: 130px;
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability__left {
    border-bottom: 0;
    padding-right: 28px;
    padding-bottom: 0;
    min-height: 385px;
  }
}

.annual-report-sustainability__right {
  flex-basis: 33%;
  padding: 28px 0;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

.annual-report-sustainability__figure {
  font-size: 70px;
  font-family: "Whitney Cond A", "Whitney Cond B", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #8f9a36;
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability__figure {
    font-size: 92px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-sustainability__figure {
    font-size: 130px;
  }
}

.annual-report-sustainability__total {
  font-size: 21px;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #67724d;
}

.annual-report-sustainability__plant1 {
  display: none;
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability__plant1 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 90px;
  }
}

.annual-report-sustainability__plant2 {
  display: none;
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability__plant2 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 67px;
    width: 55px;
    height: 65px;
  }
}

.annual-report-sustainability__plant3 {
  display: none;
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability__plant3 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 55px;
    height: 90px;
  }
}

.annual-report-sustainability__facts {
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability__facts {
    border-left: 2px dotted #67724d;
    padding-left: 28px;
  }
}

.annual-report-sustainability__fact {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #67724d;
  padding-top: 28px;
  font-size: 21px;
  font-weight: 600;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
}

.annual-report-sustainability__fact:first-child {
  border-bottom: 2px dotted #67724d;
  padding-bottom: 28px;
  padding-top: 0;
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability__fact:first-child {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .annual-report-sustainability__fact {
    padding-top: 0;
  }
}

.annual-report-sustainability__fact--operational {
  font-size: 16px;
  font-weight: 500;
  margin-left: 28px;
  margin-right: 28px;
}

.annual-report-sustainability__small-figure {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2px;
  color: #2f6067;
  font-family: "Whitney Cond A", "Whitney Cond B", Helvetica, Arial, sans-serif;
}

.annual-report-sustainability__percent {
  font-size: 60px;
}

.annual-report-sustainability__heading {
  color: #2f6067;
  font-weight: 600;
  font-size: 18px;
}

.annual-report-graphs {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  max-width: 866px;
  margin: 0 auto 28px;
  border-top: 2px dotted #67724d;
  border-bottom: 2px dotted #67724d;
  padding: 28px 0;
  flex-direction: column;
}

[class*="no-gutter"] > .annual-report-graphs {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.annual-report-graphs .annual-report-graphs {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .annual-report-graphs .annual-report-graphs {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .annual-report-graphs .annual-report-graphs {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-graphs .annual-report-graphs {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .annual-report-graphs .annual-report-graphs {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .annual-report-graphs .annual-report-graphs {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .annual-report-graphs .annual-report-graphs {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.annual-report-graphs__title {
  font-size: 21px;
  color: #67724d;
  font-weight: 600;
  text-align: center;
  margin-bottom: 42px;
}

.annual-report-graphs__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .annual-report-graphs__container {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}

.annual-report-graphs__left {
  margin-bottom: 28px;
}

@media screen and (min-width: 769px) {
  .annual-report-graphs__left {
    margin-right: 28px;
    margin-bottom: 0;
    display: flex;
    flex-grow: 0;
  }
}

@media screen and (min-width: 769px) {
  .annual-report-graphs__right {
    margin-left: 28px;
    display: flex;
    flex-grow: 0;
  }
}

.annual-report-carousel {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 0;
}

[class*="no-gutter"] > .annual-report-carousel {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.annual-report-carousel .annual-report-carousel {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .annual-report-carousel .annual-report-carousel {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .annual-report-carousel .annual-report-carousel {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-carousel .annual-report-carousel {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .annual-report-carousel .annual-report-carousel {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .annual-report-carousel .annual-report-carousel {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .annual-report-carousel .annual-report-carousel {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.annual-report-carousel__title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  margin: 28px auto;
}

@media screen and (min-width: 769px) {
  .annual-report-carousel__title {
    font-size: 21px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-carousel__title {
    font-size: 30px;
  }
}

.annual-report-carousel__slides {
  margin: 0;
  padding: 0;
}

.annual-report-carousel__slide {
  display: flex;
  justify-content: center;
}

.annual-report-carousel__slide-wrapper {
  max-width: 940px;
  width: 100%;
  overflow: hidden;
}

.annual-report-carousel .iframe-wrapper {
  margin: 0;
  max-width: 940px;
}

.annual-report-carousel iframe {
  max-width: 940px;
}

.annual-report-carousel__bullets {
  margin: 14px auto 0;
  text-align: center;
}

.annual-report-carousel__bullet {
  padding: 0;
  margin: 0;
  border: 0;
  transition: none;
  letter-spacing: normal;
  width: 14px;
  height: 14px;
  border: 1px solid #2b7f68;
  border-radius: 50%;
  margin-right: 20px;
}

.annual-report-carousel__bullet:hover {
  background-color: #2b7f68;
}

.annual-report-carousel__bullet:focus {
  outline: none;
}

.annual-report-carousel__bullet.glide__bullet--active {
  background-color: #2b7f68;
}

.annual-report-acknowledgements {
  background-color: #e3f1ee;
  padding: 70px 0;
  text-align: center;
}

.annual-report-acknowledgements__title {
  color: #2b7f68;
  text-transform: uppercase;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .annual-report-acknowledgements__title {
    font-size: 21px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-acknowledgements__title {
    font-size: 30px;
  }
}

@media screen and (min-width: 769px) {
  .annual-report-acknowledgements__title--as-h1 {
    margin-bottom: 28px;
  }
}

.annual-report-acknowledgements__link-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (min-width: 481px) {
  .annual-report-acknowledgements__link-wrapper {
    flex-direction: row;
  }
}

.annual-report-acknowledgements__link-wrapper--spaced {
  margin-bottom: 90px;
}

.annual-report-acknowledgements__link {
  display: block;
  border: 2px solid #2b7f68;
  padding: 15px 40px;
  color: #2b7f68;
  text-transform: uppercase;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (min-width: 481px) {
  .annual-report-acknowledgements__link {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .annual-report-acknowledgements__link:last-child {
    margin-right: 0;
  }
}

.annual-report-acknowledgements__link:hover {
  background-color: #2b7f68;
  color: #fff;
}

.annual-report-top-donors {
  text-align: left;
  max-width: 950px;
  margin: 28px auto;
}

.annual-report-top-donors__heading {
  color: #393939;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 2px solid #393939;
  padding-bottom: 14px;
  margin-top: 28px;
  margin-bottom: 14px;
}

@media screen and (min-width: 769px) {
  .annual-report-top-donors__heading {
    font-size: 21px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-top-donors__heading {
    font-size: 26px;
  }
}

.annual-report-top-donors__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #393939;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-indent: -2em;
  margin-left: 2em;
  line-height: 2;
}

@media screen and (min-width: 1025px) {
  .annual-report-top-donors__list {
    font-size: 19px;
    column-count: 2;
    column-gap: calc((28px * 2) + 2em);
  }
}

.annual-report-special-thanks {
  text-align: left;
  max-width: 950px;
  margin: 28px auto;
}

.annual-report-special-thanks__title {
  color: #393939;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  padding-bottom: 14px;
  margin-bottom: 28px;
  border-bottom: 2px solid #393939;
}

@media screen and (min-width: 1025px) {
  .annual-report-special-thanks__title {
    font-size: 22px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-special-thanks__wrapper {
    column-count: 2;
    column-gap: calc((28px * 2) + 2em);
  }
}

.annual-report-special-thanks__group {
  margin-bottom: 28px;
}

@media screen and (min-width: 1025px) {
  .annual-report-special-thanks__group {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.annual-report-special-thanks__heading {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .annual-report-special-thanks__heading {
    font-size: 19px;
  }
}

.annual-report-special-thanks__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #393939;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-indent: -2em;
  margin-left: 2em;
  line-height: 2;
}

@media screen and (min-width: 1025px) {
  .annual-report-special-thanks__list {
    font-size: 19px;
  }
}

.location-hero {
  position: relative;
  width: 100%;
  height: 400px;
  max-height: 50vh;
}

@media screen and (min-width: 1025px) {
  .location-hero {
    height: 600px;
  }
}

.location-hero .container {
  max-width: 1000px;
}

.location-hero img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.location-hero__title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem 3.5rem 0 1rem;
}

@media screen and (min-width: 1025px) {
  .location-hero__title {
    padding-right: 7rem;
  }
}

.location-hero__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -9999px;
  background: #fff;
}

.location-hero__title h1 {
  margin: 0;
  position: relative;
  top: .8rem;
  color: #393939;
  font-family: "Whitney Narrow SSm A", "Whitney Narrow SSm B", Helvetica, Arial, sans-serif;
  font-size: 2.625rem;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .location-hero__title h1 {
    font-size: 3.125rem;
  }
}

.location-intro {
  margin: 4rem 0;
}

.location-intro .container {
  max-width: 1000px;
}

.location-intro h2 {
  color: #67724d;
  font-weight: 400;
  font-style: italic;
  font-size: 1.625rem;
}

@media screen and (min-width: 769px) {
  .location-intro h2 {
    font-size: 1.8125rem;
  }
}

.location-intro h3 {
  color: #393939;
  font-weight: 400;
  font-size: 1.25rem;
}

.featured-job-openings {
  background: #e3f1ee;
  color: #2f6067;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  padding-top: 2rem;
}

.featured-job-openings__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}

@media screen and (min-width: 481px) {
  .featured-job-openings__heading {
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 1.75rem;
  }
}

.featured-job-openings__heading__title {
  font-family: "Whitney Narrow SSm A", "Whitney Narrow SSm B", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.featured-job-openings__heading__viewall {
  color: #2f6067;
  font-weight: 500;
  text-decoration: underline;
  font-size: 1.2rem;
}

@media screen and (min-width: 481px) {
  .featured-job-openings__heading__viewall {
    margin-left: 1.75rem;
  }
}

.featured-job-openings__items {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .featured-job-openings__items {
    flex-direction: row;
    margin-left: -2.5rem;
  }
}

.featured-job-openings__items__item {
  width: 100%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .featured-job-openings__items__item {
    width: calc(100% / 3);
    margin-left: 2.5rem;
  }
}

.featured-job-openings__items__item__title {
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
  color: #2f6067;
  margin-bottom: 1rem;
}

.featured-job-openings__items__item__location {
  display: flex;
  align-items: center;
  font-style: italic;
}

.featured-job-openings__items__item__location .icon-location {
  width: 1.5rem;
  height: 1.5rem;
  color: #8f9a36;
  margin-right: .5rem;
}

.photo-quote-collage {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 4rem auto;
  width: 100%;
  max-width: 1200px;
  padding: 28px;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  color: #67724d;
}

.photo-quote-collage__item {
  width: 100%;
  height: auto;
}

.photo-quote-collage__item:nth-child(2), .photo-quote-collage__item:nth-child(5), .photo-quote-collage__item:nth-child(6) {
  display: none;
}

.photo-quote-collage__item:nth-child(3) {
  margin: 2rem 0;
}

.photo-quote-collage__item__quote {
  font-size: 1.75rem;
  font-weight: 500;
}

.photo-quote-collage__item__name {
  margin-top: 1rem;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .photo-quote-collage__item:nth-child(2), .photo-quote-collage__item:nth-child(5), .photo-quote-collage__item:nth-child(6) {
    display: block;
  }
  .photo-quote-collage__item:nth-child(1) {
    width: 60%;
    margin-top: 2rem;
  }
  .photo-quote-collage__item:nth-child(2), .photo-quote-collage__item:nth-child(4) {
    width: 39%;
    margin-left: 1%;
  }
  .photo-quote-collage__item:nth-child(3) {
    width: 50%;
    margin-top: -6rem;
    padding-right: 3rem;
  }
  .photo-quote-collage__item:nth-child(3), .photo-quote-collage__item:nth-child(5) {
    margin-left: 10%;
  }
  .photo-quote-collage__item:nth-child(4), .photo-quote-collage__item:nth-child(5), .photo-quote-collage__item:nth-child(6) {
    margin-top: 1%;
  }
  .photo-quote-collage__item:nth-child(5), .photo-quote-collage__item:nth-child(6) {
    width: 39%;
  }
  .photo-quote-collage__item:nth-child(6) {
    margin-left: 1%;
  }
  .photo-quote-collage__item__quote {
    font-size: 2.0625rem;
  }
  .photo-quote-collage__item__name {
    margin-top: 2rem;
    font-size: 1.25rem;
  }
}

.office-locations {
  background: #f0ede4;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
}

.office-locations__heading {
  font-family: "Whitney Narrow SSm A", "Whitney Narrow SSm B", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  padding: 3rem 0;
  color: #67724d;
}

.office-locations__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
}

@media screen and (min-width: 769px) {
  .office-locations__content {
    flex-direction: row;
    align-items: flex-start;
  }
}

.office-locations__content__image {
  margin: 0 auto;
  width: 80%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .office-locations__content__image {
    width: 33.33%;
    height: auto;
    padding: 0 8% 0 4%;
    margin-bottom: 0;
  }
}

.office-locations__content__text {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .office-locations__content__text {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 66.66%;
  }
}

.office-locations__content__text__item {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .office-locations__content__text__item {
    width: 46%;
  }
}

.office-locations__content__text__item h3 {
  color: #67724d;
  font-family: "Whitney Narrow SSm A", "Whitney Narrow SSm B", Helvetica, Arial, sans-serif;
  font-size: 1.5625rem;
  font-weight: 600;
  margin-bottom: .25rem;
}

.office-locations__content__text__item p {
  font-size: 1.125rem;
  font-weight: 400;
}

.related-cards {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  padding-bottom: 3rem;
}

.related-cards--tan {
  background: #f0ede4;
}

.related-cards__heading {
  color: #393939;
  font-family: "Whitney Narrow SSm A", "Whitney Narrow SSm B", Helvetica, Arial, sans-serif;
  font-size: 1.9375rem;
  font-weight: 600;
  text-align: center;
  padding: 3rem 0;
}

.related-cards__items {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .related-cards__items {
    flex-direction: row;
    margin-left: -2.5rem;
  }
}

.related-cards__items__item {
  width: 100%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .related-cards__items__item {
    width: calc(100% / 3);
    margin-left: 2.5rem;
  }
}

.related-cards__items__item:focus .related-cards__items__item__title, .related-cards__items__item:hover .related-cards__items__item__title {
  color: #ce482d;
}

.related-cards__items__item__img {
  width: 100%;
  margin-bottom: 1rem;
}

.related-cards__items__item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.related-cards__items__item__title {
  font-size: 1.3125rem;
  line-height: 1.3;
  color: #393939;
}

.career-blog-feature {
  padding: 4rem 0;
  margin-bottom: 6rem;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
}

.career-blog-feature--tan {
  background: #f0ede4;
}

.career-blog-feature--olive {
  background: #67724d;
}

.career-blog-feature--dark-green {
  background: #2f6067;
}

@media screen and (max-width: 1024px) {
  .career-blog-feature .container {
    padding: 0;
  }
}

.career-blog-feature .article {
  display: flex;
  flex-direction: column;
  background: #fff;
}

@media screen and (min-width: 1025px) {
  .career-blog-feature .article {
    flex-direction: row-reverse;
  }
}

.career-blog-feature .article__text {
  width: 100%;
  padding: 1.5rem;
}

@media screen and (min-width: 1025px) {
  .career-blog-feature .article__text {
    width: 45%;
    padding: 3rem;
  }
}

.career-blog-feature .article__text__type {
  text-transform: uppercase;
  font-weight: 500;
  color: #2b7f68;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}

.career-blog-feature .article__text__heading {
  color: #393939;
  font-family: "Whitney Narrow SSm A", "Whitney Narrow SSm B", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
}

.career-blog-feature .article__text__summary {
  color: #393939;
  font-size: 1.25rem;
  line-height: 1.3;
}

.career-blog-feature .article__text__readmore {
  color: #ce482d;
  text-decoration: underline;
  font-weight: 500;
}

.career-blog-feature .article__image {
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 300px;
}

@media screen and (min-width: 1025px) {
  .career-blog-feature .article__image {
    object-fit: cover;
    width: 55%;
    min-height: auto;
  }
}

.careers-hero {
  width: 100%;
  height: 250px;
  max-height: 50vh;
}

@media screen and (min-width: 769px) {
  .careers-hero {
    height: 350px;
  }
}

@media screen and (min-width: 1025px) {
  .careers-hero {
    height: 500px;
  }
}

.careers-hero img,
.careers-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careers-hero__culture img {
  object-position: 0px 0px;
}

.careers-intro {
  padding: 4rem 0;
}

.careers-intro__container {
  max-width: 800px;
  text-align: center;
}

.careers-intro__container h1 {
  font-family: "Whitney Narrow SSm A", "Whitney Narrow SSm B", Helvetica, Arial, sans-serif;
  font-size: 2.0625rem;
  font-weight: 600;
  color: #393939;
}

@media screen and (min-width: 769px) {
  .careers-intro__container h1 {
    font-size: 2.625rem;
  }
}

.careers-intro__container h2 {
  font-size: 1.4375rem;
  font-weight: 400;
  color: #393939;
}

@media screen and (min-width: 769px) {
  .careers-intro__container h2 {
    font-size: 1.625rem;
  }
}

.careers-feature__items {
  display: flex;
  flex-direction: column;
}

.careers-feature__items__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2rem;
}

.careers-feature__items__item:nth-child(3n+1) {
  background: #67724d;
}

.careers-feature__items__item:nth-child(3n+1) .btn--secondary:focus,
.careers-feature__items__item:nth-child(3n+1) .btn--secondary:hover {
  color: #67724d;
  background: #fff;
}

.careers-feature__items__item:nth-child(3n+2) {
  background: #2f6067;
}

.careers-feature__items__item:nth-child(3n+2) .btn--secondary:focus,
.careers-feature__items__item:nth-child(3n+2) .btn--secondary:hover {
  color: #2f6067;
  background: #fff;
}

.careers-feature__items__item:nth-child(3n+3) {
  background: #8f9a36;
}

.careers-feature__items__item:nth-child(3n+3) .btn--secondary:focus,
.careers-feature__items__item:nth-child(3n+3) .btn--secondary:hover {
  color: #8f9a36;
  background: #fff;
}

@media screen and (min-width: 1025px) {
  .careers-feature__items__item {
    flex-direction: row;
    justify-content: space-between;
    height: 380px;
  }
  .careers-feature__items__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.careers-feature__items__item__img {
  width: 100%;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  min-height: 350px;
}

@media screen and (min-width: 1025px) {
  .careers-feature__items__item__img {
    flex-shrink: 0;
    width: calc(100% - 480px);
  }
}

.careers-feature__items__item article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  width: 100%;
  padding: 3rem 2rem;
}

@media screen and (min-width: 1025px) {
  .careers-feature__items__item article {
    padding: 3.5rem;
  }
}

.careers-feature__items__item article h2 {
  font-size: 1.8125rem;
  font-family: "Whitney Narrow SSm A", "Whitney Narrow SSm B", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

@media screen and (min-width: 1025px) {
  .careers-feature__items__item article h2 {
    padding-right: 5rem;
  }
}

.careers-feature__items__item article p {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  word-break: break-word;
}

@media screen and (min-width: 1025px) {
  .careers-feature__items__item article p {
    height: 108px;
    overflow: hidden;
  }
}

.careers-feature__items__item article .btn--secondary {
  color: #fff;
  border-color: #fff;
  font-size: 1.125rem;
}

.careers-people h2 {
  text-align: center;
  font-family: "Whitney Narrow SSm A", "Whitney Narrow SSm B", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #393939;
  margin: 3rem 0;
}

.careers-people__items {
  display: flex;
  flex-direction: column;
}

.careers-people__items__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}

@media screen and (min-width: 769px) {
  .careers-people__items__item {
    flex-direction: row;
  }
}

.careers-people__img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .careers-people__img {
    width: 35%;
    align-items: center;
  }
}

.careers-people__img img {
  width: 100%;
  max-width: 240px;
  height: auto;
  border-radius: 50%;
}

.careers-people__text {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  color: #747474;
  max-width: 530px;
}

.careers-people__text h3 {
  color: #67724d;
  font-family: "Whitney Narrow SSm A", "Whitney Narrow SSm B", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  margin-bottom: .2rem;
}

.careers-people__text__title {
  text-transform: uppercase;
}

.careers-people__text__quote {
  color: #8f9a36;
  font-size: 1.6875rem;
  font-style: italic;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .careers-people__text__quote {
    font-size: 1.8125rem;
  }
}

.careers-people__text__text {
  font-size: 1.25rem;
}

@media screen and (min-width: 769px) {
  .careers-people__text {
    width: 65%;
    padding-left: 1rem;
  }
}

.career-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin: 0;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.career-menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  overflow-y: scroll;
  max-height: 100%;
}

@media screen and (min-width: 1025px) {
  .career-menu.sticky {
    overflow-y: unset;
  }
}

.headroom--top .career-menu.sticky,
.site-header--slidedown .career-menu.sticky {
  transform: translate3d(0, 72px, 0);
}

@media screen and (min-width: 1025px) {
  .headroom--top .career-menu.sticky,
  .site-header--slidedown .career-menu.sticky {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    transform: translate3d(0, 94px, 0);
  }
}

@media screen and (max-width: 1024px) {
  .career-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}

@media screen and (min-width: 1025px) {
  .career-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3.75rem;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}

.career-menu__item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1024px) {
  .career-menu__item:not(:first-child) {
    display: none;
  }
  .career-menu__item:not(.has-submenu):not(:last-child) {
    padding: .75rem;
  }
  .career-menu__item:not(:first-child):not(:last-child) {
    background: #f0ede4;
  }
}

@media screen and (min-width: 1025px) {
  .career-menu__item {
    margin-right: 2.25rem;
    border-bottom: 0;
  }
  .career-menu__item:not(:first-child):not(:last-child) {
    background: #fff;
  }
  .career-menu__item:first-child {
    margin-left: 2.75rem;
  }
  .career-menu__item:last-child {
    margin-right: 0;
  }
}

.career-menu__item:first-child .career-menu__link {
  color: #2b7f68;
  font-weight: 600;
  padding-left: 2.25rem;
}

@media screen and (min-width: 1025px) {
  .career-menu__item:first-child .career-menu__link {
    padding-left: 0;
  }
}

.career-menu__item:first-child .career-menu__link::before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="rgb(43, 127, 104)" width="34" height="18" viewBox="0 0 255.3 133.3"><path d="M106 130.5c-1.9-1.9-.8-12.5-.2-15.5 1.7-10.2 4.2-25.8 1.1-36.6-.4-3.6-2.3-6.3-4.7-8.9-18 4.9-34.5-3.4-45.7-13.3-14.2-10-30.9-22.7-37.5-24.4-11.4-2.7-19-4.2-19-4.2C15 1.6 36.8-2.5 64.6 1.1c37.9 6.3 46.6 23.3 47.8 42.1.4 4.7-1.3 14.8-6.8 22.9 6.6 8.7 8.7 17.6 7.2 32 4.9-6.8 5.7-8.3 8.7-9.7-4.2-27.9 6.6-58.8 67.7-60.7 46.4 3.2 61.8 31.8 66 45.9-12.9-.8-25.6 0-48.5 12.1-28.4 17.8-55.5 21.2-83 6.6-12.6 9-10.6 38.9-10.6 40.6-4.3 1.8-7.1-2.4-7.1-2.4z"/></svg>');
  position: absolute;
  left: .5rem;
}

@media screen and (min-width: 1025px) {
  .career-menu__item:first-child .career-menu__link::before {
    left: -2.75rem;
  }
}

.career-menu__link {
  display: block;
  color: #393939;
}

@media screen and (max-width: 1024px) {
  .career-menu__link {
    color: #747474;
  }
  .career-menu__link--submenu {
    padding: .75rem;
  }
}

.career-menu__link.active {
  color: #ce482d;
}

.career-menu__link--highlight {
  padding: .75rem;
  color: #fff;
  background: #2f6067;
}

.career-menu__link--highlight:hover, .career-menu__link--highlight:focus {
  color: #fff;
  background: #ce482d;
}

.career-menu__sub-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #fff;
  padding: .5rem 0;
}

@media screen and (min-width: 1025px) {
  .career-menu__sub-menu {
    position: absolute;
    left: -999rem;
    padding: 21px 0 0 0;
    width: 280px;
    box-shadow: 1px 21px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 250ms ease 0s;
    overflow: hidden;
    border-radius: 0 0 3px 3px;
    background: none;
    z-index: 100;
  }
}

.career-menu__sub-menu__item {
  padding: .5rem 0;
  text-transform: none;
}

@media screen and (min-width: 1025px) {
  .career-menu__sub-menu__item {
    padding: 0;
    white-space: nowrap;
    position: relative;
    font-weight: 400;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .career-menu__sub-menu__item:first-child {
    border-top: 5px solid #2f6067;
  }
}

@media screen and (min-width: 1025px) {
  .career-menu__sub-menu__item:first-child .career-menu__sub-menu__item__link {
    border: 0;
  }
}

.career-menu__sub-menu__item__link {
  display: block;
  padding: 0 .75rem;
}

@media screen and (max-width: 1024px) {
  .career-menu__sub-menu__item__link {
    color: #747474;
  }
}

@media screen and (min-width: 1025px) {
  .career-menu__sub-menu__item__link {
    position: relative;
    background-color: #2f6067;
    padding: 14px 28px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    overflow: hidden;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .career-menu__sub-menu__item__link {
    background-color: #fff;
    color: #222;
    padding: 9.33333px 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}

@media screen and (min-width: 1025px) {
  .career-menu__sub-menu__item__link::before {
    content: '';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #ce482d;
    transform: translate3d(-10px, 0, 0);
    transition: transform 250ms ease 0s, opacity 250ms ease 0s;
  }
  .career-menu__sub-menu__item__link:hover {
    color: #000;
    background-color: #f0ece1;
  }
  .career-menu__sub-menu__item__link:hover::before {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@media screen and (min-width: 1025px) {
  .career-menu__item:hover .career-menu__sub-menu {
    left: 0;
    opacity: 1;
  }
}

.career-menu__toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem;
}

.career-menu__toggle:focus {
  outline: 0;
}

.career-menu__toggle .icon-toggle {
  fill: #747474;
}

@media screen and (min-width: 1025px) {
  .career-menu__toggle {
    display: none;
  }
}

.career-menu.is-open .career-menu__item {
  display: block;
}

.career-image {
  position: relative;
  margin: 0 0 2rem;
}

.career-image img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.career-image figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding-left: 1rem;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.fullwidth {
  width: 100vw;
  margin-bottom: 50px;
}

.career-hero {
  width: 100%;
  height: 280px;
}

@media screen and (min-width: 481px) {
  .career-hero {
    height: 420px;
  }
}

@media screen and (min-width: 1025px) {
  .career-hero {
    height: 675px;
  }
}

.career-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.culture-intro {
  padding: 4rem 0;
}

.culture-intro__container {
  position: relative;
  max-width: 800px;
  text-align: center;
}

.culture-intro__container .green {
  text-align: center;
  font-family: "Whitney Narrow SSm A", "Whitney Narrow SSm B", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 3.02px;
  color: #2b7f68;
  margin-bottom: 60px;
}

@media screen and (min-width: 1025px) {
  .culture-intro__container .green {
    margin-bottom: 136px;
  }
}

.culture-intro__container .theoneacrefundway {
  position: absolute;
  top: 10px;
  left: 0;
}

@media screen and (min-width: 1025px) {
  .culture-intro__container .theoneacrefundway {
    top: 6px;
    left: -5%;
    max-width: 110%;
  }
}

.culture-intro__container .text {
  text-align: left;
  letter-spacing: 0;
  color: #393939;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  white-space: pre-line;
}

.culture-intro__container .text p {
  margin: 0;
}

.culture-intro__container .text p + p {
  margin-top: 1.5rem;
}

.culture-intro__container h1 {
  font-family: "Whitney Narrow SSm A", "Whitney Narrow SSm B", Helvetica, Arial, sans-serif;
  font-size: 2.0625rem;
  font-weight: 600;
  color: #393939;
}

@media screen and (min-width: 769px) {
  .culture-intro__container h1 {
    font-size: 2.625rem;
  }
}

.culture-intro__container h2 {
  font-size: 1.4375rem;
  font-weight: 400;
  color: #393939;
}

@media screen and (min-width: 769px) {
  .culture-intro__container h2 {
    font-size: 1.625rem;
  }
}

.culture-feature .container .culture-text {
  padding-top: 4rem;
}

.culture-feature .container .culture-text h3 {
  color: #393939;
  letter-spacing: 0.75px;
}

.culture-feature .container .culture-text ul {
  position: relative;
  list-style: none;
  padding: 0 26px;
}

.culture-feature .container .culture-text .readmore li {
  margin-bottom: 6px;
}

.culture-feature .container .culture-text .readmore li::before {
  content: '▶';
  position: absolute;
  left: 0;
  color: #899336;
}

.culture-feature .container .culture-text .m-3 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  border: 1px solid #4A4A4A;
}

.culture-feature .container .culture-text ul li a {
  color: #393939;
  text-decoration: underline;
  letter-spacing: 0.65px;
  margin-bottom: 4px;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
}

.culture-feature .container .culture-text__embed {
  max-width: 880px;
  background-color: #F0EDE4;
  padding: 0rem 3rem 1rem 3rem;
}

@media screen and (min-width: 1025px) {
  .culture-feature .container .culture-text__embed {
    padding: 0;
  }
}

.culture-feature .container .culture-text__container {
  max-width: 800px;
  text-align: left;
}

.culture-feature .container .culture-text__container .icon {
  max-width: 100px;
  float: left;
}

.culture-feature .container .culture-text__container .background {
  margin-top: 3rem;
  background-color: #F0EDE4;
  padding: 3rem 3rem 1rem 3rem;
}

.culture-feature .container .culture-text__container .background h2 {
  letter-spacing: 1.35px;
  color: #4A4A4A;
  font-size: 27px;
}

.culture-feature .container .culture-text__container .background .rich-text {
  color: #4A4A4A;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
}

.culture-feature .container .culture-text .text, .culture-feature .container .culture-text .readmore {
  padding: 0 3rem;
}

@media screen and (min-width: 1025px) {
  .culture-feature .container .culture-text .text, .culture-feature .container .culture-text .readmore {
    padding: 0;
  }
}

.culture-feature .container .culture-text .close-button {
  text-align: center;
  margin-bottom: 3rem;
}

.culture-feature .container .culture-text .close-button .close-btn {
  max-width: 50px;
}

.culture-feature .hidden-mobile-inline,
.culture-feature .hidden-mobile,
.culture-feature .hidden {
  display: none;
}

.culture-feature .hidden-desktop {
  display: block;
}

@media screen and (min-width: 1025px) {
  .culture-feature .hidden-mobile-inline {
    display: inline-block;
  }
  .culture-feature .hidden-mobile {
    display: block;
  }
  .culture-feature .hidden-desktop {
    display: none;
  }
}

.culture-feature .container {
  padding: 0;
}

@media screen and (min-width: 1025px) {
  .culture-feature .container {
    padding: 0 14px;
  }
}

.culture-feature__items {
  display: flex;
  flex-direction: column;
}

.culture-feature__items__item {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  margin-bottom: 6px;
}

@media screen and (min-width: 1025px) {
  .culture-feature__items__item {
    flex-direction: column;
  }
}

.culture-feature__items__item:nth-child(8n+1) {
  background: #6F1A4D;
}

.culture-feature__items__item:nth-child(8n+1) .btn--secondary:focus,
.culture-feature__items__item:nth-child(8n+1) .btn--secondary:hover {
  color: #6F1A4D;
  background: #fff;
}

.culture-feature__items__item:nth-child(8n+1) article p {
  color: #F8992F;
}

.culture-feature__items__item:nth-child(8n+1) svg {
  fill: #F8992F;
}

.culture-feature__items__item:nth-child(8n+3) {
  background: #e8b757;
}

.culture-feature__items__item:nth-child(8n+3) .btn--secondary:focus,
.culture-feature__items__item:nth-child(8n+3) .btn--secondary:hover {
  color: #e8b757;
  background: #fff;
}

.culture-feature__items__item:nth-child(8n+3) article p {
  color: #2b7f68;
}

.culture-feature__items__item:nth-child(8n+3) svg {
  fill: #2B7F68;
}

.culture-feature__items__item:nth-child(8n+5) {
  background: #2b7f68;
}

.culture-feature__items__item:nth-child(8n+5) .btn--secondary:focus,
.culture-feature__items__item:nth-child(8n+5) .btn--secondary:hover {
  color: #2b7f68;
  background: #fff;
}

.culture-feature__items__item:nth-child(8n+5) article p {
  color: #fff;
}

.culture-feature__items__item:nth-child(8n+5) svg {
  fill: #E3F1EE;
}

.culture-feature__items__item:nth-child(8n+7) {
  background: #ce482d;
}

.culture-feature__items__item:nth-child(8n+7) .btn--secondary:focus,
.culture-feature__items__item:nth-child(8n+7) .btn--secondary:hover {
  color: #ce482d;
  background: #fff;
}

.culture-feature__items__item:nth-child(8n+7) article p {
  color: #FCCDB6;
}

.culture-feature__items__item:nth-child(8n+7) svg {
  fill: #FCCDB6;
}

@media screen and (min-width: 1025px) {
  .culture-feature__items__item {
    flex-direction: row-reverse;
    justify-content: space-between;
    height: 380px;
  }
  .culture-feature__items__item.even {
    flex-direction: row;
  }
  .culture-feature__items__item article p {
    color: #F8992F;
  }
}

.culture-feature__items__item__img {
  width: 100%;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  min-height: 350px;
}

@media screen and (min-width: 1025px) {
  .culture-feature__items__item__img {
    flex-shrink: 0;
    width: calc(100% - 480px);
  }
}

.culture-feature__items__item article {
  display: block;
  text-align: center;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  width: 100%;
  padding: 3rem 2rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .culture-feature__items__item article {
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  .culture-feature__items__item article {
    padding: 3.5rem;
  }
}

.culture-feature__items__item article h2 {
  font-size: 2.1rem;
  font-family: "Whitney Narrow SSm A", "Whitney Narrow SSm B", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

@media screen and (min-width: 1025px) {
  .culture-feature__items__item article h2 {
    font-size: 2.5rem;
    padding-right: 4rem;
  }
}

.culture-feature__items__item article p {
  font-family: "Whitney Narrow SSm A", "Whitney Narrow SSm B", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 1.425rem;
  font-weight: 500;
  font-style: italic;
  word-break: break-word;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .culture-feature__items__item article p {
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  .culture-feature__items__item article p {
    margin: 0 0 28px;
    height: 108px;
    overflow: hidden;
  }
}

.culture-feature__items__item article .btn--secondary {
  color: #fff;
  border-color: #fff;
  font-size: 1.125rem;
}

@media screen and (min-width: 1025px) {
  .culture-feature__items__item article .btn--secondary {
    position: absolute;
    bottom: 34px;
  }
}

.culture-feature__items__item article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  z-index: -1;
  background: none;
}

@media screen and (min-width: 1025px) {
  .culture-feature__items__item article::before {
    background-image: url("../images/culture-pattern.0304e57524f1.png");
    background-position: -20px 110%;
    background-repeat: no-repeat;
    background-size: 580px;
  }
}

.culture-feature__items__item__mobile_open {
  height: 80px;
  text-align: center;
  background-image: url("../images/culture-pattern.0304e57524f1.png");
  background-position: -40px 80%;
  background-repeat: no-repeat;
  background-size: 1200px;
  padding: 1rem;
}

.culture-feature__items__item__mobile_open svg {
  height: 38px;
  transform: rotate(270deg);
}

.culture-feature__items__item__mobile_open .flip {
  transform: rotate(90deg);
}

.culture-carousel {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 3rem 40px 3rem;
  background: #F0EDE4;
}

@media (min-width: 800px) {
  .culture-carousel {
    background: none;
  }
}

.culture-carousel .slick-arrow {
  width: 36px;
  height: 36px;
  transform: translateY(calc(-50% - 20px));
}

.culture-carousel .slick-arrow::before {
  display: block;
  opacity: 1;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}

.culture-carousel .slick-arrow.slick-prev {
  left: 0;
}

@media screen and (min-width: 1025px) {
  .culture-carousel .slick-arrow.slick-prev {
    left: -15px;
  }
}

.culture-carousel .slick-arrow.slick-prev::before {
  content: url("../images/arrow_left.8fa1d6f22d01.svg");
}

.culture-carousel .slick-arrow.slick-next {
  right: 0;
}

@media screen and (min-width: 1025px) {
  .culture-carousel .slick-arrow.slick-next {
    right: -15px;
  }
}

.culture-carousel .slick-arrow.slick-next::before {
  content: url("../images/arrow_right.c534d68fa6d4.svg");
}

.culture-carousel .slick-dots {
  bottom: -10px;
}

.culture-carousel .slick-dots li {
  margin-right: 10px;
  margin-left: 10px;
}

.culture-carousel .slick-dots li button {
  width: 18px;
  height: 18px;
  border: 2px solid #4A4A4A;
  border-radius: 50%;
}

.culture-carousel .slick-dots li button:hover {
  background: #4A4A4A;
}

.culture-carousel .slick-dots li button::before {
  content: none;
}

.culture-carousel .slick-dots li.slick-active button {
  background: #4A4A4A;
}

.culture-picture-container {
  max-width: 940px;
}

.culture-picture-container .inner img {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .culture-picture-container .inner {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-gap: 1rem;
  }
  .culture-picture-container .inner img:nth-child(3) {
    grid-row: 1 / -3;
    grid-column: 2;
    height: 100%;
    object-fit: cover;
  }
}

/*------------------------------------*\
	$ORGANISMS
\*------------------------------------*/
/*------------------------------------*\
$SITE HEADER
\*------------------------------------*/
.site-header {
  position: fixed;
  will-change: transform;
  z-index: 5;
  top: 0;
  width: 100%;
  background-color: white;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
  padding: 0;
  height: 72px;
  margin: 0 0 28px;
  transition: transform 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: translate3d(0, 0%, 0);
}

@media screen and (min-width: 1025px) {
  .site-header {
    height: auto;
  }
}

.site-header--slideup .site-header {
  transform: translate3d(0, -100%, 0);
}

.site-header--slidedown .site-header {
  transform: translate3d(0, 0%, 0);
}

.site-header__container {
  max-width: 1200px;
  margin: 0 auto;
  height: 72px;
}

.site-header .row {
  margin: 0;
}

.site-header__nav {
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.site-header__nav.active {
  pointer-events: auto;
}

@media screen and (min-width: 1025px) {
  .site-header__nav {
    pointer-events: auto;
    display: block;
    float: left;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 0 0 28px;
    margin: 21px 0;
  }
}

.headroom--not-top .site-header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

/*------------------------------------*\
$SITE FOOTER
\*------------------------------------*/
.site-footer {
  position: relative;
  background-color: #2f6067;
  padding: 28px 0 0;
  color: #fff;
}

@media screen and (min-width: 1228px) {
  .site-footer {
    padding: 56px 0 0;
  }
}

.site-footer__container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  max-width: 1200px;
  margin: 0 auto;
}

[class*="no-gutter"] > .site-footer__container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.site-footer__container .site-footer__container {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .site-footer__container .site-footer__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .site-footer__container .site-footer__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .site-footer__container .site-footer__container {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .site-footer__container .site-footer__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .site-footer__container .site-footer__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .site-footer__container .site-footer__container {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .site-footer__container {
    margin: 0 auto 14px;
  }
}

.footer-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 28px 28px;
  background: #1f3f44;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 769px) {
  .footer-menu {
    font-size: 14px;
  }
}

@media screen and (min-width: 1228px) {
  .footer-menu {
    padding: 28px 0;
  }
}

.footer-menu__container {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .footer-menu__container {
    text-align: left;
  }
}

.footer-menu__item {
  display: inline-block;
}

.footer-menu__link {
  color: #fff;
}

.footer-menu__link::before {
  content: "/";
  padding-right: 7px;
  margin-left: 7px;
  color: rgba(255, 255, 255, 0.4);
}

@media screen and (min-width: 1025px) {
  .filter-banner__container {
    position: relative;
  }
}

@media screen and (min-width: 1025px) {
  .filter-banner__container--sticky-filters {
    padding-bottom: 194px;
  }
}

.feature-image-utility {
  position: relative;
  margin: 0 0 28px;
}

.feature-image-utility--no-overview {
  margin-bottom: 0;
}

.annual-report-tabs {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
  max-width: 866px;
  margin: 0 auto;
  flex-direction: column;
  padding-top: 28px;
}

[class*="no-gutter"] > .annual-report-tabs {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.annual-report-tabs .annual-report-tabs {
  margin-left: -14px;
  margin-right: -14px;
}

@media screen and (min-width: 481px) {
  .annual-report-tabs .annual-report-tabs {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .annual-report-tabs .annual-report-tabs {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-tabs .annual-report-tabs {
    margin-left: -21px;
    margin-right: -21px;
  }
}

@media screen and (max-width: 1024px) {
  .annual-report-tabs .annual-report-tabs {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1150px) {
  .annual-report-tabs .annual-report-tabs {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 1228px) {
  .annual-report-tabs .annual-report-tabs {
    margin-left: -14px;
    margin-right: -14px;
  }
}

@media screen and (min-width: 769px) {
  .annual-report-tabs {
    text-align: center;
    padding: 56px 0;
  }
}

.annual-report-tabs--impact {
  padding-bottom: 0;
}

.annual-report-tabs__container {
  position: relative;
  margin-bottom: 28px;
  width: 100%;
}

.annual-report-tabs__container--impact {
  margin-bottom: 0;
}

.annual-report-tabs__title {
  color: #67724d;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto 28px;
}

@media screen and (min-width: 769px) {
  .annual-report-tabs__title {
    font-size: 21px;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-tabs__title {
    font-size: 30px;
  }
}

.annual-report-tabs__list-container {
  border: 2px solid #67724d;
  line-height: 1em;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}

.annual-report-tabs__list-container.show {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

@media screen and (min-width: 769px) {
  .annual-report-tabs__list-container {
    border: 0;
    position: static;
  }
  .annual-report-tabs__list-container.show {
    border-radius: 0;
  }
}

.annual-report-tabs__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}

@media screen and (min-width: 769px) {
  .annual-report-tabs__list {
    display: block;
    border-top: 2px solid #67724d;
    border-bottom: 2px solid #67724d;
    padding: 20px 0;
  }
}

.annual-report-tabs__item {
  display: none;
  padding: 14px 28px;
  margin: 0;
  cursor: pointer;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 0;
  line-height: 1em;
}

@media screen and (min-width: 769px) {
  .annual-report-tabs__item {
    padding: 0;
    display: inline-block;
    margin: 0 14px 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .annual-report-tabs__item {
    margin: 0 28px 0 0;
  }
}

.annual-report-tabs__item.current {
  display: block;
}

@media screen and (min-width: 769px) {
  .annual-report-tabs__item.current {
    border-bottom: 2px solid #8f9a36;
    display: inline-block;
  }
  .annual-report-tabs__item.current .annual-report-tabs__link {
    color: #8f9a36;
  }
}

.show .annual-report-tabs__item {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.show .annual-report-tabs__item:last-child {
  border-bottom: 0;
}

@media screen and (min-width: 769px) {
  .show .annual-report-tabs__item {
    border-bottom: 0;
    display: inline-block;
  }
}

.annual-report-tabs__link {
  color: #67724d;
}

.annual-report-tabs__link:hover {
  color: #8f9a36;
}

.annual-report-tabs__dropdown-trigger {
  position: absolute;
  right: 28px;
  top: 14px;
}

@media screen and (min-width: 769px) {
  .annual-report-tabs__dropdown-trigger {
    display: none;
  }
}

.annual-report-tabs__content {
  display: none;
  margin-top: 42px;
}

.annual-report-tabs__content.current {
  display: inherit;
}

@media screen and (min-width: 769px) {
  .annual-report-tabs__content {
    margin-top: 0;
  }
}

.annual-report-hero-scroll {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 50px;
}

.annual-report-hero-scroll--no-overview {
  margin-bottom: 0;
}

/*------------------------------------*\
	$TEMPLATES
\*------------------------------------*/
/*------------------------------------*\
	$PAGES
\*------------------------------------*/
.template-donate-page {
  margin-top: 72px;
}

@media screen and (min-width: 1025px) {
  .template-donate-page {
    margin-top: 94px;
  }
}

.career-post {
  color: #393939;
  padding-top: 3rem;
  font-size: 1.25rem;
}

@media screen and (min-width: 1025px) {
  .career-post {
    padding-top: 6rem;
  }
}

.career-post__container {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 1rem;
}

.career-post h1, .career-post h2, .career-post h3, .career-post h4, .career-post h5 {
  color: #393939;
}

.career-post h1,
.career-post h2 {
  font-family: "Whitney Narrow SSm A", "Whitney Narrow SSm B", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.career-post h1 {
  font-size: 2.5rem;
}

@media screen and (min-width: 769px) {
  .career-post h1 {
    font-size: 2.9375rem;
  }
}

.career-post h2 {
  font-size: 1.875rem;
}

.career-post h3 {
  font-size: 1.5rem;
}

.career-post time {
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  color: #2f6067;
  margin-bottom: 2rem;
}

.career-post p.intro {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, Arial, sans-serif;
  font-size: 1.625rem;
  font-style: italic;
  margin-bottom: 2rem;
}

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