/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  -webkit-appearance: none;
  border-radius: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

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

pre, code {
  font-family: monospace;
}

html {
  font-size: 1.375vw;
}

body {
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.3636363636em;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

h1 {
  font-size: 1.6666666667vw;
  line-height: 1.15;
  font-weight: 400;
}

h2 {
  font-size: 5.5555555556vw;
  line-height: 1;
  font-weight: 400;
}

h3 {
  font-size: 4.1666666667vw;
  line-height: 1;
  margin-bottom: 2rem;
  font-weight: 400;
}

h4 {
  font-size: 2.1111111111vw;
  line-height: 1.15;
}

span.large {
  font-size: 2.1111111111vw;
  line-height: 1.15;
}

p, ul, ol {
  font-size: 1.2222222222vw;
  margin-bottom: 1rem;
}
p:last-of-type, ul:last-of-type, ol:last-of-type {
  margin-bottom: 0;
}

.layout ul {
  list-style: disc;
  margin-left: 1rem;
}
.layout ul li {
  display: list-item !important;
  margin-bottom: 0.5rem;
}
.layout ul li:before {
  content: "+";
  margin-right: 0.5rem;
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  /*opacity: 0.5;*/
  color: #ceb0ff;
}
a.button {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 2rem !important;
  font-size: 0.7777777778vw;
  background: #fbf3ee;
  color: #003890;
  border: 1px solid #003890;
  border-radius: 1rem;
  padding: 0.35rem 0.65rem;
  font-weight: 700;
  letter-spacing: 0.025rem;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -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;
}
a.button:after {
  content: "";
  display: inline-block;
  width: 1.05rem;
  height: 0.75rem;
  background: url("images/arrow.svg") no-repeat center;
  position: relative;
  top: 0.15rem;
  margin: 0 0 0 0.5rem;
  background-size: 100%;
}
a.button:hover {
  color: #003890;
  opacity: 1;
  background-color: #ceb0ff;
}
a.button:first-child {
  margin-top: 0;
}

button.slick-arrow {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 0 !important;
  font-size: 0.7777777778vw;
  background: #fbf3ee;
  color: #003890;
  border: 1px solid #003890;
  border-radius: 1rem;
  padding: 0.55rem 0.95rem 0.75rem 0.65rem;
  font-weight: 700;
  letter-spacing: 0.025rem;
  z-index: 2;
  font-size: 0;
  line-height: 0;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -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;
}
button.slick-arrow:after {
  margin: auto;
  content: "";
  display: inline-block;
  width: 1.05rem;
  height: 0.75rem;
  background: url("images/arrow.svg") no-repeat center;
  position: relative;
  top: 0.15rem;
  margin: 0 0 0 0.5rem;
  background-size: 100%;
}
button.slick-arrow:hover {
  color: #003890;
  opacity: 1;
  background-color: #ceb0ff;
}
button.slick-arrow:first-child {
  margin-top: 0;
}

span.btn a {
  text-decoration: none;
  /*text-transform: uppercase;*/
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 2.1111111111vw;
  background: #fbf3ee;
  color: #003890;
  border: 1px solid #003890;
  border-radius: 1.45rem;
  font-size: 0.7777777778vw;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  font-weight: 700;
  letter-spacing: 0.025rem;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -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;
}
span.btn a:after {
  content: "";
  display: inline-block;
  width: 1.05rem;
  height: 0.75rem;
  background: url("images/arrow.svg") no-repeat center;
  position: relative;
  top: 0.15rem;
  margin: 0 0 0 0.5rem;
  background-size: 100%;
}
span.btn a:hover {
  color: #003890;
  opacity: 1;
  background-color: #ceb0ff;
}
span.btn:first-child a {
  margin-top: 0;
}

.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 */
}

main {
  margin: 2.5% auto;
}

.grid--wrapper {
  position: relative;
  margin: 0 auto;
  width: 95%;
  height: 100%;
  /*max-width: $g-max-width;*/
}
.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(4n+1), .grid--column.third:nth-child(4n+1), div.single-product.one-third:nth-child(4n+1), div.single-product.third:nth-child(4n+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: $g-max-width !important;*/
  }
  a.hide-page {
    right: -2.95% !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 {
    margin-bottom: 1.3636363636em;
  }
  .grid--column.one-third, .grid--column.two-thirds {
    width: 50%;
  }
  .grid--column.quarter {
    width: 50%;
  }
  .grid--column.quarter:nth-child(2n+1) {
    clear: left;
  }
}
@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;
  }
}
div.layout .grid--wrapper {
  padding: 1rem 0rem;
}
div.layout.animated .grid--wrapper {
  border: solid #003890;
  border-width: 1px 1px 0 1px;
}
div.layout:last-child .grid--wrapper {
  border-width: 1px;
}
div.layout#page-title .grid--wrapper {
  padding: 1rem 0;
}

/* 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;
  display: none;
}
.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.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: #fbf3ee;
  color: #003890;
}
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;
  z-index: 0;
}
header:after,
nav:after,
section:after,
article:after,
aside:after,
footer:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.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;
}

.svg-animation-home, .svg-animation-research {
  position: absolute;
  width: 0;
  height: 0;
  top: -15%;
  right: 30%;
  display: none;
}
.svg-animation-home.circle img, .svg-animation-research.circle img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  max-width: 20rem;
}
.svg-animation-home.spin img, .svg-animation-research.spin img {
  -webkit-animation: spin 2s linear forwards;
  -moz-animation: spin 2s linear forwards;
  animation: spin 2s linear forwards;
}

.svg-animation-research {
  right: 25%;
}

body.page-id-59 .svg-animation-research {
  display: block;
}

body.home .svg-animation-home {
  display: block;
}
body.home section.section section.layout .layout.layout__header h3 {
  font-size: 8.0555555556vw;
  line-height: 0.925 !important;
  margin: 1.5rem 0 2rem 0;
  max-width: 45rem;
}
body.home section.section section.layout .layout.layout__header h4 {
  font-size: 3vw;
}
body.home section.section section.layout .layout.layout__header p.large {
  font-size: 1.7777777778vw;
  line-height: 1.25;
  margin-bottom: 2rem;
}
body.home section.section section.layout .layout.layout__header a.button {
  margin-top: 1rem !important;
}
body.home section.section section.layout .layout.layout__content_one_column .grid--wrapper {
  background: url("images/squiggle-reverse.png") no-repeat -5% center;
  background-size: 25%;
  padding: 5vh 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body.home section.section section.layout .layout.layout__content_one_column .grid--wrapper * {
  max-width: 47rem;
}
body.home section.section section.layout .layout.layout__content_one_column .grid--wrapper h4 {
  font-size: 2.6666666667vw;
}

body.page-id-508 section.section section.layout .layout.layout__content_one_column .grid--wrapper {
  background: url("images/squiggle_brown.png") no-repeat 111% center;
  background-size: 30%;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(90deg) translate(50%, 50%);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(90deg) translate(50%, 50%);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(90deg) translate(50%, 50%);
    transform: rotate(90deg) translate(20%, 50%);
  }
}
section.section section.layout .layout {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
}
section.section section.layout .layout.layout__header {
  position: relative;
}
section.section section.layout .layout.layout__header#team-title .grid--wrapper {
  border: 1px solid #003890;
  border-width: 1px 1px 0;
}
section.section section.layout .layout.layout__header .grid--wrapper {
  padding: 2.5rem 0 1rem;
}
section.section section.layout .layout.layout__header h2, section.section section.layout .layout.layout__header h3 {
  font-size: 5vw;
  margin-bottom: 0.75rem;
  max-width: 50rem;
}
section.section section.layout .layout.layout__header h4 {
  font-size: 2.1111111111vw;
  margin-bottom: 0.5rem;
  width: 90%;
  max-width: 55rem;
  line-height: 1.15;
}
section.section section.layout .layout.layout__header h2:last-child, section.section section.layout .layout.layout__header h3:last-child, section.section section.layout .layout.layout__header h4:last-child {
  margin-bottom: 1rem;
}
section.section section.layout .layout.layout__header:has(figure) h2, section.section section.layout .layout.layout__header:has(figure) h3, section.section section.layout .layout.layout__header:has(figure) h4 {
  width: 90%;
  max-width: 42rem;
}
section.section section.layout .layout.layout__header:has(p) h4, section.section section.layout .layout.layout__header:has(p) p {
  max-width: 42rem;
}
section.section section.layout .layout.layout__header:has(p) h4:last-child, section.section section.layout .layout.layout__header:has(p) p:last-child {
  margin-bottom: 1rem;
}
section.section section.layout .layout.layout__header:has(p) h4 {
  margin-bottom: 1rem !important;
}
section.section section.layout .layout.layout__header:has(p) h2 {
  margin-bottom: 1.5rem !important;
}
section.section section.layout .layout.layout__header a.button {
  margin-top: 2rem;
  margin-right: 1rem;
}
section.section section.layout .layout.layout__header a.button:hover {
  background: #ceb0ff;
}
section.section section.layout .layout.layout__header figure {
  position: absolute;
  top: -70%;
  right: 10%;
  z-index: -1;
}
section.section section.layout .layout.layout__header figure img {
  width: 35vw;
  max-width: 15rem;
}
section.section section.layout .layout.layout__link_full_width .grid--wrapper, section.section section.layout .layout.layout__link_full_width .full {
  padding: 0 !important;
}
section.section section.layout .layout.layout__link_full_width .link {
  font-weight: 400 !important;
  font-size: 2.1111111111vw;
  line-height: 1.05;
  padding: 1.5rem 0.9090909091rem;
}
section.section section.layout .layout.layout__link_full_width .link svg {
  width: 1.5rem;
  display: inline-block;
  margin: 0 0 0 1rem;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform;
  -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 section.layout .layout.layout__link_full_width .link a {
  display: flex;
}
section.section section.layout .layout.layout__link_full_width .link.active, section.section section.layout .layout.layout__link_full_width .link:hover {
  background: #ecfcc7;
}
section.section section.layout .layout.layout__link_full_width .link:hover {
  cursor: pointer;
}
section.section section.layout .layout.layout__link_full_width .link:hover a {
  opacity: 1;
  color: #003890;
}
section.section section.layout .layout.layout__link_full_width .link:hover a svg {
  transform: scale(1.15);
}
section.section section.layout .layout.layout__accordion .grid--wrapper {
  padding: 0;
}
section.section section.layout .layout.layout__accordion .grid--wrapper .grid--column {
  padding: 0;
}
section.section section.layout .layout.layout__accordion .grid--wrapper .title {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #003890;
}
section.section section.layout .layout.layout__accordion .grid--wrapper .title h4 {
  font-weight: bold;
  font-size: 1.2222222222vw;
}
section.section section.layout .layout.layout__accordion dl.accordion dt, section.section section.layout .layout.layout__accordion dl.nested-accordion dt {
  font-weight: 400 !important;
  font-size: 2.1111111111vw;
  line-height: 1.05;
  border-bottom: 1px solid #003890;
  padding: 1.5rem 1rem;
}
section.section section.layout .layout.layout__accordion dl.accordion dt svg, section.section section.layout .layout.layout__accordion dl.nested-accordion dt svg {
  width: 1.5rem;
  display: inline-block;
  margin: 0 0 0 1rem;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform;
  -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 section.layout .layout.layout__accordion dl.accordion dt a, section.section section.layout .layout.layout__accordion dl.nested-accordion dt a {
  display: flex;
}
section.section section.layout .layout.layout__accordion dl.accordion dt.active, section.section section.layout .layout.layout__accordion dl.accordion dt:hover, section.section section.layout .layout.layout__accordion dl.nested-accordion dt.active, section.section section.layout .layout.layout__accordion dl.nested-accordion dt:hover {
  background: #ecfcc7;
}
section.section section.layout .layout.layout__accordion dl.accordion dt:hover, section.section section.layout .layout.layout__accordion dl.nested-accordion dt:hover {
  cursor: pointer;
}
section.section section.layout .layout.layout__accordion dl.accordion dt:hover a, section.section section.layout .layout.layout__accordion dl.nested-accordion dt:hover a {
  opacity: 1;
  color: #003890;
}
section.section section.layout .layout.layout__accordion dl.accordion dt:hover a svg, section.section section.layout .layout.layout__accordion dl.nested-accordion dt:hover a svg {
  transform: rotate(90deg);
}
section.section section.layout .layout.layout__accordion dl.accordion dt:hover:before, section.section section.layout .layout.layout__accordion dl.nested-accordion dt:hover:before {
  transform: rotate(90deg);
}
section.section section.layout .layout.layout__accordion dl.accordion dt.active, section.section section.layout .layout.layout__accordion dl.nested-accordion dt.active {
  border-bottom: 1px solid #003890 !important;
}
section.section section.layout .layout.layout__accordion dl.accordion dt.active a svg, section.section section.layout .layout.layout__accordion dl.nested-accordion dt.active a svg {
  transform: rotate(90deg);
}
section.section section.layout .layout.layout__accordion dl.accordion dt:last-of-type, section.section section.layout .layout.layout__accordion dl.nested-accordion dt:last-of-type {
  border-bottom: 0;
}
section.section section.layout .layout.layout__accordion dl.accordion dd, section.section section.layout .layout.layout__accordion dl.nested-accordion dd {
  padding: 1rem;
  border-bottom: 1px solid #003890;
}
section.section section.layout .layout.layout__accordion dl.accordion dd .content, section.section section.layout .layout.layout__accordion dl.nested-accordion dd .content {
  margin-left: 20%;
}
section.section section.layout .layout.layout__accordion dl.accordion dd:has(.nested-accordion), section.section section.layout .layout.layout__accordion dl.nested-accordion dd:has(.nested-accordion) {
  padding-left: 0;
}
section.section section.layout .layout.layout__accordion dl.accordion dd:has(.nested-accordion) .content, section.section section.layout .layout.layout__accordion dl.nested-accordion dd:has(.nested-accordion) .content {
  margin-left: 0;
}
section.section section.layout .layout.layout__accordion dl.accordion dd:has(.nested-accordion) ul.nested-accordion > li, section.section section.layout .layout.layout__accordion dl.nested-accordion dd:has(.nested-accordion) ul.nested-accordion > li {
  padding: 2rem 0 2rem calc(20% + 1rem);
  border-bottom: 1px solid #003890;
  position: relative;
}
section.section section.layout .layout.layout__accordion dl.accordion dd:has(.nested-accordion) ul.nested-accordion > li:before, section.section section.layout .layout.layout__accordion dl.nested-accordion dd:has(.nested-accordion) ul.nested-accordion > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.25rem;
  left: 15%;
  width: 1.5rem;
  height: 1rem;
  background: url("images/arrow.svg") no-repeat center;
}
section.section section.layout .layout.layout__accordion dl.accordion dd:has(.nested-accordion) ul.nested-accordion > li:last-of-type, section.section section.layout .layout.layout__accordion dl.nested-accordion dd:has(.nested-accordion) ul.nested-accordion > li:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
section.section section.layout .layout.layout__accordion dl.accordion dd:has(.nested-accordion) ul.nested-accordion > li li, section.section section.layout .layout.layout__accordion dl.nested-accordion dd:has(.nested-accordion) ul.nested-accordion > li li {
  padding: 1rem 0;
  font-size: 1vw;
}
section.section section.layout .layout.layout__accordion dl.accordion dd:has(.nested-accordion) ul.nested-accordion > li li p, section.section section.layout .layout.layout__accordion dl.nested-accordion dd:has(.nested-accordion) ul.nested-accordion > li li p {
  font-size: 1vw;
}
section.section section.layout .layout.layout__accordion dl.accordion dd:has(.nested-accordion) ul.nested-accordion > li li:before, section.section section.layout .layout.layout__accordion dl.nested-accordion dd:has(.nested-accordion) ul.nested-accordion > li li:before {
  display: none;
}
section.section section.layout .layout.layout__accordion dl.accordion dd:has(.nested-accordion), section.section section.layout .layout.layout__accordion dl.nested-accordion dd:has(.nested-accordion) {
  padding: 0;
}
section.section section.layout .layout.layout__accordion dl.accordion dd:last-of-type, section.section section.layout .layout.layout__accordion dl.nested-accordion dd:last-of-type {
  border-bottom: 0;
}
section.section section.layout .layout.layout__accordion dl.nested-accordion dt {
  padding: 2rem 1rem 2rem calc(20% + 1rem);
  background: none !important;
  position: relative;
}
section.section section.layout .layout.layout__accordion dl.nested-accordion dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 2.25rem;
  left: 15%;
  width: 1.5rem;
  height: 1rem;
  background: url("images/arrow.svg") no-repeat center;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform;
  -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 section.layout .layout.layout__accordion dl.nested-accordion dt.active {
  border-bottom: 0 !important;
}
section.section section.layout .layout.layout__accordion dl.nested-accordion dt.active:before {
  transform: rotate(90deg);
}
section.section section.layout .layout.layout__accordion dl.nested-accordion dd {
  padding: 1rem 3rem 2rem calc(20% + 1rem);
}
section.section section.layout .layout.layout__content_one_column_image .grid--wrapper {
  padding: 0;
}
section.section section.layout .layout.layout__content_one_column_image .grid--wrapper figure {
  width: 100%;
}
section.section section.layout .layout.layout__content_one_column_image .grid--wrapper figure img {
  width: 100%;
}
section.section section.layout .layout.layout__content_one_column, section.section section.layout .layout.layout__content_one_column_links {
  display: flex;
  flex-direction: row;
}
section.section section.layout .layout.layout__content_one_column.blue-bg .grid--wrapper, section.section section.layout .layout.layout__content_one_column_links.blue-bg .grid--wrapper {
  background: #e5eef5 !important;
}
section.section section.layout .layout.layout__content_one_column .grid--wrapper, section.section section.layout .layout.layout__content_one_column_links .grid--wrapper {
  padding: 0;
}
section.section section.layout .layout.layout__content_one_column p, section.section section.layout .layout.layout__content_one_column_links p {
  margin-bottom: 1rem;
}
section.section section.layout .layout.layout__content_one_column p:has(a.button), section.section section.layout .layout.layout__content_one_column p:has(span.btn), section.section section.layout .layout.layout__content_one_column_links p:has(a.button), section.section section.layout .layout.layout__content_one_column_links p:has(span.btn) {
  margin-bottom: 0 !important;
}
section.section section.layout .layout.layout__content_one_column p:last-of-type, section.section section.layout .layout.layout__content_one_column_links p:last-of-type {
  margin-bottom: 2rem;
}
section.section section.layout .layout.layout__content_one_column p:last-child, section.section section.layout .layout.layout__content_one_column_links p:last-child {
  margin-bottom: 1.5rem;
}
section.section section.layout .layout.layout__content_one_column a.button, section.section section.layout .layout.layout__content_one_column_links a.button {
  margin-top: auto;
}
section.section section.layout .layout.layout__content_one_column h3, section.section section.layout .layout.layout__content_one_column_links h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
section.section section.layout .layout.layout__content_one_column .grid--column, section.section section.layout .layout.layout__content_one_column_links .grid--column {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
section.section section.layout .layout.layout__content_one_column .grid--column *, section.section section.layout .layout.layout__content_one_column_links .grid--column * {
  max-width: 65%;
}
section.section section.layout .layout.layout__content_one_column .grid--column.quarter, section.section section.layout .layout.layout__content_one_column_links .grid--column.quarter {
  padding-top: 0.5rem;
  border-left: 1px solid #003890;
}
section.section section.layout .layout.layout__content_one_column .grid--column.quarter p, section.section section.layout .layout.layout__content_one_column_links .grid--column.quarter p {
  margin-bottom: 0;
  font-size: 2.1111111111vw;
  line-height: 1.25;
  max-width: none;
}
section.section section.layout .layout.layout__content_one_column .grid--column.quarter p a, section.section section.layout .layout.layout__content_one_column_links .grid--column.quarter p a {
  position: relative;
}
section.section section.layout .layout.layout__content_one_column .grid--column.quarter p a:after, section.section section.layout .layout.layout__content_one_column_links .grid--column.quarter p a:after {
  content: "";
  display: inline-block;
  margin: 0.5rem 0 -0.15rem 0.5rem;
  width: 1.25rem;
  height: 1rem;
  background: url("images/arrow.svg") no-repeat center;
  background-size: 100%;
}
section.section section.layout .layout.layout__content_one_column:nth-of-type(even) .grid--wrapper, section.section section.layout .layout.layout__content_one_column_links:nth-of-type(even) .grid--wrapper {
  background: #e1d2cb;
}
section.section section.layout .layout.layout__content_one_column_links .grid--wrapper {
  background: #fbf3ee !important;
  display: grid;
  grid-template-columns: 3fr 1fr;
}
section.section section.layout .layout.layout__content_one_column_links .grid--wrapper .grid--column {
  width: 100%;
}
section.section section.layout .layout.layout__content_one_column_links .grid--wrapper .three-quarter:has(span.btn:first-child:last-child) {
  align-content: center;
}
section.section section.layout .layout.layout__link_blocks .grid--wrapper {
  padding: 0;
}
section.section section.layout .layout.layout__link_blocks .grid--wrapper.title {
  padding: 0.5rem 0;
  border-bottom: 0;
}
section.section section.layout .layout.layout__link_blocks .grid--wrapper.title h4 {
  font-weight: bold;
  font-size: 1.2222222222vw;
}
section.section section.layout .layout.layout__link_blocks .blocks {
  display: flex;
  text-align: center;
  padding: 0;
}
section.section section.layout .layout.layout__link_blocks .blocks .block {
  flex-grow: 1;
  flex-basis: 0;
  margin-right: 1px;
  border-right: 1px solid #003890;
  padding: 1rem;
  font-size: 2.6666666667vw;
  line-height: 1;
  position: relative;
  padding-bottom: 20%;
}
section.section section.layout .layout.layout__link_blocks .blocks .block:last-child {
  border-right: 0;
}
section.section section.layout .layout.layout__link_blocks .blocks .block a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.section section.layout .layout.layout__link_blocks .blocks .block a span.title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
section.section section.layout .layout.layout__link_blocks .blocks .block a:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1rem;
  content: "";
  display: block;
  margin: 1rem auto 0;
  width: 1.25rem;
  height: 1rem;
  background: url("images/arrow.svg") no-repeat center;
  background-size: 100%;
}
section.section section.layout .layout.layout__link_blocks .blocks .block a span.overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  width: 100%;
  height: 100%;
  font-size: 2.6666666667vw;
  background: #ecfcc7;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -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 section.layout .layout.layout__link_blocks .blocks .block a span.overlay > span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 1rem;
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
section.section section.layout .layout.layout__link_blocks .blocks .block a:hover {
  color: #003890 !important;
  opacity: 1;
  background-color: #ecfcc7;
}
section.section section.layout .layout.layout__link_blocks .blocks .block a:hover > span.overlay {
  /*opacity: 1;*/
}
section.section section.layout .layout.layout__content_two_column .title, section.section section.layout .layout.layout__content_two_column_image .title {
  border-bottom: 0;
}
section.section section.layout .layout.layout__content_two_column .title h3, section.section section.layout .layout.layout__content_two_column_image .title h3 {
  margin-bottom: 0;
}
section.section section.layout .layout.layout__content_two_column .grid--wrapper:last-of-type, section.section section.layout .layout.layout__content_two_column_image .grid--wrapper:last-of-type {
  border-top: 0;
  padding: 0;
}
section.section section.layout .layout.layout__content_two_column .half, section.section section.layout .layout.layout__content_two_column_image .half {
  padding: 2rem 1rem 3.5rem 1rem;
}
section.section section.layout .layout.layout__content_two_column .half h4, section.section section.layout .layout.layout__content_two_column_image .half h4 {
  margin: 1.5rem 0;
}
section.section section.layout .layout.layout__content_two_column .half:first-of-type, section.section section.layout .layout.layout__content_two_column_image .half:first-of-type {
  border-right: 1px solid #003890;
  background: #e5eef5;
}
section.section section.layout .layout.layout__content_two_column .half h4, section.section section.layout .layout.layout__content_two_column .half div, section.section section.layout .layout.layout__content_two_column_image .half h4, section.section section.layout .layout.layout__content_two_column_image .half div {
  max-width: 85%;
}
section.section section.layout .layout.layout__content_one_column_scroller {
  text-align: center;
}
section.section section.layout .layout.layout__content_one_column_scroller .grid--wrapper {
  background: #e5eef5;
  padding-bottom: 2rem;
}
section.section section.layout .layout.layout__content_one_column_scroller .slick-track {
  display: flex;
}
section.section section.layout .layout.layout__content_one_column_scroller .slides {
  padding-top: 0.5rem;
  height: 100%;
}
section.section section.layout .layout.layout__content_one_column_scroller .slides .slide {
  position: relative;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
section.section section.layout .layout.layout__content_one_column_scroller .slides .slide .content {
  padding: 3rem 5rem;
  text-align: center;
  font-size: 2.5vw;
  line-height: 1.1;
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
}
section.section section.layout .layout.layout__content_one_column_scroller .slides .slide .content .author {
  margin: 2rem auto 0;
  display: block;
  line-height: 1.45;
  max-width: 14rem;
  font-size: 1.5555555556vw;
}
section.section section.layout .layout.layout__content_one_column_scroller .layout--slideshow {
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
}
section.section section.layout .layout.layout__content_one_column_scroller a.button.next-slide:after {
  margin-left: 0 !important;
  margin: 0 0.5rem !important;
}
section.section section.layout .layout.layout__content_two_column .grid--wrapper {
  border-top: 1px solid #003890 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
section.section section.layout .layout.layout__content_two_column .grid--wrapper .half {
  width: 100%;
  background: #e5eef5;
}
section.section section.layout .layout.layout__content_two_column .grid--wrapper .half .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}
section.section section.layout .layout.layout__content_two_column .grid--wrapper .half .content span.btn {
  margin-top: auto;
}
section.section section.layout .layout.layout__content_two_column .grid--wrapper .half .content h4 {
  font-size: 2.6666666667vw;
  margin: 1.5rem auto;
}
section.section section.layout .layout.layout__content_two_column .grid--wrapper .half:first-child {
  width: calc(100% - 1px) !important;
}
section.section section.layout .layout.layout__content_two_column .grid--wrapper .half:last-child {
  background: #fbf3ee;
}
section.section section.layout .layout.layout__content_three_column .grid--wrapper {
  padding: 0;
}
section.section section.layout .layout.layout__content_three_column .grid--wrapper.title {
  border-bottom: 0;
}
section.section section.layout .layout.layout__content_three_column .grid--wrapper.title h4, section.section section.layout .layout.layout__content_three_column .grid--wrapper.title h3 {
  font-size: 1.2222222222vw;
}
section.section section.layout .layout.layout__content_three_column .grid--wrapper:last-of-type {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
section.section section.layout .layout.layout__content_three_column .grid--wrapper:last-of-type .third {
  width: 100%;
}
section.section section.layout .layout.layout__content_three_column .grid--wrapper:last-of-type .third a.button {
  margin-top: 0 !important;
}
section.section section.layout .layout.layout__content_three_column .grid--wrapper:nth-of-type(2) {
  border-top: 0;
}
section.section section.layout .layout.layout__content_three_column .full {
  border-bottom: 1px solid #003890;
  padding: 0.5rem 0.9090909091rem;
}
section.section section.layout .layout.layout__content_three_column .full h4 {
  font-weight: 700;
}
section.section section.layout .layout.layout__content_three_column .third {
  padding-top: 1rem;
  border-right: 1px solid #003890;
  display: flex;
  align-content: start;
  flex-direction: column;
}
section.section section.layout .layout.layout__content_three_column .third:last-of-type {
  border-right: 0;
}
section.section section.layout .layout.layout__content_three_column .third .content {
  margin-bottom: 5rem;
}
section.section section.layout .layout.layout__content_three_column .third a:not(.button) {
  font-weight: bold;
}
section.section section.layout .layout.layout__content_three_column .third a.button {
  display: inline-block;
  font-size: 0.7777777778vw;
  margin: 0.75rem 0;
}
section.section section.layout .layout.layout__content_three_column .third figure {
  height: 25rem;
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}
section.section section.layout .layout.layout__content_three_column .third figure img {
  object-fit: cover;
  object-fit: center;
  width: 100%;
  height: 100%;
}
section.section section.layout .layout.layout__content_three_column .third h4 {
  font-size: 2.6666666667vw;
  margin-bottom: 1rem;
}
section.section section.layout .layout.layout__content_three_column .third .links {
  margin-top: auto;
  text-align: center;
}
section.section section.layout .layout.layout__content_three_column .third .links > div {
  display: block;
  float: left;
  clear: left;
}
section.section section.layout .layout.layout__content_three_column .third .links > div .button {
  margin-top: 0.75rem;
}
section.section section.layout .layout.layout__content_three_column .third .links > div:last-child .button {
  margin-top: 0;
}
section.section section.layout .layout.layout__content_three_column .third:has(.content) figure, section.section section.layout .layout.layout__content_three_column .third:has(h4) figure {
  height: 18rem;
}
section.section section.layout .layout.layout__content_three_column .third:has(.content) figure img, section.section section.layout .layout.layout__content_three_column .third:has(h4) figure img {
  object-fit: inherit;
  width: auto;
  height: 100%;
}
section.section section.layout .layout.layout__content_three_column .third:has(.content) .links, section.section section.layout .layout.layout__content_three_column .third:has(h4) .links {
  text-align: left;
}
section.section section.layout .layout.layout__content_three_column_three_scroller {
  /*background: red;*/
}
section.section section.layout .layout.layout__content_three_column_three_scroller .grid--wrapper:not(.title) {
  padding: 0 !important;
}
section.section section.layout .layout.layout__content_three_column_three_scroller .third {
  padding-top: 10px;
  border-right: 1px solid #003890;
  display: flex;
  align-content: start;
  flex-direction: column;
}
section.section section.layout .layout.layout__content_three_column_three_scroller .third:last-of-type {
  border-right: 0;
}
section.section section.layout .layout.layout__content_three_column_three_scroller .third figure {
  margin-bottom: 4rem;
}
section.section section.layout .layout.layout__content_three_column_three_scroller .third button.slick-arrow {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 0.55rem;
}
section.section section.layout .layout.layout__content_three_column_three_scroller .third button.slick-arrow:before {
  content: "More";
  display: block;
  font-size: 11px;
  line-height: 1;
}
section.section section.layout .layout.layout__content_three_column_three_scroller .third button.slick-arrow.slick-next {
  /*transform: translateX(10px);*/
  display: flex;
  gap: 0.15rem;
  align-items: center;
  justify-content: center;
}
section.section section.layout .layout.layout__content_three_column_three_scroller .third button.slick-arrow.slick-next:before, section.section section.layout .layout.layout__content_three_column_three_scroller .third button.slick-arrow.slick-next:after {
  margin: auto;
  top: auto !important;
}
section.section section.layout .layout.layout__content_three_column_three_scroller .third button.slick-arrow.slick-prev {
  display: none !important;
}
section.section section.layout .layout.layout__content_two_column_scroller .grid--wrapper, section.section section.layout .layout.layout__content_two_column_two_scroller .grid--wrapper {
  padding: 0;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
}
section.section section.layout .layout.layout__content_two_column_scroller .half, section.section section.layout .layout.layout__content_two_column_two_scroller .half {
  width: 100%;
  height: 100%;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:first-child, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child {
  padding: 1rem;
  border-right: 1px solid #003890;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:first-child .title, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child .title {
  margin-bottom: 0;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:first-child figure, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child figure {
  margin-bottom: 2rem;
  max-width: 100vw;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:first-child h4, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child h4 {
  font-size: 2.5vw;
  margin: 0 0 1rem;
  max-width: 26rem;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:first-child p, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child p {
  margin-bottom: 2rem;
  max-width: 26rem;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:first-child a.button, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child a.button {
  margin-top: auto;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:first-child .slick-prev, section.section section.layout .layout.layout__content_two_column_scroller .half:first-child .slick-next, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child .slick-prev, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child .slick-next {
  margin: 0 auto;
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:first-child .slick-prev:hover, section.section section.layout .layout.layout__content_two_column_scroller .half:first-child .slick-next:hover, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child .slick-prev:hover, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child .slick-next:hover {
  cursor: pointer;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:first-child .slick-prev:after, section.section section.layout .layout.layout__content_two_column_scroller .half:first-child .slick-next:after, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child .slick-prev:after, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child .slick-next:after {
  margin-left: 0 !important;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:first-child .slick-prev, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child .slick-prev {
  display: none !important;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:first-child .slides .slide, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child .slides .slide {
  padding: 2rem 1rem 1rem;
  height: 100%;
  background: #ecfcc7;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:first-child .slides .slide:has(figure), section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child .slides .slide:has(figure) {
  background: transparent;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:first-child .slides .slide .content, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child .slides .slide .content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:first-child .slides .slide .content .button-wrapper, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child .slides .slide .content .button-wrapper {
  flex-grow: 1;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:first-child .slides .slide figure, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child .slides .slide figure {
  width: 100%;
  height: 17rem;
  overflow: hidden;
  /*position: relative;*/
  text-align: left;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:first-child .slides .slide figure img, section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child .slides .slide figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:last-child, section.section section.layout .layout.layout__content_two_column_two_scroller .half:last-child {
  padding-bottom: 0;
  text-align: center;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:last-child .slides, section.section section.layout .layout.layout__content_two_column_two_scroller .half:last-child .slides {
  background: #e1d2cb;
  padding-top: 0.5rem;
  padding-bottom: 4rem;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:last-child .slides .slide .content, section.section section.layout .layout.layout__content_two_column_two_scroller .half:last-child .slides .slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 3rem 5rem;
  text-align: center;
  font-size: 2.4444444444vw;
  line-height: 1.1;
  width: 90%;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:last-child .slides .slide .content .author, section.section section.layout .layout.layout__content_two_column_two_scroller .half:last-child .slides .slide .content .author {
  margin: 2rem auto 0;
  display: block;
  line-height: 1.45;
  max-width: 14rem;
  font-size: 1vw;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:last-child a.button, section.section section.layout .layout.layout__content_two_column_two_scroller .half:last-child a.button {
  margin: 0 auto;
  position: absolute;
  bottom: 1rem;
  padding: 0.35rem 1rem 0.35rem 1rem;
  transform: translate(-50%, 0) !important;
  left: 50%;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:last-child a.button:hover, section.section section.layout .layout.layout__content_two_column_two_scroller .half:last-child a.button:hover {
  cursor: pointer;
}
section.section section.layout .layout.layout__content_two_column_scroller .half:last-child a.button:after, section.section section.layout .layout.layout__content_two_column_two_scroller .half:last-child a.button:after {
  margin-left: 0 !important;
}
section.section section.layout .layout.layout__content_two_column_scroller .title, section.section section.layout .layout.layout__content_two_column_two_scroller .title {
  display: block;
  font-size: 1.2222222222vw !important;
  border-bottom: 1px solid #003890;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
section.section section.layout .layout.layout__content_two_column_scroller .layout--slideshow, section.section section.layout .layout.layout__content_two_column_two_scroller .layout--slideshow {
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
}
section.section section.layout .layout.layout__content_two_column_scroller .slides, section.section section.layout .layout.layout__content_two_column_two_scroller .slides {
  max-width: 48vw;
  height: 100%;
}
section.section section.layout .layout.layout__content_two_column_scroller .slides .slide, section.section section.layout .layout.layout__content_two_column_two_scroller .slides .slide {
  position: relative;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child {
  padding: 0;
}
section.section section.layout .layout.layout__content_two_column_two_scroller .half:first-child h4.title {
  width: 100%;
  max-width: none;
  text-align: center;
}
section.section.layout__content_two_column_two_scroller .half:first-child .slides .slide {
  height: auto;
}
section.section.layout__content_two_column_two_scroller .half:first-child .slides .slide .content {
  position: relative;
}
section.section.layout__content_three_column_three_scroller {
  /*background: red;*/
}
section.section.layout__content_three_column_three_scroller .grid--wrapper {
  padding: 0 !important;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
}
section.section.layout__content_three_column_three_scroller .third {
  width: 100%;
  height: 100%;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-right: 1px solid #003890;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.section.layout__content_three_column_three_scroller .third .title {
  margin-bottom: 0;
}
section.section.layout__content_three_column_three_scroller .third figure {
  margin-bottom: 2rem;
  max-width: 100vw;
}
section.section.layout__content_three_column_three_scroller .third h4 {
  font-size: 2.5vw;
  margin: 0 0 1rem;
  max-width: 26rem;
}
section.section.layout__content_three_column_three_scroller .third p {
  margin-bottom: 2rem;
  max-width: 26rem;
}
section.section.layout__content_three_column_three_scroller .third a.button {
  margin-top: auto;
}
section.section.layout__content_three_column_three_scroller .third .slick-prev, section.section.layout__content_three_column_three_scroller .third .slick-next {
  margin: 0 auto;
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}
section.section.layout__content_three_column_three_scroller .third .slick-prev:hover, section.section.layout__content_three_column_three_scroller .third .slick-next:hover {
  cursor: pointer;
}
section.section.layout__content_three_column_three_scroller .third .slick-prev:after, section.section.layout__content_three_column_three_scroller .third .slick-next:after {
  margin-left: 0 !important;
}
section.section.layout__content_three_column_three_scroller .third .slick-prev {
  display: none !important;
}
section.section.layout__content_three_column_three_scroller .third .slides .slide {
  padding: 2rem 1rem 1rem;
  height: 100%;
  background: #ecfcc7;
}
section.section.layout__content_three_column_three_scroller .third .slides .slide:has(figure) {
  background: transparent;
}
section.section.layout__content_three_column_three_scroller .third .slides .slide .content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
section.section.layout__content_three_column_three_scroller .third .slides .slide .content .button-wrapper {
  flex-grow: 1;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
}
section.section.layout__content_three_column_three_scroller .third .slides .slide figure {
  width: 100%;
  height: 17rem;
  overflow: hidden;
  /*position: relative;*/
  text-align: left;
}
section.section.layout__content_three_column_three_scroller .third .slides .slide figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
section.section.layout__content_three_column_three_scroller .title {
  display: block;
  font-size: 1.2222222222vw !important;
  border-bottom: 1px solid #003890;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
section.section.layout__content_three_column_three_scroller .layout--slideshow {
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
}
section.section.layout__content_three_column_three_scroller .slides {
  max-width: 31vw;
  height: 100%;
}
section.section.layout__content_three_column_three_scroller .slides .slide {
  position: relative;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
section.section.layout__content_three_column_three_scroller .third {
  padding: 0;
}
section.section.layout__content_three_column_three_scroller .third h4.title {
  width: 100%;
  max-width: none;
  text-align: center;
}
section.section.layout__content_three_column_three_scroller .third .slides .slide {
  height: auto;
}
section.section.layout__content_three_column_three_scroller .third .slides .slide .content {
  position: relative;
}
section.section#team .grid--wrapper {
  border: solid #003890;
  border-width: 1px 1px 0;
}
section.section#team .grid--wrapper .grid--row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: masonry;
  border-top: 1px solid #003890;
}
section.section#team .grid--wrapper .grid--row:nth-child(1) {
  border-top: 0;
}
section.section#team .grid--wrapper .team-member {
  padding: 1rem;
  border: 1px solid #003890;
  border-width: 0 1px 0 0;
}
section.section#team .grid--wrapper .team-member:nth-child(3n) {
  border-right: 0;
}
section.section#team .grid--wrapper .team-member h3 {
  font-size: 1.7777777778vw;
  margin: 1rem 0;
}
section.section#team .grid--wrapper .team-member figure {
  max-width: 75%;
}
section.section#team .grid--wrapper .team-member p:last-of-type {
  margin-bottom: 1rem;
}

body.page-id-67 section.section section.layout .layout.layout__content_one_column .grid--wrapper {
  background: #fbf3ee !important;
}

.page-id-65 section.section section.layout .layout.layout__header figure.illo {
  top: -10%;
}

.page-id-508 section.section section.layout .layout.layout__header figure.illo {
  top: -40%;
}
.page-id-508 section.section section.layout .layout.layout__header figure.illo img {
  width: 40vw;
  max-width: 20rem;
}

section#page-title .layout .grid--wrapper {
  padding: 0;
  border-bottom: 0;
  height: 44px;
  overflow: hidden;
}
section#page-title .layout .grid--wrapper .grid--column {
  padding-right: 0 !important;
  display: flex;
  align-items: center;
}
section#page-title .layout .grid--wrapper h1 {
  font-size: 1.2777777778vw;
  line-height: 1;
  padding: 0.5rem 0;
}
section#page-title .layout .grid--wrapper h1 a {
  opacity: 1;
}
section#page-title .layout .grid--wrapper span {
  text-align: center;
  margin-left: auto;
  margin-right: 44px;
  padding: 0.55rem 1rem;
  font-size: 1.2777777778vw;
  border-left: 1px solid #003890;
}
section#page-title .layout .grid--wrapper span:hover {
  cursor: pointer;
}

div.fixed-links {
  position: fixed;
  z-index: 4000;
  top: auto;
  right: 2.5%;
  width: 44px;
  border: 1px solid #003890;
  background: #fbf3ee;
}
div.fixed-links a.hide-page {
  display: block;
  border: 0;
  background: #ceb0ff;
  border-radius: 0;
  margin: 0 !important;
  width: calc(100% + 2px);
  height: 200px;
  text-align: center;
  position: absolute;
  border: 1px solid #003890;
  left: -1px;
  top: 43px;
  /*span {
  	display: block;
  	width: 200px;
      display: block;
      right: -130%;
      position: absolute;
      top: 50%;
      transform: rotate(-90deg);
  	transform-origin: top center;
  	font-size: 18px;
  }*/
}
div.fixed-links a.hide-page svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}
div.fixed-links a.hide-page:after {
  display: none;
}
div.fixed-links .activatemenu {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
  border: 0;
  position: relative;
  left: 0;
  width: 44px;
  height: 43px;
}
div.fixed-links .activatemenu:hover:after {
  display: none;
}
div.fixed-links .activatemenu .hamburger {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: inline-block;
  position: relative;
  width: 26px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.fixed-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: 0px;
  left: 0;
  border-bottom: 2px solid #003890;
  -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;
}
div.fixed-links .activatemenu .hamburger_bar_one {
  top: 0px;
}
div.fixed-links .activatemenu .hamburger_bar_two {
  top: 6px;
}
div.fixed-links .activatemenu .hamburger_bar_three {
  top: 9px;
}
div.fixed-links .activatemenu.active .hamburger_bar {
  -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;
}
div.fixed-links .activatemenu.active .hamburger_bar_one {
  -webkit-transform: rotate(45deg) translateX(8px) translateY(10px);
  -ms-transform: rotate(45deg) translateX(8px) translateY(10px);
  transform: rotate(45deg) translateX(8px) translateY(10px);
  top: -9px;
}
div.fixed-links .activatemenu.active .hamburger_bar_two {
  display: none;
}
div.fixed-links .activatemenu.active .hamburger_bar_three {
  -webkit-transform: rotate(-45deg) translateX(4px) translateY(-7px);
  -ms-transform: rotate(-45deg) translateX(4px) translateY(-7px);
  transform: rotate(-45deg) translateX(4px) translateY(-7px);
  top: 11px;
}

nav.menu {
  position: fixed;
  left: 0;
  top: -100vh;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  background: #ecfcc7;
  color: #003890;
  z-index: 5;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -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";
}
nav.menu .grid--wrapper {
  border: 1px solid #003890;
  height: auto;
  min-height: 91vh;
  display: flex;
  align-items: center;
}
nav.menu ul {
  padding: 0 2vh 0;
  /*position: absolute;
  bottom: 3rem;*/
}
nav.menu ul li {
  font-size: 2.7777777778vw;
  line-height: 1.25;
}
nav.menu ul li a {
  position: relative;
}
nav.menu ul li a:before {
  background: #ceb0ff;
  padding: 0rem 0rem;
  border: 2px solid #003890;
  content: "";
  position: absolute;
  width: calc(100% + 2rem);
  height: 120%;
  border-radius: 2rem;
  z-index: -1;
  left: -1rem;
  top: -4.5%;
  opacity: 0;
}
nav.menu ul li a:hover {
  opacity: 1;
  color: #003890;
}
nav.menu ul li a:hover:before {
  opacity: 1;
}

body.active div.fixed-links {
  background: #ecfcc7;
}
body.active nav.menu {
  top: 0;
  padding: 2.5% 0;
}

#subscribe-contact .grid--wrapper, #acknowledgement .grid--wrapper, #partners .grid--wrapper, #footer-image .grid--wrapper {
  border: solid #003890;
  border-width: 0 1px 1px;
  padding: 2rem 0;
}
#subscribe-contact .grid--wrapper h3, #acknowledgement .grid--wrapper h3, #partners .grid--wrapper h3, #footer-image .grid--wrapper h3 {
  margin-bottom: 0;
  font-size: 2.5vw;
  line-height: 1;
}
#subscribe-contact .grid--wrapper a.button, #acknowledgement .grid--wrapper a.button, #partners .grid--wrapper a.button, #footer-image .grid--wrapper a.button {
  margin-top: 1rem;
}
#subscribe-contact .grid--wrapper a.button:hover, #acknowledgement .grid--wrapper a.button:hover, #partners .grid--wrapper a.button:hover, #footer-image .grid--wrapper a.button:hover {
  background: #ceb0ff;
}
#subscribe-contact .grid--wrapper .half:has(.columns), #acknowledgement .grid--wrapper .half:has(.columns), #partners .grid--wrapper .half:has(.columns), #footer-image .grid--wrapper .half:has(.columns) {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
#subscribe-contact .grid--wrapper .half:has(.columns) p, #acknowledgement .grid--wrapper .half:has(.columns) p, #partners .grid--wrapper .half:has(.columns) p, #footer-image .grid--wrapper .half:has(.columns) p {
  margin: 0 0;
}

#acknowledgement p, #acknowledgement li {
  /*font-size: vptovw(1800,12.25);*/
  /*line-height: 1.35;*/
}
#acknowledgement .grid--wrapper .two-thirds:has(.columns) {
  display: grid;
  grid-template-columns: 0.65fr 1.5fr;
}
#acknowledgement .grid--wrapper .two-thirds:has(.columns) .columns p {
  max-width: 30rem;
}
#acknowledgement .grid--wrapper .two-thirds:has(.columns) .columns ul {
  display: flex;
  margin: 0 2rem 0 0 !important;
}
#acknowledgement .grid--wrapper .two-thirds:has(.columns) .columns ul li {
  flex: 1;
  max-width: 4rem;
  margin-right: 1rem;
  display: block !important;
}
#acknowledgement .grid--wrapper .two-thirds:has(.columns) .columns ul li:last-of-type {
  margin-right: 0;
}
#acknowledgement .grid--wrapper .two-thirds:has(.columns) .columns ul li:before {
  display: none;
}
#acknowledgement .grid--wrapper .third:last-child {
  text-align: right;
}
#acknowledgement .grid--wrapper .third:last-child ul {
  display: flex;
  flex-flow: row-reverse;
  margin: 0 !important;
}
#acknowledgement .grid--wrapper .third:last-child ul li {
  flex: 1;
  max-width: 4rem;
  margin-right: 1rem;
  display: block !important;
}
#acknowledgement .grid--wrapper .third:last-child ul li:last-of-type {
  margin-right: 0;
}
#acknowledgement .grid--wrapper .third:last-child ul li:before {
  display: none;
}

#partners .grid--wrapper {
  padding: 0;
}
#partners .grid--wrapper .half {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#partners .grid--wrapper .half:first-child {
  border-right: 1px solid #003890;
}
#partners h4 {
  text-align: center !important;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 75%;
  margin-bottom: 1rem;
  font-size: 0.7777777778vw;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.025rem;
}
#partners ul {
  list-style: none;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
}
#partners ul li {
  margin: 0 1rem;
}
#partners ul li img {
  max-height: 4rem;
  max-width: 11rem;
}

#footer-image .grid--wrapper {
  padding: 0;
}
#footer-image .grid--wrapper figure {
  width: 100%;
}
#footer-image .grid--wrapper figure img {
  width: 100%;
}

.fine-print {
  margin: 1rem auto 10vh;
}
.fine-print .grid--column {
  padding: 0;
}
.fine-print * {
  font-size: 0.9722222222vw;
}

@media screen and (min-width: 1800px) {
  a.hide-page {
    padding: 20px;
  }
  div.fixed-links .activatemenu {
    top: -5px;
  }
}
@media screen and (max-width: 960px) {
  .grid--column, section.layout {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .grid--column.quarter, .grid--column.three-quarter, section.layout.quarter, section.layout.three-quarter {
    width: 100% !important;
  }
  @-moz-keyframes spin {
    100% {
      -moz-transform: rotate(90deg) translate(10%, -10%);
    }
  }
  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(90deg) translate(10%, -10%);
    }
  }
  @keyframes spin {
    100% {
      -webkit-transform: rotate(90deg) translate(10%, -10%);
      transform: rotate(90deg) translate(10%, -10%);
    }
  }
  html, body {
    font-size: 18px;
  }
  main {
    overflow-x: hidden;
  }
  a.button, span.btn a {
    font-size: 13px;
    line-height: 1.25;
  }
  div.fixed-links {
    width: 40px;
  }
  div.fixed-links .activatemenu {
    width: 40px;
  }
  div.fixed-links .activatemenu .hamburger {
    width: 24px;
  }
  div.fixed-links a.hide-page {
    height: 160px;
  }
  span.btn a {
    font-size: 13px;
    letter-spacing: 0;
  }
  span.btn a:after {
    top: 0.05rem;
  }
  p, li {
    font-size: 18px;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 55px;
  }
  h3 {
    font-size: 42px;
  }
  h4 {
    font-size: 32px;
  }
  span.large {
    font-size: 22px;
  }
  nav.menu .grid--wrapper {
    min-height: 97vh;
  }
  nav.menu ul li {
    padding-bottom: 1rem;
    font-size: 24px;
  }
  nav.menu ul li a {
    display: inline-block;
  }
  .svg-animation-home, .svg-animation-research {
    right: 80%;
  }
  .svg-animation-home.circle img, .svg-animation-research.circle img {
    max-width: 15rem;
  }
  .svg-animation-research {
    top: -20%;
  }
  section#page-title .layout .grid--wrapper {
    padding: 0rem 0;
  }
  section#page-title .layout .grid--wrapper h1 {
    font-size: 18px;
    padding: 0.35rem 0;
  }
  section#page-title .layout .grid--wrapper span {
    padding: 0.75rem 0.25rem 0.75rem 0.5rem;
    font-size: 17px;
  }
  body.home section.section section.layout .layout.layout__header h2 {
    font-size: 65px;
  }
  body.home section.section section.layout .layout.layout__header a.button {
    margin-top: 1rem !important;
  }
  body.home section.section section.layout .layout.layout__content_one_column .grid--wrapper {
    background-size: 75%;
    background-position: -175% top;
  }
  body.home section.section section.layout .layout.layout__content_one_column .grid--wrapper * {
    max-width: 25rem;
  }
  body.home section.section section.layout .layout.layout__content_one_column .grid--wrapper .grid--column * {
    max-width: 85%;
  }
  section.section section.layout .layout .grid--wrapper p, section.section section.layout .layout .grid--wrapper li {
    max-width: none !important;
  }
  section.section section.layout .layout .grid--wrapper p:has(span.btn), section.section section.layout .layout .grid--wrapper li:has(span.btn) {
    max-width: none !important;
  }
  section.section section.layout .layout .grid--wrapper:has(figure) p, section.section section.layout .layout .grid--wrapper:has(figure) li {
    max-width: 77% !important;
  }
  section.section section.layout .layout.layout__content_one_column .grid--wrapper, section.section section.layout .layout.layout__content_one_column_links .grid--wrapper {
    display: block;
  }
  section.section section.layout .layout.layout__content_one_column .grid--wrapper .grid--column *, section.section section.layout .layout.layout__content_one_column_links .grid--wrapper .grid--column * {
    max-width: 100%;
  }
  section.section section.layout .layout.layout__content_one_column .grid--wrapper .grid--column.quarter, section.section section.layout .layout.layout__content_one_column_links .grid--wrapper .grid--column.quarter {
    border-left: 0;
    border-top: 1px solid #003890;
  }
  section.section section.layout .layout.layout__content_one_column .grid--wrapper .grid--column.quarter p, section.section section.layout .layout.layout__content_one_column_links .grid--wrapper .grid--column.quarter p {
    font-size: 22px;
  }
  section.section section.layout .layout.layout__content_one_column .grid--wrapper .grid--column.quarter p:first-of-type, section.section section.layout .layout.layout__content_one_column_links .grid--wrapper .grid--column.quarter p:first-of-type {
    margin-top: 0.25rem;
  }
  section.section section.layout .layout.layout__content_one_column .grid--wrapper .grid--column p:last-child, section.section section.layout .layout.layout__content_one_column_links .grid--wrapper .grid--column p:last-child {
    margin-bottom: 0;
  }
  section.section section.layout .layout.layout__link_blocks .title .grid--column h4 {
    font-size: 18px;
  }
  section.section section.layout .layout.layout__link_blocks .blocks {
    display: block;
  }
  section.section section.layout .layout.layout__link_blocks .blocks .block {
    padding-bottom: 65%;
    font-size: 45px;
    line-height: 1.15;
    border-right: 0;
    border-bottom: 1px solid #003890;
  }
  section.section section.layout .layout.layout__link_blocks .blocks .block a:after {
    bottom: 1.5rem;
  }
  section.section section.layout .layout.layout__link_blocks .blocks .block a span {
    width: 90%;
  }
  section.section section.layout .layout.layout__link_blocks .blocks .block a span.overlay {
    font-size: 26px;
    line-height: 1.15;
  }
  section.section section.layout .layout.layout__link_blocks .blocks .block a span.overlay > span {
    max-width: 90%;
  }
  section.section section.layout .layout.layout__link_blocks .blocks .block.active a span.overlay {
    opacity: 1;
  }
  section.section section.layout .layout.layout__link_blocks .blocks .block:last-child {
    border-bottom: 0;
  }
  section.section section.layout .layout.layoyt__link_full_width {
    font-size: 18px;
    line-height: 1.35;
  }
  section.section section.layout .layout.layout__content_three_column .grid--wrapper.title h4, section.section section.layout .layout.layout__content_three_column_three_scroller .grid--wrapper.title h4 {
    font-size: 18px;
  }
  section.section section.layout .layout.layout__content_three_column .grid--wrapper:last-of-type, section.section section.layout .layout.layout__content_three_column_three_scroller .grid--wrapper:last-of-type {
    display: block;
  }
  section.section section.layout .layout.layout__content_three_column .grid--wrapper:last-of-type .third, section.section section.layout .layout.layout__content_three_column_three_scroller .grid--wrapper:last-of-type .third {
    display: block;
    border-bottom: 1px solid #003890;
    border-right: 0;
  }
  section.section section.layout .layout.layout__content_three_column .grid--wrapper:last-of-type .third:last-child, section.section section.layout .layout.layout__content_three_column_three_scroller .grid--wrapper:last-of-type .third:last-child {
    border-bottom: 0;
  }
  section.section section.layout .layout.layout__content_three_column .grid--wrapper:last-of-type .third h4, section.section section.layout .layout.layout__content_three_column_three_scroller .grid--wrapper:last-of-type .third h4 {
    font-size: 32px;
    max-width: 90%;
  }
  section.section section.layout .layout.layout__content_three_column .grid--wrapper:last-of-type .third .content, section.section section.layout .layout.layout__content_three_column_three_scroller .grid--wrapper:last-of-type .third .content {
    margin-bottom: 1rem;
  }
  section.section section.layout .layout.layout__content_three_column .grid--wrapper:last-of-type .third .links .button, section.section section.layout .layout.layout__content_three_column_three_scroller .grid--wrapper:last-of-type .third .links .button {
    font-size: 13px;
  }
  section.section section.layout .layout.layout__accordion dl.accordion > dt {
    font-size: 30px;
  }
  section.section section.layout .layout.layout__accordion dl.accordion dd .content {
    margin-left: 0%;
  }
  section.section section.layout .layout.layout__accordion dl.accordion dl.nested-accordion dt {
    font-size: 22px;
    padding-left: 18%;
  }
  section.section section.layout .layout.layout__accordion dl.accordion dl.nested-accordion dt:before {
    left: 1rem;
  }
  section.section section.layout .layout.layout__accordion dl.accordion dl.nested-accordion dt dd {
    padding: 1rem 1rem 2rem 18%;
  }
  section.section section.layout .layout.layout__accordion dl.accordion dl.nested-accordion dd {
    padding-left: 18%;
  }
  section.section section.layout .layout.layout__content_two_column .grid--wrapper {
    display: block;
  }
  section.section section.layout .layout.layout__content_two_column .grid--wrapper .half {
    border-bottom: 1px solid #003890;
    padding-bottom: 0;
  }
  section.section section.layout .layout.layout__content_two_column .grid--wrapper .half div {
    max-width: none;
  }
  section.section section.layout .layout.layout__content_two_column .grid--wrapper .half:last-child {
    border-bottom: 0;
    padding-bottom: 3rem;
  }
  section.section section.layout .layout.layout__header {
    overflow: hidden;
    position: unset;
  }
  section.section section.layout .layout.layout__header figure {
    position: absolute;
    top: 0%;
    right: -11%;
    z-index: -1;
  }
  section.section section.layout .layout.layout__header figure img {
    width: 40vw;
  }
  section.section section.layout .layout.layout__header h2 {
    font-size: 54px;
  }
  section.section section.layout .layout.layout__header h3 {
    font-size: 54px;
    max-width: 93%;
  }
  section.section section.layout .layout.layout__header h4 {
    margin-top: 1rem;
    font-size: 22px;
    line-height: 1.15;
  }
  section.section section.layout .layout.layout__header a.button {
    max-width: 85%;
  }
  section.section section.layout .layout.layout__header:has(figure) h4 {
    width: 85%;
  }
  section.section section.layout .layout.layout__content_one_column_scroller .slides .slide .content {
    padding: 2rem 0.5rem;
    font-size: 28px;
  }
  section.section section.layout .layout.layout__content_one_column_scroller .slides .slide .content .author {
    font-size: 16px;
  }
  section.section section.layout .layout.layout__content_two_column_scroller .grid--wrapper, section.section section.layout .layout.layout__content_two_column_two_scroller .grid--wrapper {
    display: block;
  }
  section.section section.layout .layout.layout__content_two_column_scroller .grid--wrapper .slides, section.section section.layout .layout.layout__content_two_column_two_scroller .grid--wrapper .slides {
    max-width: none;
    width: 100%;
  }
  section.section section.layout .layout.layout__content_two_column_scroller .grid--wrapper .slides .slide, section.section section.layout .layout.layout__content_two_column_two_scroller .grid--wrapper .slides .slide {
    height: auto;
  }
  section.section section.layout .layout.layout__content_two_column_scroller .grid--wrapper .half:last-child, section.section section.layout .layout.layout__content_two_column_two_scroller .grid--wrapper .half:last-child {
    margin-top: 0 !important;
    display: block;
  }
  section.section section.layout .layout.layout__content_two_column_scroller .grid--wrapper .half:last-child h4, section.section section.layout .layout.layout__content_two_column_two_scroller .grid--wrapper .half:last-child h4 {
    border-top: 1px solid #003890;
    font-size: 20px !important;
    line-height: 1.15;
  }
  section.section section.layout .layout.layout__content_two_column_scroller .grid--wrapper .half:last-child h4.title, section.section section.layout .layout.layout__content_two_column_two_scroller .grid--wrapper .half:last-child h4.title {
    font-size: 18px !important;
  }
  section.section section.layout .layout.layout__content_two_column_scroller .grid--wrapper .half:first-child, section.section section.layout .layout.layout__content_two_column_two_scroller .grid--wrapper .half:first-child {
    border-right: 0;
  }
  section.section section.layout .layout.layout__content_two_column_scroller .grid--wrapper .half:first-child h4, section.section section.layout .layout.layout__content_two_column_two_scroller .grid--wrapper .half:first-child h4 {
    font-size: 32px;
    line-height: 1.15;
  }
  section.section section.layout .layout.layout__content_two_column_scroller .grid--wrapper .half:first-child h4.title, section.section section.layout .layout.layout__content_two_column_two_scroller .grid--wrapper .half:first-child h4.title {
    font-size: 18px !important;
  }
  section.section section.layout .layout.layout__content_two_column_scroller .grid--wrapper .half:last-child .slides, section.section section.layout .layout.layout__content_two_column_two_scroller .grid--wrapper .half:last-child .slides {
    max-width: 95vw;
  }
  section.section section.layout .layout.layout__content_two_column_scroller .grid--wrapper .half:last-child .slides .slide, section.section section.layout .layout.layout__content_two_column_two_scroller .grid--wrapper .half:last-child .slides .slide {
    height: 100%;
    min-height: 80vh;
  }
  section.section section.layout .layout.layout__content_two_column_scroller .grid--wrapper .half:last-child .slides .slide .content, section.section section.layout .layout.layout__content_two_column_two_scroller .grid--wrapper .half:last-child .slides .slide .content {
    padding: 2rem 1rem;
    font-size: 30px;
  }
  section.section section.layout .layout.layout__content_two_column_scroller .grid--wrapper .half:last-child .slides .slide .content span.author, section.section section.layout .layout.layout__content_two_column_two_scroller .grid--wrapper .half:last-child .slides .slide .content span.author {
    font-size: 16px;
    line-height: 1.15;
  }
  #subscribe-contact .grid--wrapper h3, #acknowledgement .grid--wrapper h3 {
    font-size: 35px;
  }
  #subscribe-contact .grid--wrapper .grid--column, #acknowledgement .grid--wrapper .grid--column {
    margin-top: 1rem !important;
  }
  #subscribe-contact .grid--wrapper .grid--column:first-child, #acknowledgement .grid--wrapper .grid--column:first-child {
    margin-top: 0 !important;
  }
  #subscribe-contact .grid--wrapper .grid--column.two-thirds:has(.columns), #acknowledgement .grid--wrapper .grid--column.two-thirds:has(.columns) {
    display: block;
  }
  #subscribe-contact .grid--wrapper .grid--column.two-thirds:has(.columns) .columns:first-of-type, #acknowledgement .grid--wrapper .grid--column.two-thirds:has(.columns) .columns:first-of-type {
    margin-bottom: 1rem !important;
  }
  .fine-print * {
    font-size: 9px;
    line-height: 1.4;
  }
  #partners .grid--wrapper .half:first-child {
    border-right: none !important;
    border-bottom: 1px solid #003890;
  }
  #partners .grid--wrapper .half h4 {
    font-size: 13px;
    line-height: 1.25;
  }
  #partners .grid--wrapper .half ul {
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0 auto;
  }
  #partners .grid--wrapper .half ul li {
    flex: 1;
    margin: 0;
    max-width: 33% !important;
  }
  #partners .grid--wrapper .half ul li img {
    margin: 0 auto;
    max-width: 100%;
  }
  #acknowledgement .grid--wrapper .half p, #acknowledgement .grid--wrapper .half li {
    font-size: 16px;
  }
  a.hide-page {
    top: 4.925rem;
    right: -9%;
  }
  section.section#team .grid--wrapper .grid--row {
    display: block;
  }
  section.section#team .grid--wrapper .grid--row .team-member {
    border-right: 0;
    border-bottom: 1px solid #003890;
  }
  section.section#team .grid--wrapper .grid--row .team-member h3 {
    font-size: 35px;
  }
  #acknowledgement .layout .grid--wrapper li {
    max-width: 4rem !important;
  }
  #acknowledgement .layout .grid--wrapper .grid--column.half:has(.columns) {
    flex-direction: column;
    display: flex;
  }
  #acknowledgement .layout .grid--wrapper .grid--column.half:last-child {
    text-align: left;
  }
  #acknowledgement .layout .grid--wrapper .grid--column.half:last-child ul {
    flex-flow: row;
  }
  body.home section.section section.layout .layout.layout__content_one_column .grid--wrapper h4 {
    font-size: 26px;
    margin-left: 5rem;
  }
  section.section section.layout .layout.layout__content_two_column .grid--wrapper .half .content h4 {
    font-size: 26px;
  }
  body.home section.section section.layout .layout.layout__header h3 {
    font-size: 60px;
  }
  body.home section.section section.layout .layout.layout__header h4 {
    font-size: 28px;
    width: 100%;
    max-width: none;
  }
  body.home section.section section.layout .layout.layout__header h4 br {
    display: none;
  }
  body.home section.section section.layout .layout.layout__header p {
    font-size: 18px;
  }
  body.home section.section section.layout .layout.layout__header p br {
    display: none;
  }
  section.section section.layout .layout.layout__link_blocks .blocks .block {
    padding: 3rem 1rem;
    height: auto;
    background: #ecfcc7;
  }
  section.section section.layout .layout.layout__link_blocks .blocks .block a {
    position: relative;
  }
  section.section section.layout .layout.layout__link_blocks .blocks .block a span.title {
    position: relative;
    top: auto;
    left: auto;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 28px;
    line-height: 1.15 !important;
    display: block;
    margin: 0 auto;
  }
  section.section section.layout .layout.layout__link_blocks .blocks .block a:after {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 1rem;
    display: block;
    margin: 1rem auto 0;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  section.section section.layout .layout.layout__link_blocks .blocks .block a .overlay {
    display: none;
  }
  section.section section.layout .layout.layout__content_two_column .grid--wrapper .half:first-child .content {
    padding-bottom: 3rem;
  }
  section.section section.layout .layout.layout__content_one_column .grid--column, section.section section.layout .layout.layout__content_one_column_links .grid--column {
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
}
.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;
}

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

.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. */
}