@charset "UTF-8";
/*
Theme Name: CMG
Author: MendeDesign
Author URI: https://mendedesign.com
Version: 1.0
Text Domain: cmg
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Euclid Circular A";
  src: url("assets/fonts/Euclid/EuclidCircularA-Light.otf") format("opentype"), url("assets/fonts/Euclid/EuclidCircularA-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("assets/fonts/Euclid/EuclidCircularA-LightItalic.otf") format("opentype"), url("assets/fonts/Euclid/EuclidCircularA-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("assets/fonts/Euclid/EuclidCircularA-Regular.otf") format("opentype"), url("assets/fonts/Euclid/EuclidCircularA-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("assets/fonts/Euclid/EuclidCircularA-RegularItalic.otf") format("opentype"), url("assets/fonts/Euclid/EuclidCircularA-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("assets/fonts/Euclid/EuclidCircularA-Medium.otf") format("opentype"), url("assets/fonts/Euclid/EuclidCircularA-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("assets/fonts/Euclid/EuclidCircularA-SemiBold.otf") format("opentype"), url("assets/fonts/Euclid/EuclidCircularA-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("assets/fonts/Euclid/EuclidCircularA-Bold.otf") format("opentype"), url("assets/fonts/Euclid/EuclidCircularA-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
html,
body {
  font-size: 16px;
  height: 100%;
  color: rgb(64, 64, 65);
  background-color: white;
}

body {
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
body * {
  box-sizing: border-box;
}
body .page-outer-wrapper {
  height: inherit;
  display: flex;
  flex-direction: column;
}
body .page-outer-wrapper a {
  color: rgb(127, 181, 65);
  transition: all 400ms;
  outline: none;
}
body .green-text {
  color: rgb(127, 181, 65);
}
body p.large-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
}
body p.extra-large-text {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 30px;
}
@media (min-width: 768px) {
  body p.large-text {
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
  }
  body p.extra-large-text {
    font-size: 1.438rem;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  body p.extra-large-text {
    font-size: 1.563rem;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1.1) translate3d(0, 0, 0);
    transform: scale(1.1) translate3d(0, 0, 0);
  }
}
:root {
  --pan-distance: -5vh;
}

@media (min-width: 768px) {
  :root {
    --pan-distance: -15vh;
  }
}
@keyframes pan-left {
  0% {
    transform: translateX(var(--pan-distance));
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes pan-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--pan-distance));
  }
}
@keyframes pan-down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(var(--pan-distance));
  }
}
@keyframes pan-up {
  0% {
    transform: translateY(var(--pan-distance));
  }
  100% {
    transform: translateY(0);
  }
}
header {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  z-index: 10;
}
header > div {
  grid-column: content;
}
@media (min-width: 992px) {
  header {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
header .header-wrapper {
  height: 60px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
header .header-wrapper .logo {
  width: 88px;
  height: 32px;
  margin-top: 8px;
  display: inline-block;
  position: relative;
  /* Resize and move the container to move the SVG */
  /* This acts as a canvas for the SVG mask and gradient */
  /* Position the svg over the container */
  /* IE Compatibility */
}
header .header-wrapper .logo svg {
  width: 100%;
  height: auto;
}
header .header-wrapper .logo #cmg-logo-container {
  width: 100%;
  height: 100%;
}
header .header-wrapper .logo #cmg-logo-div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: url(#cmg-logo-mask);
  clip-path: url(#cmg-logo-mask);
  background: -webkit-linear-gradient(0deg, rgb(248, 217, 48) 10%, rgb(188, 189, 60) 44.42%, rgb(150, 171, 65) 74.89%, rgb(136, 164, 66) 90%);
  background: linear-gradient(0deg, rgb(248, 217, 48) 10%, rgb(188, 189, 60) 44.42%, rgb(150, 171, 65) 74.89%, rgb(136, 164, 66) 90%);
}
header .header-wrapper .logo #cmg-logo-svg {
  position: absolute;
}
header .header-wrapper .logo #cmg-logo-compat {
  display: none;
}
header .header-wrapper .logo #cmg-compat-path {
  fill: url(#cmg-compat-gradient);
}
header .header-wrapper .page-section-title {
  font-size: 1.375rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(88, 89, 91);
  margin-left: 8px;
  position: relative;
  flex-grow: 2;
  top: 1px;
}
header .header-wrapper .page-section-title a {
  color: rgb(88, 89, 91);
}
header .header-wrapper > .btn-nav {
  width: 26px;
  height: 20px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
header .header-wrapper > .btn-nav span {
  width: 26px;
  height: 4px;
  background-color: rgb(88, 89, 91);
  display: block;
  position: absolute;
  left: 0;
  transition: all 220ms;
}
header .header-wrapper > .btn-nav span:nth-child(1) {
  top: 0;
}
header .header-wrapper > .btn-nav span:nth-child(2) {
  top: 8px;
}
header .header-wrapper > .btn-nav span:nth-child(3) {
  top: 16px;
}
header .header-wrapper .nav-main {
  width: 100vw;
  height: 100%;
  padding: 70px 25px 25px;
  background-color: white;
  display: block;
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 2;
  overflow: hidden;
  overflow-y: scroll;
  transition: transform 220ms;
}
header .header-wrapper .nav-main .btn-nav {
  display: none;
}
header .header-wrapper .nav-main .nav-wrapper {
  display: grid;
  grid-template-columns: 35% 65%;
}
header .header-wrapper .nav-main .nav-wrapper + .nav-wrapper {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(200, 200, 200);
}
header .header-wrapper .nav-main .nav-wrapper .main-nav-link {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgb(127, 181, 65);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
header .header-wrapper .nav-main .nav-wrapper ul {
  list-style: none;
  margin: 3px 0 0;
  padding: 0;
}
header .header-wrapper .nav-main .nav-wrapper ul li {
  font-size: 1.0625rem;
}
header .header-wrapper .nav-main .nav-wrapper ul li + li {
  margin-top: 0.8rem;
}
header .header-wrapper .nav-main .nav-wrapper ul li a {
  color: rgb(64, 64, 65);
  display: inline-block;
  white-space: nowrap;
}
header.active .header-wrapper > .btn-nav span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  background-color: rgb(127, 181, 65);
}
header.active .header-wrapper > .btn-nav span:nth-child(2) {
  opacity: 0;
}
header.active .header-wrapper > .btn-nav span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
  background-color: rgb(127, 181, 65);
}
header.active .nav-main {
  transform: translateX(-100vw);
}
@media (max-width: 350px) {
  header .header-wrapper .nav-main {
    padding: 60px 25px 25px;
    overflow-y: scroll;
  }
  header .header-wrapper .nav-main .nav-wrapper {
    width: 100%;
  }
  header .header-wrapper .nav-main .nav-wrapper .main-nav-link {
    font-size: 1.0625rem;
  }
  header .header-wrapper .nav-main .nav-wrapper ul li + li {
    margin-top: 0.4rem;
  }
}
@media (min-width: 768px) {
  header .header-wrapper {
    height: 70px;
  }
  header .header-wrapper .logo {
    width: 110px;
    height: 40px;
  }
  header .header-wrapper .page-section-title {
    font-size: 1.75rem;
  }
  header .header-wrapper > .btn-nav {
    width: 34px;
    height: 25px;
    z-index: 3;
    cursor: pointer;
  }
  header .header-wrapper > .btn-nav span {
    width: 34px;
    height: 5px;
    background-color: rgb(88, 89, 91);
  }
  header .header-wrapper > .btn-nav span:nth-child(1) {
    top: 0;
  }
  header .header-wrapper > .btn-nav span:nth-child(2) {
    top: 10px;
  }
  header .header-wrapper > .btn-nav span:nth-child(3) {
    top: 20px;
  }
  header .header-wrapper .nav-main {
    width: 25rem;
    padding: 100px 25px 25px;
    box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.1);
    right: calc(-25rem - 10px);
  }
  header .header-wrapper .nav-main .nav-wrapper {
    padding-top: 1.4rem;
    margin-top: 1.4rem;
    border-top: 1px solid rgb(200, 200, 200);
    grid-template-columns: 55% 45%;
  }
  header .header-wrapper .nav-main .nav-wrapper + .nav-wrapper {
    padding-top: 1.4rem;
    margin-top: 1.4rem;
  }
  header.active .header-wrapper > .btn-nav span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
    background-color: rgb(127, 181, 65);
  }
  header.active .header-wrapper > .btn-nav span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
    background-color: rgb(127, 181, 65);
  }
  header.active .header-wrapper .nav-main {
    transform: translateX(calc(-25rem - 10px));
  }
  header.fixed {
    background: none;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
  }
  header.fixed .header-wrapper .logo .logo-path {
    fill: white;
  }
  header.fixed .header-wrapper .page-section-title {
    color: white;
  }
  header.fixed .header-wrapper .page-section-title a {
    color: white;
  }
  header.fixed .header-wrapper > .btn-nav span {
    background-color: white;
  }
  header.fixed + .page-content {
    top: 0;
  }
}
@media (min-width: 992px) {
  header .header-wrapper .nav-main {
    width: 25rem;
    padding: 100px 50px 50px 70px;
  }
  header .header-wrapper .nav-main .btn-nav {
    top: 20px;
    right: 50px;
  }
  header .header-wrapper .nav-main .nav-wrapper {
    grid-template-columns: 44% 56%;
  }
}
@media (min-width: 1025px) {
  header .header-wrapper > .btn-nav:hover span {
    background-color: rgb(127, 181, 65) !important;
  }
  header .header-wrapper .nav-main .btn-nav span {
    transition: background-color 220ms;
  }
  header .header-wrapper .nav-main .btn-nav:hover span {
    background-color: rgb(127, 181, 65) !important;
  }
  header .header-wrapper .nav-main .nav-wrapper .main-nav-link a {
    display: inline-block;
    position: relative;
    transition: all 220ms;
  }
  header .header-wrapper .nav-main .nav-wrapper .main-nav-link a:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    border-bottom: 1px solid rgb(127, 181, 65);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 220ms;
  }
  header .header-wrapper .nav-main .nav-wrapper .main-nav-link a:hover {
    color: rgb(127, 181, 65);
  }
  header .header-wrapper .nav-main .nav-wrapper .main-nav-link a:hover:after {
    transform: scaleX(1);
  }
  header .header-wrapper .nav-main .nav-wrapper ul li a {
    position: relative;
    transition: all 220ms;
  }
  header .header-wrapper .nav-main .nav-wrapper ul li a:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    border-bottom: 1px solid rgb(127, 181, 65);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 220ms;
  }
  header .header-wrapper .nav-main .nav-wrapper ul li a:hover {
    color: rgb(127, 181, 65);
  }
  header .header-wrapper .nav-main .nav-wrapper ul li a:hover:after {
    transform: scaleX(1);
  }
  header.active .header-wrapper .nav-main .btn-nav:hover span {
    background-color: rgb(88, 89, 91);
  }
}
@media (min-width: 1540px) {
  header .header-wrapper > .btn-nav {
    z-index: 1;
  }
  header .header-wrapper > .btn-nav span {
    transform: none !important;
    opacity: 1 !important;
  }
  header .header-wrapper .nav-main {
    width: 25rem;
    padding: 100px 25px 25px;
    box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.1);
    right: calc(-25rem - 10px);
    cursor: pointer;
  }
  header .header-wrapper .nav-main .btn-nav {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 2;
  }
  header .header-wrapper .nav-main .btn-nav span {
    width: 34px;
    height: 5px;
    background-color: rgb(127, 181, 65);
    position: absolute;
    left: 0;
  }
  header .header-wrapper .nav-main .btn-nav span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  header .header-wrapper .nav-main .btn-nav span:nth-child(2) {
    top: 50%;
    transform: rotate(-45deg);
  }
  header.active .header-wrapper > .btn-nav {
    visibility: hidden;
    opacity: 0;
    transition: all 0s 220ms, opacity 220ms linear;
  }
  header.active .header-wrapper > .btn-nav span {
    background-color: rgb(88, 89, 91) !important;
  }
}

footer {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  padding: 16px 0 24px;
  flex-shrink: 0;
  background-color: rgb(43, 43, 43);
}
footer > div {
  grid-column: content;
}
@media (min-width: 992px) {
  footer {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
footer .footer-wrapper {
  font-weight: 300;
  color: rgb(174, 174, 174);
  grid-column: content;
  display: grid;
  grid-template-areas: "nav        nav" "form       form" "rule       rule" "social     social" "copyright  copyright";
}
footer .footer-wrapper ::placeholder {
  color: rgb(47, 47, 47);
}
footer .footer-wrapper .nav-footer {
  grid-area: nav;
}
footer .footer-wrapper .nav-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  padding: 0 0 22px;
  flex-flow: row nowrap;
  justify-content: space-between;
}
footer .footer-wrapper .nav-footer ul li a {
  color: rgb(174, 174, 174);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
footer .footer-wrapper .mailing-list {
  grid-area: form;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
footer .footer-wrapper .mailing-list .mailing-list-cta {
  flex: 1 1 46%;
}
footer .footer-wrapper .mailing-list #mailing-list-form {
  position: relative;
  flex: 1 1 54%;
}
footer .footer-wrapper .mailing-list #mailing-list-form input {
  color: rgb(47, 47, 47);
  width: 100%;
  padding: 6px 10px;
  background-color: rgb(103, 103, 103);
  border-radius: 0;
  border: none;
}
footer .footer-wrapper .mailing-list #mailing-list-form .btn-form {
  position: absolute;
  right: 0;
  width: 34px;
  height: 100%;
  background: url(assets/images/ArrowSubmit.svg) no-repeat center;
  background-size: 28%;
  border: none;
}
footer .footer-wrapper .rule {
  grid-area: rule;
  border-bottom: 1px solid rgb(174, 174, 174);
  margin: 20px 0 0;
}
footer .footer-wrapper .social {
  margin: 20px 0;
  grid-area: social;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
footer .footer-wrapper .social a {
  width: 44px;
  height: 44px;
  display: block;
}
footer .footer-wrapper .social .social-icon {
  fill: rgb(103, 103, 103);
}
footer .footer-wrapper .copyright {
  font-size: 0.75rem;
  font-weight: 300;
  grid-area: copyright;
  justify-self: center;
}
@media (min-width: 768px) {
  footer .footer-wrapper {
    grid-template-areas: "nav     social" "rule    rule" "form    copyright";
  }
  footer .footer-wrapper .nav-footer {
    align-self: center;
    max-width: 400px;
  }
  footer .footer-wrapper .nav-footer ul {
    padding: 0;
    align-items: center;
  }
  footer .footer-wrapper .nav-footer ul li + li {
    margin: 0 0 0 42px;
  }
  footer .footer-wrapper .nav-footer ul li a {
    font-size: 1.125rem;
  }
  footer .footer-wrapper .social {
    margin: 0;
    justify-self: end;
    justify-content: flex-start;
  }
  footer .footer-wrapper .social a {
    width: 40px;
    height: 40px;
    margin-left: 24px;
  }
  footer .footer-wrapper .rule {
    margin: 20px 0;
  }
  footer .footer-wrapper .mailing-list {
    justify-content: flex-start;
    max-width: 400px;
  }
  footer .footer-wrapper .mailing-list .mailing-list-cta {
    font-size: 1.125rem;
  }
  footer .footer-wrapper .mailing-list #mailing-list-form {
    max-width: 300px;
  }
  footer .footer-wrapper .copyright {
    justify-self: flex-end;
    align-self: center;
  }
}
@media (min-width: 1025px) {
  footer .footer-wrapper .nav-footer ul li a:hover {
    color: white;
  }
  footer .footer-wrapper .social a {
    transition: transform 400ms;
  }
  footer .footer-wrapper .social a:hover {
    transform: scale(1.1);
  }
}

.banner-wrapper.hero-width.wrapper-video {
  position: sticky;
  top: 0;
}
.banner-wrapper .video .video-overlay {
  align-items: center;
  visibility: visible;
  opacity: 1;
}
.banner-wrapper .video .fluid-width-video-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .banner-wrapper .video .video-controls {
    bottom: 30%;
  }
}
@media (min-width: 576px) {
  .banner-wrapper .video .video-controls {
    bottom: 40%;
  }
}
@media (min-width: 992px) {
  .banner-wrapper .video .pin-spacer-pinned-image {
    height: calc(100vh - 70px);
  }
  .banner-wrapper .video .pin-spacer-pinned-image.full-screen {
    height: 100vh;
  }
  .banner-wrapper .video .pin-spacer-pinned-image .fluid-width-video-wrapper {
    position: relative;
    height: 100%;
  }
  .banner-wrapper .video .video-controls {
    bottom: 45%;
  }
}

.video {
  position: relative;
}
.video .video-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: absolute !important;
  z-index: 2;
}
.video figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
  mix-blend-mode: multiply;
  pointer-events: inherit;
  transform: translate3d(0, 0, 0);
}
.video .video-controls {
  width: 148px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 20px;
  position: absolute;
  left: calc(50vw - 32px);
  bottom: 50%;
  z-index: 3;
  transition: all 400ms ease-in-out;
  transform-origin: left;
  transform: scale(1) translate3d(0, 0, 0);
}
.video .video-controls .btn {
  width: 64px;
  height: 64px;
  position: relative;
  margin: 0;
  padding: 0;
  background: none !important;
  z-index: 2;
  display: block;
  cursor: pointer;
  opacity: 0.75;
}
.video .video-controls .btn path,
.video .video-controls .btn polygon {
  fill: white;
}
.video .video-controls .btn.btn-play, .video .video-controls .btn.btn-pause {
  grid-column: 1/span 1;
  grid-row: 1;
}
.video .video-controls .btn.btn-mute, .video .video-controls .btn.btn-unmute {
  grid-column: 2/span 1;
  grid-row: 1;
}
.video .video-controls .btn.btn-pause, .video .video-controls .btn.btn-mute, .video .video-controls .btn.btn-unmute {
  visibility: hidden;
  opacity: 0;
  transition: all 0s 0, opacity 0 linear;
}
.video .video-controls.playing .btn-play {
  visibility: hidden;
  opacity: 0;
  transition: all 0s 0, opacity 0 linear;
}
.video .video-controls.playing .btn-pause {
  visibility: visible;
  opacity: 1;
  transition: all 0 linear;
}
.video .video-controls.muted .btn-mute {
  visibility: hidden;
  opacity: 0;
  transition: all 0s 0, opacity 0 linear;
}
.video .video-controls.muted .btn-unmute {
  visibility: visible;
  opacity: 1;
  transition: all 0 linear;
}
@media (min-width: 768px) {
  .video .video-overlay {
    justify-content: center;
    align-items: center;
    position: absolute;
  }
  .video .video-controls {
    width: 212px;
    transition: all 400ms ease-in-out;
    transform-origin: left;
    left: calc(50vw - 48px);
    bottom: 45%;
    transform: scale(1) translate3d(0, 0, 0);
  }
  .video .video-controls .btn-mute {
    visibility: hidden;
    opacity: 0;
    transition: all 0s 0, opacity 0 linear;
  }
  .video .video-controls .btn {
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 992px) {
  .video .video-controls {
    top: auto;
  }
}

.video.full-screen .video-controls.active {
  justify-content: space-around;
  left: 0;
  bottom: 18px;
  transform: scale(0.7) translate3d(30px, 0, 0);
}
.video.full-screen .video-controls.active .btn {
  opacity: 1;
}
.video.full-screen .video-controls.active .btn-mute {
  visibility: visible;
  opacity: 1;
  transition: all 400ms linear;
}
.video.video-banner .video-controls, .video.wrapper-video .video-controls {
  bottom: calc(50% - 32px);
  left: calc(50% - 32px);
}
.video.video-banner .video-controls.active, .video.wrapper-video .video-controls.active {
  justify-content: space-around;
  left: 0;
  bottom: 0;
  transform: scale(0.6) translate3d(30px, 0, 0);
}
.video.video-banner .video-controls.active .btn, .video.wrapper-video .video-controls.active .btn {
  opacity: 1;
}
.video.video-banner .video-controls.active .btn-mute, .video.wrapper-video .video-controls.active .btn-mute {
  visibility: visible;
  opacity: 1;
  transition: all 400ms linear;
}
.video.content-width .video-controls {
  bottom: calc(50% - 32px);
  left: calc(50% - 32px);
}
.video.content-width .video-controls.active {
  justify-content: space-around;
  left: -10px;
  bottom: -10px;
  transform: scale(0.5) translate3d(30px, 0, 0);
}
.video.content-width .video-controls.active .btn {
  opacity: 1;
}
.video.content-width .video-controls.active .btn-mute {
  visibility: visible;
  opacity: 1;
  transition: all 400ms linear;
}
@media (min-width: 768px) {
  .video.full-screen .video-controls.active {
    bottom: 0;
    transform: scale(0.5) translate3d(30px, 0, 0);
  }
  .video.video-banner .video-controls, .video.wrapper-video .video-controls {
    bottom: calc(50% - 48px);
    left: calc(50% - 48px);
  }
  .video.video-banner .video-controls.active, .video.wrapper-video .video-controls.active {
    transform: scale(0.5) translate3d(30px, 0, 0);
  }
  .video.content-width .video-controls {
    bottom: calc(50% - 48px);
    left: calc(50% - 48px);
  }
  .video.content-width .video-controls.active {
    bottom: -20px;
    left: 0;
    transform: scale(0.4) translate3d(30px, 0, 0);
  }
}
@media (min-width: 992px) {
  .video.full-screen iframe {
    height: 100vh;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .video.full-screen .video-controls.active {
    left: 25px;
  }
  .video.content-width .video-controls.active {
    bottom: -15px;
  }
  .video.video-banner, .video.wrapper-video {
    max-height: calc(100vh - 130px);
  }
  .video.video-banner .fluid-width-video-wrapper, .video.wrapper-video .fluid-width-video-wrapper {
    max-height: calc(100vh - 130px);
    width: 100%;
  }
  .video.video-banner .video-controls.active, .video.wrapper-video .video-controls.active {
    left: 25px;
  }
}
@media (min-width: 1540px) {
  .video.full-screen .video-controls.active {
    left: calc((100vw - 1440px) / 2 - 10px);
  }
}

.related-footer {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  margin: 0;
  padding: 25px 0 25px;
  background-color: rgb(231, 232, 233);
  z-index: 2;
}
.related-footer > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .related-footer {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
.related-footer h2 {
  font-size: 1.344rem !important;
}
.related-footer .name {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 10px 0 0;
  color: rgb(64, 64, 65);
}
.related-footer .category {
  font-size: 0.9375rem;
  line-height: 21px;
  margin: 0.2rem 0;
}
.related-footer .excerpt p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 22px;
  width: 100%;
  height: 66px;
  color: rgb(64, 64, 65);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-footer .excerpt a + p,
.related-footer .excerpt p + p {
  display: none;
}
.related-footer .awards p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 24px;
  orphans: 10;
}
.related-footer .subhead {
  font-size: 1.375rem;
  color: rgb(128, 129, 132);
  border: none;
  margin-top: 1.4rem;
}
@media (min-width: 992px) {
  .related-footer .subhead {
    margin-top: 1.5rem;
  }
}
.related-footer .related-footer-section + .related-footer-section {
  margin-top: 1.4rem;
}
@media (min-width: 992px) {
  .related-footer .related-footer-section + .related-footer-section {
    margin-top: 1.5rem;
  }
}
.related-footer .current-employees,
.related-footer .former-employees {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 10px;
}
.related-footer .former-employees {
  grid-gap: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .related-footer .person img {
    opacity: 0.5;
    filter: grayscale(0.15);
    transition: all 470ms;
  }
  .related-footer .person h3 {
    transition: color 470ms;
  }
  .related-footer .person:hover img {
    opacity: 1;
  }
  .related-footer .person:hover h3 {
    color: rgb(127, 181, 65);
  }
}
.related-footer .person img {
  height: auto;
  margin-bottom: 8px;
}
.related-footer .person .person-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgb(64, 64, 65) !important;
  transition: color 220ms;
}
.related-footer .person .people-role {
  font-size: 0.9375rem;
  font-weight: 300;
  color: rgb(128, 129, 132) !important;
}
.related-footer .person:hover .person-name {
  color: rgb(127, 181, 65);
}
@media (min-width: 768px) {
  .related-footer {
    padding: 30px 0 40px;
  }
  .related-footer h2 {
    font-size: 1.625rem !important;
  }
  .related-footer p {
    color: #666668;
    padding-right: 30px;
  }
  .related-footer .awards,
.related-footer .project-info {
    columns: 300px 3;
  }
  .related-footer .awards p {
    color: rgb(128, 129, 132);
  }
  .related-footer .awards p + p {
    margin-top: 0.8rem;
  }
  .related-footer .current-employees,
.related-footer .former-employees {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
  .related-footer .former-employees {
    grid-gap: 10px 30px;
  }
  .related-footer .person img {
    margin-bottom: 14px;
  }
  .related-footer .person .people-role {
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .related-footer .excerpt {
    color: rgb(64, 64, 65);
  }
  .related-footer .excerpt p {
    font-size: 1rem;
    line-height: 22px;
  }
  .related-footer .related-footer-section .related-item a h3 {
    transition: color 400ms;
  }
  .related-footer .related-footer-section .related-item a:hover h3 {
    color: rgb(127, 181, 65);
  }
}
@media (min-width: 1200px) {
  .related-footer .current-employees,
.related-footer .former-employees {
    grid-template-columns: repeat(4, 1fr);
  }
}

.wrapper-accordion .btn-accordion {
  line-height: 32px;
  padding: 8px 60px 6px 0;
  margin: 0;
  border-top: 1px solid rgb(128, 128, 128);
  position: relative;
  cursor: pointer;
}
.wrapper-accordion .btn-accordion:after {
  content: "";
  width: 18px;
  height: 42px;
  background: url(assets/images/ArrowFilter.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: transform 220ms;
}
.wrapper-accordion .accordion {
  overflow: hidden;
  padding-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .wrapper-accordion .accordion {
    padding-bottom: 1.8rem;
  }
}
.wrapper-accordion .accordion.related-footer-section.closed + .related-items {
  margin-top: 0.4rem;
}
.wrapper-accordion + h2 {
  padding-top: 8px;
  border-top: 1px solid rgb(128, 128, 128);
}
.wrapper-accordion.active .btn-accordion:after {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .wrapper-accordion .btn-accordion {
    padding: 14px 60px 12px 0;
  }
  .wrapper-accordion .btn-accordion:after {
    width: 24px;
    height: 58px;
  }
  .wrapper-accordion + h2 {
    padding-top: 14px;
  }
}

.home header.fixed {
  background: none;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  position: absolute;
}
.home header.fixed .header-wrapper .logo .logo-path {
  fill: white;
}
.home header.fixed .header-wrapper .page-section-title {
  color: white;
}
.home header.fixed .header-wrapper .page-section-title a {
  color: white;
}
.home header.fixed .header-wrapper > .btn-nav span {
  background-color: white;
}
.home header.fixed + .page-content {
  top: 0;
}
.home header.fixed.active .header-wrapper > .btn-nav span {
  background-color: rgb(127, 181, 65);
}
.home header .header-wrapper .logo #cmg-logo-div {
  background: white;
}
.home .page-content {
  position: relative;
  top: 0;
}
.home .page-content .home-page-content {
  -webkit-transform: translate3d(0, 0, 0);
}
.home .page-content .home-page-content .slide,
.home .page-content .home-page-content .section {
  -webkit-transform: translate3d(0, 0, 0);
}
.home .page-content .home-page-content .slide.fp-section,
.home .page-content .home-page-content .section.fp-section {
  z-index: 1;
  overflow: hidden;
}
.home .page-content .home-page-content .slide.fp-section.active,
.home .page-content .home-page-content .section.fp-section.active {
  z-index: 1000;
}
.home .page-content .scroll-wrapper {
  display: none;
}
.home .page-content .banner-scroll {
  position: fixed;
  bottom: 40px;
  visibility: visible;
  opacity: 1;
  transition: all 220ms linear;
}
.home .page-content .full-screen {
  width: 100%;
  height: 100vh;
  position: relative;
}
.home .page-content .full-screen figure {
  width: 100%;
  height: 100%;
  position: relative;
  /*
          @include panzoom;
          will-change: transform;
  */
}
.home .page-content .full-screen figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
  mix-blend-mode: multiply;
  pointer-events: inherit;
  transform: translate3d(0, 0, 0);
}
.home .page-content .full-screen > div,
.home .page-content .full-screen .images,
.home .page-content .full-screen .slick-list,
.home .page-content .full-screen .fluid-width-video-wrapper,
.home .page-content .full-screen figure {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.home .page-content .full-screen .slick-slide img {
  height: 100%;
}
.home .page-content .full-screen figcaption {
  transform: translate3d(0, 0, 0);
  font-size: 1.625rem;
  text-align: right;
  line-height: 38px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  bottom: 150px;
  padding-left: 20px;
  padding-right: 20px;
  pointer-events: none;
}
@media (min-width: 992px) {
  .home .page-content .full-screen figcaption {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1540px) {
  .home .page-content .full-screen figcaption {
    padding-left: calc((100vw - 1440px) / 2);
    padding-right: calc((100vw - 1440px) / 2);
  }
}
.home .page-content .full-screen figcaption a {
  display: block;
  text-decoration: underline;
  position: relative;
  pointer-events: all;
  font-weight: 600;
  color: white;
}
.home .page-content .full-screen figcaption a + a {
  font-weight: 300;
  text-decoration: none;
}
.home .page-content .full-screen figcaption a + a:after {
  content: "";
  width: 16px;
  height: 24px;
  background: url(assets/images/Arrow.svg) no-repeat center;
  position: relative;
  top: 5px;
  display: inline-block;
  transform: rotate(-90deg);
}
.home .page-content .full-screen .images .slick-list,
.home .page-content .full-screen .images figure {
  margin: 0;
}
.home .page-content .full-screen .images img {
  height: 100%;
  min-height: 100%;
  max-width: 100vw;
}
.home .page-content .full-screen img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  object-position: center center;
}
.home .page-content .full-screen iframe {
  height: 100vh;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home .page-content.loaded .full-screen figure {
  will-change: transform;
}
.home .page-content.loaded .full-screen figure.animate-solo img {
  animation-fill-mode: forwards;
}
.home .page-content.loaded .full-screen figure.anim-zoom-active img {
  animation-name: zoom;
  animation-duration: 10s;
}
.home .page-content.loaded .full-screen figure.anim-panright-active img, .home .page-content.loaded .full-screen figure.anim-panleft-active img, .home .page-content.loaded .full-screen figure.anim-panup-active img, .home .page-content.loaded .full-screen figure.anim-pandown-active img {
  animation-duration: 15s;
}
.home .page-content.loaded .full-screen figure.anim-panright-active img, .home .page-content.loaded .full-screen figure.anim-panleft-active img {
  max-width: none;
  min-height: 100% !important;
  min-width: 160%;
}
@media (min-width: 992px) {
  .home .page-content.loaded .full-screen figure.anim-panright-active img, .home .page-content.loaded .full-screen figure.anim-panleft-active img {
    min-width: 120%;
  }
}
.home .page-content.loaded .full-screen figure.anim-panright-active img {
  animation-name: pan-right;
}
.home .page-content.loaded .full-screen figure.anim-panleft-active img {
  animation-name: pan-left;
}
.home .page-content.loaded .full-screen figure.anim-panup-active img, .home .page-content.loaded .full-screen figure.anim-pandown-active img {
  max-height: none;
  min-width: 100vw !important;
  min-height: 160%;
}
@media (min-width: 992px) {
  .home .page-content.loaded .full-screen figure.anim-panup-active img, .home .page-content.loaded .full-screen figure.anim-pandown-active img {
    min-height: 120%;
  }
}
.home .page-content.loaded .full-screen figure.anim-panup-active img {
  animation-name: pan-up;
}
.home .page-content.loaded .full-screen figure.anim-pandown-active img {
  animation-name: pan-down;
}
.home .page-content footer .fp-tableCell {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  flex-shrink: 0;
  background-color: rgb(43, 43, 43);
}
.home .page-content footer .fp-tableCell > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .home .page-content footer .fp-tableCell {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
@media (min-width: 768px) {
  .home header.fixed {
    position: fixed;
  }
  .home .page-content .banner-scroll {
    bottom: 47px;
    visibility: visible;
    opacity: 1;
    transition: all 220ms linear;
  }
  .home .page-content .banner-scroll.fade {
    visibility: hidden;
    opacity: 0;
    transition: all 0s 220ms, opacity 220ms linear;
  }
  .home .page-content .full-screen figcaption {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 20px;
    font-size: 2.1875rem;
    text-align: right;
    line-height: 50px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .home .page-content .full-screen figcaption {
    grid-gap: 0 30px;
  }
}
@media (min-width: 768px) {
  .home .page-content .full-screen figcaption:first-of-type {
    bottom: 32px;
  }
}
@media (min-width: 768px) {
  .home .page-content .full-screen figcaption a,
.home .page-content .full-screen figcaption > .caption {
    grid-column: 7/span 6;
  }
}
@media (min-width: 768px) {
  .home .page-content .full-screen .slick-slider .slick-list {
    margin: 0 !important;
  }
  .home .page-content .full-screen .slick-slider .slick-list .slick-slide {
    padding: 0 !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .home .page-content .full-screen figcaption {
    bottom: 100px !important;
  }
}
@media (min-width: 992px) {
  .home .page-content .full-screen figcaption a,
.home .page-content .full-screen figcaption > .caption {
    grid-column: 9/span 4;
  }
}

.post-type-archive-places .places-view-toggle:before {
  content: "list view";
}
.post-type-archive-places .places-view-toggle.list-view:before {
  content: "image view";
}
.post-type-archive-places .places-wrapper {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  padding-bottom: 2rem;
}
.post-type-archive-places .places-wrapper > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .post-type-archive-places .places-wrapper {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
@media (min-width: 992px) {
  .post-type-archive-places .places-wrapper {
    padding-bottom: 3rem;
  }
}
.post-type-archive-places .places-wrapper .filter-items-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.post-type-archive-places .places-wrapper .filter-items-wrapper > div {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .post-type-archive-places .places-wrapper .filter-items-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .post-type-archive-places .places-wrapper .filter-items-wrapper > div {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-places .places-wrapper .filter-items-wrapper > div {
    width: 33.33%;
  }
}
.post-type-archive-places .places-wrapper .filter-items-wrapper .filter-item {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .post-type-archive-places .places-wrapper .filter-items-wrapper .filter-item img {
    opacity: 0.5;
    filter: grayscale(0.15);
    transition: all 470ms;
  }
  .post-type-archive-places .places-wrapper .filter-items-wrapper .filter-item h3 {
    transition: color 470ms;
  }
  .post-type-archive-places .places-wrapper .filter-items-wrapper .filter-item:hover img {
    opacity: 1;
  }
  .post-type-archive-places .places-wrapper .filter-items-wrapper .filter-item:hover h3 {
    color: rgb(127, 181, 65);
  }
}
.post-type-archive-places .places-wrapper .filter-items-wrapper .filter-item .project-thumbnail {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.post-type-archive-places .places-wrapper .filter-items-wrapper .filter-item .project-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}
.post-type-archive-places .places-wrapper.list-view .filter-items-wrapper .filter-item {
  padding-bottom: 5px;
  width: 100%;
}
.post-type-archive-places .places-wrapper.list-view .filter-items-wrapper .filter-item .project-thumbnail {
  display: none;
  padding-top: 0;
}
.post-type-archive-places .places-wrapper .project-name {
  font-size: 1.406rem;
  font-weight: 600;
  line-height: 27px;
  color: rgb(88, 89, 91);
  margin: 8px 0 0;
}
@media (min-width: 768px) {
  .post-type-archive-places .places-wrapper .filter-items-wrapper .filter-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .post-type-archive-places .places-wrapper .project-name {
    font-size: 1.406rem;
    margin: 8px 0 0;
  }
}
@media (min-width: 1540px) {
  .post-type-archive-places .places-wrapper .filter-items-wrapper .filter-item {
    width: 33.333%;
  }
}

.single-places header {
  background: none;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
}
.single-places header .header-wrapper .logo .logo-path {
  fill: white;
}
.single-places header .header-wrapper .page-section-title {
  color: white;
}
.single-places header .header-wrapper .page-section-title a {
  color: white;
}
.single-places header .header-wrapper > .btn-nav span {
  background-color: white;
}
.single-places header + .page-content {
  top: 0;
}
.single-places header .header-wrapper .logo #cmg-logo-div {
  background: white;
}
.single-places .banner-full {
  position: fixed !important;
  width: 100%;
  height: 220px;
}
.single-places .banner-full + section .project-intro {
  position: relative;
  margin-top: 220px;
}
.single-places .img-banner {
  position: relative;
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
}
.single-places .img-banner > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .single-places .img-banner {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
.single-places .img-banner > div {
  grid-column: full;
}
.single-places .img-banner .slick-dots {
  grid-column: content;
}
.single-places .img-banner figure {
  margin: 0;
  width: 100vw;
}
.single-places .img-banner figure.animate-solo img {
  animation-fill-mode: forwards;
}
.single-places .img-banner figure.anim-zoom-active img {
  animation-name: zoom;
  animation-duration: 10s;
}
.single-places .img-banner figure.anim-panright-active img, .single-places .img-banner figure.anim-panleft-active img, .single-places .img-banner figure.anim-panup-active img, .single-places .img-banner figure.anim-pandown-active img {
  animation-duration: 15s;
}
.single-places .img-banner figure.anim-panright-active img, .single-places .img-banner figure.anim-panleft-active img {
  max-width: none;
  min-height: 100% !important;
  min-width: 160%;
}
@media (min-width: 992px) {
  .single-places .img-banner figure.anim-panright-active img, .single-places .img-banner figure.anim-panleft-active img {
    min-width: 120%;
  }
}
.single-places .img-banner figure.anim-panright-active img {
  animation-name: pan-right;
}
.single-places .img-banner figure.anim-panleft-active img {
  animation-name: pan-left;
}
.single-places .img-banner figure.anim-panup-active img, .single-places .img-banner figure.anim-pandown-active img {
  max-height: none;
  min-width: 100vw !important;
  min-height: 160%;
}
@media (min-width: 992px) {
  .single-places .img-banner figure.anim-panup-active img, .single-places .img-banner figure.anim-pandown-active img {
    min-height: 120%;
  }
}
.single-places .img-banner figure.anim-panup-active img {
  animation-name: pan-up;
}
.single-places .img-banner figure.anim-pandown-active img {
  animation-name: pan-down;
}
.single-places section .title-grid .back-to {
  display: none;
}
.single-places .project-intro {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  padding-top: 14px;
}
.single-places .project-intro > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .single-places .project-intro {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
@media (min-width: 768px) {
  .single-places .project-intro {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .single-places .project-intro {
    padding-top: 30px;
  }
}
.single-places .project {
  break-inside: avoid-column;
}
.single-places .project .service {
  font-size: 1.125rem;
  font-weight: 300;
  color: rgb(146, 148, 151);
}
.single-places .project .provider {
  font-size: 1.125rem;
}
.single-places .project + .project {
  margin-top: 1.4rem;
}
@media (min-width: 992px) {
  .single-places .project + .project {
    margin-top: 1.5rem;
  }
}
.single-places .page-content .banner-wrapper .crossfade .slick-track:before {
  z-index: 1010;
}
.single-places .page-content section .intro-text p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.688rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .single-places .page-content section .intro-text p {
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .single-places .page-content section .intro-text p {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}
@media (orientation: landscape) {
  .single-places .page-content .banner-wrapper .pin-spacer,
.single-places .page-content .banner-wrapper .img-banner,
.single-places .page-content .banner-wrapper .fluid-width-video-wrapper {
    max-height: none !important;
    height: inherit !important;
  }
  .single-places .page-content .banner-wrapper iframe {
    height: 100vh;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .single-places .page-content .banner-full {
    height: 100vh;
  }
  .single-places .page-content .banner-full + section .project-intro {
    margin-top: 100vh;
  }
}
@media (min-width: 768px) {
  .single-places .banner-wrapper .pin-spacer,
.single-places .banner-wrapper .img-banner,
.single-places .banner-wrapper .fluid-width-video-wrapper {
    max-height: none !important;
    height: inherit !important;
  }
  .single-places .banner-wrapper iframe {
    height: 100vh;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .single-places .banner-full + section .project-intro {
    margin-top: 100vh;
  }
  .single-places section aside {
    padding-bottom: 0;
  }
  .single-places .project .service {
    font-size: 0.9375rem;
  }
  .single-places .page-content section .intro-text p {
    font-size: 1.25rem;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .single-places .page-content section .intro-text p {
    font-size: 1.3125rem;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
  }
}

.post-type-archive-people .people-wrapper {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  padding-bottom: 2rem;
}
.post-type-archive-people .people-wrapper > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .post-type-archive-people .people-wrapper {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
@media (min-width: 992px) {
  .post-type-archive-people .people-wrapper {
    padding-bottom: 3rem;
  }
}
.post-type-archive-people .people-wrapper .filter-items-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}
.post-type-archive-people .people-wrapper .filter-items-wrapper > div {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .post-type-archive-people .people-wrapper .filter-items-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .post-type-archive-people .people-wrapper .filter-items-wrapper > div {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-people .people-wrapper .filter-items-wrapper > div {
    width: 33.33%;
  }
}
.post-type-archive-people .people-wrapper .filter-items-wrapper .filter-item {
  width: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .post-type-archive-people .people-wrapper .filter-items-wrapper .filter-item img {
    opacity: 0.5;
    filter: grayscale(0.15);
    transition: all 470ms;
  }
  .post-type-archive-people .people-wrapper .filter-items-wrapper .filter-item h3 {
    transition: color 470ms;
  }
  .post-type-archive-people .people-wrapper .filter-items-wrapper .filter-item:hover img {
    opacity: 1;
  }
  .post-type-archive-people .people-wrapper .filter-items-wrapper .filter-item:hover h3 {
    color: rgb(127, 181, 65);
  }
}
.post-type-archive-people .people-wrapper .filter-items-wrapper .filter-item a {
  max-width: 100%;
}
.post-type-archive-people .people-wrapper .filter-items-wrapper .filter-item a .person-headshot {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.post-type-archive-people .people-wrapper .filter-items-wrapper .filter-item a .person-headshot img {
  position: absolute;
  top: 0;
  left: 0;
}
.post-type-archive-people .people-wrapper .person-name {
  font-weight: 600;
  margin: 8px 0 0;
}
@media (min-width: 768px) {
  .post-type-archive-people .people-wrapper .filter-items-wrapper .filter-item {
    width: 33.33%;
  }
  .post-type-archive-people .people-wrapper .person-name {
    font-size: 1.125rem;
  }
  .post-type-archive-people .people-wrapper .people-role {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1025px) {
  .post-type-archive-people .people-wrapper .filter-items-wrapper .filter-item {
    width: 25%;
  }
}

.single-people section .people-portrait {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
}
.single-people section .people-portrait > div {
  grid-column: full;
}
@media (min-width: 992px) {
  .single-people section .people-portrait {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1900px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
.single-people section .people-portrait .img-banner {
  display: grid;
  grid-template-columns: 30% 20px calc(70% - 20px);
  margin-bottom: 0;
  height: 180px;
  height: 35vw;
}
.single-people section .people-portrait .img-banner .head-shot {
  height: inherit;
  grid-column: 1/span 2;
  grid-row: 1;
}
.single-people section .people-portrait .img-banner .head-shot img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-people section .people-portrait .img-banner .people-bw-image {
  height: inherit;
  grid-column: 2/span 2;
  grid-row: 1;
  mix-blend-mode: multiply;
}
.single-people section .people-portrait .img-banner .people-bw-image img {
  object-fit: cover;
  width: 100%;
  height: inherit;
  min-height: 100%;
  object-position: center;
}
.single-people section .people-bio {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  padding-top: 14px;
  padding-bottom: 2rem;
}
.single-people section .people-bio > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .single-people section .people-bio {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
@media (min-width: 768px) {
  .single-people section .people-bio {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .single-people section .people-bio {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .single-people section .people-bio {
    padding-bottom: 3rem;
  }
}
.single-people section .people-bio h1 {
  line-height: 25px;
}
.single-people section .people-bio h4 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  color: rgb(127, 181, 65);
  margin: 0;
}
.single-people section .people-bio aside .back-to {
  font-size: 1.125rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .single-people section .people-portrait .img-banner {
    grid-template-columns: 30% 40px calc(70% - 40px);
  }
  .single-people section .people-bio h4 {
    margin: 6px 0 0;
  }
  .single-people section .people-bio .title-grid .back-to {
    display: block;
  }
  .single-people section .people-bio .sidebar-grid aside .back-to {
    display: none;
  }
}
@media (min-width: 1200px) {
  .single-people section .people-portrait .img-banner {
    grid-template-columns: 30% 80px calc(70% - 80px);
  }
  .single-people section .people-portrait .img-banner .head-shot {
    grid-column: 1/span 2;
    grid-row: 1;
  }
}

.post-type-archive-news .page-content .nav-bar .desktop {
  display: block;
}
.post-type-archive-news .page-content .nav-bar .desktop ul li a.active {
  display: block;
}
.post-type-archive-news .news-wrapper {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  padding-bottom: 1rem;
}
.post-type-archive-news .news-wrapper > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .post-type-archive-news .news-wrapper {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
@media (min-width: 992px) {
  .post-type-archive-news .news-wrapper {
    padding-bottom: 1.5rem;
  }
}
.post-type-archive-news .news-wrapper .press-link {
  margin-top: 12px;
}
.post-type-archive-news .news-wrapper .press-link a {
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.post-type-archive-news .news-wrapper .press-link a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(assets/images/arrow-external-link.svg) no-repeat left bottom;
  position: absolute;
  right: -14px;
  bottom: 4px;
}
.post-type-archive-news .filter-items-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.post-type-archive-news .filter-items-wrapper > div {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .post-type-archive-news .filter-items-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .post-type-archive-news .filter-items-wrapper > div {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-news .filter-items-wrapper > div {
    width: 33.33%;
  }
}
.post-type-archive-news .filter-items-wrapper .filter-item {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .post-type-archive-news .filter-items-wrapper .filter-item img {
    opacity: 0.5;
    filter: grayscale(0.15);
    transition: all 470ms;
  }
  .post-type-archive-news .filter-items-wrapper .filter-item h3 {
    transition: color 470ms;
  }
  .post-type-archive-news .filter-items-wrapper .filter-item:hover img {
    opacity: 1;
  }
  .post-type-archive-news .filter-items-wrapper .filter-item:hover h3 {
    color: rgb(127, 181, 65);
  }
}
.post-type-archive-news .filter-items-wrapper .filter-item h3 {
  font-size: 1.3125rem;
  line-height: 25px;
  color: rgb(64, 64, 65);
  margin: 14px 0 6px;
}
.post-type-archive-news .filter-items-wrapper .filter-item .news-intro p {
  font-size: 1.125rem;
  line-height: 23px;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .post-type-archive-news .filter-items-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .post-type-archive-news .filter-items-wrapper > div {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .post-type-archive-news .filter-items-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .post-type-archive-news .filter-items-wrapper > div {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .post-type-archive-news .filter-items-wrapper > div {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .post-type-archive-news .filter-items-wrapper .filter-item {
    width: 50%;
  }
  .post-type-archive-news .filter-items-wrapper .filter-item h3 {
    line-height: 23px;
    color: rgb(70, 70, 72);
    margin: 10px 0 3px;
  }
  .post-type-archive-news .filter-items-wrapper .filter-item .news-intro p {
    font-size: 1rem;
    line-height: 20px;
    color: rgb(128, 129, 132);
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .post-type-archive-news .filter-items-wrapper .filter-item h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .post-type-archive-news .filter-items-wrapper .filter-item {
    width: 33.33%;
  }
  .post-type-archive-news .filter-items-wrapper .filter-item h3 {
    transition: all 220ms;
  }
  .post-type-archive-news .filter-items-wrapper .filter-item:hover h3 {
    color: rgb(127, 181, 65);
  }
}

.single-news .page-content .nav-bar .desktop {
  display: block;
}
.single-news .page-content .nav-bar .desktop ul li a.active {
  display: block;
}
.single-news .news-intro {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  padding-top: 14px;
}
.single-news .news-intro > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .single-news .news-intro {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
@media (min-width: 768px) {
  .single-news .news-intro {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .single-news .news-intro {
    padding-top: 30px;
  }
}
.single-news .news-intro h1 {
  grid-column: content;
}
.single-news .news-intro .title-grid .back-to {
  display: none;
}
@media (min-width: 768px) {
  .single-news .news-intro .title-grid .back-to {
    display: block;
  }
  .single-news .news-intro .title-grid .title h1 {
    line-height: 42px;
  }
}
@media (min-width: 992px) {
  .single-news .banner-wrapper,
.single-news .pin-spacer,
.single-news .img-banner {
    height: calc(100vh - 130px);
    max-height: 550px;
  }
}

.post-type-archive-ideas .page-content .nav-bar .desktop {
  display: block;
}
.post-type-archive-ideas .page-content .nav-bar .desktop ul li a.active {
  display: block;
}
.post-type-archive-ideas section .ideas-wrapper {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
}
.post-type-archive-ideas section .ideas-wrapper > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .post-type-archive-ideas section .ideas-wrapper {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
.post-type-archive-ideas section .ideas-wrapper .intro-text {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 20px;
}
@media (min-width: 992px) {
  .post-type-archive-ideas section .ideas-wrapper .intro-text {
    grid-gap: 0 30px;
  }
}
.post-type-archive-ideas section .ideas-wrapper .intro-text h1 {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgb(128, 182, 63);
  margin-bottom: 14px;
}
.post-type-archive-ideas section .ideas-wrapper .intro-text > * {
  grid-column: 1/span 12;
}
.post-type-archive-ideas section .ideas-wrapper .idea-grid {
  padding-top: 28px;
  padding-bottom: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .post-type-archive-ideas section .ideas-wrapper .idea-grid {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-ideas section .ideas-wrapper .idea-grid {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .post-type-archive-ideas section .ideas-wrapper .idea-grid {
    padding-bottom: 4.5rem;
  }
}
.post-type-archive-ideas section .ideas-wrapper .idea-grid .idea a {
  display: block;
}
.post-type-archive-ideas section .ideas-wrapper .idea-grid .idea img {
  opacity: 0;
}
.post-type-archive-ideas section .ideas-wrapper .idea-grid .idea canvas {
  width: 100% !important;
  height: auto !important;
}
.post-type-archive-ideas section .ideas-wrapper .idea-grid .idea h3 {
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 27px;
  color: rgb(70, 70, 72);
  margin-top: 0.7rem;
  margin-top: 6px;
}
@media (min-width: 992px) {
  .post-type-archive-ideas section .ideas-wrapper .idea-grid .idea h3 {
    margin-top: 0.75rem;
  }
}
@media (min-width: 768px) {
  .post-type-archive-ideas section .ideas-wrapper h1 {
    display: none;
  }
  .post-type-archive-ideas section .ideas-wrapper .intro-text {
    margin-top: 0.7rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .post-type-archive-ideas section .ideas-wrapper .intro-text {
    margin-top: 0.75rem;
  }
}
@media (min-width: 768px) {
  .post-type-archive-ideas section .ideas-wrapper .intro-text > * {
    grid-column: 1/span 8;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .post-type-archive-ideas section .ideas-wrapper .intro-text > * {
    grid-column: 1/span 7;
  }
}
@media (min-width: 768px) {
  .post-type-archive-ideas section .ideas-wrapper .intro-text p {
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 35px;
  }
}
@media (min-width: 768px) {
  .post-type-archive-ideas section .ideas-wrapper .idea-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 20px;
  }
  .post-type-archive-ideas section .ideas-wrapper .idea-grid .idea h3 {
    font-size: 1.5rem;
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .post-type-archive-ideas section .ideas-wrapper .idea-grid .idea a h3 {
    transition: color 600ms;
  }
  .post-type-archive-ideas section .ideas-wrapper .idea-grid .idea a .idea-thumbnail {
    background-color: white;
    transition: all 600ms;
  }
}

.single-ideas .page-content .nav-bar .desktop {
  display: block;
}
.single-ideas .page-content .nav-bar .desktop ul li a.active {
  display: block;
}
.single-ideas .ideas-intro {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  padding-top: 14px;
}
.single-ideas .ideas-intro > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .single-ideas .ideas-intro {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
@media (min-width: 768px) {
  .single-ideas .ideas-intro {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .single-ideas .ideas-intro {
    padding-top: 30px;
  }
}
.single-ideas section .key-idea {
  background-color: white;
  position: relative;
  z-index: 2;
}
.single-ideas section .key-idea .wrapper-text {
  background-color: white;
  position: relative;
  z-index: 2;
}
.single-ideas section .key-idea .image {
  padding-top: 14px;
}
@media (min-width: 768px) {
  .single-ideas section .key-idea .image {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .single-ideas section .key-idea .image {
    padding-top: 30px;
  }
}
.single-ideas section .key-idea .pin-spacer .wrapper-text {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (min-width: 768px) {
  .single-ideas section .key-idea .pin-spacer .wrapper-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .single-ideas section .key-idea .pin-spacer .wrapper-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.single-ideas section .key-idea .images {
  padding: 0;
}
.single-ideas section .key-idea .caption p,
.single-ideas section .key-idea figcaption p {
  font-style: italic;
  color: rgb(146, 148, 151);
}
.single-ideas section .key-idea .key-idea-body {
  padding-top: 14px;
  position: relative;
  background-color: white;
  z-index: 2;
}
@media (min-width: 768px) {
  .single-ideas section .key-idea .key-idea-body {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .single-ideas section .key-idea .key-idea-body {
    padding-top: 30px;
  }
}
.single-ideas section .key-idea .key-idea-body .wrapper-text {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 20px;
}
@media (min-width: 992px) {
  .single-ideas section .key-idea .key-idea-body .wrapper-text {
    grid-gap: 0 30px;
  }
}
.single-ideas section .key-idea .key-idea-body .wrapper-text h2 {
  color: rgb(127, 181, 65);
}
.single-ideas section .key-idea .key-idea-body .wrapper-text p {
  grid-row: 3;
}
.single-ideas section .key-idea .key-idea-body .wrapper-text p,
.single-ideas section .key-idea .key-idea-body .wrapper-text h2,
.single-ideas section .key-idea .key-idea-body .wrapper-text h3 {
  grid-column: 1/span 12;
}
.single-ideas section .key-idea .key-idea-body .wrapper-text p + *,
.single-ideas section .key-idea .key-idea-body .wrapper-text h2 + *,
.single-ideas section .key-idea .key-idea-body .wrapper-text h3 + * {
  grid-row: auto;
  grid-column: 1/span 12;
}
.single-ideas section .key-idea .key-idea-body .wrapper-text .static-caption,
.single-ideas section .key-idea .key-idea-body .wrapper-text .pdf-links {
  grid-column: 1/span 12;
  grid-row: 1;
}
.single-ideas section .key-idea .key-idea-body .wrapper-text .static-caption .caption-text,
.single-ideas section .key-idea .key-idea-body .wrapper-text .pdf-links .caption-text {
  margin-top: 0.2rem;
}
.single-ideas section .key-idea .key-idea-body .wrapper-text .pdf-links {
  margin-top: 1.4rem;
  padding-bottom: 2rem;
  grid-column: 1/span 12;
  grid-row: auto;
}
@media (min-width: 992px) {
  .single-ideas section .key-idea .key-idea-body .wrapper-text .pdf-links {
    margin-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .single-ideas section .key-idea .key-idea-body .wrapper-text .pdf-links {
    padding-bottom: 3rem;
  }
}
.single-ideas section .key-idea .key-idea-body .wrapper-text .pdf-links .text-download {
  position: relative;
  display: inline-block;
  color: rgb(64, 64, 65);
}
.single-ideas section .key-idea .key-idea-body .wrapper-text .pdf-links .text-download + .text-download {
  margin-top: 12px;
}
.single-ideas section .key-idea .key-idea-body .wrapper-text .pdf-links a {
  display: inline;
  color: rgb(64, 64, 65);
  text-decoration: underline;
}
.single-ideas section .key-idea .key-idea-body .wrapper-text .pdf-links span {
  color: rgb(127, 181, 65);
  display: inline;
  position: relative;
}
.single-ideas section .key-idea .key-idea-body .wrapper-text .pdf-links span:after {
  content: "";
  width: 10px;
  height: 12px;
  background: url(assets/images/arrow-download-link.svg) no-repeat left bottom;
  position: absolute;
  right: -16px;
  bottom: 3px;
}
.single-ideas section .key-idea .key-idea-body .static-caption {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 20px;
}
@media (min-width: 992px) {
  .single-ideas section .key-idea .key-idea-body .static-caption {
    grid-gap: 0 30px;
  }
}
.single-ideas section .key-idea .key-idea-body .flexible-content {
  padding-bottom: 0;
}
.single-ideas section .key-idea .content-width .images figure {
  grid-column: 1/span 12;
}
@media (min-width: 768px) {
  .single-ideas section .key-idea .key-idea-body .wrapper-text .static-caption {
    color: rgb(146, 148, 151);
    display: block;
    grid-column: 10/span 3;
    grid-row: 1/span 2;
    padding: 0;
  }
  .single-ideas section .key-idea .key-idea-body .wrapper-text .static-caption .caption-text {
    font-style: italic;
  }
  .single-ideas section .key-idea .key-idea-body .wrapper-text .static-caption .pdf-links {
    display: block;
    grid-column: auto;
  }
  .single-ideas section .key-idea .key-idea-body .wrapper-text > .pdf-links {
    grid-column: 10/span 3;
    grid-row: 1/span 2;
    margin: 0;
  }
  .single-ideas section .key-idea .key-idea-body .wrapper-text h2 {
    grid-row: 1;
    grid-column: 1/span 8;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .single-ideas section .key-idea .key-idea-body .wrapper-text h2 {
    grid-column: 1/span 7;
  }
}
@media (min-width: 768px) {
  .single-ideas section .key-idea .key-idea-body .wrapper-text p,
.single-ideas section .key-idea .key-idea-body .wrapper-text h3,
.single-ideas section .key-idea .key-idea-body .wrapper-text h4 {
    grid-row: 2;
    grid-column: 1/span 8;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .single-ideas section .key-idea .key-idea-body .wrapper-text p,
.single-ideas section .key-idea .key-idea-body .wrapper-text h3,
.single-ideas section .key-idea .key-idea-body .wrapper-text h4 {
    grid-column: 1/span 7;
  }
}
@media (min-width: 768px) {
  .single-ideas section .key-idea .key-idea-body .wrapper-text p + *,
.single-ideas section .key-idea .key-idea-body .wrapper-text h3 + *,
.single-ideas section .key-idea .key-idea-body .wrapper-text h4 + * {
    grid-row: auto;
    grid-column: 1/span 8;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .single-ideas section .key-idea .key-idea-body .wrapper-text p + *,
.single-ideas section .key-idea .key-idea-body .wrapper-text h3 + *,
.single-ideas section .key-idea .key-idea-body .wrapper-text h4 + * {
    grid-column: 1/span 7;
  }
}
@media (min-width: 768px) {
  .single-ideas section .key-idea .content-width {
    position: relative;
    background-color: white;
    z-index: 2;
  }
}

/* 2023 About Page */
.page-id-32 .page-content .nav-bar .desktop {
  display: block;
}
.page-id-32 .page-content .nav-bar .desktop ul li a.active {
  display: block;
}
.page-id-32 .banner-wrapper,
.page-id-32 .video,
.page-id-32 .video-overlay {
  max-height: calc(100vh - 130px);
}
.page-id-32 .banner-wrapper > div:first-of-type {
  height: inherit;
}
.page-id-32 .banner-wrapper .img-banner {
  height: inherit;
  position: relative;
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
}
.page-id-32 .banner-wrapper .img-banner > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .page-id-32 .banner-wrapper .img-banner {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
.page-id-32 .banner-wrapper .slick-list {
  height: inherit;
  grid-column: full !important;
}
.page-id-32 .banner-wrapper .slick-track {
  grid-row: full;
}
.page-id-32 .banner-wrapper .slick-track:before {
  background: rgba(0, 0, 0, 0.4) !important;
}
.page-id-32 .banner-wrapper .slick-dots {
  grid-column: content;
}
.page-id-32 .banner-wrapper figure {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
}
.page-id-32 .banner-wrapper figure img,
.page-id-32 .banner-wrapper figure figcaption {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
}
.page-id-32 .banner-wrapper figure img {
  overflow: hidden;
}
.page-id-32 .banner-wrapper figure figcaption {
  font-size: 1.375rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1.75rem;
  color: white;
  max-width: 70%;
  justify-self: center;
  align-self: center;
  z-index: 2;
  transform: translate3d(0, 0, 0);
}
.page-id-32 .banner-wrapper figure figcaption .text-2 {
  font-weight: 500;
}
.page-id-32 .banner-wrapper .video-overlay p {
  position: absolute;
  font-size: 1.375rem;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1.75rem;
  color: white;
  max-width: 90%;
  justify-self: center;
  align-self: center;
  z-index: 2;
  transform: translate3d(0, 0, 0) translateY(-20px);
}
.page-id-32 .banner-wrapper .video-overlay.stopped::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
  pointer-events: inherit;
  transform: translate3d(0, 0, 0);
}
.page-id-32 .wrapper-content {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
}
.page-id-32 .wrapper-content > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .page-id-32 .wrapper-content {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
.page-id-32 .body-text {
  padding-bottom: 2rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .page-id-32 .body-text {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .page-id-32 .page-content .nav-bar .desktop {
    display: block;
  }
  .page-id-32 .page-content .nav-bar .desktop ul li a.active {
    display: block;
  }
  .page-id-32 .banner-wrapper .video-overlay p {
    font-size: 2.25rem;
    line-height: 2.75rem;
    padding: 0 0 28px;
  }
  .page-id-32 .banner-wrapper .slick-track,
.page-id-32 .banner-wrapper figure,
.page-id-32 .banner-wrapper img {
    height: 100%;
  }
  .page-id-32 .banner-wrapper .slick-track:before {
    background: rgba(0, 0, 0, 0.2) !important;
  }
  .page-id-32 .banner-wrapper figure figcaption {
    font-size: 2.75rem;
    line-height: 50px;
    padding: 0 0 28px;
  }
}
@media (min-width: 992px) {
  .page-id-32 .banner-wrapper .video-overlay p {
    size: 2.25rem;
    line-height: 2.75rem;
    max-width: 70%;
  }
  .page-id-32 .banner-wrapper figure figcaption {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 1025px) {
  .page-id-32 .banner-wrapper .slick-track,
.page-id-32 .banner-wrapper .video,
.page-id-32 .banner-wrapper .video-overlay,
.page-id-32 .banner-wrapper figure,
.page-id-32 .banner-wrapper img {
    height: 100%;
  }
  .page-id-32 .banner-wrapper .video-overlay img {
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .page-id-32 .banner-wrapper .video-overlay p {
    padding: 0 0 26px;
  }
  .page-id-32 .banner-wrapper figure figcaption {
    padding: 0 0 26px;
  }
}

.post-type-archive-careers .page-content .nav-bar .desktop {
  display: block;
}
.post-type-archive-careers .page-content .nav-bar .desktop ul li a.active {
  display: block;
}
.post-type-archive-careers .careers-banner,
.post-type-archive-careers .video,
.post-type-archive-careers .video-overlay {
  max-height: calc(100vh - 130px);
}
.post-type-archive-careers .fluid-width-video-wrapper {
  max-height: none !important;
}
.post-type-archive-careers .img-banner {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
}
.post-type-archive-careers .img-banner > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .post-type-archive-careers .img-banner {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
.post-type-archive-careers .img-banner .slick-list {
  grid-column: full;
}
.post-type-archive-careers .img-banner .slick-dots {
  grid-column: content;
}
.post-type-archive-careers .img-banner img {
  width: 100%;
  max-height: 550px;
  object-fit: cover;
  object-position: center center;
}
.post-type-archive-careers .career-grid {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  padding-bottom: 1.25rem;
  position: relative;
  z-index: 2;
  background-color: white;
}
.post-type-archive-careers .career-grid > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .post-type-archive-careers .career-grid {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
@media (min-width: 992px) {
  .post-type-archive-careers .career-grid {
    padding-bottom: 1.875rem;
  }
}
.post-type-archive-careers .career-grid .sidebar-grid {
  margin: 0;
}
.post-type-archive-careers .career-grid article {
  margin-top: 18px;
}
.post-type-archive-careers .career-grid article .intro-text p {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .post-type-archive-careers .career-grid article .intro-text p {
    font-size: 1.4375rem;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .post-type-archive-careers .career-grid article .intro-text p {
    font-size: 1.5625rem;
    line-height: 34px;
  }
}
.post-type-archive-careers .wrapper-content {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  padding-bottom: 2rem;
}
.post-type-archive-careers .wrapper-content > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .post-type-archive-careers .wrapper-content {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
@media (min-width: 992px) {
  .post-type-archive-careers .wrapper-content {
    padding-bottom: 3rem;
  }
}
.post-type-archive-careers .wrapper-content .body-text {
  background-color: white;
  position: relative;
  z-index: 2;
}
.post-type-archive-careers .wrapper-content .body-text h1 {
  line-height: 25px;
  margin-bottom: 20px;
}
.post-type-archive-careers .wrapper-content .body-text h3 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 27px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
.post-type-archive-careers .wrapper-content .body-text .description-block + h3 {
  margin-top: 30px;
}
.post-type-archive-careers .wrapper-content .body-text .wrapper-accordion:last-child {
  border-bottom: 1px solid rgb(128, 128, 128);
}
.post-type-archive-careers .wrapper-content .body-text .btn-accordion {
  color: rgb(127, 181, 65);
}
.post-type-archive-careers .wrapper-content .body-text .btn-apply {
  font-size: 1.375rem;
  font-weight: 600;
  text-decoration: none;
  background-color: rgb(127, 181, 65);
  margin: 20px 0;
}
@media (min-width: 768px) {
  .post-type-archive-careers .page-content .nav-bar .desktop {
    display: block;
  }
  .post-type-archive-careers .page-content .nav-bar .desktop ul li a.active {
    display: block;
  }
  .post-type-archive-careers .career-grid article {
    margin-top: 28px;
  }
  .post-type-archive-careers .career-grid aside {
    margin-top: 24px;
  }
  .post-type-archive-careers .body-text h1 {
    font-size: 2rem;
  }
  .post-type-archive-careers .body-text .job-description {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 20px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .post-type-archive-careers .body-text .job-description {
    grid-gap: 0 30px;
  }
}
@media (min-width: 768px) {
  .post-type-archive-careers .body-text .job-description h3,
.post-type-archive-careers .body-text .job-description .description-block,
.post-type-archive-careers .body-text .job-description .btn {
    grid-column: 2/span 8;
  }
}
@media (min-width: 992px) {
  .post-type-archive-careers .body-text h1 {
    font-size: 1.625rem;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .post-type-archive-careers .body-text .btn-accordion {
    font-size: 1.5rem;
    line-height: 32px;
  }
  .post-type-archive-careers .body-text .job-description h3,
.post-type-archive-careers .body-text .job-description .description-block {
    grid-column: 2/span 7;
  }
  .post-type-archive-careers .body-text .btn-apply:hover {
    background-color: #658f34;
  }
}
@media (min-width: 1540px) and (max-height: 960px) {
  .post-type-archive-careers iframe {
    margin-top: calc((100vh - 960px) / 2);
  }
}

.page-id-40 .page-content .nav-bar .desktop {
  display: block;
}
.page-id-40 .page-content .nav-bar .desktop ul li a.active {
  display: block;
}
.page-id-40 .contact-banner.content-width {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
}
.page-id-40 .contact-banner.content-width > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .page-id-40 .contact-banner.content-width {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
.page-id-40 section .wrapper-content {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  padding-bottom: 2rem;
}
.page-id-40 section .wrapper-content > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .page-id-40 section .wrapper-content {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
@media (min-width: 992px) {
  .page-id-40 section .wrapper-content {
    padding-bottom: 3rem;
  }
}
.page-id-40 section .body-text .address,
.page-id-40 section .sidebar-grid .address {
  font-size: 1.25rem;
  line-height: 25px;
  color: rgb(102, 103, 103);
  padding: 0 0 35px;
  border-bottom: 1px solid rgb(120, 120, 120);
  grid-column: 1/span 12;
}
.page-id-40 section .body-text .primary-info h1,
.page-id-40 section .sidebar-grid .primary-info h1 {
  font-size: 1.4375rem;
  line-height: 31px;
}
.page-id-40 section .body-text .primary-info h3,
.page-id-40 section .sidebar-grid .primary-info h3 {
  font-size: 1.125rem;
  margin: 0;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
.page-id-40 section .body-text .primary-info p,
.page-id-40 section .sidebar-grid .primary-info p {
  font-size: 1.25rem;
  line-height: 30px;
}
.page-id-40 section .body-text .primary-info p + h3,
.page-id-40 section .sidebar-grid .primary-info p + h3 {
  margin-top: 26px;
}
.page-id-40 section .body-text .primary-info a,
.page-id-40 section .sidebar-grid .primary-info a {
  color: rgb(127, 181, 65);
}
.page-id-40 section .body-text .secondary-info,
.page-id-40 section .sidebar-grid .secondary-info {
  margin-top: 10px;
}
.page-id-40 section .body-text .secondary-info p,
.page-id-40 section .sidebar-grid .secondary-info p {
  color: rgb(127, 181, 65);
}
.page-id-40 section .body-text .secondary-info .site-credit,
.page-id-40 section .sidebar-grid .secondary-info .site-credit {
  color: rgb(102, 103, 103);
}
@media (max-width: 767px) {
  .page-id-40 .contact-banner #map {
    height: 180px !important;
  }
  .page-id-40 section {
    padding-bottom: 3.4rem;
  }
  .page-id-40 section h1 {
    font-size: 1.4375rem;
    line-height: 32px;
  }
  .page-id-40 section .secondary-info h1 {
    font-size: 1.4375rem;
    line-height: 31px;
  }
  .page-id-40 section .secondary-info h3 {
    font-size: 1.125rem;
    margin: 0;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
  }
  .page-id-40 section .secondary-info p + h3 {
    margin-top: 26px;
  }
  .page-id-40 section .secondary-info a {
    color: rgb(127, 181, 65);
  }
}
@media (min-width: 768px) {
  .page-id-40 .page-content .nav-bar .desktop {
    display: block;
  }
  .page-id-40 .page-content .nav-bar .desktop ul li a.active {
    display: block;
  }
  .page-id-40 section .body-text {
    padding-top: 28px !important;
  }
  .page-id-40 section .body-text h1 {
    font-size: 2.0625rem;
  }
  .page-id-40 section .body-text .address,
.page-id-40 section .sidebar-grid .address {
    padding: 0 0 25px;
    margin: 0;
  }
  .page-id-40 section .body-text .primary-info h3,
.page-id-40 section .sidebar-grid .primary-info h3 {
    font-size: 1.5rem;
    line-height: 27px;
    color: rgb(88, 89, 91);
  }
  .page-id-40 section .body-text .primary-info p,
.page-id-40 section .sidebar-grid .primary-info p {
    font-size: 1.125rem;
    line-height: 28px;
  }
  .page-id-40 section .body-text .secondary-info,
.page-id-40 section .sidebar-grid .secondary-info {
    margin: 0;
  }
}

.flexible-content {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
}
.flexible-content > div {
  grid-column: full;
}
@media (min-width: 992px) {
  .flexible-content {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1900px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
.flexible-content > div {
  grid-column: full !important;
}
.flexible-content > div:first-child {
  padding-top: 0;
}
.flexible-content > div:last-child {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .flexible-content > div:last-child {
    padding-bottom: 3rem;
  }
}
.flexible-content .wrapper-content {
  background-color: white;
  position: relative;
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  z-index: 2;
}
.flexible-content .wrapper-content > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .flexible-content .wrapper-content {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
.flexible-content .wrapper-pinned {
  position: relative;
}
.flexible-content .wrapper-pinned figcaption {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
}
.flexible-content .wrapper-pinned figcaption > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .flexible-content .wrapper-pinned figcaption {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}

.ideas-content {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
}
.ideas-content > div {
  grid-column: full;
}
@media (min-width: 992px) {
  .ideas-content {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1900px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
.ideas-content > .key-idea {
  grid-column: full !important;
}
.ideas-content > .key-idea > div {
  background-color: white;
  position: relative;
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  z-index: 2;
}
.ideas-content > .key-idea > div > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .ideas-content > .key-idea > div {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
.ideas-content > .key-idea > div.image > div {
  grid-column: content;
}
.ideas-content > .key-idea:last-child > div:last-child > div:last-child {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .ideas-content > .key-idea:last-child > div:last-child > div:last-child {
    padding-bottom: 3rem;
  }
}
.ideas-content > .key-idea > .pin-spacer {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
}
.ideas-content > .key-idea > .pin-spacer > div {
  grid-column: full;
}
@media (min-width: 992px) {
  .ideas-content > .key-idea > .pin-spacer {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1900px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
.ideas-content .hero-width figcaption {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
}
.ideas-content .hero-width figcaption > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .ideas-content .hero-width figcaption {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}

.page-content {
  flex: 1 0 auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0s 0, opacity 0 linear;
}
.page-content.loaded {
  visibility: visible;
  opacity: 1;
  transition: all 220ms linear;
}
.page-content p {
  font-size: 1.156rem;
  line-height: 1.609rem;
  color: rgb(64, 64, 65);
  margin: 0;
}
.page-content p + p,
.page-content p + h2,
.page-content p + h3 {
  margin-top: 1.4rem;
}
@media (min-width: 992px) {
  .page-content p + p,
.page-content p + h2,
.page-content p + h3 {
    margin-top: 1.5rem;
  }
}
.page-content p strong {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
.page-content h1 {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.2;
  color: rgb(64, 64, 65);
  margin: 0;
}
.page-content h1 .postnominals {
  font-size: 1.125rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(174, 174, 174);
  display: block;
}
.page-content h2,
.page-content .related-footer-section-label {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 27px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(64, 64, 65);
  margin: 0 0 10px;
}
.page-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(64, 64, 65);
  margin-top: 1.4rem;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .page-content h3 {
    margin-top: 1.5rem;
  }
}
.page-content h4 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 25px;
  color: rgb(127, 181, 65);
  margin: 2px 0 0;
}
.page-content h5 {
  font-size: 1rem;
  font-weight: 300;
  color: rgb(146, 148, 151);
  margin: 0;
}
.page-content .nav-bar {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  padding: 0 0 6px;
  z-index: 9;
}
.page-content .nav-bar > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .page-content .nav-bar {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
.page-content .nav-bar .nav-bar-inner {
  width: 100%;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.page-content .nav-bar .desktop {
  display: none;
}
.page-content .nav-bar .submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.page-content .nav-bar .submenu ul li a {
  font-size: 1.125rem;
  color: rgb(88, 89, 91);
  margin-right: 30px;
  display: none;
}
.page-content .nav-bar .submenu ul li a.active {
  color: rgb(127, 181, 65);
  display: inline-block;
}
.page-content .nav-bar .filter {
  position: relative;
}
.page-content .nav-bar .filter .filter-btn {
  font-size: 1.25rem;
  color: rgb(166, 168, 171);
  margin: 0;
  padding-bottom: 10px;
  display: inline-block;
  position: absolute;
  right: 20px;
  z-index: 2;
  transition: all 400ms;
  cursor: pointer;
}
.page-content .nav-bar .filter .filter-arrow {
  width: 11px;
  height: 10px;
  position: absolute;
  z-index: 2;
  top: calc(50% - 2px);
  right: 0;
  transform: rotate(0);
  transition: transform 220ms;
}
.page-content .nav-bar .filter .filter-arrow .arrow-path {
  fill: rgb(127, 181, 65);
}
.page-content .nav-bar .filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  min-width: 177px;
  padding: 0 20px 10px;
  flex-flow: column wrap;
  background-color: white;
  position: absolute;
  top: 0;
  right: -20px;
  transform: translateY(0);
  visibility: hidden;
  opacity: 0;
  transition: all 0s 220ms, opacity 220ms linear;
  transition: all 400ms;
}
.page-content .nav-bar .filter ul li {
  padding: 4px 0;
}
.page-content .nav-bar .filter ul li:first-of-type {
  padding-top: 0;
}
.page-content .nav-bar .filter ul li a {
  font-weight: 300;
  white-space: nowrap;
  color: rgb(64, 64, 65);
}
.page-content .nav-bar .filter ul li a.active {
  color: rgb(127, 181, 65);
}
.page-content .nav-bar .filter ul li.all {
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgb(214, 216, 218);
}
.page-content .nav-bar .filter ul li.list {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgb(214, 216, 218);
}
.page-content .nav-bar .filter ul li.menu-divider {
  border-top: 1px solid rgb(210, 210, 210);
  margin-top: 10px;
}
.page-content .nav-bar .filter.active .filter-btn {
  color: rgb(127, 181, 65);
}
.page-content .nav-bar .filter.active .filter-arrow {
  transform: rotate(180deg);
}
.page-content .nav-bar .filter.active ul {
  transform: translateY(30px);
  visibility: visible;
  opacity: 1;
  transition: all 220ms linear;
}
.page-content .banner-wrapper {
  position: relative;
}
.page-content .banner-wrapper .img-banner {
  height: inherit;
}
.page-content .banner-wrapper .img-banner .slick-track figure {
  margin: 0;
}
.page-content .banner-wrapper .img-banner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-content .banner-wrapper .slick-track:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
  mix-blend-mode: multiply;
  pointer-events: inherit;
  transform: translate3d(0, 0, 0);
}
.page-content .banner-wrapper .banner-scroll {
  display: none;
}
.page-content .banner-scroll {
  width: 40px;
  height: 20px;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  z-index: 10;
  cursor: pointer;
}
.page-content .banner-scroll img {
  width: 30px;
  height: 20px;
}
.page-content section ol {
  padding: 0 0 0 16px;
}
.page-content section ol li {
  font-size: 1.125rem;
  line-height: 27px;
}
.page-content section ol li + li {
  margin-top: 6px;
}
.page-content section ul {
  padding: 0 0 0 14px;
  list-style: none;
}
.page-content section ul li {
  font-size: 1.125rem;
  line-height: 27px;
  position: relative;
}
.page-content section ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgb(127, 181, 65);
  position: absolute;
  top: 11px;
  left: -14px;
}
.page-content section ul li + li {
  margin-top: 6px;
}
.page-content section .btn {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.12px;
  text-align: center;
  color: white;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  padding: 6px 60px 8px;
  display: inline-block;
  background: rgb(64, 64, 65);
}
.page-content section .img-banner {
  margin-bottom: 20px;
}
.page-content section .title-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.page-content section .title-grid .back-to {
  display: none;
}
.page-content section .sidebar-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-top: 14px;
}
.page-content section .sidebar-grid article > div {
  padding-left: 0;
  padding-right: 0;
}
.page-content section .sidebar-grid aside a {
  font-size: 1.125rem;
  text-decoration: underline;
  line-height: 26px;
}
.page-content section .sidebar-grid aside .sidebar-section .sidebar-heading {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 26px;
}
.page-content section .sidebar-grid aside .sidebar-section + .sidebar-section {
  padding-top: 20px;
}
.page-content section .sidebar-grid aside .sidebar-section h3 {
  line-height: 32px;
}
.page-content section .sidebar-grid aside .sidebar-section .jumplink:last-child {
  margin-bottom: 1rem;
}
.page-content section .sidebar-grid aside .sidebar-section .jumplink a {
  line-height: 32px;
}
.page-content section .back-to {
  color: rgb(146, 148, 151);
  display: none;
}
.page-content section .back-to a {
  font-weight: 600;
  color: rgb(127, 181, 65) !important;
}
.page-content section .intro-text p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.688rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .page-content section .intro-text p {
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .page-content section .intro-text p {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}
.page-content section .intro-text + .body-text {
  margin-top: 1.4rem;
  padding: 0;
}
@media (min-width: 992px) {
  .page-content section .intro-text + .body-text {
    margin-top: 1.5rem;
  }
}
.page-content section .quote,
.page-content section .quotation {
  padding-top: 14px;
}
@media (min-width: 768px) {
  .page-content section .quote,
.page-content section .quotation {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .page-content section .quote,
.page-content section .quotation {
    padding-top: 30px;
  }
}
.page-content section .quote p,
.page-content section .quotation p {
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 30px;
  color: rgb(127, 181, 65);
  position: relative;
  border-top: 1px solid rgb(115, 116, 119);
  border-bottom: 1px solid rgb(115, 116, 119);
  padding: 15px 0 20px 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
.page-content section .quote p:before,
.page-content section .quotation p:before {
  content: "“";
  font-size: inherit;
}
.page-content section .quote p .statement:after,
.page-content section .quotation p .statement:after {
  content: "”";
  font-size: inherit;
  position: relative;
}
.page-content section .quote p .attribution,
.page-content section .quotation p .attribution {
  white-space: nowrap;
  font-size: 1.156rem;
  font-weight: 400;
}
.page-content section .quote p .attribution:before,
.page-content section .quotation p .attribution:before {
  content: "—";
  margin-left: 0.5rem;
  margin-right: 0.1rem;
}
.page-content section .sidebar-sections p {
  font-size: 1.125rem;
  color: rgb(127, 181, 65);
}
.page-content section .sidebar-sections h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
.page-content section .body-text,
.page-content section .images {
  padding-top: 14px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 20px;
}
@media (min-width: 768px) {
  .page-content section .body-text,
.page-content section .images {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .page-content section .body-text,
.page-content section .images {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .page-content section .body-text,
.page-content section .images {
    grid-gap: 0 30px;
  }
}
.page-content section .body-text > h1,
.page-content section .body-text > h2,
.page-content section .body-text > h3,
.page-content section .body-text > p,
.page-content section .body-text .wrapper-text,
.page-content section .body-text > div {
  grid-column: 1/span 12;
}
.page-content section .body-text h2,
.page-content section .body-text h3 {
  margin-top: 0;
}
.page-content section .body-text h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.page-content section .body-text a {
  text-decoration: underline;
}
.page-content section .quotation {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 20px;
}
@media (min-width: 992px) {
  .page-content section .quotation {
    grid-gap: 0 30px;
  }
}
.page-content section .quotation p,
.page-content section .quotation .wrapper-text {
  grid-column: 1/span 12;
}
.page-content section .video {
  padding-top: 14px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 20px;
}
@media (min-width: 768px) {
  .page-content section .video {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .page-content section .video {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .page-content section .video {
    grid-gap: 0 30px;
  }
}
.page-content section .video .fluid-width-video-wrapper,
.page-content section .video .caption {
  grid-column: 1/span 12;
}
.page-content section .wrapper-text + .static-caption {
  font-style: italic;
  color: rgb(146, 148, 151);
}
.page-content section figcaption .caption-text p,
.page-content section .caption-text,
.page-content section .caption {
  font-size: 0.9375rem;
  font-weight: 300;
  font-style: italic;
  margin-top: 0.7rem;
  line-height: 19px;
  color: rgb(115, 116, 119);
}
@media (min-width: 992px) {
  .page-content section figcaption .caption-text p,
.page-content section .caption-text,
.page-content section .caption {
    margin-top: 0.75rem;
  }
}
.page-content section figcaption > .caption-text {
  margin-top: 0;
}
.page-content section .image > div {
  grid-column: 1/span 12;
}
.page-content section .image .content-slider {
  display: block;
  grid-template-columns: auto;
  grid-column: auto;
}
.page-content section .image figure {
  width: 100%;
  margin: 0;
}
.page-content section .image figure + figure {
  margin-top: 20px;
}
.page-content section .image .caption-headline {
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  margin: 20px 0 0;
}
.page-content section .image .static-caption {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 20px;
}
@media (min-width: 992px) {
  .page-content section .image .static-caption {
    grid-gap: 0 30px;
  }
}
.page-content section .image .static-caption > div {
  grid-column: 1/span 12;
}
.page-content section .side-by-side .images {
  grid-column: 1/span 12;
}
.page-content section .side-by-side img.portrait {
  width: 60%;
}
.page-content section .side-by-side .static-caption {
  font-style: italic;
  color: rgb(146, 148, 151);
}
.page-content section .hero-width {
  grid-column: full;
  z-index: 1;
  background-color: white;
}
.page-content section .hero-width .images,
.page-content section .hero-width .img-banner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.page-content section .hero-width .images img,
.page-content section .hero-width .img-banner img {
  width: 100%;
  max-width: 1900px;
}
.page-content section .hero-width figcaption {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
}
.page-content section .hero-width figcaption > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .page-content section .hero-width figcaption {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
.page-content section .hero-width img {
  width: 100% !important;
  height: auto !important;
  margin: auto;
}
.page-content section .single-image {
  display: block;
}
.page-content section .single-image .images {
  display: block;
}
.page-content section .image-count-2 figure {
  grid-column: 1/span 12;
}
.page-content img {
  display: block;
  max-width: 100%;
}
.page-content .full-screen {
  margin: 0;
}
.page-content .full-screen .slick-track {
  height: 100%;
}
.page-content .full-screen .slick-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-content .slick-slider img {
  width: 100%;
  object-fit: cover;
}
.page-content .slick-slider .slick-arrow {
  display: block;
  text-indent: -9999em;
  width: 34px;
  height: 24px;
  border: none;
  background: url(assets/images/arrow-slider.svg) no-repeat center;
  background-size: 65%;
  appearance: none;
  position: absolute;
  top: calc(50% - 9px);
  overflow: hidden;
  opacity: 0;
  z-index: 3;
  transition: all 300ms;
}
.page-content .slick-slider .slick-arrow.slick-prev {
  transform: scaleX(-1);
  left: 6px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}
.page-content .slick-slider .slick-arrow.slick-next {
  right: 6px;
  filter: drop-shadow(-2px 2px 3px rgba(0, 0, 0, 0.5));
}
.page-content .slick-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 2;
}
.page-content .slick-slider .slick-dots li {
  margin: 0 0 0 10px;
}
.page-content .slick-slider .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: white;
  overflow: hidden;
  border-radius: 50%;
  border: none;
  outline: none;
  appearance: none;
}
.page-content .slick-slider .slick-dots li.slick-active button {
  background-color: rgb(127, 181, 65);
}
.page-content .slick-slider.crossfade .slick-dots button {
  cursor: default;
}
.page-content .prev-next {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  background-color: rgb(210, 212, 213);
}
.page-content .prev-next > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .page-content .prev-next {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
.page-content .prev-next .prev-next-wrapper {
  height: 46px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.page-content .prev-next .prev-next-wrapper a {
  font-size: 0.875rem;
  color: rgb(146, 148, 151);
  position: relative;
}
.page-content .prev-next .prev-next-wrapper .prev {
  margin-left: 1rem;
  position: relative;
}
.page-content .prev-next .prev-next-wrapper .prev a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 4px);
  left: -1rem;
  background: url(assets/images/ArrowPrevNext.svg) no-repeat center;
  transform: scaleX(-1);
}
.page-content .prev-next .prev-next-wrapper .next {
  margin-right: 1rem;
  position: relative;
}
.page-content .prev-next .prev-next-wrapper .next a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 4px);
  right: -1rem;
  background: url(assets/images/ArrowPrevNext.svg) no-repeat center;
}
.page-content .prev-next + .relative .scroll-top {
  top: -45px;
}
.page-content .scroll-wrapper {
  display: grid;
  grid-template-columns: [full-start] minmax(20px, 1fr) [content-start] minmax(0, 100vw) [content-end] minmax(20px, 1fr) [full-end];
  background: white;
  position: relative;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 46px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0s 220ms, opacity 220ms linear;
}
.page-content .scroll-wrapper > div {
  grid-column: content;
}
@media (min-width: 992px) {
  .page-content .scroll-wrapper {
    grid-template-columns: [full-start] minmax(50px, 1fr) [content-start] minmax(0, 1440px) [content-end] minmax(50px, 1fr) [full-end];
  }
}
.page-content .scroll-wrapper .scroll-top {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(232, 209, 56);
  background: linear-gradient(150deg, rgb(232, 209, 56) 0%, rgb(209, 199, 61) 20%, rgb(172, 184, 68) 50%, rgb(149, 174, 73) 80%, rgb(141, 171, 75) 100%);
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  transition: transform 100ms;
  cursor: pointer;
}
.page-content .scroll-wrapper .scroll-top:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.65);
}
.page-content .scroll-wrapper .scroll-top:active {
  transform: translateY(0);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.page-content .scroll-wrapper .scroll-top .scroll-top-arrow {
  width: 18px;
  height: 14px;
  transform: rotate(180deg);
  margin-bottom: 2px;
}
.page-content .scroll-wrapper .scroll-top .scroll-top-arrow .arrow-path {
  fill: white;
}
.page-content .scroll-wrapper.relative {
  position: relative;
}
.page-content.scrolled .scroll-wrapper {
  visibility: visible;
  opacity: 1;
  transition: all 220ms linear;
}
@media (min-width: 768px) {
  .page-content p {
    font-size: 1.0625rem;
    line-height: 1.5625rem;
  }
  .page-content .nav-bar {
    padding: 18px 0;
  }
  .page-content .nav-bar .submenu {
    display: none;
  }
  .page-content .nav-bar .desktop {
    display: block;
  }
  .page-content .nav-bar .desktop ul li a {
    margin: 2px 18px 0 0;
    position: relative;
    display: inline-block;
  }
  .page-content .nav-bar .desktop ul li a:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    border-bottom: 2px solid rgb(127, 181, 65);
    transition: transform 220ms;
    transform-origin: left;
    transform: scaleX(0);
  }
  .page-content .nav-bar .desktop ul li a:hover:after, .page-content .nav-bar .desktop ul li a.active:after {
    transform: scaleX(1);
  }
  .page-content .nav-bar .filter ul {
    display: none;
  }
  .page-content .nav-bar .filter .desktop {
    display: block;
    padding: 10px 50px 10px 20px;
  }
  .page-content .nav-bar .filter .desktop a {
    position: relative;
  }
  .page-content .nav-bar .filter .desktop a:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    border-bottom: 1px solid rgb(127, 181, 65);
    transition: transform 220ms;
    transform-origin: left;
    transform: scaleX(0);
  }
  .page-content .nav-bar .filter .desktop a:hover:after, .page-content .nav-bar .filter .desktop a.active:after {
    transform: scaleX(1);
  }
  .page-content .banner-wrapper .slick-slider .slick-list .slick-slide {
    padding: 0;
  }
  .page-content .banner-wrapper .banner-scroll {
    display: flex;
    bottom: 16px;
  }
  .page-content section .btn {
    width: auto;
    max-width: 260px;
  }
  .page-content section .title-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .page-content section .title-grid .title {
    grid-column: 1/span 8;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .page-content section .title-grid .title {
    grid-column: 1/span 7;
  }
}
@media (min-width: 768px) {
  .page-content section .title-grid .title h1 {
    line-height: 36px;
    font-size: 2rem;
  }
  .page-content section .title-grid .title h1 .postnominals {
    font-size: 1.375rem;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .page-content section .title-grid .back-to {
    display: block;
  }
}
@media (min-width: 768px) {
  .page-content section .sidebar-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 18px;
  }
  .page-content section .sidebar-grid article {
    grid-column: 1/span 8;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .page-content section .sidebar-grid article {
    grid-column: 1/span 7;
  }
}
@media (min-width: 768px) {
  .page-content section .sidebar-grid article .body-text,
.page-content section .sidebar-grid article .images {
    padding: 0;
    display: block;
  }
}
@media (min-width: 768px) {
  .page-content section .sidebar-grid aside {
    padding-top: 2px;
    padding-left: 15px;
    grid-column: 9/span 4;
  }
  .page-content section .sidebar-grid aside a {
    font-size: 0.9375rem;
    line-height: 23px;
  }
  .page-content section .sidebar-grid aside .sidebar-section .sidebar-heading {
    font-size: 0.9375rem;
    line-height: 22px;
  }
  .page-content section .sidebar-grid aside .sidebar-section + .sidebar-section {
    padding-top: 24px;
  }
  .page-content section .sidebar-grid aside .sidebar-section .jumplink:last-child {
    margin-bottom: 0;
  }
  .page-content section .sidebar-grid aside .sidebar-section .jumplink a {
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .page-content section .back-to {
    font-size: 0.9375rem;
    font-weight: 300;
    text-transform: lowercase;
    line-height: 23px;
    margin-top: 12px;
    grid-column: 10/span 3;
    display: block;
  }
  .page-content section .back-to span {
    color: rgb(174, 174, 174);
  }
  .page-content section .back-to a {
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(127, 181, 65);
    text-decoration: underline;
    transition: none;
  }
}
@media (min-width: 768px) {
  .page-content section .sidebar-sections p,
.page-content section .sidebar-sections h3 {
    font-size: 0.9375rem;
    line-height: 23px;
  }
}
@media (min-width: 768px) {
  .page-content section .body-text > h1,
.page-content section .body-text > h2,
.page-content section .body-text > h3,
.page-content section .body-text > h4,
.page-content section .body-text > h5,
.page-content section .body-text > h6,
.page-content section .body-text > p,
.page-content section .body-text > ol,
.page-content section .body-text > ul {
    grid-column: 1/span 8;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .page-content section .body-text > h1,
.page-content section .body-text > h2,
.page-content section .body-text > h3,
.page-content section .body-text > h4,
.page-content section .body-text > h5,
.page-content section .body-text > h6,
.page-content section .body-text > p,
.page-content section .body-text > ol,
.page-content section .body-text > ul {
    grid-column: 1/span 7;
  }
}
@media (min-width: 768px) {
  .page-content section .body-text h2 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .page-content section .body-text .wrapper-text {
    grid-column: 1/span 8;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .page-content section .body-text .wrapper-text {
    grid-column: 1/span 7;
  }
}
@media (min-width: 768px) {
  .page-content section .quotation {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 20px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .page-content section .quotation {
    grid-gap: 0 30px;
  }
}
@media (min-width: 768px) {
  .page-content section .quotation p,
.page-content section .quotation .wrapper-text {
    grid-column: 1/span 8;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .page-content section .quotation p,
.page-content section .quotation .wrapper-text {
    grid-column: 1/span 7;
  }
}
@media (min-width: 768px) {
  .page-content section .quotation p .attribution {
    font-size: inherit;
  }
}
@media (min-width: 768px) {
  .page-content section .caption-text,
.page-content section .caption {
    grid-column: 1/span 8;
    color: rgb(115, 116, 119);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .page-content section .caption-text,
.page-content section .caption {
    grid-column: 1/span 7;
  }
}
@media (min-width: 768px) {
  .page-content section figcaption .caption-text {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 20px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .page-content section figcaption .caption-text {
    grid-gap: 0 30px;
  }
}
@media (min-width: 768px) {
  .page-content section figcaption .caption-text p {
    grid-column: 1/span 8;
    color: rgb(115, 116, 119);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .page-content section figcaption .caption-text p {
    grid-column: 1/span 7;
  }
}
@media (min-width: 768px) {
  .page-content section figcaption .caption-text p,
.page-content section .caption-text,
.page-content section .caption {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .page-content section .wrapper-text + .static-caption {
    font-style: italic;
    color: rgb(146, 148, 151);
    margin-top: 4px;
    grid-column: 10/span 3;
  }
  .page-content section .wrapper-text + .static-caption .caption-text {
    margin-top: 0.1rem;
  }
}
@media (min-width: 768px) {
  .page-content section .image.hero-width img {
    max-height: 650px;
    object-fit: cover;
  }
  .page-content section .image.side-by-side .caption-offset {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 20px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .page-content section .image.side-by-side .caption-offset {
    grid-gap: 0 30px;
  }
}
@media (min-width: 768px) {
  .page-content section .image.side-by-side .caption-offset .caption-text {
    grid-column: 10/span 3;
  }
}
@media (min-width: 768px) {
  .page-content section .image .static-caption > div {
    grid-column: 1/span 8;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .page-content section .image .static-caption > div {
    grid-column: 1/span 7;
  }
}
@media (min-width: 768px) {
  .page-content section .image figure + figure {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-content section .side-by-side img.portrait {
    width: 100%;
  }
  .page-content section .side-by-side .static-caption .caption-text {
    grid-column: 10/span 3;
  }
}
@media (min-width: 768px) {
  .page-content section .image-count-2 figure {
    grid-column: 1/span 6;
  }
  .page-content section .image-count-2 figure + figure {
    grid-column: 7/span 6;
  }
  .page-content section .image-count-2 .portrait {
    grid-template-rows: auto 1fr;
  }
  .page-content section .image-count-2 .portrait figure:nth-child(1) {
    grid-column: 1/span 3;
    grid-row: 1/span 2;
  }
  .page-content section .image-count-2 .portrait figure:nth-child(2) {
    grid-column: 4/span 6;
  }
  .page-content section .image-count-2 .portrait.two {
    grid-column: 1/span 6;
  }
  .page-content section .image-count-2 .portrait.two figure:nth-child(2) {
    grid-column: 4/span 3;
  }
}
@media (min-width: 768px) {
  .page-content section .video .caption {
    grid-column: 1/span 8;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .page-content section .video .caption {
    grid-column: 1/span 7;
  }
}
@media (min-width: 768px) {
  .page-content .slick-slider {
    overflow: hidden;
  }
  .page-content .slick-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-content .slick-slider .slick-list .slick-track {
    margin: 0;
  }
  .page-content .slick-slider .slick-list .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-content .slick-slider .slick-list .slick-slide a {
    display: block;
  }
  .page-content .slick-slider .slick-arrow {
    width: 34px;
    height: 34px;
    background-size: 80%;
  }
  .page-content .slick-slider .slick-arrow.slick-prev {
    left: 14px;
  }
  .page-content .slick-slider .slick-arrow.slick-next {
    right: 14px;
  }
  .page-content .slick-slider .slick-dots {
    grid-column: full;
    right: 20px;
    bottom: 24px;
  }
}
@media (min-width: 768px) {
  .page-content .prev-next .prev-next-wrapper a {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .page-content .scroll-wrapper .scroll-top {
    right: -5px;
  }
}
@media (min-width: 992px) {
  .page-content .nav-bar .submenu ul li a {
    font-size: 1.156rem;
  }
  .page-content .nav-bar .desktop ul li a {
    margin: 2px 30px 0 0;
  }
  .page-content p {
    font-size: 1.125rem;
    line-height: 27px;
  }
  .page-content h2,
.page-content .related-footer-section-label {
    font-size: 1.75rem;
    color: rgb(88, 89, 91);
  }
  .page-content h4 {
    margin: 6px 0 0;
  }
  .page-content h3 {
    font-size: 1.125rem;
  }
  .page-content h5 {
    font-size: 0.9375rem;
  }
  .page-content .banner-wrapper .banner-scroll {
    display: block;
    bottom: 30px;
    height: 22px;
  }
  .page-content .banner-wrapper .banner-scroll img {
    width: 34px;
    height: 22px;
  }
  .page-content section .btn:hover {
    background-color: #737374;
  }
  .page-content section .img-banner {
    margin-bottom: 30px;
  }
  .page-content section .title-grid {
    grid-gap: 30px;
  }
  .page-content section .title-grid .back-to {
    margin-top: 18px;
  }
  .page-content section .title-grid .back-to a {
    font-weight: 600;
    color: rgb(127, 181, 65);
  }
  .page-content section .sidebar-grid {
    grid-gap: 30px;
  }
  .page-content section .sidebar-grid aside {
    padding-left: 0;
    grid-column: 10/span 3;
  }
  .page-content section .quote p,
.page-content section .quotation p {
    font-size: 1.3125rem;
    padding: 25px 0 30px 0;
  }
  .page-content section .quote p:before,
.page-content section .quotation p:before {
    position: absolute;
    left: -14px;
  }
  .page-content section .flexible-content .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-content section .flexible-content .slick-list .slick-slide > div,
.page-content section .flexible-content .slick-list figure {
    padding: 0 15px;
  }
  .page-content .full-screen {
    height: 100vh;
  }
  .page-content .slick-slider .slick-arrow.slick-prev {
    left: 35px;
  }
  .page-content .slick-slider .slick-arrow.slick-next {
    right: 35px;
  }
  .page-content .slick-slider .slick-dots {
    right: 42px;
    bottom: 30px;
  }
  .page-content .slick-slider .slick-dots li {
    margin: 0 0 0 20px;
  }
  .page-content .slick-slider .slick-dots li button {
    width: 14px;
    height: 14px;
  }
  .page-content .prev-next .prev-next-wrapper a:hover {
    color: rgb(88, 89, 91);
  }
}
@media (min-width: 1025px) {
  .page-content .nav-bar ul li a:hover {
    color: rgb(127, 181, 65);
  }
  .page-content .nav-bar .filter .filter-btn:hover {
    color: rgb(127, 181, 65);
  }
}
@media (min-width: 1200px) {
  .page-content .scroll-wrapper .scroll-top {
    right: -6px;
  }
}

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