@charset "UTF-8";
/* 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.35; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html {
  box-sizing: border-box;
  overflow-y: scroll; }

*, *:before, *:after {
  box-sizing: inherit; }

@font-face {
  font-family: bh;
  src: url("Blue-Highway-Bold.ttf.woff"); }

html {
  font-size: 110%;
  overflow-y: scroll; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

em {
  font-style: italic; }

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

* {
  box-sizing: border-box; }

a {
  color: #118b46; }
  a.block {
    display: block;
    text-decoration: none; }

ul li {
  list-style: disc;
  margin: 1rem; }

h1, h2, h3, h4, h5 {
  margin: 1em 0 0.25em 0;
  color: #118b46; }

h1 {
  font-size: 2rem; }

.bigicon .title,
.separator,
h2 {
  font-size: 1.5rem; }

.title,
h3 {
  font-size: 1.2rem; }

h1 + h2 {
  margin-top: 0.5em; }

main {
  margin: 0.5rem;
  margin-bottom: 5rem;
  min-height: 100vh; }

footer {
  margin: 0.5rem;
  color: #118b46;
  margin-bottom: 8rem; }

.container {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%; }

p + p {
  margin-top: 1rem; }

.intro {
  position: relative;
  width: 100%;
  height: 100vh; }
  .intro video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .intro a {
    color: white; }
  .intro .arrow {
    position: absolute;
    bottom: 0.5rem;
    left: calc(50% - 20px);
    z-index: 10; }

.follow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 2rem);
  margin: 1rem 0.5rem;
  color: white; }
  @media (max-width: 900px) {
    .follow {
      bottom: 2rem; } }
  .follow .first {
    margin-right: auto; }
  @media (min-width: 901px) {
    .follow .item {
      margin-left: 1rem; } }
  .follow a {
    text-decoration: none; }
  @media (min-width: 901px) {
    .follow {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
              align-items: center; } }
  .follow input[type=email] {
    max-width: 20rem;
    color: white; }
  .follow input[type=submit] {
    max-width: 10rem;
    background-color: white;
    color: #118b46; }
  .follow input {
    -webkit-appearance: none;
    font-size: inherit;
    font-family: inherit;
    padding: 0.7rem;
    vertical-align: middle;
    background: none;
    border: 1px solid white;
    border-radius: 0.15rem; }

.template-home nav {
  position: fixed; }
  .template-home nav.transparent .logo svg {
    height: 12rem; }

.template-home main {
  padding-top: 4rem; }

.bigimage {
  position: relative; }
  .bigimage img {
    width: 100%;
    height: calc(100vh - 10rem);
    -o-object-fit: cover;
       object-fit: cover; }
  .bigimage .caption {
    color: white;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 40rem;
    font-size: 0.75rem;
    text-align: right;
    padding: 0.5rem; }

nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 0.75rem 0.5rem;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  line-height: 1.5; }
  nav .container .nav-item.sub {
    margin-left: 2rem; }
  nav .hamburger svg path {
    stroke: white; }
  nav .cross svg path {
    stroke: #118b46; }
  nav.open, nav.opaque {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15); }
    nav.open .hamburger svg path, nav.opaque .hamburger svg path {
      stroke: #118b46; }
  nav .cross {
    display: none; }
  nav.open .cross {
    display: block; }
  nav .cross,
  nav .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    color: #118b46;
    cursor: pointer;
    width: 2.5rem;
    padding-right: 0.5rem;
    height: 100%;
    max-height: 3rem; }
  nav.open .hamburger {
    display: none; }
  nav a.logo.small {
    text-decoration: none; }
    nav a.logo.small:hover {
      text-decoration: underline; }
  nav .menu {
    display: none; }
    nav .menu a {
      display: block;
      text-decoration: none; }
      nav .menu a:hover {
        text-decoration: underline; }
  nav.open .menu {
    display: block; }
  nav .logo.big {
    width: 10rem;
    overflow: hidden;
    display: none; }
    nav .logo.big svg {
      width: 100%; }
  nav.transparent:not(.open) {
    background-color: transparent;
    color: white; }
    nav.transparent:not(.open) .logo.small {
      display: none; }
    nav.transparent:not(.open) .logo.big {
      display: block; }
      nav.transparent:not(.open) .logo.big svg .top {
        fill: #fff; }
    nav.transparent:not(.open) a {
      color: white; }

@media (min-width: 901px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1rem; } }

.grid .separator {
  grid-column: 1 / 5;
  color: #118b46; }

.grid .item {
  position: relative;
  margin-bottom: 2rem; }
  .grid .item.bigicon {
    grid-column: auto / span 2; }
  @media (max-width: 900px) {
    .grid .item.smallicon {
      max-width: 23rem; } }
  .grid .item.bigtitle .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.55rem;
    color: white;
    text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
    line-height: 1; }

.badge {
  position: absolute;
  top: -1rem;
  left: -0.5rem;
  width: 5rem;
  height: 5rem;
  background-color: white;
  font-size: 0.85rem;
  border-radius: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  color: #118b46; }

.template-article .badge {
  top: 10rem;
  left: 3rem;
  width: 10rem;
  height: 10rem;
  font-size: 2rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15); }
  @media (max-width: 900px) {
    .template-article .badge {
      top: 6rem;
      left: 1rem;
      width: 5rem;
      height: 5rem;
      font-size: 1rem; } }

.blocks {
  position: relative; }
  @media (min-width: 901px) {
    .blocks .block {
      max-width: 50%; } }
  .blocks .text {
    color: #118b46;
    margin-right: auto; }
    .blocks .text a {
      color: #07652e; }
    @media (min-width: 901px) {
      .blocks .text {
        padding-right: 2rem; } }
  .blocks .image {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 901px) {
      .blocks .image.aside {
        width: 100%;
        position: absolute;
        left: 50%;
        padding-right: 1rem; } }
    @media (max-width: 900px) {
      .blocks .image.aside {
        margin: 2rem; } }
    .blocks .image.regular {
      margin: 2rem 0; }
    .blocks .image figure figcaption {
      font-size: 0.75rem;
      color: #118b46; }
  .blocks .embed {
    position: relative;
    margin: 2rem 0;
    max-width: 60rem; }
  .blocks .gallery {
    width: 100%;
    max-width: none;
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    grid-gap: 1rem; }
    .blocks .gallery img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      vertical-align: bottom; }
    .blocks .gallery figure {
      position: relative; }
    .blocks .gallery figcaption {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 0.5rem;
      color: white;
      text-shadow: 0 0 10px black; }
    .blocks .gallery .portrait {
      grid-row: auto / span 2; }
  .blocks .text + .gallery {
    margin-top: 1rem; }

.breadcrumbs {
  line-height: 1.5;
  color: #118b46 !important; }

.blocks + .container {
  margin-top: 3rem; }

aside {
  background-color: white; }
  @media (min-width: 901px) {
    aside {
      max-width: 50%;
      position: absolute;
      z-index: 2;
      left: 50%;
      padding-right: 1rem; } }
  @media (max-width: 900px) {
    aside {
      margin: 2rem; } }
  aside .link {
    color: #118b46;
    margin: 0.5rem;
    margin-top: 0rem;
    margin-left: 1.5rem;
    position: relative; }
    aside .link::before {
      content: '→';
      position: absolute;
      left: -1.5rem; }
    aside .link a {
      text-decoration: none; }
      aside .link a:hover {
        text-decoration: underline; }

.edit {
  position: fixed;
  bottom: 1rem;
  right: 1rem; }
