html,
body {
  height: 100%;
}
html {
  scroll-behavior: smooth;
  /* CSS custom property for the polyfill */
  --scroll-behavior: smooth;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1140px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1280px) {
  html {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 23px;
  }
}
body {
  margin: 0;
  /* apply a natural box layout model to all elements, but allowing components to change */
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #363a3f;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.text-h1 {
  display: block;
  font-weight: normal;
  color: #363a3f;
}
h1.with-border,
h2.with-border,
h3.with-border,
h4.with-border,
h5.with-border,
h6.with-border,
.text-h1.with-border {
  border-bottom: 2px solid #363a3f;
}
h1,
h2,
.text-h1 {
  margin: 0.4em 0;
}
h3,
h4 {
  margin: 0.4em 0 0;
}
h3 ~ p,
h4 ~ p {
  margin-top: 0;
}
h1,
.text-h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  h1,
  .text-h1 {
    font-size: 3rem;
    line-height: 3rem;
    padding: 0;
  }
}
.node--type-event h1,
.node--type-event .text-h1,
.node--type-article h1,
.node--type-article .text-h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .node--type-event h1,
  .node--type-event .text-h1,
  .node--type-article h1,
  .node--type-article .text-h1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
    margin-top: 0;
    padding: 0;
  }
}
h1.border-top,
.text-h1.border-top {
  border-bottom: none;
  border-top: 0.12rem solid #5A9130;
  margin-bottom: 0;
  padding-top: 0.5em;
}
h2 {
  font-size: 1.3rem;
}
.paragraph.customcode h2,
.view-header h2,
.paragraph h2.item__title {
  font-weight: normal;
}
@media only screen and (min-width: 1024px) {
  .paragraph.customcode h2,
  .view-header h2,
  .paragraph h2.item__title {
    padding: 0.25rem 0;
    font-size: 2rem;
    display: inline-block;
  }
}
@media only screen and (min-width: 1140px) {
  .paragraph.customcode h2,
  .view-header h2,
  .paragraph h2.item__title {
    font-size: 2rem;
    display: inline-block;
  }
}
@media only screen and (min-width: 1440px) {
  .paragraph.customcode h2,
  .view-header h2,
  .paragraph h2.item__title {
    font-size: 2rem;
    display: inline-block;
  }
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.15rem;
  font-weight: 600;
}
strong,
b {
  font-weight: 600;
}
a {
  color: #5A9130;
  text-decoration: none;
}
p {
  margin-top: 0;
}
.pill {
  border-radius: 2rem;
  text-decoration: none;
  border: 3px solid transparent;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  padding: 0.25em 0.75em;
  background: #f8f8f8;
  cursor: pointer;
  margin: 0.25em 0.1em;
}
.pill.active {
  border-color: #5A9130;
  transition: border-color 0.2s ease-in;
}
.pill.active:hover {
  color: inherit;
}
.pill:hover {
  color: #5A9130;
}
.button {
  border-radius: 2rem;
  border: 2px solid #5A9130;
  background: white;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  padding: 0.25em 1em 0.25em 1em;
  margin-right: 0;
  margin-left: 0;
}
.button.big {
  border: 3px solid #5A9130;
}
.button.small {
  font-size: 0.85em;
  padding: 0.1em 0.5em 0.1em 0.5em;
}
.button.bgColorBlog {
  border: 2px solid #E15513;
  color: #E15513;
}
.button.bgColorBlog.big {
  border: 3px solid #E15513;
}
.button.bgColorBlog:hover {
  color: white;
  background: #E15513;
}
.button.less-important {
  font-size: 0.75em;
  border-color: grey ;
  color: grey !important;
}
.button.less-important:hover {
  background-color: #f39100;
  border-color: #f39100;
  color: white !important;
}
.button span[class^="icon-"] {
  font-size: 0.75em;
}
.icon-left.button span[class^="icon-"] {
  margin-right: 0.5em;
}
.icon-right.button span[class^="icon-"] {
  margin-left: 0.5em;
}
.button:hover {
  color: white;
  background: #5A9130;
}
.button:hover span[class^="icon-"]:before {
  color: white;
}
.gray--back {
  background-color: #f8f8f8;
}
.darker--back {
  background: rgba(0, 0, 0, 0.5);
}
.width--25 {
  width: 25%!important;
}
.width--50 {
  width: 50%!important;
}
.width--75 {
  width: 75%!important;
}
.width--100 {
  width: 100%!important;
}
/****************************************************/
table.table--odd-even-border th {
  text-align: left;
  padding: 0.5rem;
}
table.table--odd-even-border tr:nth-child(odd) td {
  background: #f8f8f8;
}
table.table--odd-even-border tr:first-child td {
  border-top: 1px solid #5A9130;
}
table.table--odd-even-border tr td {
  border-bottom: 1px solid #5A9130;
  padding: 0.5rem;
}
hr {
  border: none;
  border-bottom: 2px solid #5A9130;
  width: 100%;
}
hr.large {
  width: 75%;
}
hr.half {
  width: 50%;
}
hr.barbershop {
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns= 'http://www.w3.org/2000/svg' width= '62.527' height= '7.797' ><path data-name= 't-1818' d= 'M51.202 7.796H35.619l-3.791-7.8h15.583z' fill= '%23da291c' /><path data-name= 't-1819' d= 'M19.143 7.796H3.9L.192-.004h15.246z' fill= '%230032a0' /><path data-name= 't-1820' d= 'M35.567 7.796h-16.43l-3.716-7.8h16.467z' fill= '%23fff' /><path data-name= 't-1821' d= 'M62.527 7.796h-11.39l-3.716-7.8h15.106z' fill= '%23fff' /><path data-name= 't-1822' d= 'M3.881 7.796H0v-7.8z' fill= '%23fff' /></svg>");
  height: 6px;
}
ol.num-disc {
  list-style: none;
  counter-reset: li;
}
ol.num-disc > li {
  display: list-item;
  counter-increment: li;
  margin-bottom: 0.5em;
}
ol.num-disc > li:last-child {
  margin-bottom: 0;
}
ol.num-disc > li::before {
  content: counter(li);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  color: #5A9130;
  padding: 0.6em;
  margin-right: 0.25em;
  font-size: 1em;
  border: 0.145rem solid #5A9130;
  margin-left: -1.6em;
}
ol.num-disc.big {
  padding-left: 3.7rem;
}
ol.num-disc.big > li {
  display: grid;
  grid-template-columns: 0.2rem auto;
}
ol.num-disc.big > li.grid--align-items--start {
  align-items: center;
}
ol.num-disc.big > li::before {
  font-size: 2em;
  border: 0.225rem solid #5A9130;
  margin-left: -1.585em;
}
ol.num-disc.big.valign--middle > li {
  align-items: center;
}
ul.no-margin li {
  margin: 0 !important;
}
ul.disc > li,
ul.arrow > li,
ul.arrow--alt > li,
ul.arrow--alt-bold > li {
  list-style-type: none;
  margin-bottom: 0.5rem;
}
ul.disc > li::before,
ul.arrow > li::before,
ul.arrow--alt > li::before,
ul.arrow--alt-bold > li::before {
  color: #5A9130;
  display: inline-block;
  vertical-align: middle;
}
ul.disc > li::before {
  content: "\25CF";
  font-size: 1em;
  width: 1em;
  margin-left: -1em;
}
ul.arrow > li::before {
  font-family: fontello;
  content: '\e807';
  font-size: 0.6em;
  width: 2.25em;
  margin-left: -2.25em;
}
ul.arrow--alt > li::before {
  font-family: fontello;
  content: '\e80f';
  font-size: 0.6em;
  width: 1.5em;
  margin-left: -1.5em;
}
ul.arrow--alt-bold > li::before {
  font-family: fontello;
  content: '\e805';
  font-size: 0.6em;
  width: 1.5em;
  margin-left: -1.5em;
}
blockquote {
  border-radius: 0.5rem;
  margin-top: 0;
  margin-left: 0;
  background: #f8f8f8;
}
blockquote p {
  margin: 0;
  padding: 0.5em 1em;
}
.biggest {
  font-size: 2.76rem;
}
.bigger {
  font-size: 1.64rem;
}
.big {
  font-size: 1.16rem;
}
.small {
  font-size: 0.8rem;
}
.smaller {
  font-size: 0.6rem;
}
.smallest {
  font-size: 0.4rem;
}
.colored {
  color: #5A9130;
}
.spaced {
  letter-spacing: 1px;
}
.spaced--large {
  letter-spacing: 5px;
}
.underlined {
  border-bottom: 1px solid #5A9130;
}
.upper {
  text-transform: uppercase;
}
.bold {
  font-weight: 600;
}
.bolder {
  font-weight: 700;
}
.important {
  color: #fbd311;
}
span {
  display: inline-block;
  vertical-align: middle;
}
.line-height--narrow {
  line-height: 1.2em !important;
}
.no-margin {
  margin: 0 !important;
}
.margin-top {
  margin-top: 1rem !important;
}
.margin-top--large {
  margin-top: 2rem !important;
}
.margin-top--largest {
  margin-top: 4rem !important;
}
.padding {
  padding: 1rem !important;
}
.padding--large {
  padding: 2rem !important;
}
.padding--largest {
  padding: 4rem !important;
}
.padding--top {
  padding-top: 1rem !important;
}
.padding--bottom {
  padding-bottom: 1rem !important;
}
.radius--light {
  border-radius: 0.25rem;
}
.radius--default {
  border-radius: 0.5rem;
}
.radius--heavy {
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  .editor--grid-container {
    display: grid;
    align-items: flex-start;
    gap: 1em;
  }
}
.editor--grid-container.cols-2 {
  grid-template-columns: 1fr 1fr;
}
.editor--grid-container.cols-3--1-1-1 {
  grid-template-columns: 1fr 1fr 1fr;
}
.editor--grid-container.cols-3--1-2 {
  grid-template-columns: 1fr 2fr;
}
.editor--grid-container.cols-3--2-1 {
  grid-template-columns: 2fr 1fr;
}
.editor--grid-container.cols-4--1-1-1-1 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.editor--grid-container.cols-4--1-1-2 {
  grid-template-columns: 1fr 1fr 2fr;
}
.editor--grid-container.cols-4--2-1-1 {
  grid-template-columns: 2fr 1fr 1fr;
}
.editor--grid-container.cols-4--1-2-1 {
  grid-template-columns: 1fr 2fr 1fr;
}
.editor--grid-container.cols-4--1-3 {
  grid-template-columns: 1fr 3fr;
}
.editor--grid-container.cols-4--3-1 {
  grid-template-columns: 3fr 1fr;
}
.editor--grid-container.cols-5--1-1-1-1-1 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.editor--grid-container.gap {
  grid-gap: 0.5rem 1rem;
}
.editor--grid-container.gap--large {
  grid-gap: 1rem 2rem;
}
.editor--grid-container.gap--largest {
  grid-gap: 2rem 3rem;
}
.editor--grid-container .grid-item {
  height: 100%;
  position: relative;
}
.editor--grid-container .grid-item.self-container--center {
  align-self: center !important;
  justify-self: center !important;
}
.editor--grid-container .grid-item.self-container--start {
  align-self: start !important;
  justify-self: start !important;
}
.editor--grid-container .grid-item.self-container--end {
  align-self: end !important;
  justify-self: end !important;
}
.editor--grid-container .grid-item.padding {
  padding: 0.5rem 1rem;
}
.editor--grid-container .grid-item.padding--medium {
  padding: 0.75rem 1.5rem;
}
.editor--grid-container .grid-item.padding--large {
  padding: 1rem 3rem;
}
.editor--grid-container .grid-item.border--left {
  border-left: 1px solid silver;
}
.editor--grid-container .grid-item.border--right {
  border-right: 1px solid silver;
}
.editor--grid-container p:last-child {
  margin: 0;
}
.editor--grid-container h2:first-child {
  margin-top: 0;
}
.editor--flex-container {
  display: flex;
  align-self: stretch;
  justify-self: stretch;
}
.relative {
  position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
/******************************************************/
/******************************************************/
.media.radius--light {
  border-radius: 0;
}
.media.radius--light img {
  border-radius: 3px;
}
.media.radius--default {
  border-radius: 0;
}
.media.radius--default img {
  border-radius: 5px;
}
.media.radius--heavy {
  border-radius: 0;
}
.media.radius--heavy img {
  border-radius: 1rem;
}
.media.absolute img {
  position: absolute;
}
.media.width--auto {
  display: flex;
}
.media.width--auto .field--type-image,
.media.width--auto .field--type-svg-image-field {
  display: flex;
}
.media.width--auto .field--type-image img,
.media.width--auto .field--type-svg-image-field img {
  width: auto;
  height: 100%;
}
.media.media--type-image-svg,
.media.media--type-remote-video {
  width: 100%;
}
.media.media--view-mode-embed-narrow img {
  width: 33%;
}
.media.media--view-mode-embed-medium img {
  width: 50%;
}
.media.media--view-mode-embed-large img {
  width: 80%;
}
.media.media--view-mode-embed-wide img {
  width: 100%;
}
.media.media--view-mode-embed-cover {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .media.media--view-mode-embed-cover {
    position: absolute;
  }
}
.media.media--view-mode-embed-cover div {
  width: 100%;
  height: 100%;
}
.media.media--view-mode-embed-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media.media--view-mode-embed-original img {
  width: auto;
}
.field--type-image img {
  width: 100%;
  height: auto;
}
.media.align-center {
  text-align: center;
}
.responsive--image-right {
  float: right;
  height: auto;
  width: 30%;
  padding: 2rem 0 2rem 2rem;
}
.video-container {
  position: relative;
  padding-bottom: calc(var(--aspect-ratio, 0.5625) * 100%);
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/******************************************************/
/******************************************************/
.display-desktop-only {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .display-desktop-only {
    display: block;
  }
}
.noscroll {
  overflow: hidden;
}
.field__item table {
  height: auto;
  float: none;
}
*[data-link-target]:hover {
  cursor: pointer;
}
.embedded-entity[data-entity-embed-class="responsive-wide"] img {
  width: 100%;
  height: auto;
}
.embedded-entity.align-center {
  text-align: center;
}
.css-sprite__container {
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
}
.highlighted--notice {
  background-color: #5A9130;
  color: white;
  text-transform: uppercase;
  padding-left: 0.4em;
  padding-right: 0.4em;
  font-weight: 600;
}
.highlighted--important {
  background-color: #fbd311;
  color: white;
  text-transform: uppercase;
  padding-left: 0.4em;
  padding-right: 0.4em;
  font-weight: 600;
}
.field--label-inline .field__label::after {
  content: "" !important;
}
