/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500;1,600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

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

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

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

pre, code {
  font-family: monospace;
}

@font-face {
  font-family: "PP Right Grotesk";
  src: url("fonts/PPRightGrotesk-CompactBlack.woff2") format("woff2"), url("fonts/PPRightGrotesk-CompactBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "PP Right Grotesk";
  src: url("fonts/PPRightGrotesk-CompactDark.woff2") format("woff2"), url("fonts/PPRightGrotesk-CompactDark.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
html {
  font-size: 1.3333333333vw;
}

body {
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3333333333vw;
  line-height: 1.25;
}

small, .small {
  font-size: 80%;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

h2, h3 {
  font-size: 3.3333333333vw;
  font-weight: 500;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  line-height: 1;
  max-width: 20rem;
  color: #323b41;
  margin: 0 0 3rem;
}
h2 em, h2 span:last-of-type, h3 em, h3 span:last-of-type {
  position: relative;
  font-style: normal;
  text-wrap: nowrap;
}
h2 em:after, h2 span:last-of-type:after, h3 em:after, h3 span:last-of-type:after {
  content: "";
  background: url("images/brush.svg") 0 100% repeat-x, url("images/brush.svg") 70px 100% repeat-x;
  z-index: -1;
  transform: rotate(-2deg);
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}

h3 {
  font-size: 3.1666666667vw;
}
h4 {
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #b5752e;
  font-weight: 400 !important;
  font-size: 2vw;
  margin-bottom: 1.5rem;
}

.wp-caption-text {
  font-size: 12px;
  display: block;
  width: 100%;
  margin: 1rem 0;
}

button, .button {
  background: #ffffff;
  color: #323b41;
  text-transform: uppercase;
  font-size: 1.5vw;
  font-weight: 700;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.45rem 1rem;
  border-radius: 1rem;
  line-height: 1.5;
}
button:hover, .button:hover {
  background: #ff8c00;
  color: #ffffff;
  cursor: pointer;
}

a.btn, .btn a {
  background: #ffffff;
  color: #323b41;
  text-transform: uppercase;
  font-size: 1.3333333333vw;
  font-weight: 700;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.45rem 1rem;
  border-radius: 0.25rem;
}
a.btn:hover, .btn a:hover {
  background: #ff8c00;
  color: #ffffff;
}

.btn a {
  margin-top: 1rem;
  display: inline-block;
}

p, ul, ol {
  margin-bottom: 1rem;
  line-height: 1.45;
}

li {
  margin-bottom: 0.5rem;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

small {
  font-size: 75%;
}

.cta {
  margin: 2.5rem 0 1rem;
  border: 1px solid #d4d0bf;
  border-radius: 0.5rem;
  padding: 1rem 1.75rem;
  font-size: 2.3333333333vw;
  font-weight: 500;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  clear: both;
}
.cta a {
  background: #ff8c00;
  color: #323b41;
  text-transform: uppercase;
  font-size: 1.3333333333vw;
  font-weight: 700;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.45rem 1rem;
  border-radius: 0.25rem;
  float: right;
  margin-left: auto;
}
.cta a:hover {
  background: #ff8c00;
  color: #ffffff;
}

.uc {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}

.grid--wrapper {
  position: relative;
  margin: 0 auto;
  width: 95%;
  height: 100%;
  max-width: 65.4545454545rem;
}
.grid--wrapper:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.grid--row,
.grid--column,
.grid--column-nested,
div.single-product {
  position: relative;
  height: 100%;
  min-height: 1px;
}
.grid--row:after,
.grid--column:after,
.grid--column-nested:after,
div.single-product:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.grid--row.wide--wrap {
  padding: 0 2.5%;
}
.grid--row[data-align=center] .grid--column > div > * {
  margin-right: auto;
  margin-left: auto;
}
.grid--row[data-align=right] .grid--column > div > * {
  margin-right: 0;
  margin-left: auto;
}

.grid--column, div.single-product {
  float: left;
  width: 100%;
  padding: 0 0.9090909091rem;
}
.grid--column.half, div.single-product.half {
  width: 50%;
}
.grid--column.one-third, .grid--column.third, div.single-product.one-third, div.single-product.third {
  width: 33.3333333333%;
}
.grid--column.one-third:nth-child(3n+1), .grid--column.third:nth-child(3n+1), div.single-product.one-third:nth-child(3n+1), div.single-product.third:nth-child(3n+1) {
  clear: left;
}
.grid--column.two-thirds, div.single-product.two-thirds {
  width: 66.6666666667%;
}
.grid--column.quarter, div.single-product.quarter {
  width: 25%;
}
.grid--column.three-quarter, div.single-product.three-quarter {
  width: 75%;
}
.grid--column.fifth, div.single-product.fifth {
  width: 20%;
}
.grid--column.first-on-mobile, div.single-product.first-on-mobile {
  float: right;
}
.grid--column[data-valign=true], div.single-product[data-valign=true] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.grid--column[data-valign=true] > div, div.single-product[data-valign=true] > div {
  position: relative;
  flex: 1;
  align-self: flex-start;
}
.grid--column[data-vpos=middle] > div, div.single-product[data-vpos=middle] > div {
  align-self: center;
}
.grid--column[data-vpos=bottom] > div, div.single-product[data-vpos=bottom] > div {
  align-self: flex-end;
}

@media screen and (min-width: 1920px) {
  .grid--wrapper, div.woocommerce, main > section.indent .grid--wrapper {
    max-width: 1700px !important;
  }
  /*headings(),p,ul,ol {
  	max-width: $g-max-width;
  }*/
  .grid--row.wide--wrap {
    padding: 0;
  }
  .grid--column {
    padding: 0 45px;
  }
  section.section .layout .slideshow .slideshow--nav {
    max-width: 1655px !important;
  }
  section.section .layout .links_three_column .grid--wrapper, section.section .layout .global_latest_news .single--post, section.section .layout .links_four_column .grid--wrapper {
    padding: 0 45px !important;
  }
  section.section .layout .global_links_news .quick-links {
    padding: 2rem 45px !important;
  }
}
@media screen and (max-width: 1200px) {
  .hanging--title.section--title, .hanging--title.layout {
    width: 100%;
    float: none;
  }
  .grid--row[data-align=center] .grid--column > div > * {
    margin-right: auto;
    margin-left: 0;
  }
  .grid--row[data-align=right] .grid--column > div > * {
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .grid--column {
    padding: 0 10px;
  }
}
@media screen and (max-width: 960px) {
  .grid--column.one-third, .grid--column.two-thirds {
    width: 50%;
  }
  .grid--column.quarter {
    width: 50%;
  }
  .grid--column.quarter:nth-child(2n+1) {
    clear: left;
  }
  .grid--column {
    margin-bottom: 1.3636363636em;
  }
}
@media screen and (max-width: 980px) {
  .grid--wrapper {
    max-width: 100%;
  }
  .grid--column.third, .grid--column.quarter {
    width: 100%;
  }
  .grid--column.fifth {
    display: inline-block;
    float: none;
    width: 25%;
  }
  .layout--columns-five {
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .layout {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .grid--column.half, .grid--column.third, .grid--column.one-third, .grid--column.two-thirds, .grid--column.quarter {
    width: 100%;
    height: auto !important;
  }
  .grid--column.fifth {
    width: 40%;
    margin-bottom: 0;
  }
}
::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  color: #666666;
}

::-moz-placeholder {
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

form input, form select, form textarea {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #d4d0bf;
  border-radius: 0.25rem;
  padding: 0.5rem !important;
}
form label, form legend {
  font-weight: 400 !important;
  font-size: 1.8333333333vw;
}
form label .gfield_required, form legend .gfield_required {
  color: #666666 !important;
  font-style: normal !important;
}
form button, form input[type=submit] {
  border-radius: 0.25rem;
  color: #323b41;
  font-weight: 500;
}

section.layout div > select {
  margin-top: 1rem;
  border: 1px solid #64463d;
  border-radius: 0.25rem;
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1666666667vw !important;
  text-transform: uppercase;
  color: #64463d;
  -webkit-appearance: none; /* Removes default chrome and safari style */
  -moz-appearance: none; /* Removes default style Firefox */
  appearance: none; /* Removes default browser style */
  background: url("images/icon-dropdown.svg") no-repeat 95% center;
  background-size: 0.5rem;
}
section.layout div > select option {
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.5rem;
  font-size: 1.5vw;
  color: #b5752e;
  background: #e1ddcd;
}

.search form[role=search] {
  width: 100%;
}
.search form[role=search] div {
  max-width: 100%;
  display: flex;
}
.search form[role=search] label {
  display: none;
}
.search form[role=search] input {
  margin: 1rem 0;
  background: rgba(255, 255, 255, 0.25);
  padding: 0.5rem !important;
  margin: 0;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25vw;
  color: #323b41;
  border-radius: 0.25rem;
  border: 0 !important;
  width: auto;
  max-width: 70%;
  margin-right: 0.25rem;
}
.search form[role=search] input[type=text] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}
.search form[role=search] input[type=submit] {
  background: #ff8c00;
  color: #323b41 !important;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5vw;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.search form[role=search] input[type=submit]:hover {
  cursor: pointer;
  color: #ffffff !important;
}

.alignnone, .wp-caption.alignnone, a img.alignnone {
  display: block;
  float: none;
}

.aligncenter, a img.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright, .wp-caption.alignright, a img.alignright {
  float: right;
  margin: 0 0 2rem 2rem !important;
}

.alignleft, .wp-caption.alignleft, a img.alignleft {
  float: left;
  margin: 0 2rem 2rem 0 !important;
}

section.section .layout .post-content .grid--wrapper .two-thirds .wp-block-image:has(.alignleft, .wp-caption.alignleft, a img.alignleft) {
  width: 50%;
  float: left;
  overflow: hidden;
  margin: 0 0 1rem 0;
}
section.section .layout .post-content .grid--wrapper .two-thirds .wp-block-image:has(.alignleft, .wp-caption.alignleft, a img.alignleft) figure img {
  width: 100% !important;
}
section.section .layout .post-content .grid--wrapper .two-thirds .wp-block-image:has(.alignright, .wp-caption.alignright, a img.alignright) {
  float: right;
  width: 50%;
  overflow: hidden;
  margin: 0 0 1rem 0;
}
section.section .layout .post-content .grid--wrapper .two-thirds .wp-block-image:has(.alignright, .wp-caption.alignright, a img.alignright) figure img {
  width: 100% !important;
}
section.section .layout .post-content .grid--wrapper .two-thirds ol {
  padding-left: 1.25rem;
  list-style: decimal !important;
}
section.section .layout .post-content .grid--wrapper .two-thirds ol li {
  padding-left: 1rem;
  display: list-item !important;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Slider */
.slick-slider,
.slick-list,
.slick-track {
  height: 100%;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.99);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: rgba(0, 0, 0, 0.99);
  color: #fff;
  text-shadow: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background: #f3f1eb;
  color: #4d4d4d;
}
body.noscroll {
  overflow: hidden;
}
body.loading #loader {
  display: block;
  z-index: 8000;
}
body #loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: -8000;
}

hr {
  width: 100%;
  height: 0;
  opacity: 0;
  border: none;
}
hr.keyline {
  height: 1px;
  opacity: 1;
}
hr:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

main {
  min-height: 100%;
}
main:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

header,
nav,
section,
article,
aside,
footer {
  position: relative;
}
header:after,
nav:after,
section:after,
article:after,
aside:after,
footer:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
header,
nav,
section,
article,
aside,
footer {
  z-index: 0;
}

.oembed-container {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}
.oembed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img,
svg {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
img.free--width,
svg.free--width {
  width: 100%;
  max-width: 99999999px;
}

.image-wrapper {
  margin-bottom: 1.8181818182rem;
}
.image-wrapper:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.mobile {
  display: none;
}

.hidden--hard {
  display: none !important;
  visibility: hidden !important;
  opacity: 0;
}

.pos--fixed {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 4000;
}

body.single section.section .layout:last-of-type {
  padding-bottom: 0;
}

div.alignnone, div.wp-caption.alignnone {
  width: 100%;
  height: auto;
  display: block;
  min-width: 100%;
}
div.alignnone img, div.wp-caption.alignnone img {
  width: auto !important;
  height: auto !important;
}

header {
  padding: 2rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
header:hover {
  background: rgba(225, 221, 205, 0.9);
}
header:hover .grid--wrapper .navigation ul li a {
  color: #323b41 !important;
}
header .grid--wrapper .grid--column.full {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
}
header .grid--wrapper .grid--column.full .logo {
  margin-right: 2rem;
}
header .grid--wrapper .grid--column.full .logo svg * {
  fill: #ffffff !important;
}
header .grid--wrapper .grid--column.full .navigation {
  width: auto;
}
header .grid--wrapper .grid--column.full .navigation ul {
  display: flex;
  margin: 0;
}
header .grid--wrapper .grid--column.full .navigation ul li {
  padding: 0.5rem 0.5rem;
  position: relative;
  margin: 0;
}
header .grid--wrapper .grid--column.full .navigation ul li a {
  color: #ffffff;
  font-size: 1.0833333333vw;
  line-height: 1;
  font-weight: 500;
}
header .grid--wrapper .grid--column.full .navigation ul li a:hover {
  color: #b5752e !important;
}
header .grid--wrapper .grid--column.full .navigation ul li > ul {
  display: none;
  position: fixed;
}
header .grid--wrapper .grid--column.full .navigation ul li > ul li {
  padding: 0.5rem 0 0;
  margin-bottom: -0.25rem;
  display: block;
}
header .grid--wrapper .grid--column.full .navigation ul li > ul li a {
  text-transform: uppercase;
}
header .grid--wrapper .grid--column.full .navigation ul li > ul li:hover a:before {
  content: "";
  background: url("images/icon-arrow-olive.svg") no-repeat center;
  width: 0.75rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  left: -1rem;
  top: 60%;
  transform: translate(0, -50%);
}
header .grid--wrapper .grid--column.full .navigation ul li:hover > ul {
  display: grid;
}
header .grid--wrapper .grid--column.full .nav__links {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  width: max-content;
}
header .grid--wrapper .grid--column.full .nav__links .button {
  padding: 0.35rem 1rem !important;
  font-size: 1.5833333333vw !important;
  background: #fff;
  color: #323b41;
  border-radius: 1.5rem;
  height: 2.5rem;
}
header .grid--wrapper .grid--column.full .nav__links .button:hover {
  cursor: pointer;
  background: #ff8c00;
  color: #ffffff;
}
header .grid--wrapper .grid--column.full .nav__links a.btn {
  padding: 0.5rem 1rem;
  background: #ff8c00;
  color: #ffffff;
  font-size: 1.5833333333vw !important;
  height: 2.5rem;
}
header .grid--wrapper .grid--column.full .nav__links a.btn:hover {
  cursor: pointer;
  background: #ffffff;
  color: #ff8c00;
}
header .grid--wrapper .grid--column.full .nav__links .activatemenu {
  display: none;
}
header.sticky {
  background: rgba(225, 221, 205, 0.95);
}
header.sticky .grid--wrapper .grid--column.full .logo svg * {
  fill: #303C41 !important;
}
header.sticky .grid--wrapper .grid--column.full .logo svg *:last-child {
  fill: #303C41 !important;
}
header.sticky .grid--wrapper .grid--column.full .logo svg *:first-child, header.sticky .grid--wrapper .grid--column.full .logo svg *:nth-child(2), header.sticky .grid--wrapper .grid--column.full .logo svg *:nth-child(3), header.sticky .grid--wrapper .grid--column.full .logo svg *:nth-child(4) {
  fill: #303C41 !important;
}
header.sticky .grid--wrapper .grid--column.full .navigation ul li a {
  color: #323b41;
}
header:hover .grid--wrapper .grid--column.full .logo svg * {
  fill: #303C41 !important;
}
header:hover .grid--wrapper .grid--column.full .logo svg *:last-child {
  fill: #303C41 !important;
}
header:hover .grid--wrapper .grid--column.full .logo svg *:first-child, header:hover .grid--wrapper .grid--column.full .logo svg *:nth-child(2), header:hover .grid--wrapper .grid--column.full .logo svg *:nth-child(3), header:hover .grid--wrapper .grid--column.full .logo svg *:nth-child(4) {
  fill: #303C41 !important;
}
header:hover .grid--wrapper .grid--column.full .navigation ul li a {
  color: #323b41;
}

#partners {
  background: #e1ddcd;
  padding: 4rem 0;
}
#partners h3 {
  text-transform: none;
  font-size: 2.3333333333vw;
}
#partners .partner-logo figure {
  position: relative;
  padding-bottom: 35%;
}
#partners .partner-logo figure svg, #partners .partner-logo figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 11rem;
  filter: grayscale(1);
  opacity: 0.5;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: 0s;
  -o-transition-timing-function: 0s;
  -webkit-transition-timing-function: 0s;
  transition-timing-function: 0s;
  -moz-transition-delay: "ease-in-out";
  -o-transition-delay: "ease-in-out";
  -webkit-transition-delay: "ease-in-out";
  transition-delay: "ease-in-out";
}
#partners .partner-logo.slick-current figure svg, #partners .partner-logo.slick-current figure img {
  transform: scale(1.5) translate(-30%, -30%);
  transform-origin: center;
  opacity: 1;
  filter: none;
}

footer {
  padding: 4rem 0;
  background: #91804f;
  color: #e1ddcd;
  font-size: 1.25vw;
  font-weight: 500;
}
footer .columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
footer svg {
  max-width: 12rem;
  margin-bottom: 2rem;
  display: block;
}
footer svg:first-child * {
  fill: #303C41 !important;
}
footer svg:last-of-type * {
  fill: #e1ddcd !important;
}
footer .social-grid {
  display: flex;
  margin: 1rem 0 0;
  align-items: center;
}
footer .social-grid a {
  margin-right: 1.5rem;
  text-decoration: none;
}
footer .social-grid svg {
  width: 34px;
  max-height: 28px;
  align-self: center;
}
footer .social-grid a svg {
  width: 34px;
  max-height: 28px;
  align-self: center;
}
footer .social-grid a:hover svg * {
  fill: #fff !important;
}
footer h3 {
  margin-bottom: 1.5rem;
  color: #e1ddcd;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5833333333vw;
  font-weight: 700;
}
footer ::-webkit-input-placeholder {
  color: #323b41;
  font-size: 1.5vw;
}
footer :-moz-placeholder {
  color: #323b41;
  font-size: 1.5vw;
}
footer ::-moz-placeholder {
  color: #323b41;
  font-size: 1.5vw;
}
footer :-ms-input-placeholder {
  color: #323b41;
  font-size: 1.5vw;
}
footer .gform_wrapper form {
  display: flex;
  width: 100%;
}
footer .gform_wrapper form .gform_body {
  width: 85% !important;
}
footer .gform_wrapper form .gform_body input, footer .gform_wrapper form .gform_body button {
  background: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 0.75rem 0 !important;
  font-size: 1.5vw;
  color: #323b41;
}
footer .gform_wrapper form .gform_footer {
  width: 2rem !important;
  margin: 0 !important;
  padding: 0 !important;
}
footer .gform_wrapper form .gform_footer button {
  border: 0;
  padding: 0.5rem;
  background: #e1ddcd url("images/icon-arrow.svg") no-repeat center;
  background-size: 0.75rem;
  width: 2rem;
  height: 2rem;
  text-indent: -99999px;
  border-radius: 0.15rem;
  margin-left: 0.5rem;
}
footer .gform_wrapper form .gform_footer button:hover {
  cursor: pointer;
  background-color: #ff8c00;
}

section .grid--wrapper {
  max-width: 80%;
}

section.section[data-style=beige] {
  background: #e1ddcd;
}
section.section[data-style=white] {
  background: #ffffff;
}
section.section[data-style=olive] {
  background: #91804f;
}
section.section[data-style=pink] {
  background: #b7a195;
}
section.section:first-child .layout:last-child {
  padding-bottom: 0 !important;
}
section.section:nth-of-type(odd) .content_text_image .half {
  float: left;
}
section.section .layout {
  padding-bottom: 4rem;
}
section.section .layout section:last-child {
  /*padding-bottom: 0 !important;*/
}
section.section .layout p a, section.section .layout li a {
  color: #b5752e;
  font-weight: 700;
}
section.section .layout p a:hover, section.section .layout li a:hover {
  color: #323b41;
}
section.section .layout section:nth-child(odd) h3 span:after {
  transform: rotate(2deg) !important;
}
section.section .layout .header, section.section .layout .header_background_image {
  margin-bottom: 5rem;
}
section.section .layout .header .background, section.section .layout .header_background_image .background {
  padding-top: 10rem;
}
section.section .layout .header .grid--wrapper .half h1, section.section .layout .header .grid--wrapper .half span.parent, section.section .layout .header_background_image .grid--wrapper .half h1, section.section .layout .header_background_image .grid--wrapper .half span.parent {
  background: rgba(50, 59, 65, 0.75);
  color: #ffffff;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  font-size: 0.75vw;
  display: inline-block;
  margin: 0 0 1.5rem;
  border-radius: 1rem;
}
section.section .layout .header .grid--wrapper .half h1.child, section.section .layout .header .grid--wrapper .half span.parent.child, section.section .layout .header_background_image .grid--wrapper .half h1.child, section.section .layout .header_background_image .grid--wrapper .half span.parent.child {
  background: transparent;
  border: 1px solid #ffffff;
}
section.section .layout .header .grid--wrapper .half h2, section.section .layout .header_background_image .grid--wrapper .half h2 {
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #f3f1eb;
  font-size: 5.8333333333vw;
  line-height: 1;
  max-width: 26rem;
}
section.section .layout .header .grid--wrapper .half .btn, section.section .layout .header_background_image .grid--wrapper .half .btn {
  display: inline-block;
  margin-top: 0;
  text-transform: none;
  color: #323b41;
  font-size: 1.5833333333vw;
  background: #ff8c00;
}
section.section .layout .header .grid--wrapper .half .btn:hover, section.section .layout .header_background_image .grid--wrapper .half .btn:hover {
  color: #ffffff;
}
section.section .layout .header .grid--wrapper .two-thirds, section.section .layout .header_background_image .grid--wrapper .two-thirds {
  float: right;
  width: 60%;
  margin-top: -2rem;
  margin-bottom: -15rem;
}
section.section .layout .header .grid--wrapper .two-thirds figure, section.section .layout .header_background_image .grid--wrapper .two-thirds figure {
  padding-bottom: 56%;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  width: 100%;
  float: right;
}
section.section .layout .header .grid--wrapper .two-thirds figure img, section.section .layout .header_background_image .grid--wrapper .two-thirds figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
}
section.section .layout .header .grid--wrapper .third, section.section .layout .header_background_image .grid--wrapper .third {
  font-size: 3.1666666667vw;
  font-weight: 500;
  color: #323b41;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 3rem 0 0;
}
section.section .layout .header .grid--wrapper .third *, section.section .layout .header_background_image .grid--wrapper .third * {
  max-width: 20rem;
  line-height: 1.05;
}
section.section .layout .header .grid--wrapper .third em, section.section .layout .header_background_image .grid--wrapper .third em {
  position: relative;
  font-style: normal;
  text-wrap: nowrap;
}
section.section .layout .header .grid--wrapper .third em:after, section.section .layout .header_background_image .grid--wrapper .third em:after {
  content: "";
  background: url("images/brush.svg") 0 100% repeat-x, url("images/brush.svg") 70px 100% repeat-x;
  z-index: -1;
  transform: rotate(-2deg);
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
section.section .layout .header .header-content .two-thirds, section.section .layout .header_background_image .header-content .two-thirds {
  margin-top: 18rem;
  margin-bottom: -8rem;
}
section.section .layout .header .header-content .two-thirds p, section.section .layout .header_background_image .header-content .two-thirds p {
  font-weight: 700;
  font-size: 1.6666666667vw;
  line-height: 1.3;
  color: #323b41;
}
section.section .layout .header [data-background=orange], section.section .layout .header_background_image [data-background=orange] {
  background: #b5752e;
}
section.section .layout .header [data-background=orange] .half h1, section.section .layout .header_background_image [data-background=orange] .half h1 {
  background: rgba(50, 59, 65, 0.5);
}
section.section .layout .header [data-background=olive], section.section .layout .header_background_image [data-background=olive] {
  background: #91804f;
}
section.section .layout .header [data-background=olive], section.section .layout .header_background_image [data-background=olive] {
  background: #91804f;
}
section.section .layout .header [data-background=jade], section.section .layout .header_background_image [data-background=jade] {
  background: #66807f;
}
section.section .layout .header [data-background=brown], section.section .layout .header_background_image [data-background=brown] {
  background: #64463d;
}
section.section .layout .header [data-background=navy], section.section .layout .header_background_image [data-background=navy] {
  background: #323b41;
}
section.section .layout .header {
  margin-bottom: 0;
}
section.section .layout .header .grid--wrapper:nth-child(2) {
  margin-bottom: 8rem;
}
section.section .layout .post-header {
  background: #e1ddcd;
  margin-bottom: 0;
}
section.section .layout .post-header .background {
  padding-top: 10rem;
}
section.section .layout .post-header .grid--wrapper .half span, section.section .layout .post-header .grid--wrapper .half span.parent {
  background: rgba(50, 59, 65, 0.75);
  color: #ffffff;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  font-size: 0.75vw;
  display: inline-block;
  margin: 0 0 1.5rem;
  border-radius: 1rem;
}
section.section .layout .post-header .grid--wrapper .half span.tag, section.section .layout .post-header .grid--wrapper .half span.parent.tag {
  background: transparent;
  border: 1px solid #ffffff;
}
section.section .layout .post-header .grid--wrapper .half h1 {
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #f3f1eb;
  font-size: 5.8333333333vw;
  line-height: 1;
}
section.section .layout .post-header .grid--wrapper .half .btn {
  display: inline-block;
  margin-top: 2rem;
  text-transform: none;
  color: #ffffff;
  font-size: 1.5833333333vw;
  background: #ff8c00;
}
section.section .layout .post-header .grid--wrapper .two-thirds {
  float: right;
  width: 60%;
  margin-top: -2rem;
  margin-bottom: -15rem;
}
section.section .layout .post-header .grid--wrapper .two-thirds figure {
  padding-bottom: 56%;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}
section.section .layout .post-header .grid--wrapper .two-thirds figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
}
section.section .layout .post-header .grid--wrapper .third {
  margin: 3rem 0 1rem;
}
section.section .layout .post-header .grid--wrapper .third h1 {
  font-size: 3.1666666667vw;
  font-weight: 500;
  color: #323b41;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
}
section.section .layout .post-header .grid--wrapper .third .date {
  font-weight: 500;
  color: #666666;
  display: block;
  margin: 0.5rem 0;
}
section.section .layout .post-header .grid--wrapper .third .title {
  text-transform: uppercase;
  margin: 0 0 1.5rem;
  font-size: 1.1666666667vw;
  font-weight: 500;
}
section.section .layout .post-header .grid--wrapper .third .company {
  font-weight: 700;
  font-size: 1.0833333333vw;
  margin: 0 0 3rem;
}
section.section .layout .post-header .grid--wrapper .third .read-time {
  margin: 3rem 0 1rem;
  color: #b7a195;
  font-weight: 700;
}
section.section .layout .post-header .grid--wrapper .third .read-time svg {
  width: 1rem;
  height: 1rem;
  float: left;
  margin-right: 0.5rem;
}
section.section .layout .post-header .grid--wrapper .third * {
  max-width: 20rem;
  line-height: 1.05;
}
section.section .layout .post-header .grid--wrapper .third em {
  position: relative;
  font-style: normal;
  text-wrap: nowrap;
}
section.section .layout .post-header .grid--wrapper .third em:after {
  content: "";
  background: url("images/brush.svg") 0 100% repeat-x, url("images/brush.svg") 70px 100% repeat-x;
  z-index: -1;
  transform: rotate(-2deg);
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
section.section .layout .post-header [data-background=orange] {
  background: #b5752e;
}
section.section .layout .post-header [data-background=olive] {
  background: #91804f;
}
section.section .layout .post-header [data-background=olive] {
  background: #91804f;
}
section.section .layout .post-header [data-background=jade] {
  background: #66807f;
}
section.section .layout .post-header [data-background=brown] {
  background: #64463d;
}
section.section .layout .post-header [data-background=navy] {
  background: #323b41;
}
section.section .layout .global_latest_news {
  padding: 4rem 0;
}
section.section .layout .global_latest_news:last-child {
  padding-bottom: 0;
}
section.section .layout .global_latest_news h3 {
  font-size: 3.3333333333vw;
  line-height: 1;
  text-transform: none;
  margin-bottom: 3rem;
  color: #323b41;
}
section.section .layout .global_latest_news h3 span {
  position: relative;
  text-wrap: nowrap;
}
section.section .layout .global_latest_news h3 span:after {
  content: "";
  background: url("images/brush.svg") 0 100% repeat-x, url("images/brush.svg") 70px 100% repeat-x;
  z-index: -1;
  transform: rotate(-2deg);
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
section.section .layout .global_latest_news .single--post {
  padding: 0 0.9090909091rem;
  border: 0;
}
section.section .layout .global_latest_news .single--post a:hover > .content span.tag {
  background: #ffffff;
}
section.section .layout .global_latest_news .single--post .content {
  display: grid;
  align-items: end;
  grid-template-columns: 1.5fr 1fr;
  align-items: flex-start;
  column-gap: 0rem;
}
section.section .layout .global_latest_news .single--post .inner {
  order: 1;
  color: #323b41;
}
section.section .layout .global_latest_news .single--post .inner * {
  max-width: 14rem;
}
section.section .layout .global_latest_news .single--post .inner .tag {
  background: #e1ddcd;
  color: #323b41;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.15rem 0.75rem;
  font-size: 0.75vw;
  display: inline-block;
  margin: 0 0 1.5rem;
  border-radius: 1rem;
}
section.section .layout .global_latest_news .single--post .inner h4 {
  font-size: 1.3333333333vw;
  font-weight: 700 !important;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  line-height: 1.35;
  text-transform: none;
  color: #323b41;
  margin-bottom: 0.5rem;
}
section.section .layout .global_latest_news .single--post .inner p {
  font-size: 1.1666666667vw;
}
section.section .layout .global_latest_news .single--post figure {
  order: 2;
  height: 0;
  position: relative;
  height: 10rem;
  width: 10rem;
  overflow: hidden;
  border-radius: 0.25rem;
}
section.section .layout .global_latest_news .single--post figure a {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.section .layout .global_latest_news .single--post figure img {
  object-fit: cover;
  object-position: center;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.section .layout .links_three_column {
  padding: 2rem 0;
}
section.section .layout .links_three_column .grid--wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2.7272727273rem;
  padding: 0 0.9090909091rem;
}
section.section .layout .links_three_column .third {
  width: 100%;
  padding: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}
section.section .layout .links_three_column .third a {
  display: flex;
  align-items: end;
  flex-flow: column;
  height: 100%;
}
section.section .layout .links_three_column .third span.tag {
  background: rgba(50, 59, 65, 0.8);
  color: #ffffff;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  font-size: 0.75vw;
  display: inline-block;
  margin: 0 0 0;
  border-radius: 1rem;
}
section.section .layout .links_three_column .third h3 {
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 3.75vw;
  line-height: 1;
  text-transform: none;
  margin-bottom: 3rem;
}
section.section .layout .links_three_column .third figure {
  margin-top: auto;
  align-self: flex-end;
}
section.section .layout .links_three_column .third .linkbox__content {
  padding: 1.5rem;
  width: 100%;
}
section.section .layout .links_three_column .third:first-of-type, section.section .layout .links_three_column .third:last-of-type {
  background: #433f3b;
}
section.section .layout .links_three_column .third:first-of-type span.tag, section.section .layout .links_three_column .third:last-of-type span.tag {
  margin: 0 0 1.5rem;
}
section.section .layout .links_three_column .third:first-of-type h3, section.section .layout .links_three_column .third:last-of-type h3 {
  margin-bottom: 0;
}
section.section .layout .links_three_column .third:first-of-type h3 span:last-of-type, section.section .layout .links_three_column .third:last-of-type h3 span:last-of-type {
  position: relative;
  text-wrap: nowrap;
}
section.section .layout .links_three_column .third:first-of-type h3 span:last-of-type:after, section.section .layout .links_three_column .third:last-of-type h3 span:last-of-type:after {
  content: "";
  background: url("images/brush.svg") 0 100% repeat-x, url("images/brush.svg") 70px 100% repeat-x;
  z-index: 0;
  transform: rotate(-2deg);
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
section.section .layout .links_three_column .third:first-of-type figure, section.section .layout .links_three_column .third:last-of-type figure {
  -webkit-mask: url("images/image-mask-1.svg") no-repeat center bottom;
  -webkit-mask-size: 101%;
  height: 0;
  width: 100%;
  padding-bottom: 65%;
  position: relative;
}
section.section .layout .links_three_column .third:first-of-type figure img, section.section .layout .links_three_column .third:last-of-type figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  min-width: 109%;
  min-height: 109%;
}
section.section .layout .links_three_column .third:nth-of-type(2) {
  background: #66807f;
}
section.section .layout .links_three_column .third:nth-of-type(2) h3 span:after {
  display: none;
}
section.section .layout .links_three_column .third:nth-of-type(2) h3 span:first-of-type {
  position: relative;
  text-wrap: nowrap;
}
section.section .layout .links_three_column .third:nth-of-type(2) h3 span:first-of-type:after {
  display: block;
  content: "";
  background: url("images/brush.svg") 0 100% repeat-x, url("images/brush.svg") 70px 100% repeat-x;
  z-index: 0;
  transform: rotate(-2deg);
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
section.section .layout .links_three_column .third:nth-of-type(2) figure {
  -webkit-mask: url("images/image-mask-2.svg") no-repeat center bottom;
  -webkit-mask-size: 120%;
  height: 0;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
  margin-top: 0;
}
section.section .layout .links_three_column .third:nth-of-type(2) figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  min-width: 109%;
  min-height: 109%;
}
section.section .layout .links_three_column .third:last-of-type {
  background: #64463d;
}
section.section .layout .links_three_column .third:last-of-type figure {
  -webkit-mask: url("images/image-mask-3.svg") no-repeat center bottom;
  -webkit-mask-size: 104%;
}
section.section .layout .links_three_column .third.jade {
  background: #66807f;
}
section.section .layout .links_three_column .third.blush {
  background: #b7a195;
}
section.section .layout .links_three_column .third.orange {
  background: #ff8c00;
}
section.section .layout .links_three_column .third.olive {
  background: #91804f;
}
section.section .layout .links_three_column .third.navy {
  background: #323b41;
}
section.section .layout .links_three_column .third.brown {
  background: #64463d;
}
section.section .layout .links_three_column .third:hover span.tag {
  background: #ff8c00;
}
section.section .layout .archive_partners {
  margin: 4rem 0;
}
section.section .layout .archive_partners .partner-grid .partner-type h2 {
  font-size: 3.6666666667vw;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1rem 0 2rem;
}
section.section .layout .archive_partners .partner-grid .partner-type h2 span:first-child {
  position: relative;
  font-style: normal;
  font-size: 3.6666666667vw;
  text-wrap: nowrap;
}
section.section .layout .archive_partners .partner-grid .partner-type h2 span:first-child:after {
  content: "";
  background: url("images/brush.svg") 0 100% repeat-x, url("images/brush.svg") 70px 100% repeat-x;
  z-index: -1;
  transform: rotate(-2deg);
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
section.section .layout .archive_partners .partner-grid .partner-type h2 span:last-child:after {
  display: none !important;
}
section.section .layout .archive_partners .partner-grid .partner-member {
  padding: 1rem 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  margin: 0 auto 2rem;
}
section.section .layout .archive_partners .partner-grid .partner-member:last-of-type {
  border-bottom: 1px solid #323b41;
}
section.section .layout .archive_partners .partner-grid .partner-member .logo img, section.section .layout .archive_partners .partner-grid .partner-member .logo svg {
  max-width: 17rem;
}
section.section .layout .archive_partners .partner-grid .partner-member .inner p {
  font-size: 1.5vw;
  font-weight: 500;
}
section.section .layout .archive_partners .partner-grid .partner-member .more {
  color: #64463d;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
section.section .layout .archive_partners .partner-grid .partner-member .more svg {
  max-width: 0.5rem;
  display: inline-block;
  position: relative;
  top: -0.075rem;
  left: 0.05rem;
}
section.section .layout .archive_partners .partner-grid .partner-member .more svg * {
  fill: #91804f !important;
}
section.section .layout .archive_partners .partner-grid .partner-member .more:hover {
  color: #ff8c00;
}
section.section .layout .archive_partners .partner-grid .partner-member .more:hover svg * {
  fill: #ff8c00 !important;
}
section.section .layout .archive_team .team-grid, section.section .layout .archive_board .team-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 4rem 0;
}
section.section .layout .archive_team .team-grid .member-type, section.section .layout .archive_board .team-grid .member-type {
  width: 100%;
}
section.section .layout .archive_team .team-grid .member-type.half, section.section .layout .archive_board .team-grid .member-type.half {
  flex: 0 0 48%;
  margin-right: 2%;
  /*box-sizing: border-box;*/
}
section.section .layout .archive_team .team-grid .member-type.quarter, section.section .layout .archive_board .team-grid .member-type.quarter {
  flex: 0 0 24%;
  margin-right: 2%;
  /*box-sizing: border-box;*/
}
section.section .layout .archive_team .team-grid .member-type.three-quarter, section.section .layout .archive_board .team-grid .member-type.three-quarter {
  flex: 0 0 72%;
  margin-right: 2%;
  /*box-sizing: border-box;*/
}
section.section .layout .archive_team .team-grid .member-type h2, section.section .layout .archive_board .team-grid .member-type h2 {
  font-size: 3.6666666667vw;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1rem 0 2rem;
}
section.section .layout .archive_team .team-grid .member-type h2 span:last-child, section.section .layout .archive_board .team-grid .member-type h2 span:last-child {
  position: relative;
  font-style: normal;
  font-size: 3.6666666667vw;
  text-wrap: nowrap;
}
section.section .layout .archive_team .team-grid .member-type h2 span:last-child:after, section.section .layout .archive_board .team-grid .member-type h2 span:last-child:after {
  content: "";
  background: url("images/brush.svg") 0 100% repeat-x, url("images/brush.svg") 70px 100% repeat-x;
  z-index: -1;
  transform: rotate(-2deg);
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
section.section .layout .archive_team .members-grid, section.section .layout .archive_board .members-grid {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; /* Four equal columns */
  gap: 1rem; /* Space between grid items */
}
section.section .layout .archive_team .members-grid .team-member, section.section .layout .archive_board .members-grid .team-member {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
section.section .layout .archive_team .members-grid .team-member figure, section.section .layout .archive_board .members-grid .team-member figure {
  height: 0;
  padding-bottom: 75%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
section.section .layout .archive_team .members-grid .team-member figure img, section.section .layout .archive_board .members-grid .team-member figure img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
}
section.section .layout .archive_team .members-grid .team-member .inner, section.section .layout .archive_board .members-grid .team-member .inner {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch !important;
}
section.section .layout .archive_team .members-grid .team-member .inner .more, section.section .layout .archive_team .members-grid .team-member .inner span, section.section .layout .archive_board .members-grid .team-member .inner .more, section.section .layout .archive_board .members-grid .team-member .inner span {
  align-self: unset !important;
  margin: auto 0 0 0 !important;
}
section.section .layout .archive_team .members-grid .team-member h3, section.section .layout .archive_board .members-grid .team-member h3 {
  margin: 1rem 0 0.5rem;
  text-transform: uppercase;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 2vw;
  line-height: 1.15;
}
section.section .layout .archive_team .members-grid .team-member span, section.section .layout .archive_board .members-grid .team-member span {
  text-transform: uppercase;
  font-size: 1.1666666667vw;
  font-weight: 700;
}
section.section .layout .archive_team .team-grid .member-type, section.section .layout .archive_board .team-grid .member-type {
  margin-bottom: 2rem;
}
section.section .layout .archive_team .team-grid .member-type h2, section.section .layout .archive_board .team-grid .member-type h2 {
  max-width: none;
}
section.section .layout .archive_team .team-grid .member-type.board .members-grid .team-member, section.section .layout .archive_board .team-grid .member-type.board .members-grid .team-member {
  display: flex;
  flex-direction: column;
  background: #b7a195;
  border-radius: 0.5rem;
}
section.section .layout .archive_team .team-grid .member-type.board .members-grid .team-member figure, section.section .layout .archive_board .team-grid .member-type.board .members-grid .team-member figure {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
section.section .layout .archive_team .team-grid .member-type.board .members-grid .team-member .inner, section.section .layout .archive_board .team-grid .member-type.board .members-grid .team-member .inner {
  height: 100%;
  margin: -0.5rem 0 0;
  padding: 1.25rem;
  align-items: end;
  margin-top: auto;
  flex-grow: 1;
}
section.section .layout .archive_team .team-grid .member-type.board .members-grid .team-member .inner .title, section.section .layout .archive_board .team-grid .member-type.board .members-grid .team-member .inner .title {
  margin-bottom: 2rem;
}
section.section .layout .archive_team .team-grid .member-type.board .members-grid .team-member .inner h3, section.section .layout .archive_board .team-grid .member-type.board .members-grid .team-member .inner h3 {
  color: #ffffff;
}
section.section .layout .archive_team .team-grid .member-type.board .members-grid .team-member .inner .more, section.section .layout .archive_board .team-grid .member-type.board .members-grid .team-member .inner .more {
  margin: 3rem 0 0;
  color: #64463d;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  font-size: 1.0833333333vw;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  align-items: end;
}
section.section .layout .archive_team .team-grid .member-type.board .members-grid .team-member .inner .more svg, section.section .layout .archive_board .team-grid .member-type.board .members-grid .team-member .inner .more svg {
  display: inline-block;
  margin-left: 0.25rem;
  max-width: 0.5rem;
}
section.section .layout .archive_team .team-grid .member-type.board .members-grid .team-member .inner .more svg *, section.section .layout .archive_board .team-grid .member-type.board .members-grid .team-member .inner .more svg * {
  fill: #64463d !important;
}
section.section .layout .archive_team .team-grid .member-type.board .members-grid .team-member .inner .more:hover, section.section .layout .archive_board .team-grid .member-type.board .members-grid .team-member .inner .more:hover {
  color: #ffffff;
}
section.section .layout .archive_team .team-grid .member-type.board .members-grid .team-member .inner .more:hover svg *, section.section .layout .archive_board .team-grid .member-type.board .members-grid .team-member .inner .more:hover svg * {
  fill: #ffffff !important;
}
section.section .layout .archive_team .team-grid .member-type.half .members-grid, section.section .layout .archive_board .team-grid .member-type.half .members-grid {
  grid-template-columns: 1fr 1fr;
  margin-right: 0.5rem;
}
section.section .layout .archive_team .team-grid .member-type.half:nth-child(odd), section.section .layout .archive_board .team-grid .member-type.half:nth-child(odd) {
  /*margin-left: $s-base*0.5;*/
}
section.section .layout .archive_team .team-grid .member-type.half:nth-child(odd) .members-grid, section.section .layout .archive_board .team-grid .member-type.half:nth-child(odd) .members-grid {
  margin-right: 0;
  margin-left: 0.5rem;
}
section.section .layout .archive_team .team-grid .member-type.half:nth-child(odd) h2, section.section .layout .archive_board .team-grid .member-type.half:nth-child(odd) h2 {
  margin-left: 0.5rem;
}
section.section .layout .archive_team .team-grid .member-type.quarter .members-grid, section.section .layout .archive_board .team-grid .member-type.quarter .members-grid {
  grid-template-columns: 1fr;
  margin-right: 0.5rem;
}
section.section .layout .archive_team .team-grid .member-type.quarter:nth-child(odd), section.section .layout .archive_board .team-grid .member-type.quarter:nth-child(odd) {
  /*margin-left: $s-base*0.5;*/
}
section.section .layout .archive_team .team-grid .member-type.quarter:nth-child(odd) .members-grid, section.section .layout .archive_board .team-grid .member-type.quarter:nth-child(odd) .members-grid {
  margin-right: 0;
  margin-left: 0.5rem;
}
section.section .layout .archive_team .team-grid .member-type.quarter:nth-child(odd) h2, section.section .layout .archive_board .team-grid .member-type.quarter:nth-child(odd) h2 {
  margin-left: 0.5rem;
}
section.section .layout .archive_team .team-grid .member-type.three-quarter .members-grid, section.section .layout .archive_board .team-grid .member-type.three-quarter .members-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-right: 0.5rem;
}
section.section .layout .archive_team .team-grid .member-type.three-quarter:nth-child(odd), section.section .layout .archive_board .team-grid .member-type.three-quarter:nth-child(odd) {
  /*margin-left: $s-base*0.5;*/
}
section.section .layout .archive_team .team-grid .member-type.three-quarter:nth-child(odd) .members-grid, section.section .layout .archive_board .team-grid .member-type.three-quarter:nth-child(odd) .members-grid {
  margin-right: 0;
  margin-left: 0.5rem;
}
section.section .layout .archive_team .team-grid .member-type.three-quarter:nth-child(odd) h2, section.section .layout .archive_board .team-grid .member-type.three-quarter:nth-child(odd) h2 {
  margin-left: 0.5rem;
}
section.section .layout:has(.header) .archive_board .team-grid {
  margin-bottom: 0;
}
section.section .layout:has(.header) .archive_board .team-grid .member-type {
  margin-bottom: 0;
}
section.section .layout .archive_news, section.section .layout .search-results {
  padding: 2rem 0;
}
section.section .layout .archive_news .third, section.section .layout .search-results .third {
  position: sticky;
  top: 10rem;
}
section.section .layout .archive_news .third h4, section.section .layout .search-results .third h4 {
  font-size: 1.6666666667vw;
  font-weight: 700;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
section.section .layout .archive_news .third #filters, section.section .layout .search-results .third #filters {
  margin: 2rem 0;
  border: 1px solid #d4d0bf;
  border-radius: 0.25rem;
  padding: 1rem;
  max-width: 16rem;
}
section.section .layout .archive_news .third #filters label, section.section .layout .search-results .third #filters label {
  text-transform: uppercase;
  color: #323b41;
  display: block;
  margin-bottom: 0.5rem;
}
section.section .layout .archive_news .third #filters dd, section.section .layout .search-results .third #filters dd {
  border-bottom: 1px solid #d4d0bf;
}
section.section .layout .archive_news .third #filters dt, section.section .layout .search-results .third #filters dt {
  padding: 1rem 0;
}
section.section .layout .archive_news .third #filters dt .facetwp-checkbox, section.section .layout .search-results .third #filters dt .facetwp-checkbox {
  background: none;
  padding: 0;
}
section.section .layout .archive_news .third #filters dt .facetwp-checkbox:before, section.section .layout .search-results .third #filters dt .facetwp-checkbox:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 0.5rem;
  background: transparent;
  border: 1px solid #323b41;
  border-radius: 100%;
  position: relative;
  top: 0.25rem;
}
section.section .layout .archive_news .third #filters dt .facetwp-checkbox.checked:before, section.section .layout .search-results .third #filters dt .facetwp-checkbox.checked:before {
  background: #ff8c00;
}
section.section .layout .archive_news .third #filters dt .facetwp-checkbox .facetwp-counter, section.section .layout .search-results .third #filters dt .facetwp-checkbox .facetwp-counter {
  display: none;
}
section.section .layout .archive_news .two-thirds, section.section .layout .search-results .two-thirds {
  width: 65%;
  float: right;
}
section.section .layout .archive_news .project-grid, section.section .layout .search-results .project-grid {
  width: 90%;
  float: right;
}
section.section .layout .archive_news .single--post, section.section .layout .search-results .single--post {
  padding: 2rem 0;
  border-bottom: 1px solid #d4d0bf;
}
section.section .layout .archive_news .single--post .content, section.section .layout .search-results .single--post .content {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr 1.25fr;
  align-items: flex-start;
  column-gap: 0rem;
}
section.section .layout .archive_news .single--post .inner, section.section .layout .search-results .single--post .inner {
  order: 1;
  color: #323b41;
}
section.section .layout .archive_news .single--post .inner *, section.section .layout .search-results .single--post .inner * {
  max-width: 20rem;
}
section.section .layout .archive_news .single--post .inner .tag, section.section .layout .search-results .single--post .inner .tag {
  background: #d4d0bf;
  color: #323b41;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.15rem 0.75rem;
  font-size: 0.75vw;
  display: inline-block;
  margin: 0 0 1rem;
  border-radius: 1rem;
}
section.section .layout .archive_news .single--post .inner h4, section.section .layout .search-results .single--post .inner h4 {
  font-size: 2.3333333333vw;
  line-height: 1;
  font-weight: 400;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5rem;
  color: #000;
}
section.section .layout .archive_news .single--post .inner p, section.section .layout .search-results .single--post .inner p {
  font-size: 1.1666666667vw;
}
section.section .layout .archive_news .single--post .inner .btn, section.section .layout .search-results .single--post .inner .btn {
  display: inline-block;
  margin-top: 0.5rem;
  background: #ffffff;
  color: #323b41;
}
section.section .layout .archive_news .single--post .inner .btn:hover, section.section .layout .search-results .single--post .inner .btn:hover {
  background: #ff8c00;
  color: #ffffff;
}
section.section .layout .archive_news .single--post figure, section.section .layout .search-results .single--post figure {
  order: 2;
  height: 0;
  position: relative;
  height: auto;
  width: 100%;
  text-align: center;
}
section.section .layout .archive_news .single--post figure img, section.section .layout .search-results .single--post figure img {
  border-radius: 0.25rem;
  max-height: 15rem;
  max-width: 15rem;
  margin: 0 auto;
}
section.section .layout .archive_news .single--post.newsflash, section.section .layout .search-results .single--post.newsflash {
  background: #b7a195;
  border-bottom: 0;
  padding: 1rem;
  border-radius: 0.25rem;
  margin: 1.5rem 0 0;
}
section.section .layout .archive_news .single--post.newsflash .title, section.section .layout .search-results .single--post.newsflash .title {
  padding-bottom: 0.5rem;
}
section.section .layout .archive_news .single--post.newsflash .title svg, section.section .layout .search-results .single--post.newsflash .title svg {
  max-width: 12rem;
}
section.section .layout .archive_news .single--post.newsflash .title h4, section.section .layout .search-results .single--post.newsflash .title h4 {
  font-size: 2.3333333333vw;
  line-height: 1;
  font-weight: 400;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1rem 0 1.5rem;
  color: #000;
}
section.section .layout .archive_news .single--post.newsflash .title .btn, section.section .layout .search-results .single--post.newsflash .title .btn {
  background: #ffffff;
  color: #323b41;
}
section.section .layout .archive_news .single--post.newsflash .title .btn:hover, section.section .layout .search-results .single--post.newsflash .title .btn:hover {
  background: #ff8c00;
  color: #ffffff;
}
section.section .layout .archive_news .single--post.newsflash .excerpt, section.section .layout .search-results .single--post.newsflash .excerpt {
  order: 2;
  padding-left: 3rem;
}
section.section .layout .archive_news .single--post.newsflash .excerpt .date, section.section .layout .search-results .single--post.newsflash .excerpt .date {
  margin: 1rem 0 1.5rem;
  text-align: left;
  font-size: 1vw;
}
section.section .layout .archive_news .single--post.newsflash .excerpt *, section.section .layout .search-results .single--post.newsflash .excerpt * {
  max-width: 18rem;
  color: #000;
  font-size: 1.1666666667vw;
}
section.section .layout .global_links_news {
  padding: 4rem 0;
}
section.section .layout .global_links_news h3 {
  text-transform: uppercase;
}
section.section .layout .global_links_news .quick-links {
  padding: 2rem 0;
}
section.section .layout .global_links_news .quick-links .single--post {
  padding: 0;
  border: 0;
}
section.section .layout .global_links_news .quick-links .single--post a:hover {
  color: #64463d;
}
section.section .layout .global_links_news .quick-links .single--post .content {
  max-width: 80%;
  border-bottom: 1px solid #e1ddcd;
  padding: 0 0 1rem;
  margin: 0 0 1.5rem;
}
section.section .layout .global_links_news .quick-links .single--post .content span.tag {
  background: rgba(225, 221, 205, 0.95);
  color: #323b41;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  font-size: 0.75vw;
  line-height: 1;
  display: inline-block;
  margin: 0 0 1rem;
  border-radius: 1rem;
}
section.section .layout .global_links_news .quick-links .single--post .content h4 {
  margin-bottom: 0.5rem;
  color: #000;
}
section.section .layout .global_links_news .quick-links .single--post .content p {
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.3333333333vw;
  line-height: 1.15;
}
section.section .layout .global_links_news .news {
  background: #b7a195;
  padding: 2rem;
  border-radius: 0.25rem;
}
section.section .layout .global_links_news .news .more {
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1vw;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin: 2rem 0 0;
}
section.section .layout .global_links_news .news .more svg {
  display: inline-block;
  max-width: 0.5rem;
  margin: 0 0 0 0.15rem;
}
section.section .layout .global_links_news .news .more:hover {
  color: #ff8c00;
}
section.section .layout .global_links_news .news .more:hover svg * {
  fill: #ff8c00 !important;
}
section.section .layout .global_links_news .news .single--post {
  padding: 0;
  border: 0;
}
section.section .layout .global_links_news .news .single--post:last-of-type .content {
  margin-bottom: 0;
}
section.section .layout .global_links_news .news .single--post a:hover > .content span.tag {
  background: #e1ddcd;
}
section.section .layout .global_links_news .news .single--post a:hover > .content h4 {
  color: #ffffff;
}
section.section .layout .global_links_news .news .single--post .content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 2rem;
}
section.section .layout .global_links_news .news .single--post .content figure {
  height: 0;
  padding-bottom: 100%;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
}
section.section .layout .global_links_news .news .single--post .content figure img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
}
section.section .layout .global_links_news .news .single--post .content .inner {
  max-width: 80%;
}
section.section .layout .global_links_news .news .single--post .content span.tag {
  background: rgba(243, 241, 235, 0.95);
  color: #323b41;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  font-size: 0.75vw;
  line-height: 1;
  display: inline-block;
  margin: 0 0 1rem;
  border-radius: 1rem;
}
section.section .layout .global_links_news .news .single--post .content p {
  font-size: 1.0833333333vw;
}
section.section .layout .global_links_news .news .single--post .content h4 {
  color: #323b41;
  text-transform: none;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3333333333vw;
  display: block;
  font-weight: 700 !important;
  margin-bottom: 1rem;
}
section.section .layout .content_text_image {
  padding: 3rem 0;
}
section.section .layout .content_text_image:last-child {
  padding-bottom: 0;
}
section.section .layout .content_text_image .title h3, section.section .layout .content_text_image .half h3 {
  font-size: 3.6666666667vw;
  font-weight: 500;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  line-height: 1;
  max-width: 30rem;
  color: #323b41;
  margin: 0 0 2rem;
}
section.section .layout .content_text_image .title h3 em, section.section .layout .content_text_image .half h3 em {
  position: relative;
  font-style: normal;
  font-size: 3.6666666667vw;
  text-wrap: nowrap;
}
section.section .layout .content_text_image .title h3 em:after, section.section .layout .content_text_image .half h3 em:after {
  content: "";
  background: url("images/brush.svg") 0 100% repeat-x, url("images/brush.svg") 70px 100% repeat-x;
  z-index: -1;
  transform: rotate(-2deg);
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
section.section .layout .content_text_image .half p, section.section .layout .content_text_image .half ul, section.section .layout .content_text_image .half ol, section.section .layout .content_text_image .half div {
  max-width: 25rem;
}
section.section .layout .content_text_image .half p:first-of-type {
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 2rem;
}
section.section .layout .content_text_image .half {
  /*ul {
  	column-count: 2;
  	li {
  		display: block;
  		padding: 0;
  		margin: 0 0 $s-base*0.25;
  		font-size:vptovw(1200,13);
  		&:before {
  			display: none;
  		}
  		ul {
  			margin: 1rem 0 0 2rem;
  		}
  	}
  }*/
}
section.section .layout .content_text_image .half ul {
  list-style: disc;
  /*padding-left: 20px;*/
}
section.section .layout .content_text_image .half ul li {
  /*display: list-item;*/
}
section.section .layout .content_text_image .half p:last-child a {
  background: #ffffff;
  color: #323b41;
  text-transform: uppercase;
  font-size: 1.3333333333vw;
  font-weight: 700;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.45rem 1rem;
  border-radius: 0.25rem;
  /*float: right;*/
  display: inline-block;
  margin: 0 0;
}
section.section .layout .content_text_image .half p:last-child a:hover {
  cursor: pointer;
  background: #ff8c00;
  color: #ffffff;
}
section.section .layout .content_text_image .half figure {
  /*height: 0;*/
  /*padding-bottom: 90%;*/
  overflow: hidden;
  position: relative;
  border-radius: 0.25rem;
  max-width: 25rem;
}
section.section .layout .content_text_image .half figure img {
  /*@include center;*/
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
}
section.section .layout .content_text_image .half figcaption {
  font-size: 0.8333333333vw;
  margin: 0.75rem 0;
}
section.section .layout .comparison_table, section.section .layout .tablepress {
  padding: 4rem 0;
}
section.section .layout .comparison_table .table__title, section.section .layout .tablepress .table__title {
  margin-bottom: 3rem;
}
section.section .layout .comparison_table .table__title h3, section.section .layout .tablepress .table__title h3 {
  font-size: 3.6666666667vw;
  font-weight: 500;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  line-height: 1;
  max-width: 20rem;
  color: #323b41;
}
section.section .layout .comparison_table .table__title h3 em, section.section .layout .tablepress .table__title h3 em {
  position: relative;
  font-style: normal;
  font-size: 3.6666666667vw;
  text-wrap: nowrap;
}
section.section .layout .comparison_table .table__title h3 em:after, section.section .layout .tablepress .table__title h3 em:after {
  content: "";
  background: url("images/brush.svg") 0 100% repeat-x, url("images/brush.svg") 70px 100% repeat-x;
  z-index: -1;
  transform: rotate(-2deg);
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
section.section .layout .comparison_table .inclusion__section, section.section .layout .comparison_table td, section.section .layout .tablepress .inclusion__section, section.section .layout .tablepress td {
  background: #ffffff;
  border-radius: 0.25rem;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
section.section .layout .comparison_table .inclusion__section h4, section.section .layout .comparison_table td h4, section.section .layout .tablepress .inclusion__section h4, section.section .layout .tablepress td h4 {
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.8333333333vw;
  margin: 0 auto 1rem;
  padding: 0 1.5rem;
  text-transform: none;
  color: #323b41;
}
section.section .layout .comparison_table .inclusion__section:first-of-type, section.section .layout .comparison_table td:first-of-type, section.section .layout .tablepress .inclusion__section:first-of-type, section.section .layout .tablepress td:first-of-type {
  border-top-right-radius: 0;
}
section.section .layout .comparison_table .tabs, section.section .layout .comparison_table thead, section.section .layout .tablepress .tabs, section.section .layout .tablepress thead {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
}
section.section .layout .comparison_table .tabs div, section.section .layout .comparison_table .tabs th, section.section .layout .comparison_table thead div, section.section .layout .comparison_table thead th, section.section .layout .tablepress .tabs div, section.section .layout .tablepress .tabs th, section.section .layout .tablepress thead div, section.section .layout .tablepress thead th {
  background: #ffffff;
  border-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0.5rem;
  text-transform: uppercase;
  color: #6d8680;
  text-align: center;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2vw;
  line-height: 1.15;
  padding: 1rem 1.5rem 0.5rem;
}
section.section .layout .comparison_table .tabs div:first-of-type, section.section .layout .comparison_table .tabs th:first-of-type, section.section .layout .comparison_table thead div:first-of-type, section.section .layout .comparison_table thead th:first-of-type, section.section .layout .tablepress .tabs div:first-of-type, section.section .layout .tablepress .tabs th:first-of-type, section.section .layout .tablepress thead div:first-of-type, section.section .layout .tablepress thead th:first-of-type {
  background: none;
}
section.section .layout .comparison_table .tabs div:nth-child(2), section.section .layout .comparison_table .tabs th:nth-child(2), section.section .layout .comparison_table thead div:nth-child(2), section.section .layout .comparison_table thead th:nth-child(2), section.section .layout .tablepress .tabs div:nth-child(2), section.section .layout .tablepress .tabs th:nth-child(2), section.section .layout .tablepress thead div:nth-child(2), section.section .layout .tablepress thead th:nth-child(2) {
  border-top-right-radius: 0;
}
section.section .layout .comparison_table .tabs div:nth-child(3), section.section .layout .comparison_table .tabs th:nth-child(3), section.section .layout .comparison_table thead div:nth-child(3), section.section .layout .comparison_table thead th:nth-child(3), section.section .layout .tablepress .tabs div:nth-child(3), section.section .layout .tablepress .tabs th:nth-child(3), section.section .layout .tablepress thead div:nth-child(3), section.section .layout .tablepress thead th:nth-child(3) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
section.section .layout .comparison_table .tabs div:nth-child(4), section.section .layout .comparison_table .tabs th:nth-child(4), section.section .layout .comparison_table thead div:nth-child(4), section.section .layout .comparison_table thead th:nth-child(4), section.section .layout .tablepress .tabs div:nth-child(4), section.section .layout .tablepress .tabs th:nth-child(4), section.section .layout .tablepress thead div:nth-child(4), section.section .layout .tablepress thead th:nth-child(4) {
  border-top-left-radius: 0;
}
section.section .layout .comparison_table .inclusions__content, section.section .layout .tablepress .inclusions__content {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #c3c3c3;
  padding: 1rem 1.5rem;
  font-size: 1.0833333333vw;
}
section.section .layout .comparison_table .inclusions__content div svg, section.section .layout .tablepress .inclusions__content div svg {
  max-width: 1.5rem;
  margin: 0 auto;
}
section.section .layout .comparison_table .inclusions__content:last-of-type, section.section .layout .tablepress .inclusions__content:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
section.section .layout .grid--column:has(.tablepress) {
  overflow-x: auto;
}
section.section .layout .tablepress thead {
  display: table-header-group;
}
section.section .layout .tablepress thead th {
  text-align: left;
  font-size: 1.8333333333vw;
  line-height: 1;
  padding: 1rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
section.section .layout .tablepress thead th:first-of-type {
  border-top-left-radius: 0.25rem;
  background: #ffffff;
}
section.section .layout .tablepress thead th:last-of-type {
  border-top-right-radius: 0.25rem;
}
section.section .layout .tablepress td {
  padding: 1rem;
  border-radius: 0;
  font-size: 1.25vw;
  line-height: 1.5;
}
section.section .layout .tablepress tr:nth-of-type(odd) td {
  background: #f3f1eb;
}
section.section .layout .links_four_column {
  padding: 4rem 0;
}
section.section .layout .links_four_column .grid--wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.7272727273rem;
  padding: 0 0.9090909091rem;
}
section.section .layout .links_four_column .quarter {
  width: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #e1ddcd;
  padding: 0;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
section.section .layout .links_four_column .quarter .linkbox__content {
  padding: 1.5rem 1rem;
  flex-grow: 1;
}
section.section .layout .links_four_column .quarter a.btn {
  background: #ffffff;
  color: #323b41;
  margin: 0rem 1rem 1.5rem;
  align-self: flex-start;
}
section.section .layout .links_four_column .quarter a.btn:hover {
  background: #ff8c00;
  color: #ffffff;
}
section.section .layout .links_four_column .quarter .linkbox__title {
  padding: 1rem 1rem;
  background: #66807f;
}
section.section .layout .links_four_column .quarter .linkbox__title h3 {
  color: #ffffff;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.75vw;
  text-transform: uppercase;
}
section.section .layout .links_four_column .quarter .linkbox__title span.tag {
  background: rgba(50, 59, 65, 0.95);
  color: #ffffff;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  font-size: 0.75vw;
  line-height: 1;
  display: inline-block;
  margin: 0;
  border-radius: 1rem;
}
section.section .layout .media_two_column_video .video {
  padding-bottom: 51% !important;
}
section.section .layout .full_width_video .video, section.section .layout .media_two_column_video .video, section.section .layout .media_slideshow .video {
  width: 100%;
  height: 0%;
  padding-bottom: 56%;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
section.section .layout .full_width_video .video .vimeo-wrapper, section.section .layout .media_two_column_video .video .vimeo-wrapper, section.section .layout .media_slideshow .video .vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
section.section .layout .full_width_video .video .vimeo-wrapper .mask, section.section .layout .media_two_column_video .video .vimeo-wrapper .mask, section.section .layout .media_slideshow .video .vimeo-wrapper .mask {
  background: rgba(102, 102, 102, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.section .layout .full_width_video .video .vimeo-wrapper .mask svg, section.section .layout .media_two_column_video .video .vimeo-wrapper .mask svg, section.section .layout .media_slideshow .video .vimeo-wrapper .mask svg {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.section .layout .full_width_video .video .vimeo-wrapper .mask:hover, section.section .layout .media_two_column_video .video .vimeo-wrapper .mask:hover, section.section .layout .media_slideshow .video .vimeo-wrapper .mask:hover {
  cursor: pointer;
}
section.section .layout .full_width_video .video .vimeo-wrapper .mask:hover svg path, section.section .layout .media_two_column_video .video .vimeo-wrapper .mask:hover svg path, section.section .layout .media_slideshow .video .vimeo-wrapper .mask:hover svg path {
  fill: #ff8c00 !important;
}
section.section .layout .full_width_video .video .vimeo-wrapper .mask:hover svg circle, section.section .layout .media_two_column_video .video .vimeo-wrapper .mask:hover svg circle, section.section .layout .media_slideshow .video .vimeo-wrapper .mask:hover svg circle {
  stroke: #ff8c00 !important;
}
section.section .layout .full_width_video .video .vimeo-wrapper iframe, section.section .layout .media_two_column_video .video .vimeo-wrapper iframe, section.section .layout .media_slideshow .video .vimeo-wrapper iframe {
  width: 100%;
  height: 100%; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.section .layout .post-content .grid--wrapper .third .quote {
  margin-bottom: 3rem;
}
section.section .layout .post-content .grid--wrapper .third .quote p {
  font-size: 3.1666666667vw;
  font-weight: 500;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  line-height: 1;
  max-width: 20rem;
  color: #323b41;
}
section.section .layout .post-content .grid--wrapper .third .quote p em {
  position: relative;
  font-style: normal;
  font-size: 3.1666666667vw;
  /*text-wrap: nowrap;*/
}
section.section .layout .post-content .grid--wrapper .third .quote p em:after {
  content: "";
  background: url("images/brush.svg") 0 100% repeat-x, url("images/brush.svg") 70px 100% repeat-x;
  z-index: -1;
  transform: rotate(-2deg);
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
section.section .layout .post-content .grid--wrapper .third .event-details {
  margin-bottom: 3rem;
}
section.section .layout .post-content .grid--wrapper .third .event-details > div {
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8333333333vw;
  line-height: 1.25 !important;
  display: block;
  color: #666666;
  text-transform: none;
  font-weight: 500;
}
section.section .layout .post-content .grid--wrapper .third .event-details > div h4 {
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4166666667vw;
  font-weight: 400;
  color: #666666;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0.5rem;
}
section.section .layout .post-content .grid--wrapper .third .event-details > div a.btn {
  background: #ff8c00;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.25rem;
}
section.section .layout .post-content .grid--wrapper .third .latest-news h3, section.section .layout .post-content .grid--wrapper .third .team-members h3, section.section .layout .post-content .grid--wrapper .third .event-details h3 {
  font-size: 2.3333333333vw;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
section.section .layout .post-content .grid--wrapper .third .latest-news .posts, section.section .layout .post-content .grid--wrapper .third .latest-news .members, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid, section.section .layout .post-content .grid--wrapper .third .team-members .posts, section.section .layout .post-content .grid--wrapper .third .team-members .members, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid, section.section .layout .post-content .grid--wrapper .third .event-details .posts, section.section .layout .post-content .grid--wrapper .third .event-details .members, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid {
  max-width: 15rem;
  margin-top: 1rem;
  border: 1px solid #d4d0bf;
  border-radius: 0.25rem;
  padding: 0 1rem;
}
section.section .layout .post-content .grid--wrapper .third .latest-news .posts > a:last-of-type, section.section .layout .post-content .grid--wrapper .third .latest-news .members > a:last-of-type, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid > a:last-of-type, section.section .layout .post-content .grid--wrapper .third .team-members .posts > a:last-of-type, section.section .layout .post-content .grid--wrapper .third .team-members .members > a:last-of-type, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid > a:last-of-type, section.section .layout .post-content .grid--wrapper .third .event-details .posts > a:last-of-type, section.section .layout .post-content .grid--wrapper .third .event-details .members > a:last-of-type, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid > a:last-of-type {
  color: #854b22;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3333333333vw;
  text-transform: uppercase;
  display: block;
  margin: 1rem 0;
}
section.section .layout .post-content .grid--wrapper .third .latest-news .posts > a:last-of-type svg, section.section .layout .post-content .grid--wrapper .third .latest-news .members > a:last-of-type svg, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid > a:last-of-type svg, section.section .layout .post-content .grid--wrapper .third .team-members .posts > a:last-of-type svg, section.section .layout .post-content .grid--wrapper .third .team-members .members > a:last-of-type svg, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid > a:last-of-type svg, section.section .layout .post-content .grid--wrapper .third .event-details .posts > a:last-of-type svg, section.section .layout .post-content .grid--wrapper .third .event-details .members > a:last-of-type svg, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid > a:last-of-type svg {
  display: inline-block;
  transform: rotate(180deg);
  max-width: 0.5rem;
  top: -0.05rem;
  position: relative;
}
section.section .layout .post-content .grid--wrapper .third .latest-news .posts > a:last-of-type svg *, section.section .layout .post-content .grid--wrapper .third .latest-news .members > a:last-of-type svg *, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid > a:last-of-type svg *, section.section .layout .post-content .grid--wrapper .third .team-members .posts > a:last-of-type svg *, section.section .layout .post-content .grid--wrapper .third .team-members .members > a:last-of-type svg *, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid > a:last-of-type svg *, section.section .layout .post-content .grid--wrapper .third .event-details .posts > a:last-of-type svg *, section.section .layout .post-content .grid--wrapper .third .event-details .members > a:last-of-type svg *, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid > a:last-of-type svg * {
  fill: #854b22 !important;
  /*stroke: $orange !important;*/
}
section.section .layout .post-content .grid--wrapper .third .latest-news .posts > a:last-of-type:hover, section.section .layout .post-content .grid--wrapper .third .latest-news .members > a:last-of-type:hover, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid > a:last-of-type:hover, section.section .layout .post-content .grid--wrapper .third .team-members .posts > a:last-of-type:hover, section.section .layout .post-content .grid--wrapper .third .team-members .members > a:last-of-type:hover, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid > a:last-of-type:hover, section.section .layout .post-content .grid--wrapper .third .event-details .posts > a:last-of-type:hover, section.section .layout .post-content .grid--wrapper .third .event-details .members > a:last-of-type:hover, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid > a:last-of-type:hover {
  color: #ff8c00;
}
section.section .layout .post-content .grid--wrapper .third .latest-news .posts > a:last-of-type:hover svg *, section.section .layout .post-content .grid--wrapper .third .latest-news .members > a:last-of-type:hover svg *, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid > a:last-of-type:hover svg *, section.section .layout .post-content .grid--wrapper .third .team-members .posts > a:last-of-type:hover svg *, section.section .layout .post-content .grid--wrapper .third .team-members .members > a:last-of-type:hover svg *, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid > a:last-of-type:hover svg *, section.section .layout .post-content .grid--wrapper .third .event-details .posts > a:last-of-type:hover svg *, section.section .layout .post-content .grid--wrapper .third .event-details .members > a:last-of-type:hover svg *, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid > a:last-of-type:hover svg * {
  fill: #ff8c00 !important;
}
section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-article, section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-member, section.section .layout .post-content .grid--wrapper .third .latest-news .posts > div, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-article, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-member, section.section .layout .post-content .grid--wrapper .third .latest-news .members > div, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid .single-article, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid .single-member, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid > div, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-article, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-member, section.section .layout .post-content .grid--wrapper .third .team-members .posts > div, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-article, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-member, section.section .layout .post-content .grid--wrapper .third .team-members .members > div, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid .single-article, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid .single-member, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid > div, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-article, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-member, section.section .layout .post-content .grid--wrapper .third .event-details .posts > div, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-article, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-member, section.section .layout .post-content .grid--wrapper .third .event-details .members > div, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid .single-article, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid .single-member, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid > div {
  padding: 1rem 0;
  border-bottom: 1px solid #d4d0bf;
}
section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-article:last-of-type, section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-member:last-of-type, section.section .layout .post-content .grid--wrapper .third .latest-news .posts > div:last-of-type, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-article:last-of-type, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-member:last-of-type, section.section .layout .post-content .grid--wrapper .third .latest-news .members > div:last-of-type, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid .single-article:last-of-type, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid .single-member:last-of-type, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid > div:last-of-type, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-article:last-of-type, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-member:last-of-type, section.section .layout .post-content .grid--wrapper .third .team-members .posts > div:last-of-type, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-article:last-of-type, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-member:last-of-type, section.section .layout .post-content .grid--wrapper .third .team-members .members > div:last-of-type, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid .single-article:last-of-type, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid .single-member:last-of-type, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid > div:last-of-type, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-article:last-of-type, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-member:last-of-type, section.section .layout .post-content .grid--wrapper .third .event-details .posts > div:last-of-type, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-article:last-of-type, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-member:last-of-type, section.section .layout .post-content .grid--wrapper .third .event-details .members > div:last-of-type, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid .single-article:last-of-type, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid .single-member:last-of-type, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid > div:last-of-type {
  border-bottom: 0;
}
section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-article:has(span), section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-member:has(span), section.section .layout .post-content .grid--wrapper .third .latest-news .posts > div:has(span), section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-article:has(span), section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-member:has(span), section.section .layout .post-content .grid--wrapper .third .latest-news .members > div:has(span), section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid .single-article:has(span), section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid .single-member:has(span), section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid > div:has(span), section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-article:has(span), section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-member:has(span), section.section .layout .post-content .grid--wrapper .third .team-members .posts > div:has(span), section.section .layout .post-content .grid--wrapper .third .team-members .members .single-article:has(span), section.section .layout .post-content .grid--wrapper .third .team-members .members .single-member:has(span), section.section .layout .post-content .grid--wrapper .third .team-members .members > div:has(span), section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid .single-article:has(span), section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid .single-member:has(span), section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid > div:has(span), section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-article:has(span), section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-member:has(span), section.section .layout .post-content .grid--wrapper .third .event-details .posts > div:has(span), section.section .layout .post-content .grid--wrapper .third .event-details .members .single-article:has(span), section.section .layout .post-content .grid--wrapper .third .event-details .members .single-member:has(span), section.section .layout .post-content .grid--wrapper .third .event-details .members > div:has(span), section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid .single-article:has(span), section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid .single-member:has(span), section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid > div:has(span) {
  color: #b5752e;
}
section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-member:has(span) span, section.section .layout .post-content .grid--wrapper .third .latest-news .posts > div:has(span) span, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-member:has(span) span, section.section .layout .post-content .grid--wrapper .third .latest-news .members > div:has(span) span, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid .single-member:has(span) span, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid > div:has(span) span, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-member:has(span) span, section.section .layout .post-content .grid--wrapper .third .team-members .posts > div:has(span) span, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-member:has(span) span, section.section .layout .post-content .grid--wrapper .third .team-members .members > div:has(span) span, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid .single-member:has(span) span, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid > div:has(span) span, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-member:has(span) span, section.section .layout .post-content .grid--wrapper .third .event-details .posts > div:has(span) span, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-member:has(span) span, section.section .layout .post-content .grid--wrapper .third .event-details .members > div:has(span) span, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid .single-member:has(span) span, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid > div:has(span) span {
  color: #666666;
  font-size: 1vw;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin: 0 0 0;
  display: block;
}
section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-article h4, section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-member h4, section.section .layout .post-content .grid--wrapper .third .latest-news .posts > div h4, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-article h4, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-member h4, section.section .layout .post-content .grid--wrapper .third .latest-news .members > div h4, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid .single-article h4, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid .single-member h4, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid > div h4, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-article h4, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-member h4, section.section .layout .post-content .grid--wrapper .third .team-members .posts > div h4, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-article h4, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-member h4, section.section .layout .post-content .grid--wrapper .third .team-members .members > div h4, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid .single-article h4, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid .single-member h4, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid > div h4, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-article h4, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-member h4, section.section .layout .post-content .grid--wrapper .third .event-details .posts > div h4, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-article h4, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-member h4, section.section .layout .post-content .grid--wrapper .third .event-details .members > div h4, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid .single-article h4, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid .single-member h4, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid > div h4 {
  margin-bottom: 0;
}
section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-member h4 a, section.section .layout .post-content .grid--wrapper .third .latest-news .posts > div h4 a, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-member h4 a, section.section .layout .post-content .grid--wrapper .third .latest-news .members > div h4 a, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid .single-member h4 a, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid > div h4 a, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-member h4 a, section.section .layout .post-content .grid--wrapper .third .team-members .posts > div h4 a, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-member h4 a, section.section .layout .post-content .grid--wrapper .third .team-members .members > div h4 a, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid .single-member h4 a, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid > div h4 a, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-member h4 a, section.section .layout .post-content .grid--wrapper .third .event-details .posts > div h4 a, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-member h4 a, section.section .layout .post-content .grid--wrapper .third .event-details .members > div h4 a, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid .single-member h4 a, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid > div h4 a {
  font-size: 1.8333333333vw;
  line-height: 1.25 !important;
  display: block;
  color: #323b41;
  text-transform: none;
  font-weight: 500;
}
section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-article .date, section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-member .date, section.section .layout .post-content .grid--wrapper .third .latest-news .posts > div .date, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-article .date, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-member .date, section.section .layout .post-content .grid--wrapper .third .latest-news .members > div .date, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid .single-article .date, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid .single-member .date, section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid > div .date, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-article .date, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-member .date, section.section .layout .post-content .grid--wrapper .third .team-members .posts > div .date, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-article .date, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-member .date, section.section .layout .post-content .grid--wrapper .third .team-members .members > div .date, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid .single-article .date, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid .single-member .date, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid > div .date, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-article .date, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-member .date, section.section .layout .post-content .grid--wrapper .third .event-details .posts > div .date, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-article .date, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-member .date, section.section .layout .post-content .grid--wrapper .third .event-details .members > div .date, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid .single-article .date, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid .single-member .date, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid > div .date {
  font-weight: 500;
  color: #666666;
  text-transform: none;
  display: block;
  margin: 0.5rem 0;
  font-size: 1vw;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
section.section .layout .post-content .grid--wrapper .third .latest-news .members, section.section .layout .post-content .grid--wrapper .third .team-members .members, section.section .layout .post-content .grid--wrapper .third .event-details .members {
  padding: 0.5rem 1rem;
}
section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-member, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-member, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-member {
  padding: 0.5rem 0;
}
section.section .layout .post-content .grid--wrapper .third .team-members .members .single-member h4 a {
  text-transform: uppercase;
}
section.section .layout .post-content .grid--wrapper .third .team-members .members .single-member h4 a:hover {
  color: #b5752e;
}
section.section .layout .post-content .two-thirds figure {
  margin: 1.75rem auto 2rem;
}
section.section .layout .post-content .two-thirds figure img {
  max-height: 30rem;
  width: auto !important;
  margin: 0 auto;
}
section.section .layout .post-content .two-thirds li {
  display: block;
}
section.section .layout .post-content .two-thirds figcaption.wp-element-caption, section.section .layout .post-content .two-thirds figcaption {
  font-size: 70%;
  padding: 0.5rem 0;
  text-align: center;
}
section.section .layout .newsflash {
  background: #b7a195;
  border-bottom: 0;
  padding: 2.5rem 0;
  margin: 1.5rem 0 0;
}
section.section .layout .newsflash .title {
  padding-bottom: 0;
}
section.section .layout .newsflash .title svg {
  max-width: 12rem;
}
section.section .layout .newsflash .title svg * {
  stroke-width: 0;
}
section.section .layout .newsflash .title h4 {
  font-size: 2.3333333333vw;
  line-height: 1;
  font-weight: 400;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 20rem;
  margin: 2rem 0 2.5rem;
  color: #000;
}
section.section .layout .newsflash .title .btn {
  display: inline-block;
  background: #ffffff;
  color: #323b41;
  margin-bottom: 0.5rem;
}
section.section .layout .newsflash .title .btn:hover {
  background: #ff8c00;
  color: #ffffff;
}
section.section .layout .newsflash .excerpt {
  order: 2;
  padding-left: 3rem;
}
section.section .layout .newsflash .excerpt .date {
  margin: 1rem 0 1.5rem;
  text-align: left;
  font-size: 1vw;
}
section.section .layout .newsflash .excerpt * {
  max-width: 25rem;
  color: #000;
  font-size: 1.1666666667vw;
}
section.section .layout .content_two_column .grid--wrapper .third > * {
  font-size: 2.6666666667vw;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.25;
}
section.section .layout .content_two_column .grid--wrapper .third > h4 {
  font-size: 1.5vw;
}
section.section .layout .content_two_column .grid--wrapper .third li {
  font-size: 1.8333333333vw;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds form {
  border: 2rem solid #fff !important;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds .testimonial {
  margin-top: 6rem;
  padding: 2rem;
  background: rgba(225, 221, 205, 0.25);
  font-size: 1.0833333333vw;
  color: #66807f;
  font-weight: 700;
  border-radius: 0.25rem;
  line-height: 1.45;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds .testimonial h4, section.section .layout .content_two_column .grid--wrapper .two-thirds .testimonial h5 {
  color: #323b41;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds .testimonial h4 {
  margin-bottom: 0;
  font-size: 1.6666666667vw;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds .testimonial h5 {
  text-transform: uppercase;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds .testimonial p:first-of-type {
  margin-top: 2.5rem;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds .testimonial figure {
  border-radius: 0.25rem;
  position: relative;
  margin-bottom: -3rem;
  top: -4rem;
  max-width: 12rem;
  float: left;
  margin-right: 2rem;
}
section.section .layout .content_two_column .two-thirds img.size-medium, section.section .layout .content_two_column .two-thirds img.size-thumbnail, section.section .layout .content_two_column .two-thirds img.size-large, section.section .layout .content_two_column_reversed .two-thirds img.size-medium, section.section .layout .content_two_column_reversed .two-thirds img.size-thumbnail, section.section .layout .content_two_column_reversed .two-thirds img.size-large, section.section .layout .content_one_column img.size-medium, section.section .layout .content_one_column img.size-thumbnail, section.section .layout .content_one_column img.size-large {
  width: auto !important;
  max-width: none;
  display: inline-block;
  margin: 0 auto 2rem;
}
section.section .layout .content_two_column, section.section .layout .content_two_column_reversed, section.section .layout .content_two_column_submenu, section.section .layout .post-content, section.section .layout .media_two_column_video, section.section .layout .media_two_column_image {
  padding: 5rem 0;
}
section.section .layout .content_two_column .grid--wrapper .third, section.section .layout .content_two_column_reversed .grid--wrapper .third, section.section .layout .content_two_column_submenu .grid--wrapper .third, section.section .layout .post-content .grid--wrapper .third, section.section .layout .media_two_column_video .grid--wrapper .third, section.section .layout .media_two_column_image .grid--wrapper .third {
  position: sticky;
  top: 10rem;
}
section.section .layout .content_two_column .grid--wrapper .third #sub-navigation, section.section .layout .content_two_column_reversed .grid--wrapper .third #sub-navigation, section.section .layout .content_two_column_submenu .grid--wrapper .third #sub-navigation, section.section .layout .post-content .grid--wrapper .third #sub-navigation, section.section .layout .media_two_column_video .grid--wrapper .third #sub-navigation, section.section .layout .media_two_column_image .grid--wrapper .third #sub-navigation {
  margin: 0 0 2rem 0;
  border: 1px solid #d4d0bf;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
}
section.section .layout .content_two_column .grid--wrapper .third #sub-navigation label, section.section .layout .content_two_column_reversed .grid--wrapper .third #sub-navigation label, section.section .layout .content_two_column_submenu .grid--wrapper .third #sub-navigation label, section.section .layout .post-content .grid--wrapper .third #sub-navigation label, section.section .layout .media_two_column_video .grid--wrapper .third #sub-navigation label, section.section .layout .media_two_column_image .grid--wrapper .third #sub-navigation label {
  text-transform: uppercase;
  color: #323b41;
  display: block;
  font-weight: 600;
  font-size: 1.25vw;
  padding: 0.5rem 0;
}
section.section .layout .content_two_column .grid--wrapper .third #sub-navigation dd, section.section .layout .content_two_column_reversed .grid--wrapper .third #sub-navigation dd, section.section .layout .content_two_column_submenu .grid--wrapper .third #sub-navigation dd, section.section .layout .post-content .grid--wrapper .third #sub-navigation dd, section.section .layout .media_two_column_video .grid--wrapper .third #sub-navigation dd, section.section .layout .media_two_column_image .grid--wrapper .third #sub-navigation dd {
  border-bottom: 1px solid #d4d0bf;
}
section.section .layout .content_two_column .grid--wrapper .third #sub-navigation dd:last-of-type, section.section .layout .content_two_column_reversed .grid--wrapper .third #sub-navigation dd:last-of-type, section.section .layout .content_two_column_submenu .grid--wrapper .third #sub-navigation dd:last-of-type, section.section .layout .post-content .grid--wrapper .third #sub-navigation dd:last-of-type, section.section .layout .media_two_column_video .grid--wrapper .third #sub-navigation dd:last-of-type, section.section .layout .media_two_column_image .grid--wrapper .third #sub-navigation dd:last-of-type {
  border-bottom: 0;
}
section.section .layout .content_two_column .grid--wrapper .third #sub-navigation dt, section.section .layout .content_two_column_reversed .grid--wrapper .third #sub-navigation dt, section.section .layout .content_two_column_submenu .grid--wrapper .third #sub-navigation dt, section.section .layout .post-content .grid--wrapper .third #sub-navigation dt, section.section .layout .media_two_column_video .grid--wrapper .third #sub-navigation dt, section.section .layout .media_two_column_image .grid--wrapper .third #sub-navigation dt {
  padding: 1rem 0;
}
section.section .layout .content_two_column .grid--wrapper .third #sub-navigation a:hover, section.section .layout .content_two_column_reversed .grid--wrapper .third #sub-navigation a:hover, section.section .layout .content_two_column_submenu .grid--wrapper .third #sub-navigation a:hover, section.section .layout .post-content .grid--wrapper .third #sub-navigation a:hover, section.section .layout .media_two_column_video .grid--wrapper .third #sub-navigation a:hover, section.section .layout .media_two_column_image .grid--wrapper .third #sub-navigation a:hover {
  color: #b5752e;
}
section.section .layout .content_two_column .grid--wrapper .third p a:last-child, section.section .layout .content_two_column_reversed .grid--wrapper .third p a:last-child, section.section .layout .content_two_column_submenu .grid--wrapper .third p a:last-child, section.section .layout .post-content .grid--wrapper .third p a:last-child, section.section .layout .media_two_column_video .grid--wrapper .third p a:last-child, section.section .layout .media_two_column_image .grid--wrapper .third p a:last-child {
  background: #ffffff;
  color: #323b41;
  text-transform: uppercase;
  font-size: 1.3333333333vw;
  font-weight: 700;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.45rem 1rem;
  border-radius: 0.25rem;
  /*float: right;*/
  display: inline-block;
  margin: 1rem 0 0;
}
section.section .layout .content_two_column .grid--wrapper .third p a:last-child:hover, section.section .layout .content_two_column_reversed .grid--wrapper .third p a:last-child:hover, section.section .layout .content_two_column_submenu .grid--wrapper .third p a:last-child:hover, section.section .layout .post-content .grid--wrapper .third p a:last-child:hover, section.section .layout .media_two_column_video .grid--wrapper .third p a:last-child:hover, section.section .layout .media_two_column_image .grid--wrapper .third p a:last-child:hover {
  background: #ff8c00;
  color: #ffffff;
}
section.section .layout .content_two_column .grid--wrapper .third h3, section.section .layout .content_two_column_reversed .grid--wrapper .third h3, section.section .layout .content_two_column_submenu .grid--wrapper .third h3, section.section .layout .post-content .grid--wrapper .third h3, section.section .layout .media_two_column_video .grid--wrapper .third h3, section.section .layout .media_two_column_image .grid--wrapper .third h3 {
  font-size: 3.1666666667vw;
  font-weight: 500;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  line-height: 1;
  max-width: 20rem;
  color: #323b41;
  margin-bottom: 4rem;
}
section.section .layout .content_two_column .grid--wrapper .third h3 em, section.section .layout .content_two_column_reversed .grid--wrapper .third h3 em, section.section .layout .content_two_column_submenu .grid--wrapper .third h3 em, section.section .layout .post-content .grid--wrapper .third h3 em, section.section .layout .media_two_column_video .grid--wrapper .third h3 em, section.section .layout .media_two_column_image .grid--wrapper .third h3 em {
  position: relative;
  font-style: normal;
  font-size: 3.1666666667vw;
  text-wrap: nowrap;
  font-weight: 500;
}
section.section .layout .content_two_column .grid--wrapper .third h3 em:after, section.section .layout .content_two_column_reversed .grid--wrapper .third h3 em:after, section.section .layout .content_two_column_submenu .grid--wrapper .third h3 em:after, section.section .layout .post-content .grid--wrapper .third h3 em:after, section.section .layout .media_two_column_video .grid--wrapper .third h3 em:after, section.section .layout .media_two_column_image .grid--wrapper .third h3 em:after {
  content: "";
  background: url("images/brush.svg") 0 100% repeat-x, url("images/brush.svg") 70px 100% repeat-x;
  z-index: -1;
  transform: rotate(-2deg);
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
section.section .layout .content_two_column .grid--wrapper .third .stickybox, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox, section.section .layout .post-content .grid--wrapper .third .stickybox, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox {
  max-width: 15rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
section.section .layout .content_two_column .grid--wrapper .third .stickybox figure, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox figure, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox figure, section.section .layout .post-content .grid--wrapper .third .stickybox figure, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox figure, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox figure {
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
section.section .layout .content_two_column .grid--wrapper .third .stickybox figure img, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox figure img, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox figure img, section.section .layout .post-content .grid--wrapper .third .stickybox figure img, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox figure img, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
}
section.section .layout .content_two_column .grid--wrapper .third .stickybox .content, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox .content, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox .content, section.section .layout .post-content .grid--wrapper .third .stickybox .content, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox .content, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox .content {
  padding: 2rem 1.5rem 1.5rem;
}
section.section .layout .content_two_column .grid--wrapper .third .stickybox .content p, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox .content p, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox .content p, section.section .layout .post-content .grid--wrapper .third .stickybox .content p, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox .content p, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox .content p {
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.45;
  font-size: 1.1666666667vw;
  color: #323b41;
}
section.section .layout .content_two_column .grid--wrapper .third .stickybox .content h3, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox .content h3, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox .content h3, section.section .layout .post-content .grid--wrapper .third .stickybox .content h3, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox .content h3, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox .content h3 {
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.05;
  font-size: 2.3333333333vw;
}
section.section .layout .content_two_column .grid--wrapper .third .stickybox .content a:last-child, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox .content a:last-child, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox .content a:last-child, section.section .layout .post-content .grid--wrapper .third .stickybox .content a:last-child, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox .content a:last-child, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox .content a:last-child {
  display: inline-block;
  margin-top: 0.5rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #323b41;
  font-size: 1.3333333333vw;
  background: #ffffff;
  padding: 0.45rem 1rem;
  border-radius: 0.25rem;
}
section.section .layout .content_two_column .grid--wrapper .third .stickybox .content a:last-child:hover, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox .content a:last-child:hover, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox .content a:last-child:hover, section.section .layout .post-content .grid--wrapper .third .stickybox .content a:last-child:hover, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox .content a:last-child:hover, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox .content a:last-child:hover {
  cursor: pointer;
  background: #ff8c00;
  color: #ffffff;
}
section.section .layout .content_two_column .grid--wrapper .third .stickybox[data-style=olive], section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox[data-style=olive], section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox[data-style=olive], section.section .layout .post-content .grid--wrapper .third .stickybox[data-style=olive], section.section .layout .media_two_column_video .grid--wrapper .third .stickybox[data-style=olive], section.section .layout .media_two_column_image .grid--wrapper .third .stickybox[data-style=olive] {
  background: #91804f;
}
section.section .layout .content_two_column .grid--wrapper .third .stickybox[data-style=olive] .content p, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox[data-style=olive] .content p, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox[data-style=olive] .content p, section.section .layout .post-content .grid--wrapper .third .stickybox[data-style=olive] .content p, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox[data-style=olive] .content p, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox[data-style=olive] .content p {
  color: #fff;
}
section.section .layout .content_two_column .grid--wrapper .third .stickybox[data-style=pink], section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox[data-style=pink], section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox[data-style=pink], section.section .layout .post-content .grid--wrapper .third .stickybox[data-style=pink], section.section .layout .media_two_column_video .grid--wrapper .third .stickybox[data-style=pink], section.section .layout .media_two_column_image .grid--wrapper .third .stickybox[data-style=pink] {
  background: #b7a195;
}
section.section .layout .content_two_column .grid--wrapper .third .stickybox[data-style=jade], section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox[data-style=jade], section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox[data-style=jade], section.section .layout .post-content .grid--wrapper .third .stickybox[data-style=jade], section.section .layout .media_two_column_video .grid--wrapper .third .stickybox[data-style=jade], section.section .layout .media_two_column_image .grid--wrapper .third .stickybox[data-style=jade] {
  background: #66807f;
}
section.section .layout .content_two_column .grid--wrapper .third .stickybox[data-style=jade] .content p, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox[data-style=jade] .content p, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox[data-style=jade] .content p, section.section .layout .post-content .grid--wrapper .third .stickybox[data-style=jade] .content p, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox[data-style=jade] .content p, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox[data-style=jade] .content p {
  color: #fff;
}
section.section .layout .content_two_column .grid--wrapper .third .stickybox[data-style=brown], section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox[data-style=brown], section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox[data-style=brown], section.section .layout .post-content .grid--wrapper .third .stickybox[data-style=brown], section.section .layout .media_two_column_video .grid--wrapper .third .stickybox[data-style=brown], section.section .layout .media_two_column_image .grid--wrapper .third .stickybox[data-style=brown] {
  background: #64463d;
}
section.section .layout .content_two_column .grid--wrapper .third .stickybox[data-style=brown] .content p, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox[data-style=brown] .content p, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox[data-style=brown] .content p, section.section .layout .post-content .grid--wrapper .third .stickybox[data-style=brown] .content p, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox[data-style=brown] .content p, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox[data-style=brown] .content p {
  color: #fff;
}
section.section .layout .content_two_column .grid--wrapper .full, section.section .layout .content_two_column_reversed .grid--wrapper .full, section.section .layout .content_two_column_submenu .grid--wrapper .full, section.section .layout .post-content .grid--wrapper .full, section.section .layout .media_two_column_video .grid--wrapper .full, section.section .layout .media_two_column_image .grid--wrapper .full {
  margin-bottom: 2rem;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.3333333333vw;
  line-height: 1.15;
  color: #323b41;
  font-weight: 500;
}
section.section .layout .content_two_column .grid--wrapper .full *, section.section .layout .content_two_column_reversed .grid--wrapper .full *, section.section .layout .content_two_column_submenu .grid--wrapper .full *, section.section .layout .post-content .grid--wrapper .full *, section.section .layout .media_two_column_video .grid--wrapper .full *, section.section .layout .media_two_column_image .grid--wrapper .full * {
  max-width: 28rem;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds, section.section .layout .post-content .grid--wrapper .two-thirds, section.section .layout .media_two_column_video .grid--wrapper .two-thirds, section.section .layout .media_two_column_image .grid--wrapper .two-thirds {
  /*padding-left: $s-base*5;*/
  max-width: 60%;
  float: right;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds *, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds *, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds *, section.section .layout .post-content .grid--wrapper .two-thirds *, section.section .layout .media_two_column_video .grid--wrapper .two-thirds *, section.section .layout .media_two_column_image .grid--wrapper .two-thirds * {
  max-width: 36rem;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds figure, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds figure, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds figure, section.section .layout .post-content .grid--wrapper .two-thirds figure, section.section .layout .media_two_column_video .grid--wrapper .two-thirds figure, section.section .layout .media_two_column_image .grid--wrapper .two-thirds figure {
  width: 100%;
  overflow: hidden;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds figure img, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds figure img, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds figure img, section.section .layout .post-content .grid--wrapper .two-thirds figure img, section.section .layout .media_two_column_video .grid--wrapper .two-thirds figure img, section.section .layout .media_two_column_image .grid--wrapper .two-thirds figure img {
  max-width: 100%;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds > p, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds > p, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds > p, section.section .layout .post-content .grid--wrapper .two-thirds > p, section.section .layout .media_two_column_video .grid--wrapper .two-thirds > p, section.section .layout .media_two_column_image .grid--wrapper .two-thirds > p {
  max-width: 36rem;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds > p:first-child, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds > p:first-child, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds > p:first-child, section.section .layout .post-content .grid--wrapper .two-thirds > p:first-child, section.section .layout .media_two_column_video .grid--wrapper .two-thirds > p:first-child, section.section .layout .media_two_column_image .grid--wrapper .two-thirds > p:first-child {
  font-size: 1.6666666667vw;
  font-weight: 500;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds > p > a, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds > p > a, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds > p > a, section.section .layout .post-content .grid--wrapper .two-thirds > p > a, section.section .layout .media_two_column_video .grid--wrapper .two-thirds > p > a, section.section .layout .media_two_column_image .grid--wrapper .two-thirds > p > a {
  color: #b5752e;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds li > a:only-child, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds li > a:only-child, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds li > a:only-child, section.section .layout .post-content .grid--wrapper .two-thirds li > a:only-child, section.section .layout .media_two_column_video .grid--wrapper .two-thirds li > a:only-child, section.section .layout .media_two_column_image .grid--wrapper .two-thirds li > a:only-child {
  position: relative;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds li > a:only-child:after, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds li > a:only-child:after, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds li > a:only-child:after, section.section .layout .post-content .grid--wrapper .two-thirds li > a:only-child:after, section.section .layout .media_two_column_video .grid--wrapper .two-thirds li > a:only-child:after, section.section .layout .media_two_column_image .grid--wrapper .two-thirds li > a:only-child:after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 1px solid #000;
  width: 100%;
  left: 0;
  padding: 0.25rem 0 0;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds > h2, section.section .layout .content_two_column .grid--wrapper .two-thirds > h3, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds > h2, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds > h3, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds > h2, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds > h3, section.section .layout .post-content .grid--wrapper .two-thirds > h2, section.section .layout .post-content .grid--wrapper .two-thirds > h3, section.section .layout .media_two_column_video .grid--wrapper .two-thirds > h2, section.section .layout .media_two_column_video .grid--wrapper .two-thirds > h3, section.section .layout .media_two_column_image .grid--wrapper .two-thirds > h2, section.section .layout .media_two_column_image .grid--wrapper .two-thirds > h3 {
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.1666666667vw;
  font-weight: 500;
  text-transform: none;
  margin: 2rem 0 1rem;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds img, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds img, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds img, section.section .layout .post-content .grid--wrapper .two-thirds img, section.section .layout .media_two_column_video .grid--wrapper .two-thirds img, section.section .layout .media_two_column_image .grid--wrapper .two-thirds img {
  width: 100%;
  border-radius: 0.25rem;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds img.alignleft, section.section .layout .content_two_column .grid--wrapper .two-thirds img.alignright, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds img.alignleft, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds img.alignright, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds img.alignleft, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds img.alignright, section.section .layout .post-content .grid--wrapper .two-thirds img.alignleft, section.section .layout .post-content .grid--wrapper .two-thirds img.alignright, section.section .layout .media_two_column_video .grid--wrapper .two-thirds img.alignleft, section.section .layout .media_two_column_video .grid--wrapper .two-thirds img.alignright, section.section .layout .media_two_column_image .grid--wrapper .two-thirds img.alignleft, section.section .layout .media_two_column_image .grid--wrapper .two-thirds img.alignright {
  display: inline-block;
  margin: 0rem 2rem 2rem 0;
  float: left;
  width: auto;
  max-width: 50%;
}
section.section .layout .content_two_column .grid--wrapper .two-thirds img.alignright, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds img.alignright, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds img.alignright, section.section .layout .post-content .grid--wrapper .two-thirds img.alignright, section.section .layout .media_two_column_video .grid--wrapper .two-thirds img.alignright, section.section .layout .media_two_column_image .grid--wrapper .two-thirds img.alignright {
  margin: 0rem 0rem 2rem 2rem;
  float: right;
}
section.section .layout .media_two_column_video .grid--wrapper .third h3 {
  max-width: none;
  margin-bottom: 0;
}
section.section .layout .media_two_column_video .grid--wrapper .two-thirds figure .mask {
  position: relative;
}
section.section .layout .media_two_column_video .grid--wrapper .two-thirds figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
}
section.section .layout .header_background_image {
  position: relative;
  margin-bottom: 0;
}
section.section .layout .header_background_image .grid--wrapper {
  padding: 10rem 0 2rem;
}
section.section .layout .header_background_image .grid--wrapper .half h1 {
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #f3f1eb;
  font-size: 5.8333333333vw;
  line-height: 0.9;
  max-width: 26rem;
  border-radius: 0;
  padding: 0;
  background: none;
}
section.section .layout .header_background_image .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.section .layout .header_background_image .background figure {
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}
section.section .layout .header_background_image .background figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
}
section.section .layout .header_background_image .background .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.section .layout .header_background_image .background[data-background=olive] .mask {
  background: rgba(145, 128, 79, 0.9);
}
section.section .layout .header_background_image:has(.background[data-background=olive]) .half p {
  color: #fff;
}
section.section .layout .content_one_column {
  padding: 4rem 0;
}
section.section .layout .content_one_column_accordion {
  padding: 4rem 0;
}
section.section .layout .content_one_column_accordion .grid--wrapper dl.accordion dt {
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #b5752e;
  font-weight: 400 !important;
  font-size: 2vw;
  border-top: 1px solid #d4d0bf;
  padding: 0.5rem 0;
}
section.section .layout .content_one_column_accordion .grid--wrapper dl.accordion dd ul li {
  display: block;
}
section.section .layout .content_one_column_accordion .grid--wrapper dl.accordion dd ul ul {
  margin: 1rem 0 0 2rem;
}
section.section .layout .content_two_column_reversed .grid--wrapper .third h3 {
  font-size: 2.3333333333vw;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #323b41;
}
section.section .layout .content_two_column_reversed .grid--wrapper .third h4 {
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.8333333333vw;
  margin-bottom: 1rem;
}
section.section .layout .content_two_column_reversed .grid--wrapper .third p, section.section .layout .content_two_column_reversed .grid--wrapper .third li {
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
}
section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds {
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
}
section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds h3 {
  font-size: 2.3333333333vw;
  text-transform: uppercase;
  margin: 0 0 1rem;
  font-weight: 500;
  color: #323b41;
}
section.section .layout .content_three_column, section.section .layout .content_four_column {
  padding: 0 0 4rem;
}
section.section .layout .content_three_column .third, section.section .layout .content_three_column .quarter, section.section .layout .content_four_column .third, section.section .layout .content_four_column .quarter {
  position: relative;
  overflow: visible;
}
section.section .layout .content_three_column .third:after, section.section .layout .content_three_column .quarter:after, section.section .layout .content_four_column .third:after, section.section .layout .content_four_column .quarter:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  right: 1.5rem;
  background: #ffffff;
  visibility: visible;
}
section.section .layout .content_three_column .third:last-of-type:after, section.section .layout .content_three_column .quarter:last-of-type:after, section.section .layout .content_four_column .third:last-of-type:after, section.section .layout .content_four_column .quarter:last-of-type:after {
  display: none;
}
section.section .layout .content_three_column .third p, section.section .layout .content_three_column .third li, section.section .layout .content_three_column .quarter p, section.section .layout .content_three_column .quarter li, section.section .layout .content_four_column .third p, section.section .layout .content_four_column .third li, section.section .layout .content_four_column .quarter p, section.section .layout .content_four_column .quarter li {
  max-width: 85%;
  font-weight: 500;
}
section.section .layout .content_three_column .quarter:after, section.section .layout .content_four_column .quarter:after {
  right: 0.5rem;
}
section.section .layout .content_three_column h3, section.section .layout .content_four_column h3 {
  font-size: 2.3333333333vw;
  margin-bottom: 0.5rem;
  line-height: 1;
  max-width: 11rem;
}
section.section .layout .content_three_column h3:first-of-type, section.section .layout .content_four_column h3:first-of-type {
  background: rgba(50, 59, 65, 0.25);
  color: #323b41;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  font-size: 0.75vw;
  display: inline-block;
  margin: 0 0 1rem;
  border-radius: 1rem;
}
section.section .layout .content_three_column a:last-child, section.section .layout .content_four_column a:last-child {
  display: inline-block;
  margin-top: 2rem;
  color: #323b41;
  text-transform: uppercase;
  font-size: 1.1666666667vw;
  font-weight: 700;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #ffffff;
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
}
section.section .layout .content_three_column a:last-child:hover, section.section .layout .content_four_column a:last-child:hover {
  background: #ff8c00;
  color: #ffffff;
}
section.section .layout .global_search {
  padding: 5rem 0 3rem;
}
section.section .layout .global_search h3 {
  font-size: 4.5833333333vw;
  margin-bottom: 2rem;
  line-height: 1;
}
section.section .layout .global_search h3 span {
  position: relative;
  text-wrap: nowrap;
  font-size: 4.5833333333vw;
}
section.section .layout .global_search h3 span:after {
  content: "";
  background: url("images/brush.svg") 0 100% repeat-x, url("images/brush.svg") 70px 100% repeat-x;
  z-index: -1;
  transform: rotate(-2deg);
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
section.section .layout .global_search form {
  width: 100%;
  display: grid;
  background: #ff8c00;
  grid-template-columns: 5fr 1fr;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
section.section .layout .global_search form label {
  display: none;
}
section.section .layout .global_search form input {
  margin: 1rem 0;
  background: #ffffff;
  padding: 1.25rem !important;
  margin: 0;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5vw;
  color: #323b41;
  border-radius: 0.25rem;
  border: 0 !important;
}
section.section .layout .global_search form input[type=text] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}
section.section .layout .global_search form input[type=submit] {
  background: #ff8c00 url("images/submit-bg.svg") no-repeat left 1.25rem;
  background-size: 18px;
  color: #323b41 !important;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.3333333333vw;
  text-transform: uppercase;
  font-weight: 500;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
}
section.section .layout .global_search form input[type=submit]:hover {
  cursor: pointer;
  color: #ffffff !important;
}
section.section .layout .media_timeline_slideshow {
  padding: 4rem 0;
  overflow: hidden;
}
section.section .layout .media_timeline_slideshow .third h3 {
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #323b41;
  font-size: 3.75vw;
  line-height: 1;
  text-transform: none;
  margin-bottom: 3rem;
}
section.section .layout .media_timeline_slideshow .third h3 em {
  font-style: normal;
  position: relative;
  text-wrap: nowrap;
}
section.section .layout .media_timeline_slideshow .third h3 em:after {
  content: "";
  background: url("images/brush.svg") 0 100% repeat-x, url("images/brush.svg") 70px 100% repeat-x;
  z-index: -1;
  transform: rotate(-2deg);
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
section.section .layout .media_timeline_slideshow .slick-track {
  display: grid;
  grid-auto-flow: column;
}
section.section .layout .media_timeline_slideshow .slick-list {
  overflow: visible;
}
section.section .layout .media_timeline_slideshow .slides .slide {
  padding: 0 3rem 0 0;
  display: grid;
  grid-auto-flow: row;
  align-items: end;
  align-items: flex-start;
}
section.section .layout .media_timeline_slideshow .slides .slide figure {
  overflow: hidden;
  padding-bottom: 100%;
  height: 0;
  position: relative;
  border-radius: 0.25rem;
  width: 70%;
  margin: 0 0 1.5rem;
}
section.section .layout .media_timeline_slideshow .slides .slide figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
}
section.section .layout .media_timeline_slideshow .slides .slide h3 {
  color: #323b41;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8333333333vw;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}
section.section .layout .media_timeline_slideshow .slides .slide h4 {
  color: #91804f;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 1.1666666667vw;
  text-transform: uppercase;
}
section.section .layout .media_timeline_slideshow .slides .slide div.bio {
  align-self: flex-end;
}
section.section .layout .media_timeline_slideshow .slides .slide div.bio span.years {
  color: #66807f;
  font-weight: 400;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 2rem 0 1rem;
  display: block;
  font-size: 1.6666666667vw;
}
section.section .layout .media_timeline_slideshow .slideshow--nav {
  position: absolute;
  bottom: -3.5rem;
  left: 3.75rem;
}
section.section .layout .media_timeline_slideshow .slideshow--nav:after {
  display: block;
  content: "Scroll for more";
  color: #854b22;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.1666666667vw;
}
section.section .layout .media_timeline_slideshow .slick-arrow {
  position: absolute;
  bottom: -4rem;
  text-indent: -99999px;
  background: #d4d0bf url("images/icon-arrow.svg") no-repeat center;
  background-size: 35%;
  border-radius: 0.25rem;
  left: 9.75rem;
}
section.section .layout .media_timeline_slideshow .slick-arrow:hover {
  background-color: #ff8c00;
}
section.section .layout .media_timeline_slideshow .slick-arrow.slick-prev {
  background: #d4d0bf url("images/icon-arrow-prev.svg") no-repeat center;
  background-size: 35%;
  left: 0;
}
section.section .layout .media_timeline_slideshow .slick-arrow.slick-prev:hover {
  background-color: #ff8c00;
}
section.section .layout .media_slideshow {
  padding: 4rem 0;
}
section.section .layout .media_slideshow h3 {
  font-size: 3.3333333333vw;
  line-height: 1;
  text-transform: none;
  margin-bottom: 3rem;
  color: #323b41;
  max-width: 20rem;
}
section.section .layout .media_slideshow h3 em {
  font-style: normal;
  position: relative;
  text-wrap: nowrap;
}
section.section .layout .media_slideshow h3 em:after {
  content: "";
  background: url("images/brush.svg") 0 100% repeat-x, url("images/brush.svg") 70px 100% repeat-x;
  z-index: -1;
  transform: rotate(-2deg);
  height: 7px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
section.section .layout .media_slideshow[data-padding="1"] {
  overflow: hidden;
}
section.section .layout .media_slideshow[data-padding="1"] .slideshow--nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  bottom: -3.5rem;
}
section.section .layout .media_slideshow[data-padding="1"] .slideshow--nav:after {
  content: "SCROLL";
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 700;
}
section.section .layout .media_slideshow[data-padding="1"] .slick-arrow {
  top: auto;
  bottom: -5rem;
  left: auto;
  right: auto;
  left: 50%;
  right: 50%;
  width: 1rem;
}
section.section .layout .media_slideshow[data-padding="1"] .slick-arrow.slick-prev {
  left: 50%;
  transform: translate(-7rem, -21px);
}
section.section .layout .media_slideshow[data-padding="1"] .slick-arrow.slick-next {
  right: 50%;
  transform: translate(5rem, -21px);
}
section.section .layout .media_slideshow[data-padding="1"] .slides {
  /*max-width: $s-base*40;*/
  /*margin: 0 auto;*/
}
section.section .layout .media_slideshow[data-padding="1"] .slides .slick-list {
  overflow: visible;
  margin: 0 auto;
  max-width: 50rem;
}
section.section .layout .media_slideshow[data-padding="1"] .slides .slick-list figure {
  max-width: 80%;
  margin: 0 auto;
  height: auto;
  padding-bottom: 0 !important;
  position: relative;
}
section.section .layout .media_slideshow[data-padding="1"] .slides .slick-list figure img {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  object-fit: unset;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
}
section.section .layout .media_slideshow .slide {
  text-align: center;
  overflow: hidden;
}
section.section .layout .media_slideshow .slide figure {
  position: relative;
  width: 100%;
  max-width: 40rem;
  height: 0;
  padding-bottom: 40% !important;
  margin: 0 auto;
}
section.section .layout .media_slideshow .slide figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  max-width: 40rem;
  border-radius: 0.25rem;
}
section.section .layout .media_slideshow .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -99999px;
  background: #e1ddcd url("images/icon-arrow.svg") no-repeat center;
  background-size: 40%;
  border-radius: 0.25rem;
}
section.section .layout .media_slideshow .slick-arrow.slick-next {
  right: 5rem;
}
section.section .layout .media_slideshow .slick-arrow.slick-prev {
  left: 5rem;
  background-image: url("images/icon-arrow-prev.svg");
}
section.section .layout .media_slideshow .slick-arrow:hover {
  background-color: #ff8c00;
}
section.section .layout .slideshow {
  position: relative;
}
section.section .layout .slideshow .mask {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.5942752101) 0%, rgba(255, 255, 255, 0) 55%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.5942752101) 0%, rgba(255, 255, 255, 0) 55%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5942752101) 0%, rgba(255, 255, 255, 0) 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section.section .layout .slideshow .slide figure {
  padding-bottom: 45%;
  height: 0;
  position: relative;
}
section.section .layout .slideshow .slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.section .layout .slideshow .slide .grid--wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
  width: 80%;
  height: 100%;
}
section.section .layout .slideshow .slide .slide__text {
  position: absolute;
  margin-left: -0.15rem;
  bottom: 4.5rem;
  z-index: 2;
  font-size: 6.6666666667vw;
  text-transform: uppercase;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 0.85;
  color: #ffffff;
  max-width: 25rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
section.section .layout .slideshow .slideshow--nav {
  width: 80%;
  max-width: 65.4545454545rem;
  text-align: left;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.5rem;
  padding-left: 0.9090909091rem;
  padding-right: 0.9090909091rem;
}
section.section .layout .slideshow .slideshow--nav li {
  display: inline-block;
  margin-right: 0.5rem;
}
section.section .layout .slideshow .slideshow--nav li:before {
  display: none;
}
section.section .layout .slideshow .slideshow--nav li button {
  background: #ffffff;
  opacity: 0.5;
  padding: 0;
  width: 0.55rem;
  height: 0.55rem;
  text-indent: -99999px;
}
section.section .layout .slideshow .slideshow--nav li.slick-active button {
  opacity: 1;
}
section.section ul {
  list-style: none;
}
section.section ul li {
  display: grid;
  grid-template-columns: 1fr 15fr;
}
section.section ul li:before {
  content: "";
  background: url("images/icon-tick.svg") no-repeat center;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  float: left;
  margin-right: 1rem;
}
section.section ul li:has(a:only-child) {
  display: block;
  max-width: none;
}
section.section ul li:has(a:only-child):before {
  display: none;
}

.single-partner section section.layout section.post-header .grid--wrapper .two-thirds figure {
  padding-bottom: 45%;
}
.single-partner section section.layout section.post-header .grid--wrapper .two-thirds figure img {
  max-width: 85%;
}

.single-team section section.layout section.post-header, .single-partner section section.layout section.post-header {
  min-height: 34rem;
}
.single-team section section.layout section.post-header h1, .single-partner section section.layout section.post-header h1 {
  text-transform: uppercase;
  margin-bottom: 0.5rem !important;
}
.single-team section section.layout section.post-header figure, .single-partner section section.layout section.post-header figure {
  max-width: 80%;
  margin: 0 auto;
  background: #fff;
}
.single-team section section.layout section.post-content .two-thirds li, .single-partner section section.layout section.post-content .two-thirds li {
  display: block;
}
.single-team section section.layout section.post-content .two-thirds .cta a, .single-partner section section.layout section.post-content .two-thirds .cta a {
  background: transparent;
  padding: 0;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
}
.single-team section section.layout section.post-content .two-thirds .cta a span, .single-partner section section.layout section.post-content .two-thirds .cta a span {
  display: block;
}
.single-team section section.layout section.post-content .two-thirds .cta a span.next, .single-partner section section.layout section.post-content .two-thirds .cta a span.next {
  padding: 0.5rem 0;
  color: #854b22;
  font-weight: 500;
}
.single-team section section.layout section.post-content .two-thirds .cta a span.next svg, .single-partner section section.layout section.post-content .two-thirds .cta a span.next svg {
  max-width: 0.5rem;
  display: inline-block;
}
.single-team section section.layout section.post-content .two-thirds .cta a span.next svg *, .single-partner section section.layout section.post-content .two-thirds .cta a span.next svg * {
  fill: #854b22 !important;
}
.single-team section section.layout section.post-content .two-thirds .cta a span.title, .single-partner section section.layout section.post-content .two-thirds .cta a span.title {
  font-size: 2.1666666667vw;
  text-align: right;
  align-self: end;
  font-weight: 400;
}
.single-team section section.layout section.post-content .two-thirds .cta a:hover span.next, .single-partner section section.layout section.post-content .two-thirds .cta a:hover span.next {
  color: #ff8c00;
}
.single-team section section.layout section.post-content .two-thirds .cta a:hover span.next svg *, .single-partner section section.layout section.post-content .two-thirds .cta a:hover span.next svg * {
  fill: orange !important;
}
.single-team section section.layout section.post-content .two-thirds .cta a:hover span.title, .single-partner section section.layout section.post-content .two-thirds .cta a:hover span.title {
  color: #323b41;
}

section.tax-header {
  background: #e1ddcd;
  padding: 0 0 3rem;
  margin-top: -1rem;
}
section.tax-header h1 {
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #323b41;
  text-transform: uppercase;
  font-size: 3.1666666667vw;
}

.archive #filters {
  margin: 2rem 0;
  border: 1px solid #d4d0bf;
  border-radius: 0.25rem;
  padding: 1rem;
  max-width: 16rem;
}
.archive #filters label {
  text-transform: uppercase;
  color: #323b41;
  display: block;
  margin-bottom: 0.5rem;
}
.archive #filters dd {
  border-bottom: 1px solid #d4d0bf;
}
.archive #filters dt {
  padding: 1rem 0;
}
.archive #filters dt .facetwp-checkbox {
  background: none;
  padding: 0;
}
.archive #filters dt .facetwp-checkbox:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 0.5rem;
  background: transparent;
  border: 1px solid #323b41;
  border-radius: 100%;
  position: relative;
  top: 0.25rem;
}
.archive #filters dt .facetwp-checkbox.checked:before {
  background: #ff8c00;
}
.archive #filters dt .facetwp-checkbox .facetwp-counter {
  display: none;
}

.pagination {
  margin: 2rem 0 0;
  font-size: 1.5vw;
  text-align: center;
}
.pagination * {
  padding: 0 0.25rem;
}
.pagination a {
  color: #666666;
}
.pagination a:hover {
  cursor: pointer;
}
.pagination span {
  color: #b5752e;
  font-weight: 700;
}

.award-list .single--post {
  padding: 2rem 0;
  border-bottom: 1px solid #323b41;
}
.award-list .single--post:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.award-list .single--post .half.last figure {
  margin-top: 1rem;
  max-width: 18rem;
}
.award-list .single--post figure img {
  max-height: 15rem !important;
  width: auto !important;
}
.award-list .single--post:last-child {
  border-bottom: 0;
}
.award-list .single--post ul.slick-dots {
  display: flex;
  margin-top: 1rem;
}
.award-list .single--post ul.slick-dots li {
  margin-right: 0.75rem;
}
.award-list .single--post ul.slick-dots li button {
  padding: 0.45rem 0.85rem;
}
.award-list .single--post .slick-arrow {
  text-indent: -99999px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
}
.award-list .single--post .slick-arrow.slick-prev {
  left: 1rem;
  background: #d4d0bf url("images/icon-arrow-prev.svg") no-repeat center;
  background-size: 35%;
}
.award-list .single--post .slick-arrow.slick-next {
  right: 1rem;
  background: #d4d0bf url("images/icon-arrow.svg") no-repeat center;
  background-size: 35%;
}
.award-list .single--post .slick-arrow.slick-disabled {
  opacity: 0;
}
.award-list .single--post .grid--column.half.sponsor.last {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 2rem;
}
.award-list .single--post .grid--column.half.sponsor.last figure {
  margin-top: 0;
}
.award-list .finalists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
  clear: both;
}
.award-list .finalists .grid--column.half.sponsor.last {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.award-list .finalists .slides button {
  text-indent: -99999px;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  left: 1%;
  width: 40px;
  height: 40px;
  padding: 0;
}
.award-list .finalists .slides button.slick-next {
  left: auto;
  right: 1%;
}
.award-list .finalists .slides button.slick-prev {
  background: #d4d0bf url("images/icon-arrow-prev.svg") no-repeat center;
  background-size: 35%;
}
.award-list .finalists .slides button.slick-next {
  background: #d4d0bf url("images/icon-arrow.svg") no-repeat center;
  background-size: 35%;
}
.award-list .finalists button.slick-disabled {
  opacity: 0;
}
.award-list .finalists .inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.award-list .finalists .inner .layout--slideshow {
  /*margin-bottom: -$s-base*2;*/
}
.award-list .finalists .inner .slides {
  /*display: none;*/
}
.award-list .finalists .inner .slideshow--nav ul li button {
  height: 0.4rem;
  width: 0.4rem;
}
.award-list .finalists .inner h3 {
  margin-bottom: 0.5rem;
  font-size: 1.8333333333vw;
}
.award-list .finalists .inner h4 {
  font-size: 1.25vw;
}

.single--post {
  padding: 2rem 0;
  border-bottom: 1px solid #323b41;
}
.single--post:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.tax-award-category .single--post {
  padding-bottom: 2rem;
}
.tax-award-category .single--post:last-of-type {
  border-bottom: 0;
  margin-bottom: 3rem;
}
.tax-award-category .single--post h2 {
  max-width: none;
  font-size: 2.3333333333vw;
  margin: 0 0 1rem;
}
.tax-award-category .single--post .slides {
  overflow: hidden;
}
.tax-award-category .single--post .slides .slide {
  overflow: hidden;
  width: 100%;
}
.tax-award-category .single--post .slides .slide img {
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
  display: block;
}
.tax-award-category .single--post .half h4 {
  text-transform: none;
  color: #323b41;
}
.tax-award-category .single--post .half h3 {
  color: #ff8c00;
  font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2vw;
}
.tax-award-category .single--post .half span {
  text-transform: uppercase;
  font-size: 1.1666666667vw;
}
.tax-award-category .single--post .half figure {
  text-align: right;
}
.tax-award-category .single--post .half img, .tax-award-category .single--post .half svg {
  display: block;
  max-width: 10rem;
  margin: 0.5rem 0 0;
  float: right;
}
.tax-award-category .single--post .half:last-of-type {
  text-align: right;
}
.tax-award-category .single--post .slideshow--nav {
  margin-top: 1.5rem;
}
.tax-award-category .single--post .slideshow--nav ul {
  display: flex;
  margin: -0.5rem auto 2rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.tax-award-category .single--post .slideshow--nav ul li {
  margin: 0 0.2rem;
}
.tax-award-category .single--post .slideshow--nav ul li button {
  text-indent: -9999px;
  background: #323b41;
  padding: 0;
  height: 0.6rem;
  width: 0.6rem;
}
.tax-award-category hr {
  height: 1px;
  background: #d4d0bf;
  width: 100%;
  margin: 2rem 0;
  display: block;
  opacity: 1;
}

body.post-type-archive-award section.section .layout {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 21px;
  }
  body {
    font-size: 21px;
  }
  h2, h3 {
    font-size: 45px;
  }
  h3 {
    font-size: 43px;
  }
  h4 {
    font-size: 29px;
  }
  button {
    font-size: 23px;
  }
  a.btn {
    font-size: 21px;
  }
  .cta {
    font-size: 33px;
  }
  .cta a {
    font-size: 21px;
  }
  header .grid--wrapper .grid--column.full .navigation ul li a {
    font-size: 18px;
  }
  header .grid--wrapper .grid--column.full .nav__links button {
    font-size: 24px !important;
  }
  header .grid--wrapper .grid--column.full .nav__links a.btn {
    font-size: 24px !important;
  }
  #partners h3 {
    font-size: 33px;
  }
  footer {
    font-size: 20px;
  }
  footer h3 {
    font-size: 24px;
  }
  footer ::-webkit-input-placeholder {
    font-size: 23px;
  }
  footer :-moz-placeholder {
    font-size: 23px;
  }
  footer ::-moz-placeholder {
    font-size: 23px;
  }
  footer :-ms-input-placeholder {
    font-size: 23px;
  }
  footer form input {
    font-size: 23px;
  }
  section.section .layout .header .grid--wrapper .half h1, section.section .layout .header .grid--wrapper .half span.parent, section.section .layout .header_background_image .grid--wrapper .half h1, section.section .layout .header_background_image .grid--wrapper .half span.parent {
    font-size: 14px;
  }
  section.section .layout .header .grid--wrapper .half h2, section.section .layout .header_background_image .grid--wrapper .half h2 {
    font-size: 75px;
  }
  section.section .layout .header .grid--wrapper .half .btn, section.section .layout .header_background_image .grid--wrapper .half .btn {
    font-size: 24px;
  }
  section.section .layout .header .grid--wrapper .third, section.section .layout .header_background_image .grid--wrapper .third {
    font-size: 43px;
  }
  section.section .layout .header .header-content .two-thirds p, section.section .layout .header_background_image .header-content .two-thirds p {
    font-size: 25px;
  }
  section.section .layout .post-header .grid--wrapper .half span, section.section .layout .post-header .grid--wrapper .half span.parent {
    font-size: 14px;
  }
  section.section .layout .post-header .grid--wrapper .half h1 {
    font-size: 75px;
  }
  section.section .layout .post-header .grid--wrapper .half .btn {
    font-size: 24px;
  }
  section.section .layout .post-header .grid--wrapper .third h1 {
    font-size: 43px;
  }
  section.section .layout .post-header .grid--wrapper .third .title {
    font-size: 19px;
  }
  section.section .layout .post-header .grid--wrapper .third .company {
    font-size: 18px;
  }
  section.section .layout .global_latest_news h3 {
    font-size: 45px;
  }
  section.section .layout .global_latest_news .single--post .inner .tag {
    font-size: 14px;
  }
  section.section .layout .global_latest_news .single--post .inner h4 a {
    font-size: 21px;
  }
  section.section .layout .global_latest_news .single--post .inner p {
    font-size: 19px;
  }
  section.section .layout .links_three_column .third span.tag {
    font-size: 14px;
  }
  section.section .layout .links_three_column .third h3 {
    font-size: 50px;
  }
  section.section .layout .archive_partners .partner-grid .partner-type h2 {
    font-size: 49px;
  }
  section.section .layout .archive_partners .partner-grid .partner-type h2 span:first-child {
    font-size: 49px;
  }
  section.section .layout .archive_partners .partner-grid .partner-member .inner p {
    font-size: 27px;
  }
  section.section .layout .archive_team .team-grid .member-type h2 {
    font-size: 49px;
  }
  section.section .layout .archive_team .team-grid .member-type h2 span:last-child {
    font-size: 49px;
  }
  section.section .layout .archive_team .members-grid .team-member h3 {
    font-size: 29px;
  }
  section.section .layout .archive_team .members-grid .team-member span {
    font-size: 19px;
  }
  section.section .layout .archive_team .team-grid .member-type.board .members-grid .team-member .inner .more {
    font-size: 18px;
  }
  section.section .layout .archive_news .third h4 {
    font-size: 25px;
  }
  section.section .layout .archive_news .single--post .inner .tag {
    font-size: 14px;
  }
  section.section .layout .archive_news .single--post .inner h4 {
    font-size: 33px;
  }
  section.section .layout .archive_news .single--post .inner p {
    font-size: 19px;
  }
  section.section .layout .archive_news .single--post.newsflash .title h4 {
    font-size: 33px;
  }
  section.section .layout .archive_news .single--post.newsflash .excerpt .date {
    font-size: 17px;
  }
  section.section .layout .archive_news .single--post.newsflash .excerpt * {
    font-size: 19px;
  }
  section.section .layout .global_links_news .quick-links {
    padding: 2rem 0;
  }
  section.section .layout .global_links_news .quick-links .single--post .content span.tag {
    font-size: 14px;
  }
  section.section .layout .global_links_news .quick-links .single--post .content p {
    font-size: 33px;
  }
  section.section .layout .global_links_news .news .more {
    font-size: 17px;
  }
  section.section .layout .global_links_news .news .single--post .content span.tag {
    font-size: 14px;
  }
  section.section .layout .global_links_news .news .single--post .content p {
    font-size: 18px;
  }
  section.section .layout .global_links_news .news .single--post .content h4 a {
    font-size: 21px;
  }
  section.section .layout .content_text_image .title h3, section.section .layout .content_text_image .half h3 {
    font-size: 49px;
  }
  section.section .layout .content_text_image .title h3 em, section.section .layout .content_text_image .half h3 em {
    font-size: 49px;
  }
  section.section .layout .content_text_image .half p:first-of-type {
    font-size: 23px;
  }
  section.section .layout .content_text_image .half ul li {
    font-size: 18px;
  }
  section.section .layout .content_text_image .half a:last-of-type {
    font-size: 21px;
  }
  section.section .layout .content_text_image .half figcaption {
    font-size: 15px;
  }
  section.section .layout .comparison_table .table__title h3 {
    font-size: 49px;
  }
  section.section .layout .comparison_table .table__title h3 em {
    font-size: 49px;
  }
  section.section .layout .comparison_table .inclusion__section h4 {
    font-size: 39px;
  }
  section.section .layout .comparison_table .tabs div {
    font-size: 33px;
  }
  section.section .layout .comparison_table .inclusions__content {
    font-size: 18px;
  }
  section.section .layout .links_four_column .quarter .linkbox__title h3 {
    font-size: 38px;
  }
  section.section .layout .links_four_column .quarter .linkbox__title span.tag {
    font-size: 14px;
  }
  section.section .layout .post-content .grid--wrapper .third .quote p {
    font-size: 43px;
  }
  section.section .layout .post-content .grid--wrapper .third .quote p em {
    font-size: 43px;
  }
  section.section .layout .post-content .grid--wrapper .third .latest-news h3, section.section .layout .post-content .grid--wrapper .third .team-members h3 {
    font-size: 33px;
  }
  section.section .layout .post-content .grid--wrapper .third .latest-news .posts > a:last-of-type, section.section .layout .post-content .grid--wrapper .third .latest-news .members > a:last-of-type, section.section .layout .post-content .grid--wrapper .third .team-members .posts > a:last-of-type, section.section .layout .post-content .grid--wrapper .third .team-members .members > a:last-of-type {
    font-size: 17px;
  }
  section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-member:has(span) span, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-member:has(span) span, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-member:has(span) span, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-member:has(span) span {
    font-size: 17px;
  }
  section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-member h4 a, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-member h4 a, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-member h4 a, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-member h4 a {
    font-size: 27px;
  }
  section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-article .date, section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-member .date, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-article .date, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-member .date, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-article .date, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-member .date, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-article .date, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-member .date {
    font-size: 17px;
  }
  section.section .layout .newsflash .title h4 {
    font-size: 33px;
  }
  section.section .layout .newsflash .excerpt .date {
    font-size: 17px;
  }
  section.section .layout .newsflash .excerpt * {
    font-size: 19px;
  }
  section.section .layout .content_two_column .grid--wrapper .third * {
    font-size: 37px;
  }
  section.section .layout .content_two_column .grid--wrapper .third #sub-navigation label, section.section .layout .content_two_column_reversed .grid--wrapper .third #sub-navigation label, section.section .layout .content_two_column_submenu .grid--wrapper .third #sub-navigation label, section.section .layout .post-content .grid--wrapper .third #sub-navigation label, section.section .layout .media_two_column_video .grid--wrapper .third #sub-navigation label, section.section .layout .media_two_column_image .grid--wrapper .third #sub-navigation label {
    font-size: 20px;
  }
  section.section .layout .content_two_column .grid--wrapper .third p a:last-child, section.section .layout .content_two_column_reversed .grid--wrapper .third p a:last-child, section.section .layout .content_two_column_submenu .grid--wrapper .third p a:last-child, section.section .layout .post-content .grid--wrapper .third p a:last-child, section.section .layout .media_two_column_video .grid--wrapper .third p a:last-child, section.section .layout .media_two_column_image .grid--wrapper .third p a:last-child {
    font-size: 21px;
  }
  section.section .layout .content_two_column .grid--wrapper .third h3, section.section .layout .content_two_column_reversed .grid--wrapper .third h3, section.section .layout .content_two_column_submenu .grid--wrapper .third h3, section.section .layout .post-content .grid--wrapper .third h3, section.section .layout .media_two_column_video .grid--wrapper .third h3, section.section .layout .media_two_column_image .grid--wrapper .third h3 {
    font-size: 43px;
  }
  section.section .layout .content_two_column .grid--wrapper .third h3 em, section.section .layout .content_two_column_reversed .grid--wrapper .third h3 em, section.section .layout .content_two_column_submenu .grid--wrapper .third h3 em, section.section .layout .post-content .grid--wrapper .third h3 em, section.section .layout .media_two_column_video .grid--wrapper .third h3 em, section.section .layout .media_two_column_image .grid--wrapper .third h3 em {
    font-size: 49px;
  }
  section.section .layout .content_two_column .grid--wrapper .third .stickybox .content p, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox .content p, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox .content p, section.section .layout .post-content .grid--wrapper .third .stickybox .content p, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox .content p, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox .content p {
    font-size: 19px;
  }
  section.section .layout .content_two_column .grid--wrapper .third .stickybox .content h3, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox .content h3, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox .content h3, section.section .layout .post-content .grid--wrapper .third .stickybox .content h3, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox .content h3, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox .content h3 {
    font-size: 33px;
  }
  section.section .layout .content_two_column .grid--wrapper .third .stickybox .content a:last-child, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox .content a:last-child, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox .content a:last-child, section.section .layout .post-content .grid--wrapper .third .stickybox .content a:last-child, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox .content a:last-child, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox .content a:last-child {
    font-size: 21px;
  }
  section.section .layout .content_two_column .grid--wrapper .full, section.section .layout .content_two_column_reversed .grid--wrapper .full, section.section .layout .content_two_column_submenu .grid--wrapper .full, section.section .layout .post-content .grid--wrapper .full, section.section .layout .media_two_column_video .grid--wrapper .full, section.section .layout .media_two_column_image .grid--wrapper .full {
    font-size: 33px;
  }
  section.section .layout .content_two_column .grid--wrapper .two-thirds p:first-child, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds p:first-child, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds p:first-child, section.section .layout .post-content .grid--wrapper .two-thirds p:first-child, section.section .layout .media_two_column_video .grid--wrapper .two-thirds p:first-child, section.section .layout .media_two_column_image .grid--wrapper .two-thirds p:first-child {
    font-size: 25px;
  }
  section.section .layout .content_two_column .grid--wrapper .two-thirds h2, section.section .layout .content_two_column .grid--wrapper .two-thirds h3, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds h2, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds h3, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds h2, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds h3, section.section .layout .post-content .grid--wrapper .two-thirds h2, section.section .layout .post-content .grid--wrapper .two-thirds h3, section.section .layout .media_two_column_video .grid--wrapper .two-thirds h2, section.section .layout .media_two_column_video .grid--wrapper .two-thirds h3, section.section .layout .media_two_column_image .grid--wrapper .two-thirds h2, section.section .layout .media_two_column_image .grid--wrapper .two-thirds h3 {
    font-size: 31px;
  }
  section.section .layout .header_background_image .grid--wrapper .half h1 {
    font-size: 75px;
  }
  section.section .layout .content_two_column_reversed .grid--wrapper .third h3 {
    font-size: 33px;
  }
  section.section .layout .content_two_column_reversed .grid--wrapper .third h4 {
    font-size: 27px;
  }
  section.section .layout .content_two_column_reversed .grid--wrapper .third p, section.section .layout .content_two_column_reversed .grid--wrapper .third li {
    font-size: 23px;
  }
  section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds h3 {
    font-size: 33px;
  }
  section.section .layout .content_three_column h3, section.section .layout .content_four_column h3 {
    font-size: 33px;
  }
  section.section .layout .content_three_column h3:first-of-type, section.section .layout .content_four_column h3:first-of-type {
    font-size: 14px;
  }
  section.section .layout .content_three_column a:last-child, section.section .layout .content_four_column a:last-child {
    font-size: 19px;
  }
  section.section .layout .global_search h3 {
    font-size: 60px;
  }
  section.section .layout .global_search h3 span {
    font-size: 60px;
  }
  section.section .layout .global_search form input {
    font-size: 23px;
  }
  section.section .layout .global_search form input[type=submit] {
    font-size: 33px;
  }
  section.section .layout .media_timeline_slideshow .third h3 {
    font-size: 50px;
  }
  section.section .layout .media_timeline_slideshow .slides .slide h3 {
    font-size: 27px;
  }
  section.section .layout .media_timeline_slideshow .slides .slide h4 {
    font-size: 19px;
  }
  section.section .layout .media_timeline_slideshow .slides .slide div.bio span.years {
    font-size: 25px;
  }
  section.section .layout .media_timeline_slideshow .slideshow--nav:after {
    font-size: 19px;
  }
  section.section .layout .media_slideshow h3 {
    font-size: 45px;
  }
  section.section .layout .media_slideshow[data-padding="1"] .slideshow--nav:after {
    font-size: 17px;
  }
  section.section .layout .slideshow .slide figure {
    padding-bottom: 30%;
  }
  section.section .layout .slideshow .slide .slide__text {
    font-size: 85px;
  }
  .single-team section section.layout section.post-content .two-thirds .cta a span.title, .single-partner section section.layout section.post-content .two-thirds .cta a span.title {
    font-size: 31px;
  }
  section.tax-header h1 {
    font-size: 43px;
  }
  .tax-award-category .single--post h2 {
    font-size: 33px;
  }
  .tax-award-category .single--post .half h3 {
    font-size: 29px;
  }
  .tax-award-category .single--post .half span {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .grid--column {
    float: none;
    clear: both;
  }
  html {
    font-size: 18px;
  }
  body {
    font-size: 18px;
    /*margin-top: $s-base*4;*/
  }
  h2, h3 {
    font-size: 45px;
  }
  h2 em, h2 span:last-of-type, h3 em, h3 span:last-of-type {
    font-size: 45px;
  }
  h2 {
    margin-bottom: 1rem;
  }
  h3 {
    font-size: 43px;
  }
  h3 em, h3 span:last-of-type {
    font-size: 43px;
  }
  h4 {
    font-size: 29px;
  }
  button {
    font-size: 23px;
  }
  a.btn, .btn a {
    font-size: 18px;
  }
  section .grid--wrapper {
    max-width: 95%;
  }
  .cta {
    padding: 0.75rem;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
  .cta a {
    font-size: 18px;
    margin: 0 auto;
  }
  .cta a:last-child {
    margin: 1rem 0 0;
    width: auto;
    float: none;
  }
  header {
    padding: 0.75rem 0;
  }
  header .grid--wrapper .grid--column.full {
    grid-template-columns: 3fr 4fr;
    margin-bottom: 0;
    align-items: center;
    z-index: 5;
  }
  header .grid--wrapper .grid--column.full .navigation {
    position: absolute;
    top: 0;
    left: 0;
  }
  header .grid--wrapper .grid--column.full .navigation ul.menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #b5752e;
    z-index: -1;
  }
  header .grid--wrapper .grid--column.full .navigation ul.menu > li {
    padding: 0.5rem 1.5rem;
  }
  header .grid--wrapper .grid--column.full .navigation ul.menu > li a {
    font-size: 24px;
    color: #ffffff !important;
  }
  header .grid--wrapper .grid--column.full .navigation ul.menu > li:first-child {
    padding-top: 7rem;
  }
  header .grid--wrapper .grid--column.full .navigation ul.menu > li:last-child {
    padding-bottom: 3rem;
  }
  header .grid--wrapper .grid--column.full .navigation ul.menu > li ul.sub-menu {
    position: relative;
    margin-bottom: 1rem;
    height: auto !important;
  }
  header .grid--wrapper .grid--column.full .navigation ul.menu > li ul.sub-menu li a {
    text-transform: none;
    font-size: 17px;
  }
  header .grid--wrapper .grid--column.full .logo {
    margin-right: 1rem;
  }
  header .grid--wrapper .grid--column.full .nav__links {
    align-self: flex-end;
    margin: 0 0 0 auto;
  }
  header .grid--wrapper .grid--column.full .nav__links .button {
    padding: 0.25rem 0.5rem 0.05rem !important;
    font-size: 18px !important;
    line-height: 1;
    height: auto;
  }
  header .grid--wrapper .grid--column.full .nav__links a.btn {
    padding: 0.25rem 0.5rem !important;
    font-size: 18px !important;
    line-height: 1;
    height: auto;
  }
  header .grid--wrapper .grid--column.full .nav__links .activatemenu {
    display: block;
    /*position: absolute;
    left: 0;
    top: 42px;*/
  }
  header .grid--wrapper .grid--column.full .nav__links .activatemenu span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: "PP Right Grotesk", "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    display: inline-block;
    position: relative;
    top: -2px;
  }
  header .grid--wrapper .grid--column.full .nav__links .activatemenu .hamburger {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    margin-right: 0;
    position: relative;
    width: 29px;
    height: 16px;
    top: 0px;
  }
  header .grid--wrapper .grid--column.full .nav__links .activatemenu .hamburger_bar {
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    display: block;
    width: 100%;
    position: absolute;
    top: 8px;
    left: 0;
    border-bottom: 2px solid #fff;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  header .grid--wrapper .grid--column.full .nav__links .activatemenu .hamburger_bar_one {
    top: 0;
  }
  header .grid--wrapper .grid--column.full .nav__links .activatemenu .hamburger_bar_two {
    top: 8px;
  }
  header .grid--wrapper .grid--column.full .nav__links .activatemenu .hamburger_bar_three {
    top: 16px;
  }
  header .grid--wrapper .grid--column.full .nav__links .activatemenu.active .hamburger_bar {
    border-color: #fff !important;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  header .grid--wrapper .grid--column.full .nav__links .activatemenu.active .hamburger_bar_one {
    -webkit-transform: rotate(45deg) translateX(8px) translateY(7px);
    -ms-transform: rotate(45deg) translateX(8px) translateY(8px);
    transform: rotate(45deg) translateX(8px) translateY(8px);
  }
  header .grid--wrapper .grid--column.full .nav__links .activatemenu.active .hamburger_bar_two {
    opacity: 0;
  }
  header .grid--wrapper .grid--column.full .nav__links .activatemenu.active .hamburger_bar_three {
    -webkit-transform: rotate(-45deg) translateX(2px) translateY(-4px);
    -ms-transform: rotate(-45deg) translateX(2px) translateY(-4px);
    transform: rotate(-45deg) translateX(2px) translateY(-4px);
  }
  header .grid--wrapper .grid--column.full .nav__links .activatemenu.active > span {
    opacity: 0;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  header.sticky .activatemenu .hamburger_bar, header:hover .activatemenu .hamburger_bar {
    border-color: #323b41 !important;
  }
  header.sticky .grid--wrapper .grid--column.full .logo svg *, header:hover .grid--wrapper .grid--column.full .logo svg * {
    fill: #fff !important;
  }
  header.sticky .grid--wrapper .grid--column.full .logo svg *:nth-child(5), header:hover .grid--wrapper .grid--column.full .logo svg *:nth-child(5) {
    fill: #ea963d !important;
  }
  header.sticky .grid--wrapper .grid--column.full .logo svg *:nth-child(6), header:hover .grid--wrapper .grid--column.full .logo svg *:nth-child(6) {
    fill: #b5752e !important;
  }
  header.active .grid--wrapper .grid--column.full .logo svg * {
    fill: #fff !important;
  }
  header.active .grid--wrapper .grid--column.full .logo svg *:last-child, header.active .grid--wrapper .grid--column.full .logo svg *:first-child, header.active .grid--wrapper .grid--column.full .logo svg *:nth-child(2), header.active .grid--wrapper .grid--column.full .logo svg *:nth-child(3), header.active .grid--wrapper .grid--column.full .logo svg *:nth-child(4), header.active .grid--wrapper .grid--column.full .logo svg *:nth-child(5) {
    fill: #fff !important;
  }
  header.active .grid--wrapper .grid--column.full .navigation ul.menu {
    max-height: 100vh;
    overflow: auto;
  }
  section.section .layout .archive_partners .partner-grid .partner-member .logo img, section.section .layout .archive_partners .partner-grid .partner-member .logo svg {
    max-width: 14rem;
  }
  #partners {
    padding: 2rem 0;
  }
  #partners h3 {
    font-size: 33px;
    margin-bottom: 1rem;
  }
  #partners .partner-logo.slick-current figure svg, #partners .partner-logo.slick-current figure img {
    transform: scale(1.25) translate(-43%, -30%);
  }
  footer {
    font-size: 15px;
    padding: 2.5rem 0;
  }
  footer svg {
    max-width: 10rem;
  }
  footer .grid--column.third {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 1rem;
    margin-bottom: 0;
    max-width: 80%;
  }
  footer .columns {
    display: block;
    font-size: 15px;
  }
  footer .columns p {
    margin-bottom: 0.5rem;
  }
  footer h3 {
    font-size: 24px;
  }
  footer ::-webkit-input-placeholder {
    font-size: 15px;
  }
  footer :-moz-placeholder {
    font-size: 15px;
  }
  footer ::-moz-placeholder {
    font-size: 15px;
  }
  footer :-ms-input-placeholder {
    font-size: 15px;
  }
  footer form input {
    font-size: 15px;
  }
  section.section .layout {
    margin: 0 !important;
    padding-bottom: 0rem;
  }
  section.section .layout div > select {
    font-size: 20px !important;
  }
  section.section .layout .header, section.section .layout .header_background_image {
    margin-bottom: 2rem;
    /*padding-top: $s-base*3;*/
  }
  section.section .layout .header .grid--wrapper .half h1, section.section .layout .header .grid--wrapper .half span.parent, section.section .layout .header_background_image .grid--wrapper .half h1, section.section .layout .header_background_image .grid--wrapper .half span.parent {
    font-size: 12px;
    margin-bottom: 0.5rem;
  }
  section.section .layout .header .grid--wrapper .half h2, section.section .layout .header_background_image .grid--wrapper .half h2 {
    margin-top: 2rem;
    margin-bottom: 0 !important;
    font-size: 44px;
  }
  section.section .layout .header .grid--wrapper .half .btn, section.section .layout .header_background_image .grid--wrapper .half .btn {
    margin-top: 1.5rem;
    font-size: 24px;
  }
  section.section .layout .header .grid--wrapper .third, section.section .layout .header_background_image .grid--wrapper .third {
    font-size: 43px;
  }
  section.section .layout .header .background, section.section .layout .header_background_image .background {
    padding-top: 5rem;
  }
  section.section .layout .header .background .half h2, section.section .layout .header_background_image .background .half h2 {
    margin-bottom: 1rem;
  }
  section.section .layout .header .background .two-thirds, section.section .layout .header_background_image .background .two-thirds {
    float: none;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  section.section .layout .header .background .two-thirds figure, section.section .layout .header_background_image .background .two-thirds figure {
    max-width: none;
    width: 100%;
  }
  section.section .layout .header .header-content .two-thirds, section.section .layout .header_background_image .header-content .two-thirds {
    margin: 0 auto;
    width: 100%;
    float: none;
  }
  section.section .layout .header .header-content .two-thirds p, section.section .layout .header_background_image .header-content .two-thirds p {
    font-size: 22px;
  }
  section.section .layout .post-header {
    min-height: 0;
  }
  section.section .layout .post-header > .grid--wrapper {
    clear: none;
    margin-top: 5rem;
  }
  section.section .layout .post-header .background {
    padding-top: 5rem;
  }
  section.section .layout .post-header .grid--wrapper .half span, section.section .layout .post-header .grid--wrapper .half span.parent {
    font-size: 12px;
  }
  section.section .layout .post-header .grid--wrapper .half h1 {
    font-size: 55px;
  }
  section.section .layout .post-header .grid--wrapper .half .btn {
    font-size: 24px;
  }
  section.section .layout .post-header .grid--wrapper .third h1 {
    font-size: 43px;
  }
  section.section .layout .post-header .grid--wrapper .third .title {
    font-size: 17px;
  }
  section.section .layout .post-header .grid--wrapper .third .company {
    font-size: 18px;
    line-height: 1.35;
  }
  section.section .layout .post-header .grid--wrapper .two-thirds {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: -3rem;
  }
  section.section .layout .post-header .grid--wrapper .two-thirds figure {
    width: 100%;
  }
  section.section .layout .global_latest_news {
    padding: 1.5rem 0;
  }
  section.section .layout .global_latest_news h3 {
    font-size: 45px;
    margin-bottom: 1rem;
  }
  section.section .layout .global_latest_news .single--post {
    padding: 0 0.4545454545rem;
  }
  section.section .layout .global_latest_news .single--post .inner .tag {
    font-size: 12px;
  }
  section.section .layout .global_latest_news .single--post .inner h4 a {
    font-size: 18px;
  }
  section.section .layout .global_latest_news .single--post .inner p {
    font-size: 17px;
  }
  section.section .layout .global_latest_news .single--post .inner * {
    max-width: none;
  }
  section.section .layout .global_latest_news .single--post .content {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
  section.section .layout .global_latest_news .single--post .content h4 {
    font-size: 24px;
  }
  section.section .layout .global_latest_news .single--post .content span.tag {
    font-size: 12px;
  }
  section.section .layout .global_latest_news .single--post .content figure {
    margin-bottom: 1rem;
    padding-bottom: 60%;
    width: 100%;
    max-width: 100%;
  }
  section.section .layout .global_latest_news .single--post .content .inner {
    order: 2;
  }
  section.section .layout .global_latest_news .single--post .content p {
    font-size: 18px;
  }
  section.section .layout .global_latest_news .single--post .content h4 a {
    font-size: 18px;
  }
  section.section .layout .links_three_column {
    padding: 0;
  }
  section.section .layout .links_three_column .grid--wrapper {
    display: block;
    padding: 0 0.4545454545rem;
  }
  section.section .layout .links_three_column .third .linkbox__content {
    padding: 1rem 1rem 2rem;
  }
  section.section .layout .links_three_column .third span.tag {
    font-size: 12px;
  }
  section.section .layout .links_three_column .third h3 {
    font-size: 44px;
  }
  section.section .layout .links_three_column .third h3 span:last-of-type {
    font-size: 44px;
  }
  section.section .layout .links_three_column .third figure {
    overflow: hidden;
  }
  section.section .layout .archive_partners .partner-grid .partner-type h2 {
    font-size: 49px;
  }
  section.section .layout .archive_partners .partner-grid .partner-type h2 span:first-child, section.section .layout .archive_partners .partner-grid .partner-type h2 span:last-of-type {
    font-size: 49px;
  }
  section.section .layout .archive_partners .partner-grid .partner-member {
    display: block;
  }
  section.section .layout .archive_partners .partner-grid .partner-member .inner {
    margin-top: 2rem;
  }
  section.section .layout .archive_partners .partner-grid .partner-member .inner p {
    font-size: 22px;
  }
  section.section .layout .archive_team .team-grid .member-type, section.section .layout .archive_board .team-grid .member-type {
    margin-bottom: 0;
  }
  section.section .layout .archive_team .team-grid .member-type h2, section.section .layout .archive_board .team-grid .member-type h2 {
    font-size: 49px;
  }
  section.section .layout .archive_team .team-grid .member-type h2 span:last-child, section.section .layout .archive_board .team-grid .member-type h2 span:last-child {
    font-size: 49px;
  }
  section.section .layout .archive_team .team-grid .member-type.half, section.section .layout .archive_board .team-grid .member-type.half {
    flex: none;
  }
  section.section .layout .archive_team .team-grid .member-type.board .members-grid .team-member .inner h3, section.section .layout .archive_board .team-grid .member-type.board .members-grid .team-member .inner h3 {
    margin: 0;
  }
  section.section .layout .archive_team .team-grid .member-type.board .members-grid .team-member .inner .title, section.section .layout .archive_board .team-grid .member-type.board .members-grid .team-member .inner .title {
    margin-bottom: 0.5rem;
  }
  section.section .layout .archive_team .members-grid, section.section .layout .archive_board .members-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  section.section .layout .archive_team .members-grid .team-member h3, section.section .layout .archive_board .members-grid .team-member h3 {
    font-size: 22px;
    margin-bottom: 0.25rem;
  }
  section.section .layout .archive_team .members-grid .team-member span, section.section .layout .archive_board .members-grid .team-member span {
    font-size: 14px;
  }
  section.section .layout .archive_team .members-grid .team-member .inner, section.section .layout .archive_board .members-grid .team-member .inner {
    padding: 0;
  }
  section.section .layout .archive_team .team-grid .member-type.board .members-grid .team-member .inner .more, section.section .layout .archive_board .team-grid .member-type.board .members-grid .team-member .inner .more {
    font-size: 18px;
  }
  section.section .layout .archive_news .project-grid {
    width: 100%;
    float: none;
  }
  section.section .layout .archive_news .third {
    position: relative;
    top: 0;
    margin-bottom: 0;
  }
  section.section .layout .archive_news .third h4 {
    margin-bottom: 0;
    font-size: 22px;
  }
  section.section .layout .archive_news .third h4:after {
    float: right;
    content: "+";
    font-size: 32px;
    position: relative;
    top: -1px;
  }
  section.section .layout .archive_news .third #filter-wrapper {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -moz-transition-property: max-height;
    -o-transition-property: max-height;
    -webkit-transition-property: max-height;
    transition-property: max-height;
    -moz-transition-duration: "0.2s";
    -o-transition-duration: "0.2s";
    -webkit-transition-duration: "0.2s";
    transition-duration: "0.2s";
    -moz-transition-timing-function: "ease-in-out";
    -o-transition-timing-function: "ease-in-out";
    -webkit-transition-timing-function: "ease-in-out";
    transition-timing-function: "ease-in-out";
    -moz-transition-delay: "0s";
    -o-transition-delay: "0s";
    -webkit-transition-delay: "0s";
    transition-delay: "0s";
  }
  section.section .layout .archive_news .third #filters {
    font-size: 16px;
  }
  section.section .layout .archive_news .third #filters .facetwp-facet {
    margin-bottom: 0;
  }
  section.section .layout .archive_news .third #filters .facetwp-display-value {
    position: relative;
    top: 1px;
  }
  section.section .layout .archive_news .third.active h4:after {
    content: "-";
  }
  section.section .layout .archive_news .third.active #filter-wrapper {
    max-height: 100vh;
    overflow: auto;
  }
  section.section .layout .archive_news .two-thirds {
    width: 100%;
    float: none;
  }
  section.section .layout .archive_news .single--post .inner .tag {
    font-size: 10px;
    margin-bottom: 0.15rem;
    display: inline-block;
    padding: 0.15rem 0.5rem;
  }
  section.section .layout .archive_news .single--post .inner .tag:last-of-type {
    margin-bottom: 1rem;
  }
  section.section .layout .archive_news .single--post .inner h4 {
    font-size: 28px;
  }
  section.section .layout .archive_news .single--post .inner p {
    font-size: 15px;
    display: none;
  }
  section.section .layout .archive_news .single--post .content {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  section.section .layout .archive_news .single--post figure {
    margin-bottom: 0;
    padding-bottom: 150%;
    height: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem;
  }
  section.section .layout .archive_news .single--post figure a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  section.section .layout .archive_news .single--post figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
    max-width: 150%;
    max-height: 150%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    margin: 0;
  }
  section.section .layout .archive_news .single--post.newsflash .content {
    display: block;
  }
  section.section .layout .archive_news .single--post.newsflash .title h4 {
    font-size: 22px;
  }
  section.section .layout .archive_news .single--post.newsflash .excerpt {
    display: none;
    padding: 0;
  }
  section.section .layout .archive_news .single--post.newsflash .excerpt .date {
    font-size: 15px;
  }
  section.section .layout .archive_news .single--post.newsflash .excerpt * {
    font-size: 15px;
  }
  section.section .layout .global_links_news {
    padding: 0;
    margin-bottom: 2rem;
  }
  section.section .layout .global_links_news .quick-links {
    padding: 2rem 0.4545454545rem;
    margin-bottom: 0;
  }
  section.section .layout .global_links_news .quick-links .single--post .content {
    max-width: 100%;
  }
  section.section .layout .global_links_news .quick-links .single--post .content span.tag {
    font-size: 12px;
  }
  section.section .layout .global_links_news .quick-links .single--post .content p {
    font-size: 33px;
  }
  section.section .layout .global_links_news .news {
    float: none;
    max-width: 95%;
    margin: 0 auto;
    padding: 1.5rem;
    clear: both;
  }
  section.section .layout .global_links_news .news h3 {
    margin-bottom: 2rem;
  }
  section.section .layout .global_links_news .news .more {
    font-size: 17px;
  }
  section.section .layout .global_links_news .news .single--post .content {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
  section.section .layout .global_links_news .news .single--post .content h4 {
    font-size: 24px;
  }
  section.section .layout .global_links_news .news .single--post .content span.tag {
    font-size: 12px;
  }
  section.section .layout .global_links_news .news .single--post .content figure {
    margin-bottom: 1rem;
    padding-bottom: 60%;
  }
  section.section .layout .global_links_news .news .single--post .content .inner {
    order: 2;
    max-width: 100%;
  }
  section.section .layout .global_links_news .news .single--post .content p {
    font-size: 18px;
  }
  section.section .layout .global_links_news .news .single--post .content h4 a {
    font-size: 18px;
  }
  section.section .layout .content_one_column, section.section .layout .content_one_column_accordion {
    padding: 0;
  }
  section.section .layout .content_one_column .grid--wrapper dl.accordion dt, section.section .layout .content_one_column_accordion .grid--wrapper dl.accordion dt {
    font-size: 24px;
  }
  section.section .layout .content_text_image {
    padding: 1rem 0 2rem;
  }
  section.section .layout .content_text_image .title h3, section.section .layout .content_text_image .half h3 {
    font-size: 49px;
  }
  section.section .layout .content_text_image .title h3 em, section.section .layout .content_text_image .half h3 em {
    font-size: 49px;
  }
  section.section .layout .content_text_image .half p:first-of-type {
    font-size: 23px;
  }
  section.section .layout .content_text_image .half p:last-child a {
    font-size: 18px;
  }
  section.section .layout .content_text_image .half ul {
    column-count: 1;
  }
  section.section .layout .content_text_image .half ul li {
    font-size: 18px;
  }
  section.section .layout .content_text_image .half a:last-of-type {
    font-size: 18px;
  }
  section.section .layout .content_text_image .half figcaption {
    font-size: 15px;
  }
  section.section .layout .comparison_table .table__title h3, section.section .layout .tablepress .table__title h3 {
    font-size: 49px;
  }
  section.section .layout .comparison_table .table__title h3 em, section.section .layout .tablepress .table__title h3 em {
    font-size: 49px;
  }
  section.section .layout .comparison_table .inclusion__section h4, section.section .layout .tablepress .inclusion__section h4 {
    padding: 0 0.75rem;
    font-size: 32px;
    margin-bottom: 0;
  }
  section.section .layout .comparison_table .tabs, section.section .layout .tablepress .tabs {
    margin-bottom: 0;
  }
  section.section .layout .comparison_table .tabs div, section.section .layout .tablepress .tabs div {
    font-size: 17px;
    padding: 0.75rem 0.25rem;
  }
  section.section .layout .comparison_table .tabs div:nth-child(2), section.section .layout .tablepress .tabs div:nth-child(2) {
    padding-left: 0.75rem;
  }
  section.section .layout .comparison_table .tabs div:last-child, section.section .layout .tablepress .tabs div:last-child {
    padding-right: 0.75rem;
  }
  section.section .layout .comparison_table .inclusions__content, section.section .layout .tablepress .inclusions__content {
    font-size: 14px;
    grid-template-columns: 1.75fr 0.5fr 0.5fr 0.5fr;
    padding: 0.75rem 0.75rem;
  }
  section.section .layout .comparison_table .inclusions__content div, section.section .layout .tablepress .inclusions__content div {
    text-align: left;
  }
  section.section .layout .comparison_table .inclusions__content div svg, section.section .layout .tablepress .inclusions__content div svg {
    max-width: 0.75rem;
    margin: 0 auto;
  }
  section.section .layout .tablepress thead th {
    font-size: 18px;
    padding: 0.5rem;
  }
  section.section .layout .tablepress td {
    font-size: 10px;
    padding: 0.5rem;
  }
  section.section .layout .links_four_column {
    padding: 2rem 0 0;
  }
  section.section .layout .links_four_column .grid--wrapper {
    display: block;
  }
  section.section .layout .links_four_column .quarter .linkbox__title h3 {
    font-size: 38px;
  }
  section.section .layout .links_four_column .quarter .linkbox__title span.tag {
    font-size: 12px;
  }
  section.section .layout .post-content {
    padding: 2rem 0;
  }
  section.section .layout .post-content .grid--wrapper .third .quote p {
    font-size: 43px;
  }
  section.section .layout .post-content .grid--wrapper .third .quote p em {
    font-size: 43px;
  }
  section.section .layout .post-content .grid--wrapper .third .latest-news h3, section.section .layout .post-content .grid--wrapper .third .team-members h3, section.section .layout .post-content .grid--wrapper .third .event-details h3 {
    font-size: 33px;
  }
  section.section .layout .post-content .grid--wrapper .third .latest-news .posts, section.section .layout .post-content .grid--wrapper .third .latest-news .members, section.section .layout .post-content .grid--wrapper .third .team-members .posts, section.section .layout .post-content .grid--wrapper .third .team-members .members, section.section .layout .post-content .grid--wrapper .third .event-details .posts, section.section .layout .post-content .grid--wrapper .third .event-details .members {
    max-width: 100%;
  }
  section.section .layout .post-content .grid--wrapper .third .latest-news .posts > a:last-of-type, section.section .layout .post-content .grid--wrapper .third .latest-news .members > a:last-of-type, section.section .layout .post-content .grid--wrapper .third .team-members .posts > a:last-of-type, section.section .layout .post-content .grid--wrapper .third .team-members .members > a:last-of-type, section.section .layout .post-content .grid--wrapper .third .event-details .posts > a:last-of-type, section.section .layout .post-content .grid--wrapper .third .event-details .members > a:last-of-type {
    font-size: 17px;
  }
  section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-member:has(span) span, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-member:has(span) span, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-member:has(span) span, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-member:has(span) span, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-member:has(span) span, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-article:has(span) span, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-member:has(span) span {
    font-size: 17px;
  }
  section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-member h4 a, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-member h4 a, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-member h4 a, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-member h4 a, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-member h4 a, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-article h4 a, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-member h4 a {
    font-size: 27px;
  }
  section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-article .date, section.section .layout .post-content .grid--wrapper .third .latest-news .posts .single-member .date, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-article .date, section.section .layout .post-content .grid--wrapper .third .latest-news .members .single-member .date, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-article .date, section.section .layout .post-content .grid--wrapper .third .team-members .posts .single-member .date, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-article .date, section.section .layout .post-content .grid--wrapper .third .team-members .members .single-member .date, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-article .date, section.section .layout .post-content .grid--wrapper .third .event-details .posts .single-member .date, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-article .date, section.section .layout .post-content .grid--wrapper .third .event-details .members .single-member .date {
    font-size: 17px;
  }
  section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid {
    max-width: 100%;
  }
  section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid h4, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid h4, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid h4 {
    display: block;
    font-size: 17px;
    margin-bottom: 0.25rem !important;
  }
  section.section .layout .post-content .grid--wrapper .third .latest-news .detail-grid > div, section.section .layout .post-content .grid--wrapper .third .team-members .detail-grid > div, section.section .layout .post-content .grid--wrapper .third .event-details .detail-grid > div {
    font-size: 27px;
  }
  section.section .layout .newsflash .title h4 {
    font-size: 33px;
  }
  section.section .layout .newsflash .excerpt {
    padding: 0 0.4545454545rem;
  }
  section.section .layout .newsflash .excerpt .date {
    font-size: 17px;
  }
  section.section .layout .newsflash .excerpt * {
    font-size: 17px;
  }
  section.section .layout .content_two_column {
    padding: 3rem 0 0 !important;
  }
  section.section .layout .content_two_column .grid--wrapper .two-thirds > h3 {
    margin-top: 0;
  }
  section.section .layout .content_two_column .grid--wrapper .two-thirds .testimonial {
    padding: 1rem;
  }
  section.section .layout .content_two_column .grid--wrapper .two-thirds .testimonial h4 {
    font-size: 36px;
    line-height: 1.05;
    margin-bottom: 0.25rem;
  }
  section.section .layout .content_two_column .grid--wrapper .two-thirds .testimonial h5 {
    font-size: 18px;
  }
  section.section .layout .content_two_column .grid--wrapper .two-thirds .testimonial * {
    font-size: 16px;
  }
  section.section .layout .content_two_column .grid--wrapper .third li {
    font-size: 24px;
  }
  section.section .layout .content_two_column .grid--wrapper .third svg {
    max-width: 80%;
    margin-bottom: 2rem;
  }
  section.section .layout .content_two_column .grid--wrapper .third svg:last-child {
    margin-bottom: 0;
  }
  section.section .layout .content_two_column .grid--wrapper .third * {
    font-size: 37px;
  }
  section.section .layout .content_two_column, section.section .layout .content_two_column_reversed, section.section .layout .content_two_column_submenu, section.section .layout .post-content, section.section .layout .media_two_column_video, section.section .layout .media_two_column_image {
    padding: 2rem 0;
  }
  section.section .layout .content_two_column .grid--wrapper .third, section.section .layout .content_two_column_reversed .grid--wrapper .third, section.section .layout .content_two_column_submenu .grid--wrapper .third, section.section .layout .post-content .grid--wrapper .third, section.section .layout .media_two_column_video .grid--wrapper .third, section.section .layout .media_two_column_image .grid--wrapper .third {
    width: 100%;
    float: none;
    position: relative;
    top: auto;
  }
  section.section .layout .content_two_column .grid--wrapper .third #sub-navigation label, section.section .layout .content_two_column_reversed .grid--wrapper .third #sub-navigation label, section.section .layout .content_two_column_submenu .grid--wrapper .third #sub-navigation label, section.section .layout .post-content .grid--wrapper .third #sub-navigation label, section.section .layout .media_two_column_video .grid--wrapper .third #sub-navigation label, section.section .layout .media_two_column_image .grid--wrapper .third #sub-navigation label {
    font-size: 20px;
  }
  section.section .layout .content_two_column .grid--wrapper .third > p a:last-child, section.section .layout .content_two_column_reversed .grid--wrapper .third > p a:last-child, section.section .layout .content_two_column_submenu .grid--wrapper .third > p a:last-child, section.section .layout .post-content .grid--wrapper .third > p a:last-child, section.section .layout .media_two_column_video .grid--wrapper .third > p a:last-child, section.section .layout .media_two_column_image .grid--wrapper .third > p a:last-child {
    font-size: 18px;
  }
  section.section .layout .content_two_column .grid--wrapper .third > h3, section.section .layout .content_two_column_reversed .grid--wrapper .third > h3, section.section .layout .content_two_column_submenu .grid--wrapper .third > h3, section.section .layout .post-content .grid--wrapper .third > h3, section.section .layout .media_two_column_video .grid--wrapper .third > h3, section.section .layout .media_two_column_image .grid--wrapper .third > h3 {
    font-size: 43px;
    margin-bottom: 2rem;
  }
  section.section .layout .content_two_column .grid--wrapper .third > h3 em, section.section .layout .content_two_column_reversed .grid--wrapper .third > h3 em, section.section .layout .content_two_column_submenu .grid--wrapper .third > h3 em, section.section .layout .post-content .grid--wrapper .third > h3 em, section.section .layout .media_two_column_video .grid--wrapper .third > h3 em, section.section .layout .media_two_column_image .grid--wrapper .third > h3 em {
    font-size: 43px;
  }
  section.section .layout .content_two_column .grid--wrapper .third .stickybox, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox, section.section .layout .post-content .grid--wrapper .third .stickybox, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox {
    max-width: none;
  }
  section.section .layout .content_two_column .grid--wrapper .third .stickybox .content p, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox .content p, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox .content p, section.section .layout .post-content .grid--wrapper .third .stickybox .content p, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox .content p, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox .content p {
    font-size: 17px;
  }
  section.section .layout .content_two_column .grid--wrapper .third .stickybox .content h3, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox .content h3, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox .content h3, section.section .layout .post-content .grid--wrapper .third .stickybox .content h3, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox .content h3, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox .content h3 {
    font-size: 33px;
  }
  section.section .layout .content_two_column .grid--wrapper .third .stickybox .content a:last-child, section.section .layout .content_two_column_reversed .grid--wrapper .third .stickybox .content a:last-child, section.section .layout .content_two_column_submenu .grid--wrapper .third .stickybox .content a:last-child, section.section .layout .post-content .grid--wrapper .third .stickybox .content a:last-child, section.section .layout .media_two_column_video .grid--wrapper .third .stickybox .content a:last-child, section.section .layout .media_two_column_image .grid--wrapper .third .stickybox .content a:last-child {
    font-size: 18px;
  }
  section.section .layout .content_two_column .grid--wrapper .full, section.section .layout .content_two_column_reversed .grid--wrapper .full, section.section .layout .content_two_column_submenu .grid--wrapper .full, section.section .layout .post-content .grid--wrapper .full, section.section .layout .media_two_column_video .grid--wrapper .full, section.section .layout .media_two_column_image .grid--wrapper .full {
    font-size: 33px;
  }
  section.section .layout .content_two_column .grid--wrapper .two-thirds, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds, section.section .layout .post-content .grid--wrapper .two-thirds, section.section .layout .media_two_column_video .grid--wrapper .two-thirds, section.section .layout .media_two_column_image .grid--wrapper .two-thirds {
    width: 100%;
    max-width: none;
    float: none;
  }
  section.section .layout .content_two_column .grid--wrapper .two-thirds > p:first-child, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds > p:first-child, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds > p:first-child, section.section .layout .post-content .grid--wrapper .two-thirds > p:first-child, section.section .layout .media_two_column_video .grid--wrapper .two-thirds > p:first-child, section.section .layout .media_two_column_image .grid--wrapper .two-thirds > p:first-child {
    font-size: 22px;
  }
  section.section .layout .content_two_column .grid--wrapper .two-thirds > h2, section.section .layout .content_two_column .grid--wrapper .two-thirds h3, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds > h2, section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds h3, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds > h2, section.section .layout .content_two_column_submenu .grid--wrapper .two-thirds h3, section.section .layout .post-content .grid--wrapper .two-thirds > h2, section.section .layout .post-content .grid--wrapper .two-thirds h3, section.section .layout .media_two_column_video .grid--wrapper .two-thirds > h2, section.section .layout .media_two_column_video .grid--wrapper .two-thirds h3, section.section .layout .media_two_column_image .grid--wrapper .two-thirds > h2, section.section .layout .media_two_column_image .grid--wrapper .two-thirds h3 {
    font-size: 31px;
  }
  section.section .layout .header .grid--wrapper:nth-child(2) {
    margin-bottom: 0;
  }
  section.section .layout .header_background_image .grid--wrapper .half h1 {
    font-size: 55px;
  }
  section.section .layout .content_two_column_reversed .grid--wrapper .third h3 {
    font-size: 33px;
  }
  section.section .layout .content_two_column_reversed .grid--wrapper .third h4 {
    font-size: 27px;
  }
  section.section .layout .content_two_column_reversed .grid--wrapper .third p, section.section .layout .content_two_column_reversed .grid--wrapper .third li {
    font-size: 23px;
  }
  section.section .layout .content_two_column_reversed .grid--wrapper .two-thirds h3 {
    font-size: 33px;
  }
  section.section .layout .content_three_column, section.section .layout .content_four_column {
    padding-bottom: 0;
  }
  section.section .layout .content_three_column h3, section.section .layout .content_four_column h3 {
    font-size: 33px;
  }
  section.section .layout .content_three_column h3:first-of-type, section.section .layout .content_four_column h3:first-of-type {
    font-size: 12px;
  }
  section.section .layout .content_three_column .quarter, section.section .layout .content_four_column .quarter {
    padding-bottom: 0.75rem;
  }
  section.section .layout .content_three_column .quarter:after, section.section .layout .content_four_column .quarter:after {
    content: "";
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }
  section.section .layout .content_three_column .third, section.section .layout .content_four_column .third {
    font-size: 18px;
  }
  section.section .layout .content_three_column .third:after, section.section .layout .content_four_column .third:after {
    display: block;
    height: 1px;
    width: 100%;
    position: relative;
    right: auto;
    margin-top: 0.5rem;
  }
  section.section .layout .content_three_column a:last-child, section.section .layout .content_four_column a:last-child {
    margin-top: 0.5rem;
    font-size: 17px;
  }
  section.section .layout .global_search {
    padding: 2rem 0;
  }
  section.section .layout .global_search h3 {
    font-size: 40px;
  }
  section.section .layout .global_search h3 span {
    font-size: 40px;
  }
  section.section .layout .global_search form {
    grid-template-columns: 4fr 2fr;
  }
  section.section .layout .global_search form input {
    padding: 0.75rem !important;
    font-size: 16px;
  }
  section.section .layout .global_search form input[type=submit] {
    background: #ff8c00 url(images/submit-bg.svg) no-repeat left 0.95rem;
    background-size: 12px;
    font-size: 24px;
  }
  section.section .layout .media_timeline_slideshow .third h3 {
    font-size: 44px;
  }
  section.section .layout .media_timeline_slideshow .slides .slide h3 {
    font-size: 27px;
  }
  section.section .layout .media_timeline_slideshow .slides .slide h4 {
    font-size: 17px;
  }
  section.section .layout .media_timeline_slideshow .slides .slide div.bio span.years {
    font-size: 22px;
  }
  section.section .layout .media_timeline_slideshow .slides .slide figure {
    padding-bottom: 60% !important;
  }
  section.section .layout .media_timeline_slideshow .slideshow--nav {
    display: none;
  }
  section.section .layout .media_timeline_slideshow .slideshow--nav:after {
    font-size: 17px;
  }
  section.section .layout .media_slideshow {
    padding: 1rem 0;
  }
  section.section .layout .media_slideshow .slides {
    /*overflow-x: hidden;*/
  }
  section.section .layout .media_slideshow .slides .slide figure {
    padding-bottom: 56% !important;
  }
  section.section .layout .media_slideshow h3 {
    font-size: 45px;
    margin-bottom: 1rem;
  }
  section.section .layout .media_slideshow .slick-arrow.slick-next {
    right: -0.5rem;
  }
  section.section .layout .media_slideshow .slick-arrow.slick-prev {
    left: -0.5rem;
  }
  section.section .layout .media_slideshow[data-padding="1"] .slides .slick-list {
    overflow: hidden !important;
  }
  section.section .layout .media_slideshow[data-padding="1"] .slides .slick-list figure {
    max-width: 100%;
  }
  section.section .layout .media_slideshow[data-padding="1"] .slick-arrow {
    bottom: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto;
    left: 5rem;
    z-index: 2;
  }
  section.section .layout .media_slideshow[data-padding="1"] .slick-arrow.slick-next {
    left: auto;
    right: 4.5rem;
  }
  section.section .layout .media_slideshow[data-padding="1"] .slick-arrow.slick-prev {
    left: 6.5rem;
    right: auto;
  }
  section.section .layout .media_slideshow[data-padding="1"] .slideshow--nav:after {
    font-size: 17px;
  }
  section.section .layout .slideshow .slideshow--nav {
    width: 97.5%;
  }
  section.section .layout .slideshow .slide .grid--wrapper {
    width: 95%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  section.section .layout .slideshow .slide figure {
    padding-bottom: 100%;
  }
  section.section .layout .slideshow .slide .half {
    position: unset;
  }
  section.section .layout .slideshow .slide .slide__text {
    font-size: 52px;
  }
  .single-team section section.layout section.post-header, .single-partner section section.layout section.post-header {
    min-height: 0;
  }
  .single-team section section.layout section.post-content .two-thirds .cta a, .single-partner section section.layout section.post-content .two-thirds .cta a {
    justify-content: center;
    align-self: center;
    margin-top: 0;
  }
  .single-team section section.layout section.post-content .two-thirds .cta a span.next, .single-partner section section.layout section.post-content .two-thirds .cta a span.next {
    padding: 0;
  }
  .single-team section section.layout section.post-content .two-thirds .cta a span.title, .single-partner section section.layout section.post-content .two-thirds .cta a span.title {
    font-size: 22px;
    line-height: 1;
  }
  section.tax-header h1 {
    font-size: 43px;
  }
  .award-list .single--post .half.last {
    margin-top: 2rem;
  }
  .award-list .single--post .half.last figure {
    max-width: 10rem;
    margin: 1rem 0 0;
  }
  .award-list .single--post .slick-dots {
    margin: 0;
  }
  .award-list .single--post .slick-dots li {
    margin-right: 0.25rem !important;
  }
  .award-list .single--post .slick-dots li button {
    font-size: 20px !important;
    padding: 0.25rem 0.65rem !important;
  }
  .award-list .single--post h4 {
    margin-bottom: 0.5rem;
  }
  .award-list .single--post h3 {
    margin-bottom: 0;
  }
  .award-list .finalists {
    display: block;
  }
  .award-list .finalists .inner {
    margin-bottom: 1.5rem;
  }
  .award-list .finalists .inner h3 {
    font-size: 5.8333333333vw;
  }
  .award-list .finalists .inner h4 {
    font-size: 4.5833333333vw;
  }
  .award-list .finalists .inner .slideshow--nav ul li button {
    width: 9px;
    height: 9px;
    padding: 0 !important;
  }
  .tax-award-category .single--post h2 {
    font-size: 33px;
  }
  .tax-award-category .single--post .half h3 {
    font-size: 29px;
  }
  .tax-award-category .single--post .half span {
    font-size: 17px;
  }
  .post-type-archive-award section.section .layout .header, .post-type-archive-award section.section .layout .header_background_image {
    margin-bottom: 0;
  }
  .post-type-archive-award .tax-header .grid--column.full {
    margin-bottom: 0;
  }
  .post-type-archive-award .tax-header .grid--column.full h1 {
    line-height: 1.15;
  }
  section.section .layout .content_two_column .two-thirds img.size-medium, section.section .layout .content_two_column .two-thirds img.size-thumbnail, section.section .layout .content_two_column .two-thirds img.size-large, section.section .layout .content_two_column_reversed .two-thirds img.size-medium, section.section .layout .content_two_column_reversed .two-thirds img.size-thumbnail, section.section .layout .content_two_column_reversed .two-thirds img.size-large, section.section .layout .content_one_column img.size-medium, section.section .layout .content_one_column img.size-thumbnail, section.section .layout .content_one_column img.size-large {
    max-width: 40%;
    margin: 0 1rem 1rem 0 !important;
  }
  .pagination {
    font-size: 14px;
  }
}
.alignnone, a img.alignnone, .wp-caption.alignnone {
  display: block;
  float: none;
}

.aligncenter, a img.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright, a img.alignright, .wp-caption.alignright {
  float: right;
  margin: 0 0 2rem 2rem !important;
}

.alignleft, a img.alignleft, .wp-caption.alignleft {
  float: left;
  margin: 0 2rem 2rem 0 !important;
}

section.section .layout .post-content .grid--wrapper .two-thirds .wp-block-image:has(.alignleft, a img.alignleft, .wp-caption.alignleft) {
  width: 50%;
  float: left;
  overflow: hidden;
  margin: 0 0 1rem 0;
}
section.section .layout .post-content .grid--wrapper .two-thirds .wp-block-image:has(.alignleft, a img.alignleft, .wp-caption.alignleft) figure img {
  width: 100% !important;
}
section.section .layout .post-content .grid--wrapper .two-thirds .wp-block-image:has(.alignright, a img.alignright, .wp-caption.alignright) {
  float: right;
  width: 50%;
  overflow: hidden;
  margin: 0 0 1rem 0;
}
section.section .layout .post-content .grid--wrapper .two-thirds .wp-block-image:has(.alignright, a img.alignright, .wp-caption.alignright) figure img {
  width: 100% !important;
}
section.section .layout .post-content .grid--wrapper .two-thirds ol {
  padding-left: 1.25rem;
  list-style: decimal !important;
}
section.section .layout .post-content .grid--wrapper .two-thirds ol li {
  padding-left: 1rem;
  display: list-item !important;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}