@charset "UTF-8";
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  color: #3c3c3c;
  font-family: Wellingtons, Frutiger, "Frutiger Linotype", Univers, Calibri, "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Gill Sans MT", "Gill Sans", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.h1,
h1 {
  font-size: 2.375rem;
  line-height: 1.2631578947;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.h2,
h2 {
  font-size: 1.75rem;
  line-height: 1.3571428571;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}

.h3,
h3 {
  font-size: 1.3125rem;
  line-height: 1.1428571429;
  margin-top: 0rem;
  margin-bottom: 0.75rem;
}

.h4,
.h5,
h4,
h5 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.h1,
.h2,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  color: #153102;
  font-family: Gertika, Frutiger, "Frutiger Linotype", Univers, Calibri, "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Gill Sans MT", "Gill Sans", sans-serif;
  font-weight: 400;
}

p {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

ol,
ul {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
ol ol,
ul ol {
  margin-bottom: 0;
  margin-top: 0;
}
ol ul,
ul ul {
  margin-bottom: 0;
  margin-top: 0;
}

dl {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
dl dt {
  font-weight: 600;
}
dl dd {
  font-style: italic;
}

blockquote {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-style: italic;
}

blockquote > p {
  padding: 0;
}

a {
  color: #3c3c3c;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:active, a:focus {
  outline: none;
  color: #000;
}
p a {
  border-bottom: 1px solid #3c3c3c;
}

hr {
  border: 0;
  border-top: 1px solid #153102;
  display: block;
  height: 1px;
  padding: 0;
  margin-bottom: 1.5rem;
}

sub,
sup {
  position: relative;
  top: -0.4rem;
  vertical-align: baseline;
}

sub {
  top: 0.4rem;
}

b {
  line-height: 1;
}

small {
  line-height: 1;
}

strong {
  font-weight: 400;
  color: #153102;
  font-family: Gertika, Frutiger, "Frutiger Linotype", Univers, Calibri, "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Gill Sans MT", "Gill Sans", sans-serif;
}

cite,
dfn,
em,
q {
  line-height: 1.5;
}

.gertika {
  font-family: Gertika, Frutiger, "Frutiger Linotype", Univers, Calibri, "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Gill Sans MT", "Gill Sans", sans-serif;
  font-weight: 400;
}

.block-type-heading h1 {
  font-size: 1.75rem;
  line-height: 1.3571428571;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}

html {
  box-sizing: border-box;
  height: 100%;
}
html *,
html *:after,
html *:before {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  background-color: #eee;
  height: 100%;
  overflow-x: hidden;
}

@font-face {
  font-family: "Gertika";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/TT_Gertika_Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Wellingtons";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/TT-Wellingtons-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Wellingtons";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/TT-Wellingtons-Regular.woff2") format("woff2");
}
figure {
  padding: 0;
  margin: 0 0 3rem 0;
}

img {
  width: 100%;
  height: auto;
}

.btn {
  margin: 0 0 1.5rem 0;
  padding: 0 0.5rem;
  line-height: 2.75rem;
  font-size: 1rem;
  height: 2.75rem;
  border-radius: 0;
  font-family: inherit;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  box-sizing: content-box;
  text-decoration: none;
  cursor: pointer;
  color: #eee;
  background: #153102;
  border: 0;
  box-sizing: border-box;
}
.btn:hover {
  color: #eee;
  text-decoration: none;
  background: #357b05;
  border: 0;
}
.btn:focus {
  color: #eee;
  text-decoration: none;
  background: #3f9306;
  border: 0;
}
.btn:active {
  color: #eee;
  text-decoration: none;
  background: #2a6204;
  border: 0;
}
.btn:disabled {
  color: #eee;
  text-decoration: none;
  background: #adadad;
  border: 0;
}

.logo a {
  display: block;
  width: 5rem;
  height: 5rem;
}

.container {
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

.wrapper {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.header {
  padding: 1.5rem 0.75rem 6rem 0.75rem;
  display: grid;
  grid-template-columns: 1fr 21fr;
}

footer {
  padding: 3rem 0 0 0;
  text-align: center;
}
footer p {
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.menu {
  display: grid;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1390px) {
  .menu {
    padding: 0 1.5rem 0 0;
  }
}
.menu ul {
  list-style: none;
}
.menu li {
  display: inline-block;
  margin: 0 1.5rem 0 0;
}
.menu li:last-child {
  margin: 0 0 0 0;
}
.menu a {
  color: #153102;
  font-family: Gertika, Frutiger, "Frutiger Linotype", Univers, Calibri, "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Gill Sans MT", "Gill Sans", sans-serif;
  font-size: 1.375rem;
  line-height: 1;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1390px) {
  .menu a {
    font-size: 1.75rem;
    line-height: 1;
    margin-top: 0rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 900px) {
  .split-left {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-top: 2.25rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.splitcontent {
  padding: 0.625rem 0 0 0;
  text-align: justify;
}

.text-section p,
.text-section h1,
.text-section h2,
.text-section h3,
.text-section figure,
.text-section a,
.text-section button,
.text-section hr,
.text-section dl, .teamember p,
.teamember h1,
.teamember h2,
.teamember h3,
.teamember figure,
.teamember a,
.teamember button,
.teamember hr,
.teamember dl {
  transform: translateY(12px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: linear;
}
.text-section p.text-in-view,
.text-section h1.text-in-view,
.text-section h2.text-in-view,
.text-section h3.text-in-view,
.text-section figure.text-in-view,
.text-section button.text-in-view,
.text-section a.text-in-view,
.text-section hr.text-in-view,
.text-section dl.text-in-view, .teamember p.text-in-view,
.teamember h1.text-in-view,
.teamember h2.text-in-view,
.teamember h3.text-in-view,
.teamember figure.text-in-view,
.teamember button.text-in-view,
.teamember a.text-in-view,
.teamember hr.text-in-view,
.teamember dl.text-in-view {
  transform: none;
  opacity: 1;
}

header h2, header h1, header p {
  transform: translateY(12px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: linear;
}
header h2.text-in-view, header h1.text-in-view, header p.text-in-view {
  transform: none;
  opacity: 1;
}

.social {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  display: flex;
}
.social li {
  margin: 0 0.75rem 0 0;
}

.fiftysplit {
  text-align: justify;
}
@media (min-width: 900px) {
  .fiftysplit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.postnav {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.postnav .nav-right {
  text-align: right;
}

.blogside figure {
  margin: 0 0 0.75rem 0;
}
.blogside p {
  margin: 0 0 0 0;
  color: #153102;
  font-family: Gertika, Frutiger, "Frutiger Linotype", Univers, Calibri, "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Gill Sans MT", "Gill Sans", sans-serif;
}

.homefacts {
  background-color: #ffffff;
  padding: 1.5rem;
}
.homefacts dd {
  margin-left: 0.75rem;
  margin-bottom: 0.75rem;
}
.homefacts dd:last-child {
  margin-bottom: 0;
}

.homeimages {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.75rem;
}

@media (min-width: 1390px) {
  .full-bust {
    width: auto;
    margin: 0 calc(50% - 50vw);
    display: grid;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 1.5rem;
  }
}
@media (min-width: 1390px) and (min-width: 1390px) {
  .full-bust {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 1390px) {
  .full-bust figure {
    padding-top: 0.625rem;
  }
}
.full-bust .full-bust-left {
  display: grid;
  grid-template-columns: 1fr;
}
.full-bust .full-bust-left p {
  text-align: justify;
}
@media (min-width: 1390px) {
  .full-bust .full-bust-left {
    padding: 0 0 0 1.5rem;
    grid-template-columns: 1fr 2fr;
  }
  .full-bust .full-bust-left .full-bust-left-content {
    grid-column: 2/span 1;
  }
}

:root {
  --tobii-base-font-size: 1rem;
  /* also update --tobii-slide-max-height */
  --tobii-transition-duration: 0.3s;
  --tobii-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  --tobii-zoom-icon-background: hsla(210, 38%, 16%, 0.94);
  --tobii-zoom-icon-color: #ffffff;
  --tobii-lightbox-background: rgba(0,0,0,0.85);
  --tobii-lightbox-z-index: 1337;
  --tobii-caption-background: rgba(0,0,0,0.8);
  --tobii-caption-color: #eeeeee;
  --tobii-counter-background: transparent;
  --tobii-counter-color: #ffffff;
  --tobii-button-background: transparent;
  --tobii-button-navigation-background: rgba(0,0,0,0.5);
  --tobii-button-color: #ffffff;
  --tobii-loader-color: #ffffff;
  --tobii-slide-max-height: calc(100vh - 3.125em);
  --tobii-slide-max-width: 100vw;
}

/**
 * Lightbox link
 *
 */
.tobii-zoom {
  border: 0;
  box-shadow: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.tobii-zoom img {
  display: block;
}
.tobii-zoom__icon {
  align-items: center;
  background-color: var(--zoom-icon-background, var(--tobii-zoom-icon-background));
  top: 0.5em;
  color: var(--zoom-icon-color, var(--tobii-zoom-icon-color));
  display: flex;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0.5em;
  width: 1.78em;
  height: 1.78em;
}
.tobii-zoom__icon svg {
  fill: none;
  height: 1.5em;
  pointer-events: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  stroke: currentColor;
  width: 1.5em;
}

body.tobii-is-open {
  overflow-y: hidden;
}

.tobii-is-open,
.tobii-image {
  touch-action: none;
}

/**
 * Lightbox
 *
 */
.tobii {
  background-color: var(--lightbox-background, var(--tobii-lightbox-background));
  bottom: 0;
  box-sizing: border-box;
  contain: strict;
  font-size: var(--base-font-size, var(--tobii-base-font-size));
  left: 0;
  line-height: 1.5;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: var(--lightbox-z-index, var(--tobii-lightbox-z-index));
}
.tobii[aria-hidden=true] {
  display: none;
}
.tobii *, .tobii *::before, .tobii *::after {
  box-sizing: inherit;
}

/**
 * Slider
 *
 */
.tobii__slider {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 3.125em;
  will-change: transform;
}
.tobii__slider[aria-hidden=true] {
  display: none;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .tobii__slider--animate:not(.tobii__slider--is-dragging) {
    transition-duration: var(--transition-duration, var(--tobii-transition-duration));
    transition-property: transform;
    transition-timing-function: var(--transition-timing-function, var(--tobii-transition-timing-function));
  }
}
.tobii__slider--is-draggable [data-type] {
  cursor: grab;
}
.tobii__slider--is-dragging [data-type] {
  cursor: grabbing;
}
.tobii__slider--is-moving [data-type] {
  cursor: move;
}

/**
 * Slide
 *
 */
.tobii__slide {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.tobii__slide:not(.tobii__slide--is-active) {
  visibility: hidden;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .tobii__slide:not(.tobii__slide--is-active) {
    transition-duration: var(--transition-duration, var(--tobii-transition-duration));
    transition-property: visibility;
    transition-timing-function: var(--timing-function, var(--tobii-transition-timing-function));
  }
}
.tobii__slide [data-type] {
  max-height: 100%;
  max-width: var(--slide-max-width, var(--tobii-slide-max-width));
  overflow: hidden;
  overscroll-behavior: contain;
}
.tobii__slide iframe, .tobii__slide video {
  display: block !important;
}
.tobii__slide figure {
  margin: 0;
  position: relative;
}
.tobii__slide figure > img {
  display: block;
  height: auto;
  max-height: var(--slide-max-height, var(--tobii-slide-max-height));
  max-width: var(--slide-max-width, var(--tobii-slide-max-width));
  width: auto;
}
.tobii__slide figure > figcaption {
  background-color: var(--caption-background, var(--tobii-caption-background));
  bottom: 0;
  color: var(--caption-color, var(--tobii-caption-color));
  padding: 0.25em 0.5em;
  position: absolute;
  white-space: pre-wrap;
  width: 100%;
  font-size: 1.125em;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.tobii__slide figure > figcaption:has(button.caption-toggle[aria-expanded=false]) {
  color: transparent;
  background-color: transparent;
}
.tobii__slide figure > figcaption:has(button.caption-toggle[aria-expanded=false]) > button.caption-toggle::after {
  opacity: 0.6;
}
.tobii__slide figure > figcaption:has(button.caption-toggle[aria-expanded=false]) > button.caption-toggle:hover::after {
  opacity: 1;
}
.tobii__slide figure > figcaption > button.caption-toggle {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 3em 0 0;
  cursor: pointer;
  color: transparent;
  border: none;
  background: transparent;
}
.tobii__slide figure > figcaption > button.caption-toggle::after {
  position: absolute;
  right: 0.25em;
  bottom: 0.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75em;
  height: 1.75em;
  content: "ⓘ";
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0;
  color: var(--caption-color, var(--tobii-caption-color));
  border-radius: 50%;
  background-color: var(--caption-background, var(--tobii-caption-background));
  font-size: medium;
  font-weight: bold;
  line-height: 1;
}
.tobii__slide [data-type=html] {
  overflow-y: auto;
}
.tobii__slide [data-type=html] video {
  cursor: auto;
  max-height: var(--slide-max-height, var(--tobii-slide-max-height));
  max-width: var(--slide-max-width, var(--tobii-slide-max-width));
}
.tobii__slide [data-type=html] audio {
  max-width: 100%;
}
.tobii__slide [data-type=iframe] {
  /* Fix iframe scrolling on iOS */
  -webkit-overflow-scrolling: touch;
  transform: translate(0, 0);
}
.tobii__slide [data-type=iframe] iframe {
  height: var(--slide-max-height, var(--tobii-slide-max-height));
  width: var(--slide-max-width, var(--tobii-slide-max-width));
}

/**
 * Buttons
 *
 */
.tobii__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--button-background, var(--tobii-button-background));
  border: 1px solid transparent;
  color: var(--button-color, var(--tobii-button-color));
  cursor: pointer;
  font: inherit;
  line-height: 1;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  touch-action: manipulation;
  will-change: opacity;
  z-index: 1;
}
.tobii__btn:hover {
  opacity: 1;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .tobii__btn {
    transition-duration: var(--transition-duration, var(--tobii-transition-duration));
    transition-property: opacity, transform;
    transition-timing-function: var(--transition-timing-function, var(--tobii-transition-timing-function));
    will-change: opacity, transform;
  }
}
.tobii__btn svg {
  fill: none;
  height: 3.75em;
  pointer-events: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  stroke: currentColor;
  width: 3.75em;
}
.tobii__btn--previous, .tobii__btn--next {
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--button-navigation-background, var(--tobii-button-navigation-background));
  border-radius: 5px;
}
.tobii__btn--previous {
  left: 1em;
}
.tobii__btn--next {
  right: 1em;
}
.tobii__btn--close {
  right: 0.25em;
  top: 0.25em;
  width: 2.5em;
  height: 2.5em;
  opacity: 0.75;
}
.tobii__btn--close svg {
  transform: scale(1.4);
  width: 100%;
  height: 100%;
}
.tobii__btn:disabled, .tobii__btn[aria-hidden=true] {
  visibility: hidden;
  cursor: default;
}

/**
 * Counter
 *
 */
.tobii__counter {
  background-color: var(--counter-background, var(--tobii-counter-background));
  color: var(--counter-color, var(--tobii-counter-color));
  font-size: 1.25em;
  left: 0.875em;
  line-height: 1;
  position: absolute;
  top: 0.875em;
  z-index: 1;
  opacity: 0.8;
}
.tobii__counter[aria-hidden=true] {
  display: none;
}
.tobii__counter p {
  display: inline;
}

/**
 * Loader
 *
 */
.tobii__loader {
  display: inline-block;
  height: 6em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6em;
}
.tobii__loader::before {
  animation: spin 1s infinite;
  border-radius: 100%;
  border: 2px solid #949ba3;
  border-top-color: var(--loader-color, var(--tobii-loader-color));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.tobii__slide .tobii-html {
  background: #ffffff;
  padding: 10px 20px;
  max-width: 800px;
  font-size: 1.125em;
}

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