@charset "UTF-8";
/*!
Theme Name: Western Forest Products
Theme URI: http://bare.ca
Author: Tyler Barnes
Author URI: http://bare.ca
Version: 1
Description: A custom WordPress theme for WFP (late 2017)
*/
/*[css-above-the-fold]*/
/* 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; }

blockquote, q {
  quotes: none; }

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

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

a {
  text-decoration: none; }

/*[/css-above-the-fold]*/
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/*! lightgallery - v1.6.1 - 2017-09-18
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("./fonts/lg.eot?n1z373");
  src: url("./fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("./fonts/lg.woff?n1z373") format("woff"), url("./fonts/lg.ttf?n1z373") format("truetype"), url("./fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("images/loader/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lightgallery.css.map */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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; }
  [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; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.amChartsDataSetSelector {
  font-size: 12px;
  font-family: verdana,helvetica,arial,sans-serif; }

.amChartsPeriodSelector {
  font-size: 12px;
  font-family: verdana,helvetica,arial,sans-serif; }

.amChartsButtonSelected {
  background-color: #CC0000;
  border-style: solid;
  border-color: #CC0000;
  border-width: 1px;
  color: #FFFFFF;
  border-radius: 5px;
  margin: 1px;
  outline: none;
  box-sizing: border-box; }

.amChartsButton {
  color: #000000;
  background: transparent;
  opacity: 0.7;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin: 1px;
  outline: none;
  box-sizing: border-box; }

.amChartsCompareList {
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px; }

.amChartsCompareList div {
  box-sizing: initial; }

/*[css-above-the-fold]*/
.barba-container {
  background: white; }

a {
  color: #77BC43; }

.grid, .site-footer__inner, .legal__inner, .main-navigation__main, .main-navigation__topbar-inner {
  width: 90%;
  max-width: 1435px;
  margin: 0 auto; }

.clearfix:after, .legal__inner:after, .sidebar-layout-2:after {
  content: "";
  display: table;
  clear: both; }

html {
  box-sizing: border-box; }

html * {
  box-sizing: inherit; }

body {
  overflow-x: hidden; }

.title-area {
  padding: 20px 0; }

.main {
  min-height: 300px; }

.grey-strip-bg-100, .breadcrumb-section, .sidebar-left {
  background: #F7F7F7;
  position: relative; }
  .grey-strip-bg-100:before, .breadcrumb-section:before, .sidebar-left:before {
    position: absolute;
    left: 50%;
    pointer-events: none;
    display: block;
    width: 150vw;
    height: 100%;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: inherit;
    z-index: -1; }

img {
  max-width: 100%; }

.background-overlay {
  position: relative; }
  .background-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.16); }
  .background-overlay * {
    z-index: 1; }

.screen-reader-text {
  position: fixed;
  left: -2000vw; }

html {
  font-size: 59.375%;
  font-size: 62.5%; }

body {
  font-family: "Open Sans", sans-serif; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.font-1, .h1,
h1, .h2,
h2, .sidebar-title-top, .h3, .gallery__image-title-overlay, .gallery__image-caption, .anchor-buttons__title,
h3, .nav-item, .main-menu .menu-item a, .site-footer .menu li a, .widget .recent-posts, .sidebar-items .recent-posts {
  font-family: "Montserrat", sans-serif; }

.font-2, .h4,
h4, .h5,
h5, .p, .footer-copy, .site-footer p, .gform_confirmation_message, .wysiwyg ul:not(.gform_fields),
.wysiwyg ol:not(.gform_fields), .wysiwyg pre,
p, .legalese, .legal__copyright,
.legal__credit a, .breadcrumb, .breadcrumbs li, .breadcrumbs a,
.breadcrumbs strong {
  font-family: "Open Sans", sans-serif; }

.skiprem {
  font-size: inherit !important; }

.h1,
h1 {
  color: #77BC43;
  text-transform: uppercase;
  font-size: 4.8em;
  font-weight: bold;
  line-height: 1.0416; }

.h2,
h2 {
  color: #77BC43;
  text-transform: uppercase;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.071428571428571; }

.sidebar-title-top {
  color: #2B5134;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.285;
  letter-spacing: .05em; }

.h3, .gallery__image-title-overlay, .gallery__image-caption, .anchor-buttons__title,
h3 {
  color: #2B5134;
  text-transform: uppercase;
  font-size: 2.1em;
  font-weight: bold;
  line-height: 1.142857142857143; }

.h4,
h4 {
  color: #777777;
  font-size: 2.1em;
  line-height: 1.523809523809524;
  font-weight: 600; }
  @media (min-width: 600px) and (max-width: 1200px) {
    .h4,
    h4 {
      font-size: 1.9em; } }

.h5,
h5 {
  color: #3B3B3B;
  font-size: 1.8em;
  line-height: 1.555555555555556; }

.h6, .h6--nav-sidebar, .child-parent-menu__parent a, .child-parent-menu__button, .download-list__title, .table tr td:first-of-type, .st-head-row, .contact_list-table.small-only tr:nth-child(1) .st-val, .contact-info .wysiwyg h3,
h6 {
  color: #3B3B3B;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.285714285714286;
  letter-spacing: .1em; }

.h6--nav-sidebar, .child-parent-menu__parent a, .child-parent-menu__button, .download-list__title {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .1em; }

.p, .footer-copy, .site-footer p, .gform_confirmation_message, .wysiwyg ul:not(.gform_fields),
.wysiwyg ol:not(.gform_fields), .wysiwyg pre,
p {
  color: #666666;
  font-size: 1.6rem;
  line-height: 1.625; }

.a, .download-list__download span,
a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500; }

h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-size: inherit; }

.nav-sidebar-list-item, .child-parent-menu .page_item > a {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 600; }

.a--underline, a .icon-list__text, .download-list__download span, .table a {
  color: #77BC43;
  text-decoration: underline;
  font-weight: 600; }

.legalese, .legal__copyright,
.legal__credit a {
  color: white;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3846; }

.nav-item, .main-menu .menu-item a, .site-footer .menu li a {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: .093em; }

.footer-copy, .site-footer p {
  font-size: 1.4em;
  line-height: 1.4; }

.social-icon {
  color: #666666;
  font-size: 1.8em; }

.table-description, .table tr td:not(:first-of-type) {
  font-weight: 600;
  color: #2B5134;
  font-size: 1.4em;
  line-height: 2em;
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif; }

.table-numbers, .financial-table tr td:not(:first-of-type), .data-list__number {
  color: #77BC43;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 1.4em;
  line-height: 1.8rem; }

.action-icon {
  margin-bottom: .2em;
  color: #77BC43;
  font-size: 2.8em;
  display: -ms-flexbox;
  display: flex; }

.form-label, .wysiwyg .gform_wrapper .gfield_select,
.wysiwyg .gform_wrapper textarea,
.wysiwyg .gform_wrapper input[type=email],
.wysiwyg .gform_wrapper input[type=number],
.wysiwyg .gform_wrapper input[type=password],
.wysiwyg .gform_wrapper input[type=tel],
.wysiwyg .gform_wrapper input[type=text],
.wysiwyg .gform_wrapper input[type=url],
.wysiwyg .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 1.4em;
  color: #77BC43;
  font: "Open Sans", sans-serif; }
  @media (min-width: 1700px) {
    .form-label, .wysiwyg .gform_wrapper .gfield_select,
    .wysiwyg .gform_wrapper textarea,
    .wysiwyg .gform_wrapper input[type=email],
    .wysiwyg .gform_wrapper input[type=number],
    .wysiwyg .gform_wrapper input[type=password],
    .wysiwyg .gform_wrapper input[type=tel],
    .wysiwyg .gform_wrapper input[type=text],
    .wysiwyg .gform_wrapper input[type=url],
    .wysiwyg .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      font-size: 1.6em; } }

.timestamp-heading, .date__heading, .date__date {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
  letter-spacing: .5px;
  line-height: 2.1rem;
  font-weight: 600;
  color: #9B9B9B; }

/*[/css-above-the-fold]*/
/*[css-above-the-fold]*/
.menu-toggle {
  position: relative;
  width: 50px;
  height: 37.5px;
  cursor: pointer; }
  @media (min-width: 1175px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle * {
    box-sizing: border-box;
    transition: .25s ease-in-out; }
  .menu-toggle .menu-toggle__line {
    background: #77BC43; }
  .menu-toggle__hamburger {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 7.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .menu-toggle__hamburger .menu-toggle__line {
      display: block;
      position: relative;
      width: 100%;
      height: 4px;
      border-radius: 2px; }
      .menu-toggle__hamburger .menu-toggle__line:nth-child(1) {
        transition-delay: .5s; }
      .menu-toggle__hamburger .menu-toggle__line:nth-child(2) {
        transition-delay: .625s; }
      .menu-toggle__hamburger .menu-toggle__line:nth-child(3) {
        transition-delay: .75s; }
  .menu-toggle__cross {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center; }
    .menu-toggle__cross .menu-toggle__line {
      border-radius: 2px; }
      .menu-toggle__cross .menu-toggle__line:nth-child(1) {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4px;
        height: 0%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        transition-delay: 0s; }
      .menu-toggle__cross .menu-toggle__line:nth-child(2) {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0%;
        height: 4px;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        transition-delay: .25s; }

.menu-toggle.open .menu-toggle__hamburger .menu-toggle__line {
  width: 0%; }
  .menu-toggle.open .menu-toggle__hamburger .menu-toggle__line:nth-child(1) {
    transition-delay: 0s; }
  .menu-toggle.open .menu-toggle__hamburger .menu-toggle__line:nth-child(2) {
    transition-delay: .125s; }
  .menu-toggle.open .menu-toggle__hamburger .menu-toggle__line:nth-child(3) {
    transition-delay: .25s; }

.menu-toggle.open .menu-toggle__cross .menu-toggle__line:nth-child(1) {
  height: 100%;
  transition-delay: .625s; }

.menu-toggle.open .menu-toggle__cross .menu-toggle__line:nth-child(2) {
  width: 77.5%;
  transition-delay: .375s; }

.social-icon {
  padding: 0 5px; }
  .social-icon svg {
    height: auto;
    width: 35px;
    margin-top: 7.5px; }
    @media screen and (min-width: 500px) {
      .social-icon svg {
        height: 18px;
        width: 20px;
        margin-top: 7.5px; } }
    .social-icon svg path {
      fill: white; }

/*[/css-above-the-fold]*/
.legal {
  position: relative;
  text-align: center; }
  .legal__inner {
    padding: 0.6rem 0;
    width: 95%; }
  @media (min-width: 500px) {
    .legal {
      text-align: left; } }
  @media (min-width: 700px) {
    .legal__copyright {
      float: left; }
    .legal__credit {
      float: right;
      text-align: right; } }

.icon-list {
  margin-top: -7px; }
  .icon-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 7px 0; }
    @media (max-width: 500px) {
      .icon-list__item {
        -ms-flex-pack: center;
            justify-content: center; } }
  .icon-list__icon {
    margin-right: 1.5rem;
    font-size: 0;
    width: 1.8rem;
    height: 2.4rem; }
    .icon-list__icon svg {
      display: inline;
      padding: 2px; }
    .icon-list__icon path {
      fill: #888888; }
  .icon-list__text {
    font-size: 1.6rem;
    font-weight: 600; }

.page-top {
  background-color: #A8A8A8;
  background-size: cover;
  background-position: center; }
  .page-top__title {
    position: relative;
    color: white;
    padding: 33px 0;
    word-wrap: break-word;
    font-size: 3rem; }
    @media (min-width: 900px) {
      .page-top__title {
        font-size: 3.8em; } }
    @media (min-width: 1200px) {
      .page-top__title {
        font-size: 4.8em; } }

.breadcrumb, .breadcrumbs li, .breadcrumbs a,
.breadcrumbs strong {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 600; }

.breadcrumbs {
  margin-bottom: 1rem;
  letter-spacing: 0.05rem; }
  .breadcrumbs:only-child {
    padding-bottom: 1rem; }
  .breadcrumbs li {
    display: inline-block;
    color: #2B5134; }
  .breadcrumbs span {
    color: #CACACA; }

.breadcrumb-section {
  position: relative; }
  .breadcrumb-section > *:first-child {
    padding-top: 1rem; }
  .breadcrumb-section * {
    position: relative;
    z-index: 1; }

/*[css-above-the-fold]*/
.child-parent-menu {
  width: 100%; }
  .child-parent-menu * {
    color: white; }
  .child-parent-menu__parent {
    background-color: #77BC43; }
    .child-parent-menu__parent a {
      display: block;
      padding: 10px 20px 9px; }
  .child-parent-menu__button {
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px 10px;
    border: 1px solid #77BC43;
    background-color: white;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    cursor: pointer; }
    .child-parent-menu__button * {
      color: #77BC43; }
    .child-parent-menu__button .mdi {
      font-size: 2.2rem;
      -webkit-transform-origin: center;
              transform-origin: center;
      transition: 0.5s -webkit-transform ease;
      transition: 0.5s transform ease; }
    .child-parent-menu__button.open .mdi {
      position: relative;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .child-parent-menu .page_item a {
    line-height: 1.25; }
  .child-parent-menu .page_item > a {
    display: block;
    padding: 10px 20px 9px;
    background-color: #9B9B9B;
    font-weight: 700; }
  .child-parent-menu .page_item.open .dropdown-icon-box svg {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); }
  .child-parent-menu .current_page_item > a {
    background-color: #2B5134 !important; }
  .child-parent-menu .children a {
    position: relative;
    padding-left: 3.5rem;
    background-color: #A8A8A8;
    font-weight: 600;
    border-bottom: 1px solid #bfbcbc; }
  .child-parent-menu .children li:last-child > a {
    border-bottom: 0; }
  .child-parent-menu .children li:last-child:not(:only-child) > a {
    padding-bottom: 2rem; }
  .child-parent-menu .children .children a {
    padding-left: 5rem;
    background-color: #afaeae; }
    .child-parent-menu .children .children a:before {
      left: 3.6rem;
      background: white; }
  .child-parent-menu .children .current_page_item > a:before {
    background-color: white; }

@media (min-width: 1200px) {
  .child-parent-menu {
    margin-top: -37px; }
    .child-parent-menu__button {
      display: none; }
    .child-parent-menu__menu {
      display: block; } }

.dropdown-icon-box {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: #8a8a8a; }
  .dropdown-icon-box svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: 0.5s -webkit-transform ease;
    transition: 0.5s transform ease; }
  .dropdown-icon-box polygon {
    fill: white; }

.current_page_item .dropdown-icon-box {
  background-color: #23402a; }

.sidebar-left--mobile {
  margin-bottom: 20px; }
  .sidebar-left--mobile .child-parent-menu__menu > ul > .page_item {
    border-bottom: 1px solid #bfbcbc; }
  .sidebar-left--mobile .page_item:first-child {
    margin-top: 0; }
  .sidebar-left--mobile .page_item:last-child {
    margin-bottom: 0; }
  .sidebar-left--mobile .child-parent-menu a {
    position: relative; }
  .sidebar-left--mobile .child-parent-menu__menu {
    display: none; }
    .sidebar-left--mobile .child-parent-menu__menu .page_item_has_children {
      position: relative; }
      .sidebar-left--mobile .child-parent-menu__menu .page_item_has_children > a > .dropdown-icon-box {
        display: block; }
      .sidebar-left--mobile .child-parent-menu__menu .page_item_has_children > .children {
        display: none; }
  .sidebar-left--mobile .child-parent-menu__button {
    position: relative; }
    .sidebar-left--mobile .child-parent-menu__button .down-caret {
      content: "";
      display: -ms-flexbox;
      display: flex;
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 12.5px;
      height: 12.5px;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      transition: 0.5s -webkit-transform ease;
      transition: 0.5s transform ease; }
      .sidebar-left--mobile .child-parent-menu__button .down-caret svg {
        width: 100%;
        height: 100%; }
      .sidebar-left--mobile .child-parent-menu__button .down-caret polygon {
        fill: #77BC43; }
    .sidebar-left--mobile .child-parent-menu__button.open .down-caret {
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
  .sidebar-left--mobile .child-parent-menu .current_page_item {
    border-bottom: 0; }

/*[/css-above-the-fold]*/
.download-lists {
  margin-bottom: 6rem; }

.download-list__title {
  background-color: #77BC43;
  padding: 1.2rem 2.1rem;
  margin-bottom: 1rem; }

.download-list__downloads {
  margin-bottom: 3.2rem; }

.download-list__download {
  background-color: #F7F7F7;
  margin-bottom: 1rem; }
  .download-list__download a {
    padding: 16px 23px 16px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .download-list__download span {
    -ms-flex: 1;
        flex: 1;
    padding-left: 1.7rem; }
  .download-list__download path {
    fill: #777777; }

table + .section-title__container {
  padding-top: 4rem; }

.table {
  width: 100%;
  margin-bottom: 6rem;
  text-align: left; }
  .table a {
    font-size: 1.4rem; }
  .table td {
    line-height: 1.75 !important; }
  .table thead {
    border-bottom: 1px solid #77BC43; }
  .table th {
    padding-bottom: 4px;
    padding-right: 10px;
    text-align: left; }
  .table tr td:first-of-type {
    text-align: left;
    font-weight: 400;
    letter-spacing: 0; }
  .table tr td {
    padding: 16px 6px 6px 0;
    border-bottom: 1px solid #EBEBEB; }

.st-head-row {
  padding-top: 4rem; }

.st-head-row-main {
  padding-top: 0 !important; }

.financial-table {
  text-align: right; }
  .financial-table tr td:not(:first-of-type) {
    padding-left: 2.5rem; }

.contact_list-table {
  border-top: 1px solid #77BC43; }
  .contact_list-table td {
    width: auto !important;
    padding-right: 15px !important; }
    .contact_list-table td:nth-child(3) {
      white-space: nowrap;
      color: #77BC43 !important;
      font-size: 1.4em;
      font-family: "Montserrat", sans-serif !important;
      font-weight: 500 !important; }
  .contact_list-table.small-only {
    border-top: none;
    margin-top: 2rem !important; }
    .contact_list-table.small-only .st-key {
      display: none; }
    .contact_list-table.small-only .st-head-row {
      padding-top: 5rem; }
    .contact_list-table.small-only tr:nth-child(2) .st-head-row {
      padding-top: 2rem; }
      .contact_list-table.small-only tr:nth-child(2) .st-head-row:not(.st-head-row-main) {
        text-transform: none; }
    .contact_list-table.small-only tr:nth-child(3) .st-val {
      font-family: "Montserrat", sans-serif;
      color: #77BC43;
      font-weight: 500 !important;
      letter-spacing: 1px; }

.full_height_td,
.full_height_td__title {
  padding-left: 2em !important; }

.full_height_td {
  border-bottom: 0 !important; }

.stacktable.large-only {
  display: none; }

.stacktable.small-only {
  display: table; }

@media (min-width: 500px) {
  .stacktable:not(.contact_list-table):not(.sfm-docs).large-only {
    display: table; }
  .stacktable:not(.contact_list-table):not(.sfm-docs).small-only {
    display: none; } }

@media (min-width: 1000px) {
  .contact_list-table.small-only {
    display: none; }
  .contact_list-table.large-only {
    display: table; } }

@media (min-width: 700px) and (max-width: 900px), (min-width: 1200px) {
  .sfm-docs.small-only {
    display: none; }
  .sfm-docs.large-only {
    display: table; } }

.buttons .button {
  display: inline-block;
  width: auto;
  padding: 17px 40px; }
  @media (max-width: 767px) {
    .buttons .button {
      width: 100%; } }
  .buttons .button:nth-child(odd) {
    background-color: #77BC43; }
  .buttons .button:first-child {
    background-color: #77BC43; }

.button-copy, .table th, .button {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.08rem;
  letter-spacing: 0.1rem; }
  @media (min-width: 1200px) {
    .button-copy, .table th, .button {
      font-size: 1.4rem; } }

.button {
  display: block;
  width: 100%;
  min-width: 180px;
  color: white;
  background-color: #2B5134;
  text-align: center; }
  @media (min-width: 767px) {
    .button {
      display: inline-block;
      width: auto; } }
  .button__inner {
    display: block;
    padding: 1rem; }
  .button--light {
    background-color: #77BC43; }
  .button--hollow {
    padding: 2px;
    color: #2B5134;
    background: linear-gradient(to right, #77bc43 0%, #2b5135 100%);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .button--hollow .button__inner {
      background: white; }

.tile-grid {
  margin-bottom: 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 499px) {
    .tile-grid {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .tile-grid__tile {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.8rem;
    box-sizing: border-box; }
    @media (min-width: 500px) {
      .tile-grid__tile {
        -ms-flex-direction: column;
            flex-direction: column;
        width: 50%;
        padding-right: 2.4rem; } }
    @media (min-width: 1100px) {
      .tile-grid__tile {
        width: 33%; } }
    @media (min-width: 1200px) {
      .tile-grid__tile {
        width: 50%; } }
    @media (min-width: 1300px) {
      .tile-grid__tile {
        width: 33%;
        padding-right: 2.6rem; } }
  .tile-grid__icon {
    margin-right: 1.5rem;
    margin-bottom: .5rem; }
    .tile-grid__icon svg {
      width: 1em;
      height: 1em;
      display: inline-block; }
    .tile-grid__icon path {
      fill: #77BC43; }

.full-width-image {
  display: block;
  width: 100%;
  margin-bottom: 4rem; }

.acf-map {
  height: 400px;
  max-height: 50vh;
  margin-bottom: 4em; }

.team-list__title {
  margin-bottom: 40px; }

.team-member {
  margin-bottom: 3rem; }
  @media (min-width: 900px) {
    .team-member {
      margin-bottom: 6rem; } }
  .team-member__portrait {
    margin-bottom: 1rem;
    grid-area: portrait;
    width: auto;
    height: 250px; }
  .team-member__name {
    grid-area: name; }
  .team-member__position {
    margin-bottom: 1rem;
    color: #77BC43;
    grid-area: position; }
  .team-member__bio {
    grid-area: bio; }
  @supports (display: grid) {
    .team-member__portrait {
      width: 300px;
      height: auto; }
    @media (min-width: 600px) and (max-width: 900px), (min-width: 900px) {
      .team-member {
        display: grid;
        grid-column-gap: 2.4rem;
        grid-template-columns: 3fr 4fr;
        grid-template-areas: "portrait name" "portrait position" "portrait bio"; } } }
  .team-member--single {
    margin-top: 50px;
    grid-template-rows: auto auto 1fr; }
    .team-member--single .team-member__name {
      margin-bottom: 10px; }
    .team-member--single .team-member__position {
      margin-bottom: 20px; }
    .team-member--single .team-member__bio p {
      max-width: 700px; }

body .gform_wrapper ul li.gfield {
  margin-top: 0 !important; }

.gfield_label {
  display: none !important; }

.wysiwyg .gform_wrapper .ginput_container {
  margin: 0 !important;
  margin-bottom: 1.5em !important; }

.wysiwyg .gform_wrapper .gfield_select,
.wysiwyg .gform_wrapper textarea,
.wysiwyg .gform_wrapper input[type=email],
.wysiwyg .gform_wrapper input[type=number],
.wysiwyg .gform_wrapper input[type=password],
.wysiwyg .gform_wrapper input[type=tel],
.wysiwyg .gform_wrapper input[type=text],
.wysiwyg .gform_wrapper input[type=url],
.wysiwyg .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  padding: .81em 1em;
  background: white;
  border-radius: 0;
  margin: 0;
  width: 100% !important; }

.wysiwyg .gform_wrapper select {
  margin: 0 !important; }

.wysiwyg .gform_wrapper ::-webkit-input-placeholder {
  color: #77BC43; }

.wysiwyg .gform_wrapper :-ms-input-placeholder {
  color: #77BC43; }

.wysiwyg .gform_wrapper ::placeholder {
  color: #77BC43; }

.wysiwyg .gform_wrapper .ginput_container_select {
  position: relative; }
  .wysiwyg .gform_wrapper .ginput_container_select:after {
    content: '';
    display: block;
    position: absolute;
    right: 1.4em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 8.5px;
    background-image: url("images/icons/material-icons-svg/down-caret-green.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

@media (min-width: 500px) {
  .wysiwyg .gform_wrapper .gfield:first-child,
  .wysiwyg .gform_wrapper .gfield:nth-child(2),
  .wysiwyg .gform_wrapper .gfield:nth-child(3),
  .wysiwyg .gform_wrapper .gfield:nth-child(4) {
    width: 50%;
    float: left;
    clear: none; }
  .wysiwyg .gform_wrapper .gfield:first-child,
  .wysiwyg .gform_wrapper .gfield:nth-child(3) {
    padding-right: 0.75em; }
  .wysiwyg .gform_wrapper .gfield:nth-child(2),
  .wysiwyg .gform_wrapper .gfield:nth-child(4) {
    padding-left: 0.75em; } }

.gform_wrapper .gform_footer button[type=submit] {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important; }

.gform_wrapper {
  margin: 0 !important;
  max-width: 100% !important; }

body .gform_wrapper ul.gfield_checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body .gform_wrapper ul.gfield_checkbox li {
    width: 100%; }
    @media (min-width: 450px) {
      body .gform_wrapper ul.gfield_checkbox li {
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    body .gform_wrapper ul.gfield_checkbox li label {
      margin-left: 0; }
    body .gform_wrapper ul.gfield_checkbox li input[type='checkbox'] {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: 1px solid #DDDDDD;
      width: 1.5rem !important;
      height: 1.5rem;
      display: inline-block;
      margin: 0;
      margin-top: 0 !important;
      margin-right: 1rem;
      outline: 0; }
      body .gform_wrapper ul.gfield_checkbox li input[type='checkbox']:checked {
        background: #77BC43;
        border-color: #77BC43; }

/*[css-above-the-fold]*/
.main-header, .image-bg-section {
  display: -ms-flexbox;
  display: flex;
  min-height: 31vw;
  padding: 6rem 0;
  background-position: center;
  background-size: cover;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  font-size: 0.8rem; }
  @media (min-width: 600px) {
    .main-header, .image-bg-section {
      font-size: 1rem; } }
  @media (min-width: 1300px) {
    .main-header, .image-bg-section {
      height: 31vw;
      min-height: 0;
      max-height: 600px; } }
  .main-header__copy, .main-header__title {
    color: white; }
  .main-header__title {
    margin-bottom: 1.25rem; }
  .main-header__copy {
    max-width: 825px;
    margin-bottom: 4rem; }
    .main-header__copy a {
      margin-left: 1rem;
      color: white;
      font-family: inherit;
      font-size: 0.9em;
      font-weight: inherit;
      letter-spacing: 0.5px;
      position: relative;
      transition: 0.25s background-color ease, 0.25s color ease; }
      .main-header__copy a span {
        z-index: 2;
        position: relative; }
      .main-header__copy a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 2px;
        background: #77BC43;
        transition: 0.25s opacity ease, 0.35s height ease; }
      .main-header__copy a:hover:before, .main-header__copy a:focus:before {
        height: 100%; }

/*[/css-above-the-fold]*/
.site-footer {
  background-color: #F7F7F7;
  padding: 2rem 0; }
  .site-footer__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .site-footer .menu {
    white-space: normal; }
    .site-footer .menu li {
      display: block; }
      .site-footer .menu li a {
        display: block;
        padding: 3px 0; }

.site-footer__column {
  width: 100%;
  text-align: center;
  padding: 1rem 0; }
  @media (min-width: 500px) {
    .site-footer__column {
      text-align: left;
      padding-right: 2rem;
      box-sizing: border-box;
      width: 50%; } }
  @media (min-width: 700px) {
    .site-footer__column {
      width: 33.2%; } }
  @media (min-width: 1100px) {
    .site-footer__column {
      width: 16.6%; } }

.site-footer__column:nth-last-child(3):first-child,
.site-footer__column:nth-last-child(3):first-child ~ .site-footer__column {
  width: 33%; }

.site-footer__column:nth-last-child(4):first-child,
.site-footer__column:nth-last-child(4):first-child ~ .site-footer__column {
  width: 25%; }

@media screen and (min-width: 1100px) {
  .site-footer__column:nth-last-child(5):first-child,
  .site-footer__column:nth-last-child(5):first-child ~ .site-footer__column {
    width: 20%; } }

@media (min-width: 500px) {
  .site-footer__column:nth-last-child(6):first-child,
  .site-footer__column:nth-last-child(6):first-child ~ .site-footer__column {
    width: 50%; } }

@media (min-width: 700px) {
  .site-footer__column:nth-last-child(6):first-child,
  .site-footer__column:nth-last-child(6):first-child ~ .site-footer__column {
    width: 33.2%; } }

@media (min-width: 1100px) {
  .site-footer__column:nth-last-child(6):first-child,
  .site-footer__column:nth-last-child(6):first-child ~ .site-footer__column {
    width: 16.6%; } }

.legal {
  background-color: #77BC43;
  color: white; }
  @media screen and (min-width: 500px) {
    .legal__inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      .legal__inner .legal__social-media {
        margin-left: auto;
        margin-right: 0; } }
  .legal__social-media {
    padding: 10px 0; }
    .legal__social-media .social-icons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

/*[css-above-the-fold]*/
.main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .main__content {
    margin-bottom: 5em;
    max-width: 100%; }

.sidebar ~ div {
  pointer-events: none; }

.sidebar-left--desktop {
  display: none; }

.sidebar-left--mobile .sidebar-left {
  padding-bottom: 25px; }

@media (min-width: 1200px) {
  .sidebar-left--mobile {
    display: none; }
  .sidebar-left--desktop {
    display: block; } }

.page-title {
  padding-bottom: 2rem; }
  .page-title__paragraph {
    padding-top: 2rem; }

.section-title {
  outline: 0; }
  .section-title__container {
    margin-bottom: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 500px) {
      .section-title__container {
        -ms-flex-direction: column;
            flex-direction: column; }
        .section-title__container .button {
          margin-top: 2rem; } }
    .section-title__container .button {
      min-width: 150px;
      font-size: 1.1rem; }
      .section-title__container .button__inner {
        padding: 0.5rem; }

@media (min-width: 900px) {
  .main__content {
    width: 100%;
    float: left; }
  .sidebar-layout-2 > *:first-child {
    width: 70%;
    padding-right: 3rem; }
  .sidebar-layout-2 > *:nth-child(2) {
    width: 30%; }
  .sidebar-layout-2 .sidebar-right {
    padding-top: 4rem; }
  .sidebar-layout-2 .breadcrumb-section {
    -ms-flex-item-align: start;
        align-self: start; } }

@media (min-width: 1200px) {
  .sidebar-layout-2 {
    display: -ms-flexbox;
    display: flex; }
    .sidebar-layout-2 > *:first-child {
      width: 76%;
      padding-right: 3rem; }
    .sidebar-layout-2 > *:nth-child(2) {
      width: 24%; }
    .sidebar-layout-2 .breadcrumb-section {
      margin-bottom: 2em; }
    .sidebar-layout-2 .main__content,
    .sidebar-layout-2 .main .sidebar-left--desktop {
      float: left; }
    .sidebar-layout-2 .main .sidebar-left--desktop {
      width: 30%; }
    .sidebar-layout-2 .main__content {
      width: 70%; }
    .sidebar-layout-2 .sidebar-left {
      padding-right: 3rem;
      background: none; }
      .sidebar-layout-2 .sidebar-left:before {
        content: ""; }
    .sidebar-layout-2 .sidebar-right {
      position: relative;
      top: 50px;
      padding-top: 0;
      padding-bottom: 50px;
      -ms-flex-item-align: stretch;
          align-self: stretch; }
  .page-top .grid, .page-top .site-footer__inner, .page-top .legal__inner, .page-top .main-navigation__main, .page-top .main-navigation__topbar-inner {
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    max-height: 30vh;
    -ms-flex-align: center;
        align-items: center; }
    .page-top .grid__inner {
      padding-left: 22%;
      width: 100%; }
  .page-top__title {
    margin-top: 3rem; } }

/*[/css-above-the-fold]*/
.widget {
  position: relative;
  margin-bottom: 4.4rem;
  padding: 3.4rem 3rem 2.8rem;
  border: 1px solid #EEEEEE;
  background: white; }
  .widget__icon {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 3rem;
    color: #77BC43;
    opacity: 0.8;
    -ms-flex-align: center;
        align-items: center;
    font-size: 4.2rem;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .widget__icon svg {
      display: block;
      width: 1em;
      height: 1em; }
    .widget__icon path {
      fill: #77BC43; }
  .widget__title {
    margin-bottom: 2rem;
    font-size: 1.8rem; }
    @media (min-width: 1400px) {
      .widget__title {
        font-size: 2.1rem; } }
  .widget .button {
    width: 100%; }
  .widget .child-list {
    padding-left: 0;
    list-style-type: none; }
    .widget .child-list li {
      line-height: 1;
      margin-bottom: 1.5rem; }
      .widget .child-list li:last-child {
        margin-bottom: 0; }
    .widget .child-list .current_page_item a {
      color: #2B5134; }
    .widget .child-list a {
      font-size: 1.4rem;
      line-height: 2rem; }

.widget .icon-list {
  margin-bottom: 2rem; }
  .widget .icon-list:last-child {
    margin-bottom: 0; }
  .widget .icon-list__item {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .widget .icon-list__item:first-child {
      margin-top: 0; }
    .widget .icon-list__item:last-child {
      margin-bottom: 0; }

.widget .light-gallery__trigger {
  display: block;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 6rem);
  height: 140px;
  margin-left: -3rem;
  background-position: center;
  background-size: cover;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .widget .light-gallery__trigger .mdi {
    color: white;
    font-size: 6.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.widget .text-area {
  margin-bottom: 2.5rem; }
  .widget .text-area p {
    font-size: 1.4em; }

.widget .download-list__download {
  margin-bottom: 1.4rem;
  background: none; }
  .widget .download-list__download:last-child {
    margin-bottom: 0; }
  .widget .download-list__download .mdi {
    font-size: 2.4rem; }
  .widget .download-list__download a {
    padding: 0; }
  .widget .download-list__download span {
    font-size: 1.4rem; }

.widget .download-list__downloads:last-child {
  margin-bottom: 0; }

.widget .download-lists {
  margin-bottom: 2rem; }
  .widget .download-lists:last-child {
    margin-bottom: 0; }

.widget .recent-posts__post {
  margin-bottom: 2.4rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #EBEBEB; }

.widget .recent-posts__post-title {
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.5px;
  font-size: 1.6em; }

.widget .recent-posts__post-date {
  position: relative;
  display: block;
  margin-bottom: 0.6rem;
  color: #9B9B9B;
  text-transform: uppercase;
  line-height: 2.1rem;
  font-size: 1.2em;
  visibility: collapse; }
  .widget .recent-posts__post-date span {
    position: absolute;
    left: 0;
    visibility: visible;
    color: #77BC43; }

.widget .recent-posts__read-more {
  display: block;
  margin-top: 1.1rem;
  color: #2B5134;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1rem; }
  .widget .recent-posts__read-more .mdi {
    position: relative;
    top: 2px;
    color: #77BC43;
    font-size: 1.8rem; }

.link-list__item {
  margin-bottom: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #EBEBEB; }
  .link-list__item:last-child {
    margin-bottom: 0; }

/*[css-above-the-fold]*/
.panel-grid {
  margin: 1rem 0;
  padding: 6rem 0;
  background-position: center;
  background-size: cover;
  font-size: .8rem; }
  @media (min-width: 600px) {
    .panel-grid {
      font-size: 1rem; } }
  .panel-grid .panel {
    position: relative;
    margin-bottom: 2.4rem;
    padding: 2em 4em 4em;
    overflow: hidden;
    background: white;
    -ms-flex: 1;
        flex: 1; }
    .panel-grid .panel:last-child {
      margin-bottom: 0; }
    .panel-grid .panel__contents {
      position: relative; }
    .panel-grid .panel__top {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1rem;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (max-width: 900px) {
        .panel-grid .panel__top {
          margin-bottom: 1em; } }
    .panel-grid .panel__copy {
      max-width: 660px;
      margin-bottom: 1.35em; }
    .panel-grid .panel__icon {
      display: -ms-flexbox;
      display: flex;
      width: 45px;
      height: 45px;
      color: #77BC43;
      -ms-flex-align: center;
          align-items: center;
      font-size: 5.6em;
      -ms-flex-pack: center;
          justify-content: center; }
      .panel-grid .panel__icon svg {
        max-width: 100%;
        height: 100%; }
      .panel-grid .panel__icon path {
        fill: #77BC43; }
    .panel-grid .panel__background-icon {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%; }
    .panel-grid .panel .button {
      max-width: 175px; }

@media (min-width: 1100px) {
  .panel-grid {
    margin: 1rem; }
    .panel-grid .grid, .panel-grid .site-footer__inner, .panel-grid .legal__inner, .panel-grid .main-navigation__main, .panel-grid .main-navigation__topbar-inner {
      display: -ms-flexbox;
      display: flex;
      width: calc(90% + 2rem + (.625rem * 2));
      -ms-flex-align: stretch;
          align-items: stretch;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .panel-grid .panel {
      margin: .625vw !important;
      margin-bottom: 0; }
      .panel-grid .panel__contents {
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -ms-flex: 1;
            flex: 1;
        -ms-flex-direction: column;
            flex-direction: column; }
        .panel-grid .panel__contents .button {
          margin-top: auto; } }

html body #cookie-notice {
  background-color: #1c3622 !important; }

html body .cookie-notice-container {
  padding: 30px 20px; }
  @media screen and (min-width: 800px) {
    @supports (display: grid) {
      html body .cookie-notice-container {
        display: grid;
        grid-template-columns: 1fr 20% 20%;
        grid-column-gap: 30px; }
        html body .cookie-notice-container #cn-notice-text {
          padding-bottom: 0 !important;
          text-align: left;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
        html body .cookie-notice-container .cn-button {
          margin: 0 !important;
          max-width: 100% !important;
          width: 100% !important;
          min-width: auto;
          -ms-flex-item-align: center;
              align-self: center; } } }

html body .cn-button {
  background: none !important;
  border-radius: 0 !important;
  background-color: #77BC43 !important;
  padding: 10px 20px !important; }
  html body .cn-button.bootstrap {
    font-family: inherit;
    margin: 0;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-weight: 700 !important;
    color: white;
    text-shadow: none !important;
    background-image: none !important;
    border-style: none;
    box-shadow: none !important;
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
    outline: none; }
  @media screen and (max-width: 767px) {
    html body .cn-button:not(:last-child) {
      margin-bottom: 20px; } }

html body #cn-notice-text {
  font-size: 17px;
  padding-bottom: 20px !important;
  display: block;
  line-height: 1.6; }

/*[/css-above-the-fold]*/
.image-bg-section {
  position: relative;
  padding: 6rem 0; }
  .image-bg-section:before {
    z-index: 1; }
  .image-bg-section__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .image-bg-section__bg-image {
    width: 100%;
    height: 50%;
    background-position: center right;
    background-size: cover; }
  .image-bg-section__content {
    z-index: 2;
    display: block;
    position: relative;
    border-top: 2px solid white;
    border-bottom: 2px solid #77BC43; }
    @media (min-width: 1250px) {
      .image-bg-section__content {
        padding: 0 6.35vw;
        padding: 0 8%; } }
  .image-bg-section__text {
    color: white !important; }
  .image-bg-section__text-top {
    display: block;
    font-size: .55em; }
  .image-bg-section__play-button {
    display: -ms-flexbox;
    display: flex;
    display: flex;
    width: 80px;
    height: 80px;
    margin-top: .5em;
    margin-right: auto;
    color: white;
    background-color: #77BC43;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 3em;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .image-bg-section__play-button svg {
      display: block;
      width: 1em;
      height: 1em;
      max-width: 36px; }

@media (min-width: 600px) {
  .image-bg-section__bg-image {
    width: 50%;
    height: 100%;
    float: left; } }

@media (min-width: 1050px) {
  .image-bg-section__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .image-bg-section__play-button {
    width: 144px;
    height: 144px;
    margin: 0;
    font-size: 6em; }
  .image-bg-section__text {
    width: calc(100% - 144px); } }

.gallery-wrap {
  width: 100%;
  font-size: 0.85rem; }
  @media (min-width: 600px) {
    .gallery-wrap {
      font-size: 1rem; } }
  @media (min-width: 800px) {
    .gallery-wrap__panels {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch; } }
  .gallery-wrap .gallery-slider__image,
  .gallery-wrap .gallery-slider__images,
  .gallery-wrap .slick-list,
  .gallery-wrap .slick-track {
    height: 100%; }
  .gallery-wrap__panel {
    padding: 6em 0; }
    @media (min-width: 800px) {
      .gallery-wrap__panel {
        width: 50%;
        margin: 0; }
        .gallery-wrap__panel:first-child {
          width: 45%;
          max-width: 717.5px;
          margin-left: auto;
          padding-right: 9.9vw; } }
    .gallery-wrap__panel > * {
      margin-bottom: 1rem; }
      @media (min-width: 600px) {
        .gallery-wrap__panel > * {
          margin-bottom: 1.5rem; }
          .gallery-wrap__panel > *:first-child {
            margin-bottom: 1rem; } }
      .gallery-wrap__panel > *:last-child {
        margin-bottom: 0; }
  .gallery-wrap__panel-text {
    margin-bottom: 4rem; }

.gallery-slider {
  position: relative;
  padding: 0;
  height: 400px; }
  @media (min-width: 800px) {
    .gallery-slider {
      height: auto; } }
  .gallery-slider__controls {
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    color: white; }
    @media (max-width: 799px) {
      .gallery-slider__controls {
        display: -ms-flexbox;
        display: flex;
        top: 50%;
        width: 100%;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media (min-width: 800px) {
      .gallery-slider__controls {
        top: 6rem;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    .gallery-slider__controls .left,
    .gallery-slider__controls .right {
      display: inline-block;
      display: -ms-flexbox;
      display: flex;
      width: 5.7vw;
      max-width: 110px;
      height: 5.7vw;
      max-height: 110px;
      text-align: center;
      -ms-flex-align: center;
          align-items: center;
      font-size: 3.6rem;
      font-size: 2vw;
      -ms-flex-pack: center;
          justify-content: center;
      cursor: pointer; }
      @media (max-width: 799px) {
        .gallery-slider__controls .left,
        .gallery-slider__controls .right {
          width: 75px;
          height: 75px;
          font-size: 3.5rem; } }
      .gallery-slider__controls .left svg,
      .gallery-slider__controls .right svg {
        height: 0.75em;
        width: 0.75em;
        max-width: 11px; }
      .gallery-slider__controls .left:first-child,
      .gallery-slider__controls .right:first-child {
        background: #77BC43; }
      .gallery-slider__controls .left:last-child,
      .gallery-slider__controls .right:last-child {
        background: #2B5134; }
    .gallery-slider__controls .right svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .gallery-slider__images {
    margin-bottom: 0;
    width: 100%; }
    @media (min-width: 800px) {
      .gallery-slider__images {
        position: absolute; } }
  .gallery-slider__image {
    width: 100%;
    background: black;
    background-position: center;
    background-size: cover; }
  .gallery-slider__thumbnails {
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .gallery-slider__thumbnails .slick-track {
      -webkit-transform: none !important;
              transform: none !important; }
    .gallery-slider__thumbnails .thumbnail {
      display: block;
      width: 16.666% !important;
      height: 15vw;
      max-height: 239px;
      background-position: center;
      background-size: cover;
      outline: 0;
      cursor: pointer; }

.error-404 {
  padding: 5rem 0;
  min-height: 49vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }
  .error-404 .page__header {
    margin-bottom: 3rem; }

.wysiwyg {
  margin-bottom: 3rem; }
  .wysiwyg > * {
    margin-bottom: 2rem; }
    .wysiwyg > *:only-child, .wysiwyg > *:last-child {
      margin-bottom: 0; }
    .wysiwyg > *:first-child {
      padding-top: 0; }
  .wysiwyg p + ul,
  .wysiwyg p + ol {
    margin-top: -0.5em; }
  @media (min-width: 900px) {
    .wysiwyg {
      margin-bottom: 4rem; } }
  .wysiwyg ul:not(.gform_fields),
  .wysiwyg ol:not(.gform_fields) {
    padding-left: 2.5rem;
    margin-bottom: 3rem; }
  .wysiwyg ol:not(.gform_fields) {
    list-style-type: decimal; }
  .wysiwyg ul:not(.gform_fields) li {
    position: relative; }
    .wysiwyg ul:not(.gform_fields) li:before {
      content: "";
      width: 6px;
      height: 6px;
      background: #77BC43;
      border-radius: 50%;
      left: -1.75rem;
      top: 11px;
      display: inline-block;
      position: absolute; }
  .wysiwyg strong {
    font-weight: bold; }
  .wysiwyg pre {
    border: 1px solid #77BC43;
    padding: 3rem;
    font-weight: 600; }
  .wysiwyg h3 {
    font-size: 1.5em !important;
    padding-top: 1em; }
  .wysiwyg h4 {
    font-size: 1.5em;
    padding-top: 0.5em;
    font-weight: 600;
    color: #3B3B3B;
    margin-bottom: 0.5rem; }

.section-title__container + .wysiwyg,
.wysiwyg + .table {
  margin-top: -2rem; }

.wysiwyg + .section-title__container {
  margin-top: 6rem; }

.video {
  display: block;
  position: relative;
  margin-bottom: 3rem; }
  .video img {
    width: 584px;
    max-width: 100%; }
  .video .mdi {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.full-width-cta {
  padding: 3.4em 0 3.8em;
  background-position: center;
  background-size: cover; }
  .full-width-cta__title {
    margin-bottom: 1em;
    max-width: 100%; }
    .full-width-cta__title span {
      display: block;
      color: white; }
  .full-width-cta__contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  @media (min-width: 900px) {
    .full-width-cta__contents {
      display: block; } }
  @media (min-width: 1200px) {
    .full-width-cta__title {
      margin-bottom: 0;
      padding-right: 1rem; }
    .full-width-cta__contents {
      padding-left: 20%;
      margin-left: 2rem;
      padding-right: 24%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; } }

.gallery, .gallery--gutters_titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .gallery__thumbnail {
    display: none; }
  .gallery__image-title-overlay {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    font-size: 1.5em; }
  .gallery__image-container {
    display: -ms-flexbox;
    display: flex;
    height: 50vw;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 265px; }
  .gallery__image {
    -ms-flex: 1;
        flex: 1;
    background-position: center;
    background-size: cover; }
  .gallery__image-caption {
    margin-top: 1rem; }
  .gallery__caption {
    padding: 6px 10px;
    font-style: italic;
    font-size: 12px; }
  .gallery--gutters_titles .gallery__image-container {
    margin-bottom: 2.4rem;
    max-height: 200px; }

@media (min-width: 550px) {
  .gallery, .gallery--gutters_titles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 6em; }
    .gallery__image-container {
      height: 35vw;
      width: 50%; }
    .gallery--gutters_titles {
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 3rem; }
      .gallery--gutters_titles .gallery__image-container {
        margin-bottom: 2rem;
        width: 48%; } }

@media (min-width: 700px) {
  .gallery__image-container {
    width: 33%;
    height: 28vw; } }

@media (min-width: 900px) {
  .gallery__image-container {
    height: 22vw; } }

@media (min-width: 1200px) {
  .gallery__image-container {
    height: 15vw; } }

.tabs .slick-slider {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }

.tabs__navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 900px) {
    .tabs__navigation {
      margin-bottom: 1em; } }

.tabs__navigation-tab {
  margin-right: 1em;
  margin-bottom: 1em;
  cursor: pointer; }
  .tabs__navigation-tab.active .button {
    background: #2B5134; }
    .tabs__navigation-tab.active .button__inner {
      background: #2B5134;
      color: white; }
  .tabs__navigation-tab:last-child {
    margin-right: 0; }
  .tabs__navigation-tab .button {
    min-width: 0; }

.tabs__tab {
  outline: 0; }

.contact-info .wysiwyg, .contact-info__button-section {
  margin-bottom: 3rem; }

.contact-info h3 {
  margin-bottom: 1rem; }

.contact-info__text-blocks em {
  color: #77BC43;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif; }

@media (min-width: 525px) {
  .contact-info {
    display: -ms-flexbox;
    display: flex; }
    .contact-info__text-blocks, .contact-info__buttons {
      -ms-flex: 1;
          flex: 1; }
    .contact-info__text-blocks {
      padding-right: 2rem; } }

.stock-chart {
  margin-bottom: 6rem;
  overflow: hidden; }
  @media (max-width: 600px) {
    .stock-chart {
      display: none; } }

.qmmt_main .qmmt_header_bar {
  display: none; }

.stock-tickr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .stock-tickr__title {
    margin-bottom: 3rem; }
  @media (max-width: 600px) {
    .stock-tickr {
      margin-top: 2rem;
      -ms-flex-direction: column;
          flex-direction: column; }
      .stock-tickr__title {
        margin-bottom: 3rem; } }
  .stock-tickr > * {
    -ms-flex: 1;
        flex: 1; }

.data-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 0.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #EBEBEB; }

.stock-tickr__data {
  min-height: 500px; }

.news-release {
  display: block;
  margin-bottom: 0.5em;
  padding: 1em;
  padding-left: 0;
  padding-bottom: 2em; }

@media (max-width: 599px) {
  .date {
    margin-bottom: 1rem; } }

.date__date {
  color: #77BC43 !important;
  text-transform: uppercase; }

@media (min-width: 600px) {
  .news-release {
    padding: 0.2em 1em 0.75em 0; }
    .news-release .date {
      font-size: 0.9em; }
    .news-release .download-title {
      width: 86%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .news-release .download-title * {
        font-size: 16px; }
      .news-release .download-title h3 {
        font-size: 14px; } }

@media screen and (min-width: 500px) {
  .news-release.searchEl__result {
    display: -ms-flexbox;
    display: flex; } }

.anchor-buttons__title {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.9rem; }

.back-to-top {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 2rem;
  left: 5%;
  padding: 1rem;
  font-weight: 500;
  opacity: 0;
  background: white;
  -ms-flex-align: center;
      align-items: center;
  transition: .5s opacity ease; }
  .back-to-top__icon {
    margin-top: -1rem;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    .back-to-top__icon path {
      fill: #77BC43; }
  .back-to-top.show {
    opacity: 1; }

.page_teaser__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px; }
  @media (min-width: 640px) {
    .page_teaser__box {
      height: 200px; } }
  .page_teaser__box:hover {
    cursor: pointer; }
    .page_teaser__box:hover .page_teaser__content {
      background-color: #77BC43; }
    .page_teaser__box:hover .page_teaser__content:before {
      border-color: transparent transparent transparent #77BC43; }

.page_teaser__content {
  position: relative;
  width: 100%;
  padding: 20px 20px 40px;
  background-color: #2B5134;
  transition: ease background-color 0.4s; }
  @media (min-width: 640px) {
    .page_teaser__content {
      width: 60%;
      padding: 40px 20px 0 40px; }
      .page_teaser__content:before {
        content: " ";
        position: absolute;
        left: 100%;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 100px 0 100px 55px;
        border-color: transparent transparent transparent #2B5134;
        transition: ease all 0.4s; } }
  @media (min-width: 1440px) {
    .page_teaser__content {
      width: 40%; } }
  .page_teaser__content .headline {
    font-size: 28px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-transform: uppercase; }
  .page_teaser__content p {
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase; }

.page_teaser__image {
  width: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 640px) {
    .page_teaser__image {
      width: 40%; } }
  @media (min-width: 1440px) {
    .page_teaser__image {
      width: 60%; } }

.post-list__post {
  line-height: 1.5; }

.post-list__post-type {
  margin-bottom: 20px; }

.post-list__post-type-title {
  margin-bottom: 10px; }

.searchEl {
  padding-bottom: 100px; }
  @media screen and (min-width: 700px) {
    .searchEl {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: start;
          align-items: flex-start; } }
  .searchEl__result {
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 1px solid #f1f1f1;
    display: block; }
    @media screen and (min-width: 700px) {
      .searchEl__result {
        width: 49.5%; } }
  .searchEl__result-date {
    float: right;
    color: grey;
    font-size: 14px; }
  .searchEl__header {
    background: #f1f1f1;
    padding: 50px 0;
    margin-bottom: 20px; }
    .searchEl__header h1 {
      padding-bottom: 0; }

.search-again {
  background: #EEEEEE;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding: 90px 0 150px; }
  .search-again__title {
    margin-bottom: 30px; }
  .search-again form {
    margin: 0 auto;
    display: inline-block; }
  .search-again .searchform__input {
    font-size: 16px;
    padding: 16px;
    width: 600px;
    max-width: 90%;
    transition: 0.25s all ease-in; }
  .search-again .searchform__icon {
    right: 35px;
    margin-top: 2px; }
  .search-again svg {
    width: 29px !important;
    height: 29px !important; }
  .search-again__or {
    margin: 30px 0; }
  .search-again .searchform {
    height: 50px; }
    .search-again .searchform > div {
      position: relative; }
  .search-again .searchform__input {
    box-shadow: 10px 1px 20px 0px rgba(0, 0, 0, 0.02); }
    .search-again .searchform__input:focus {
      font-size: 20px;
      padding: 20px;
      width: 650px;
      max-width: 90%;
      box-shadow: 0 20px 30px 0px rgba(0, 0, 0, 0.1);
      outline: none; }

.searchform {
  position: relative; }
  .searchform__input {
    border: none;
    padding: 10px;
    width: 100%; }
  .searchform__icon {
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer; }
    .searchform__icon svg path {
      fill: #77BC43; }

.button-row .button {
  margin-right: 30px;
  margin-bottom: 20px; }

.anchor {
  margin-bottom: 20px; }

.species {
  padding: 20px 0; }
  .species h3 {
    padding: 15px 20px;
    background-color: #f4f9f0;
    font-size: 14px;
    margin-bottom: 10px; }
  .species__container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .species__container:after {
      position: absolute;
      bottom: 55px;
      left: 0;
      width: 100%;
      height: 1px;
      background-image: linear-gradient(to right, #77BC43, #2B5134); }
      @media screen and (min-width: 1024px) {
        .species__container:after {
          content: " "; } }
  .species__field {
    width: 100%;
    padding: 12px 20px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media screen and (min-width: 1024px) {
      .species__field {
        width: auto;
        display: block; } }
    .species__field p {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      min-height: 40px;
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      text-transform: uppercase; }
      @media screen and (min-width: 1024px) {
        .species__field p {
          display: block; } }
    .species__field svg {
      width: 32px;
      height: 32px; }
      .species__field svg path {
        fill: #77BC43; }

.language_switcher img {
  margin-right: 10px; }

.post {
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 20px; }
  .post__container {
    display: -ms-flexbox;
    display: flex; }
  .post__thumbnail {
    height: 225px;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      .post__thumbnail {
        height: 300px; } }
  .post__content {
    padding: 20px 30px 40px; }
  .post__meta {
    margin-bottom: 10px; }
  .post__category {
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 0.8rem; }
  .post__date {
    font-size: 0.8rem; }
  .post__headline {
    margin-bottom: 10px; }
  .post__text {
    margin-bottom: 30px; }

.posts {
  width: 100%; }

.language-switcher ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.language-switcher li {
  margin: 0 10px;
  text-transform: uppercase;
  color: #77bc43; }

.language-switcher li,
.language-switcher a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  line-height: 1.625;
  font-weight: 500; }

.language-switcher a {
  color: #2b5134; }
  .language-switcher a:hover {
    color: #77bc43; }

.spinner {
  position: fixed;
  top: 30%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: .5s opacity ease;
  transition-delay: 0s;
  pointer-events: none;
  z-index: 10000;
  width: 100px;
  height: 100px; }
  .spinner.loading {
    opacity: 1;
    transition-delay: 2s; }
  .spinner .double-bounce1, .spinner .double-bounce2 {
    background-color: #77BC43; }

p, h1, h2, h3, h4, h5, h6 {
  transition: .05s opacity ease; }

.wf-loading p, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6 {
  opacity: 0; }

.single-title {
  margin-bottom: 40px; }

.main--single {
  margin: 50px 0; }

.pjax-container {
  overflow-x: hidden; }

.bg-overlay, .main-header, .image-bg-section, .gallery-slider__thumbnails .thumbnail.slick-current {
  position: relative; }
  .bg-overlay:before, .main-header:before, .image-bg-section:before, .gallery-slider__thumbnails .thumbnail.slick-current:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    pointer-events: none; }
  .bg-overlay .grid, .main-header .grid, .image-bg-section .grid, .gallery-slider__thumbnails .thumbnail.slick-current .grid, .bg-overlay .site-footer__inner, .main-header .site-footer__inner, .image-bg-section .site-footer__inner, .gallery-slider__thumbnails .thumbnail.slick-current .site-footer__inner, .bg-overlay .legal__inner, .main-header .legal__inner, .image-bg-section .legal__inner, .gallery-slider__thumbnails .thumbnail.slick-current .legal__inner, .bg-overlay .main-navigation__main, .main-header .main-navigation__main, .image-bg-section .main-navigation__main, .gallery-slider__thumbnails .thumbnail.slick-current .main-navigation__main, .bg-overlay .main-navigation__topbar-inner, .main-header .main-navigation__topbar-inner, .image-bg-section .main-navigation__topbar-inner, .gallery-slider__thumbnails .thumbnail.slick-current .main-navigation__topbar-inner {
    position: relative; }
  .bg-overlay--2:before, .image-bg-section:before, .gallery-slider__thumbnails .thumbnail.slick-current:before {
    background-color: rgba(0, 0, 0, 0.13); }
  .bg-overlay--3:before {
    background-color: rgba(0, 0, 0, 0.45); }

.admin-bar .main-navigation {
  top: 32px; }

@media (min-width: 900px) {
  body .pjax-container .mobile-only {
    display: none !important; } }

@media (max-width: 900px) {
  body .pjax-container .desktop-only {
    display: none !important; } }

.anchor-buttons {
  outline: 0; }

img {
  height: auto; }

.gform_button {
  border: none;
  font-size: 14px !important;
  letter-spacing: 2px !important;
  padding: 0.7rem 1rem; }

#gform_9 .gfield_label {
  display: block !important; }

#gform_9 .gfield.gfield--width-full {
  padding-right: 0 !important;
  padding-left: 0;
  width: 100%; }

#gform_9 .gfield_radio .gchoice {
  line-height: 1.4; }

#gform_wrapper_9 .gform_title {
  margin: 1.3em 0 1em; }

.post-type-archive-press_release .breadcrumb-section:before {
  display: none !important; }

.post-type-archive-press_release .breadcrumb-section {
  background: none !important; }

.post-type-archive-press_release .main {
  min-height: inherit;
  display: block; }

.post-type-archive-press_release .main__content {
  margin-bottom: 4em; }

.post-type-archive-press_release .full.inside {
  clear: both;
  padding-top: 18px; }

.single-press_release,
.single-community_news {
  background: #fff; }
  .single-press_release .breadcrumbs li,
  .single-community_news .breadcrumbs li {
    display: inline;
    vertical-align: middle; }
    .single-press_release .breadcrumbs li.separator span,
    .single-community_news .breadcrumbs li.separator span {
      position: relative;
      top: -2px; }
  .single-press_release .single_post_header,
  .single-community_news .single_post_header {
    max-width: 1435px;
    margin: 0 auto 98px;
    min-height: 408px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: end;
        align-items: flex-end;
    background-color: #a8a8a8; }
    .single-press_release .single_post_header img,
    .single-community_news .single_post_header img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 0; }
    .single-press_release .single_post_header .post_details,
    .single-community_news .single_post_header .post_details {
      background: #f7f7f7;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -45px;
      padding: 20px 15px; }
      @media (min-width: 900px) {
        .single-press_release .single_post_header .post_details,
        .single-community_news .single_post_header .post_details {
          left: 15px;
          right: 15px; } }
      @media (min-width: 1200px) {
        .single-press_release .single_post_header .post_details,
        .single-community_news .single_post_header .post_details {
          left: 190px;
          right: 190px;
          padding: 26px 80px; } }
      .single-press_release .single_post_header .post_details .breadcrumbs,
      .single-community_news .single_post_header .post_details .breadcrumbs {
        margin-bottom: 4rem; }
      .single-press_release .single_post_header .post_details .date,
      .single-community_news .single_post_header .post_details .date {
        text-transform: uppercase;
        color: #77bc43;
        font-size: 16px;
        margin-bottom: 16px; }
      .single-press_release .single_post_header .post_details .page-title h2,
      .single-community_news .single_post_header .post_details .page-title h2 {
        color: #2b5134;
        font-size: 28px; }
  .single-press_release .single_post_content,
  .single-community_news .single_post_content {
    padding: 0 15px; }
    .single-press_release .single_post_content .article,
    .single-community_news .single_post_content .article {
      margin: 0 auto;
      max-width: 885px;
      color: #000; }
    .single-press_release .single_post_content p,
    .single-press_release .single_post_content ul,
    .single-press_release .single_post_content ol,
    .single-community_news .single_post_content p,
    .single-community_news .single_post_content ul,
    .single-community_news .single_post_content ol {
      margin-bottom: 1.5em; }
    .single-press_release .single_post_content strong,
    .single-press_release .single_post_content b,
    .single-community_news .single_post_content strong,
    .single-community_news .single_post_content b {
      font-weight: bold; }
    .single-press_release .single_post_content i,
    .single-community_news .single_post_content i {
      font-style: italic; }
    .single-press_release .single_post_content ul,
    .single-community_news .single_post_content ul {
      margin-left: 20px; }
      .single-press_release .single_post_content ul li,
      .single-community_news .single_post_content ul li {
        list-style: disc outside;
        margin: 5px 0;
        color: #666666;
        font-size: 1.6rem;
        line-height: 1.625; }
  .single-press_release .back,
  .single-press_release .to-top,
  .single-community_news .back,
  .single-community_news .to-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: -5px;
    margin-bottom: 34px; }
    .single-press_release .back:before,
    .single-press_release .to-top:before,
    .single-community_news .back:before,
    .single-community_news .to-top:before {
      content: "";
      width: 20px;
      height: 20px;
      background: url(images/icons/chevron-left.svg) center center no-repeat;
      display: inline-block; }
    .single-press_release .back:hover,
    .single-press_release .to-top:hover,
    .single-community_news .back:hover,
    .single-community_news .to-top:hover {
      text-decoration: underline; }
  .single-press_release .to-top,
  .single-community_news .to-top {
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 60px; }
    .single-press_release .to-top:before,
    .single-community_news .to-top:before {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .single-press_release .wp-block-buttons,
  .single-community_news .wp-block-buttons {
    margin-top: 5px; }
  .single-press_release .wp-block-button__link,
  .single-community_news .wp-block-button__link {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #fff;
    color: #2b5134;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 3px;
    border-image-source: linear-gradient(to right, #77bc43, #2b5134);
    border-radius: 0;
    font-weight: bold; }
    .single-press_release .wp-block-button__link:hover,
    .single-community_news .wp-block-button__link:hover {
      background: #2b5134;
      border-image-source: linear-gradient(to right, #2b5134, #2b5134);
      color: #fff; }

.page-template-template-gutenberg .main,
.post-type-archive-community_news .main,
.tax-community_news_category .main {
  min-height: 0px;
  padding-right: 0; }

.page-template-template-gutenberg .main__content,
.post-type-archive-community_news .main__content,
.tax-community_news_category .main__content {
  margin-bottom: 4em; }

@media (min-width: 1400px) {
  .page-template-template-gutenberg .wp-block-column[style="flex-basis:344px"],
  .post-type-archive-community_news .wp-block-column[style="flex-basis:344px"],
  .tax-community_news_category .wp-block-column[style="flex-basis:344px"] {
    margin-top: -24px; } }

.page-template-template-gutenberg .child-parent-menu__parent,
.post-type-archive-community_news .child-parent-menu__parent,
.tax-community_news_category .child-parent-menu__parent {
  background-color: #2b5134; }

.page-template-template-gutenberg .child-parent-submenu,
.post-type-archive-community_news .child-parent-submenu,
.tax-community_news_category .child-parent-submenu {
  background-color: #9b9b9b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .page-template-template-gutenberg .child-parent-submenu a,
  .post-type-archive-community_news .child-parent-submenu a,
  .tax-community_news_category .child-parent-submenu a {
    display: block;
    padding: 6px 20px 6px;
    background-color: #9b9b9b;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4em;
    line-height: 1.25;
    white-space: normal; }
    .page-template-template-gutenberg .child-parent-submenu a:hover,
    .post-type-archive-community_news .child-parent-submenu a:hover,
    .tax-community_news_category .child-parent-submenu a:hover {
      background: #2b5134; }
  .page-template-template-gutenberg .child-parent-submenu li > a:after,
  .post-type-archive-community_news .child-parent-submenu li > a:after,
  .tax-community_news_category .child-parent-submenu li > a:after {
    display: none !important; }
  @media (min-width: 1200px) {
    .page-template-template-gutenberg .child-parent-submenu li,
    .post-type-archive-community_news .child-parent-submenu li,
    .tax-community_news_category .child-parent-submenu li {
      width: 100%; } }
  .page-template-template-gutenberg .child-parent-submenu .sub-menu,
  .post-type-archive-community_news .child-parent-submenu .sub-menu,
  .tax-community_news_category .child-parent-submenu .sub-menu {
    position: static !important;
    opacity: 1 !important;
    padding: 0 !important;
    -webkit-transform: none !important;
    transform: none !important; }
    .page-template-template-gutenberg .child-parent-submenu .sub-menu a,
    .post-type-archive-community_news .child-parent-submenu .sub-menu a,
    .tax-community_news_category .child-parent-submenu .sub-menu a {
      position: relative;
      padding: 6px 20px 6px 3.5rem;
      background-color: #a8a8a8;
      font-weight: 600;
      border-bottom: 1px solid #bfbcbc; }

.page-template-template-gutenberg .sidebar-items,
.post-type-archive-community_news .sidebar-items,
.tax-community_news_category .sidebar-items {
  position: relative;
  margin-bottom: 4.4rem;
  padding: 3.4rem 3rem 2.8rem;
  border: 1px solid #eeeeee;
  background: white; }
  .page-template-template-gutenberg .sidebar-items .sidebar-items__icon,
  .post-type-archive-community_news .sidebar-items .sidebar-items__icon,
  .tax-community_news_category .sidebar-items .sidebar-items__icon {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 3rem;
    color: #77bc43;
    opacity: 0.8;
    -ms-flex-align: center;
    align-items: center;
    font-size: 4.2rem;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .page-template-template-gutenberg .sidebar-items .sidebar-items__icon img,
    .post-type-archive-community_news .sidebar-items .sidebar-items__icon img,
    .tax-community_news_category .sidebar-items .sidebar-items__icon img {
      display: block;
      width: 1em;
      height: 1em; }
  .page-template-template-gutenberg .sidebar-items .sidebar-items__title,
  .post-type-archive-community_news .sidebar-items .sidebar-items__title,
  .tax-community_news_category .sidebar-items .sidebar-items__title {
    margin-bottom: 2rem;
    font-size: 1.8rem; }

.page-template-template-gutenberg .gutenberg-content p,
.post-type-archive-community_news .gutenberg-content p,
.tax-community_news_category .gutenberg-content p {
  margin-bottom: 2rem; }

.page-template-template-gutenberg .gutenberg-content h1,
.page-template-template-gutenberg .gutenberg-content h2,
.page-template-template-gutenberg .gutenberg-content h3,
.page-template-template-gutenberg .gutenberg-content h4,
.page-template-template-gutenberg .gutenberg-content h5,
.page-template-template-gutenberg .gutenberg-content h6,
.post-type-archive-community_news .gutenberg-content h1,
.post-type-archive-community_news .gutenberg-content h2,
.post-type-archive-community_news .gutenberg-content h3,
.post-type-archive-community_news .gutenberg-content h4,
.post-type-archive-community_news .gutenberg-content h5,
.post-type-archive-community_news .gutenberg-content h6,
.tax-community_news_category .gutenberg-content h1,
.tax-community_news_category .gutenberg-content h2,
.tax-community_news_category .gutenberg-content h3,
.tax-community_news_category .gutenberg-content h4,
.tax-community_news_category .gutenberg-content h5,
.tax-community_news_category .gutenberg-content h6 {
  margin-bottom: 2rem; }

.page-template-template-gutenberg .gutenberg-content h3,
.post-type-archive-community_news .gutenberg-content h3,
.tax-community_news_category .gutenberg-content h3 {
  font-size: 1.5em !important;
  padding-top: 1em; }

.page-template-template-gutenberg .gutenberg-content ul:not([class]),
.page-template-template-gutenberg .gutenberg-content ol:not([class]),
.post-type-archive-community_news .gutenberg-content ul:not([class]),
.post-type-archive-community_news .gutenberg-content ol:not([class]),
.tax-community_news_category .gutenberg-content ul:not([class]),
.tax-community_news_category .gutenberg-content ol:not([class]) {
  color: #666666;
  font-size: 1.6rem;
  line-height: 1.625; }

.page-template-template-gutenberg .gutenberg-content ul:not([class]),
.post-type-archive-community_news .gutenberg-content ul:not([class]),
.tax-community_news_category .gutenberg-content ul:not([class]) {
  list-style-type: disc;
  margin: 0 0 1.5rem 15px; }

@media (min-width: 1200px) {
  .page-template-template-gutenberg .old_view .child-parent-menu,
  .post-type-archive-community_news .old_view .child-parent-menu,
  .tax-community_news_category .old_view .child-parent-menu {
    position: absolute; } }

.page-template-template-gutenberg .old_view .sidebar-left,
.post-type-archive-community_news .old_view .sidebar-left,
.tax-community_news_category .old_view .sidebar-left {
  margin-bottom: 0; }
  @media (max-width: 1199px) {
    .page-template-template-gutenberg .old_view .sidebar-left,
    .post-type-archive-community_news .old_view .sidebar-left,
    .tax-community_news_category .old_view .sidebar-left {
      padding-bottom: 0; }
      .page-template-template-gutenberg .old_view .sidebar-left:before,
      .post-type-archive-community_news .old_view .sidebar-left:before,
      .tax-community_news_category .old_view .sidebar-left:before {
        display: none; } }

@media (min-width: 1200px) {
  .page-template-template-gutenberg .old_view .menu-main-menu-container,
  .post-type-archive-community_news .old_view .menu-main-menu-container,
  .tax-community_news_category .old_view .menu-main-menu-container {
    position: absolute;
    width: 100%; } }

@media (min-width: 1200px) {
  .page-template-template-gutenberg .old_view + .gutenberg-content > .grid, .page-template-template-gutenberg .old_view + .gutenberg-content > .site-footer__inner, .page-template-template-gutenberg .old_view + .gutenberg-content > .legal__inner, .page-template-template-gutenberg .old_view + .gutenberg-content > .main-navigation__main, .page-template-template-gutenberg .old_view + .gutenberg-content > .main-navigation__topbar-inner,
  .post-type-archive-community_news .old_view + .gutenberg-content > .grid,
  .post-type-archive-community_news .old_view + .gutenberg-content > .site-footer__inner,
  .post-type-archive-community_news .old_view + .gutenberg-content > .legal__inner,
  .post-type-archive-community_news .old_view + .gutenberg-content > .main-navigation__main,
  .post-type-archive-community_news .old_view + .gutenberg-content > .main-navigation__topbar-inner,
  .tax-community_news_category .old_view + .gutenberg-content > .grid,
  .tax-community_news_category .old_view + .gutenberg-content > .site-footer__inner,
  .tax-community_news_category .old_view + .gutenberg-content > .legal__inner,
  .tax-community_news_category .old_view + .gutenberg-content > .main-navigation__main,
  .tax-community_news_category .old_view + .gutenberg-content > .main-navigation__topbar-inner {
    width: 90%; }
    .page-template-template-gutenberg .old_view + .gutenberg-content > .grid .grid_inner, .page-template-template-gutenberg .old_view + .gutenberg-content > .site-footer__inner .grid_inner, .page-template-template-gutenberg .old_view + .gutenberg-content > .legal__inner .grid_inner, .page-template-template-gutenberg .old_view + .gutenberg-content > .main-navigation__main .grid_inner, .page-template-template-gutenberg .old_view + .gutenberg-content > .main-navigation__topbar-inner .grid_inner,
    .post-type-archive-community_news .old_view + .gutenberg-content > .grid .grid_inner,
    .post-type-archive-community_news .old_view + .gutenberg-content > .site-footer__inner .grid_inner,
    .post-type-archive-community_news .old_view + .gutenberg-content > .legal__inner .grid_inner,
    .post-type-archive-community_news .old_view + .gutenberg-content > .main-navigation__main .grid_inner,
    .post-type-archive-community_news .old_view + .gutenberg-content > .main-navigation__topbar-inner .grid_inner,
    .tax-community_news_category .old_view + .gutenberg-content > .grid .grid_inner,
    .tax-community_news_category .old_view + .gutenberg-content > .site-footer__inner .grid_inner,
    .tax-community_news_category .old_view + .gutenberg-content > .legal__inner .grid_inner,
    .tax-community_news_category .old_view + .gutenberg-content > .main-navigation__main .grid_inner,
    .tax-community_news_category .old_view + .gutenberg-content > .main-navigation__topbar-inner .grid_inner {
      padding-left: 22.1%; }
    .page-template-template-gutenberg .old_view + .gutenberg-content > .grid .full-width-cta.full, .page-template-template-gutenberg .old_view + .gutenberg-content > .site-footer__inner .full-width-cta.full, .page-template-template-gutenberg .old_view + .gutenberg-content > .legal__inner .full-width-cta.full, .page-template-template-gutenberg .old_view + .gutenberg-content > .main-navigation__main .full-width-cta.full, .page-template-template-gutenberg .old_view + .gutenberg-content > .main-navigation__topbar-inner .full-width-cta.full,
    .post-type-archive-community_news .old_view + .gutenberg-content > .grid .full-width-cta.full,
    .post-type-archive-community_news .old_view + .gutenberg-content > .site-footer__inner .full-width-cta.full,
    .post-type-archive-community_news .old_view + .gutenberg-content > .legal__inner .full-width-cta.full,
    .post-type-archive-community_news .old_view + .gutenberg-content > .main-navigation__main .full-width-cta.full,
    .post-type-archive-community_news .old_view + .gutenberg-content > .main-navigation__topbar-inner .full-width-cta.full,
    .tax-community_news_category .old_view + .gutenberg-content > .grid .full-width-cta.full,
    .tax-community_news_category .old_view + .gutenberg-content > .site-footer__inner .full-width-cta.full,
    .tax-community_news_category .old_view + .gutenberg-content > .legal__inner .full-width-cta.full,
    .tax-community_news_category .old_view + .gutenberg-content > .main-navigation__main .full-width-cta.full,
    .tax-community_news_category .old_view + .gutenberg-content > .main-navigation__topbar-inner .full-width-cta.full {
      width: calc(100vw + 23%);
      max-width: calc(100vw + 23%);
      margin-left: calc(50% - 50vw);
      position: relative;
      left: -23%; } }

@media (max-width: 1199px) {
  .page-template-template-gutenberg .old_view + .gutenberg-content,
  .post-type-archive-community_news .old_view + .gutenberg-content,
  .tax-community_news_category .old_view + .gutenberg-content {
    padding-top: 25px; } }

.page-template-template-gutenberg .old_view + .gutenberg-content .subpage_intro_text,
.post-type-archive-community_news .old_view + .gutenberg-content .subpage_intro_text,
.tax-community_news_category .old_view + .gutenberg-content .subpage_intro_text {
  position: relative;
  padding-bottom: 1px;
  margin-bottom: 2rem; }
  .page-template-template-gutenberg .old_view + .gutenberg-content .subpage_intro_text:before,
  .post-type-archive-community_news .old_view + .gutenberg-content .subpage_intro_text:before,
  .tax-community_news_category .old_view + .gutenberg-content .subpage_intro_text:before {
    content: "";
    background: #f7f7f7;
    position: absolute;
    left: 50%;
    pointer-events: none;
    display: block;
    width: 150vw;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    top: -10px;
    bottom: 0; }
    @media (max-width: 1199px) {
      .page-template-template-gutenberg .old_view + .gutenberg-content .subpage_intro_text:before,
      .post-type-archive-community_news .old_view + .gutenberg-content .subpage_intro_text:before,
      .tax-community_news_category .old_view + .gutenberg-content .subpage_intro_text:before {
        top: -20px; } }
    @media (max-width: 1199px) {
      .page-template-template-gutenberg .old_view + .gutenberg-content .subpage_intro_text:before,
      .post-type-archive-community_news .old_view + .gutenberg-content .subpage_intro_text:before,
      .tax-community_news_category .old_view + .gutenberg-content .subpage_intro_text:before {
        padding-top: 2rem; } }
  .page-template-template-gutenberg .old_view + .gutenberg-content .subpage_intro_text h1,
  .page-template-template-gutenberg .old_view + .gutenberg-content .subpage_intro_text h2,
  .page-template-template-gutenberg .old_view + .gutenberg-content .subpage_intro_text h3,
  .page-template-template-gutenberg .old_view + .gutenberg-content .subpage_intro_text h4,
  .page-template-template-gutenberg .old_view + .gutenberg-content .subpage_intro_text h5,
  .post-type-archive-community_news .old_view + .gutenberg-content .subpage_intro_text h1,
  .post-type-archive-community_news .old_view + .gutenberg-content .subpage_intro_text h2,
  .post-type-archive-community_news .old_view + .gutenberg-content .subpage_intro_text h3,
  .post-type-archive-community_news .old_view + .gutenberg-content .subpage_intro_text h4,
  .post-type-archive-community_news .old_view + .gutenberg-content .subpage_intro_text h5,
  .tax-community_news_category .old_view + .gutenberg-content .subpage_intro_text h1,
  .tax-community_news_category .old_view + .gutenberg-content .subpage_intro_text h2,
  .tax-community_news_category .old_view + .gutenberg-content .subpage_intro_text h3,
  .tax-community_news_category .old_view + .gutenberg-content .subpage_intro_text h4,
  .tax-community_news_category .old_view + .gutenberg-content .subpage_intro_text h5 {
    margin-bottom: 2rem; }
    @media (max-width: 1199px) {
      .page-template-template-gutenberg .old_view + .gutenberg-content .subpage_intro_text h1,
      .page-template-template-gutenberg .old_view + .gutenberg-content .subpage_intro_text h2,
      .page-template-template-gutenberg .old_view + .gutenberg-content .subpage_intro_text h3,
      .page-template-template-gutenberg .old_view + .gutenberg-content .subpage_intro_text h4,
      .page-template-template-gutenberg .old_view + .gutenberg-content .subpage_intro_text h5,
      .post-type-archive-community_news .old_view + .gutenberg-content .subpage_intro_text h1,
      .post-type-archive-community_news .old_view + .gutenberg-content .subpage_intro_text h2,
      .post-type-archive-community_news .old_view + .gutenberg-content .subpage_intro_text h3,
      .post-type-archive-community_news .old_view + .gutenberg-content .subpage_intro_text h4,
      .post-type-archive-community_news .old_view + .gutenberg-content .subpage_intro_text h5,
      .tax-community_news_category .old_view + .gutenberg-content .subpage_intro_text h1,
      .tax-community_news_category .old_view + .gutenberg-content .subpage_intro_text h2,
      .tax-community_news_category .old_view + .gutenberg-content .subpage_intro_text h3,
      .tax-community_news_category .old_view + .gutenberg-content .subpage_intro_text h4,
      .tax-community_news_category .old_view + .gutenberg-content .subpage_intro_text h5 {
        margin-top: 2rem; } }

.page-template-template-gutenberg .old_view .main__content,
.page-template-template-gutenberg .old_view .breadcrumbs,
.page-template-template-gutenberg .old_view .breadcrumb-section,
.post-type-archive-community_news .old_view .main__content,
.post-type-archive-community_news .old_view .breadcrumbs,
.post-type-archive-community_news .old_view .breadcrumb-section,
.tax-community_news_category .old_view .main__content,
.tax-community_news_category .old_view .breadcrumbs,
.tax-community_news_category .old_view .breadcrumb-section {
  margin-bottom: 0; }

.page-template-template-gutenberg .old_view .child-parent-menu__parent,
.post-type-archive-community_news .old_view .child-parent-menu__parent,
.tax-community_news_category .old_view .child-parent-menu__parent {
  background-color: #77bc43; }

.page-template-template-gutenberg .sidebar-left--mobile,
.post-type-archive-community_news .sidebar-left--mobile,
.tax-community_news_category .sidebar-left--mobile {
  margin: 25px 0 0; }
  .page-template-template-gutenberg .sidebar-left--mobile a,
  .post-type-archive-community_news .sidebar-left--mobile a,
  .tax-community_news_category .sidebar-left--mobile a {
    color: #fff !important; }
  .page-template-template-gutenberg .sidebar-left--mobile .mobile-menu-only,
  .post-type-archive-community_news .sidebar-left--mobile .mobile-menu-only,
  .tax-community_news_category .sidebar-left--mobile .mobile-menu-only {
    display: none !important; }

@media (max-width: 768px) {
  .page-template-template-gutenberg .main__content,
  .post-type-archive-community_news .main__content,
  .tax-community_news_category .main__content {
    width: 100% !important; } }

@media (min-width: 1200px) {
  .page-template-template-gutenberg .sidebar-left--desktop,
  .post-type-archive-community_news .sidebar-left--desktop,
  .tax-community_news_category .sidebar-left--desktop {
    padding-right: 3rem; }
    .page-template-template-gutenberg .sidebar-left--desktop .sidebar-left,
    .post-type-archive-community_news .sidebar-left--desktop .sidebar-left,
    .tax-community_news_category .sidebar-left--desktop .sidebar-left {
      padding-right: 0 !important; } }

.page-template-template-gutenberg .sidebar-left--mobile,
.post-type-archive-community_news .sidebar-left--mobile,
.tax-community_news_category .sidebar-left--mobile {
  margin: 25px 0 0; }
  .page-template-template-gutenberg .sidebar-left--mobile a,
  .post-type-archive-community_news .sidebar-left--mobile a,
  .tax-community_news_category .sidebar-left--mobile a {
    color: #fff !important; }
  .page-template-template-gutenberg .sidebar-left--mobile .mobile-menu-only,
  .post-type-archive-community_news .sidebar-left--mobile .mobile-menu-only,
  .tax-community_news_category .sidebar-left--mobile .mobile-menu-only {
    display: none !important; }

@media (max-width: 768px) {
  .page-template-template-gutenberg .main__content,
  .post-type-archive-community_news .main__content,
  .tax-community_news_category .main__content {
    width: 100% !important; } }

.child-parent-menu .page_item > a {
  display: block;
  padding: 6px 20px 6px;
  background-color: #9b9b9b;
  font-weight: 700;
  border: none; }

.child-parent-menu .page_item > a:hover {
  background: #2b5134; }

.child-parent-menu .children li:last-child:not(:only-child) > a {
  padding-bottom: 6px; }

.child-parent-menu .child-parent-menu__parent > a {
  color: #fff; }

.child-parent-menu .current_page_item > a {
  color: #fff; }

.child-parent-menu .children a {
  position: relative;
  padding-left: 3.5rem;
  background-color: #a8a8a8;
  font-weight: 600;
  border-bottom: 1px solid #bfbcbc; }

.press_release_category_filter {
  border: 1px solid #000;
  border-radius: 5px;
  max-width: 318px;
  width: 100%;
  height: 33px;
  padding: 0 36px 0 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  margin-top: 32px;
  color: #666666;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: #fff url(images/icons/select-arrow.svg) 97% center no-repeat; }
  .press_release_category_filter:focus {
    outline: none;
    border: 1px solid #2b5134; }

.page-id-7915 .page-header,
.page-id-7915 .sidebar-layout-2,
.home .page-header,
.home .sidebar-layout-2 {
  display: none !important; }

@media (min-width: 1175px) {
  .main-menu .menu .menu-mega-nav {
    position: initial; }
  .main-menu .menu .menu-mega-nav > .sub-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    left: 0px;
    padding: 50px 10vw 25px;
    position: absolute;
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw; }
  .main-menu .menu .menu-mega-nav > .sub-menu li a {
    text-transform: none;
    transition: background 150ms; }
  .main-menu .menu .menu-mega-nav > .sub-menu li a:hover {
    background: #2b5134; }
  .main-menu .menu .menu-mega-nav > .sub-menu > li.menu-item > a {
    border-bottom: 2px solid white;
    font-size: 16px;
    padding: 5px;
    margin: 0px -5px 20px; }
  .main-menu .menu .menu-mega-nav > .sub-menu > li.menu-item-has-children > a:after {
    content: none; }
  .main-menu .menu .menu-mega-nav > .sub-menu > li .mega-menu-title {
    color: #2b5134;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    width: calc(25% - 12px); }
  .main-menu .menu .menu-mega-nav > .sub-menu > li.mega-menu-top {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .main-menu .menu .menu-mega-nav > .sub-menu > li.mega-menu-top {
    padding-left: 5px; }
  .main-menu .menu .menu-mega-nav > .sub-menu > li {
    position: relative;
    margin: 0px 12px 25px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: calc(25% - 24px); }
  .main-menu .menu .menu-mega-nav > .sub-menu > li .sub-menu {
    padding: 0px;
    position: relative;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  .main-menu .menu .menu-mega-nav > .sub-menu > li .sub-menu li a {
    font-size: 14px;
    padding: 5px;
    margin: 0px -5px; }
  .main-menu .menu .menu-mega-nav > .sub-menu > li.menu-img-cont {
    width: calc(50% - 50px);
    height: calc(200px - 15px); }
  .mega-nav-img-cont {
    bottom: -2px;
    height: 200px;
    position: absolute;
    right: 0px;
    width: calc(50vw - 100px); }
  .mega-menu-img {
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%; }
  #mega-nav-images {
    display: none; } }

/* Other */
.custom-sidebar__cta .button {
  -ms-flex-item-align: center;
  align-self: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 24px;
  padding: 7px;
  width: 100%; }

.image-text-list {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.image-text-list__text-cont {
  -ms-flex-preferred-size: calc(100% - 180px);
  flex-basis: calc(100% - 180px);
  margin-left: 30px; }

.image-text-list__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold; }
  .image-text-list__title a {
    color: #2b5134;
    font-weight: bold; }

.custom-sidebar__img-cont {
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 30px; }

.custom-sidebar__dl-list {
  background: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
  padding: 20px 40px; }

.custom-sidebar__dl-list__link-title {
  margin: 5px 0 0;
  font-size: 1.4rem;
  line-height: 1.425rem; }

.page-id-7662.page-template-template-gutenberg .child-parent-menu__parent {
  background-color: #77bc43; }

.page-id-7662.page-template-template-gutenberg .child-parent-menu .current_page_item > a {
  background-color: #9b9b9b !important; }
  .page-id-7662.page-template-template-gutenberg .child-parent-menu .current_page_item > a:hover {
    background-color: #2b5134 !important; }

.post-type-archive-community_news .child-parent-menu__parent,
.tax-community_news_category .child-parent-menu__parent {
  background-color: #77bc43; }

.post-type-archive-community_news .child-parent-menu .current_page_item > a,
.tax-community_news_category .child-parent-menu .current_page_item > a {
  background-color: #9b9b9b !important; }
  .post-type-archive-community_news .child-parent-menu .current_page_item > a:hover,
  .tax-community_news_category .child-parent-menu .current_page_item > a:hover {
    background-color: #2b5134 !important; }

#main-menu .top-hide-submenu .sub-menu {
  display: none !important;
  visibility: hidden !important; }

#main-menu .top-hide-submenu > a:after {
  display: none !important; }

.back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: -5px;
  margin-bottom: 0;
  margin-top: 10px; }
  .back:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(images/icons/chevron-left.svg) center center no-repeat;
    display: inline-block; }
  .back:hover {
    text-decoration: underline; }

.main.no-height {
  min-height: 10px; }

.post-type-archive-community_news .sub-menu .current-menu-item > a {
  background: #2b5134 !important; }

.post-type-archive-community_news .sidebar-left--mobile .child-parent-submenu.menu .menu-item-has-children > a {
  position: relative; }
  .post-type-archive-community_news .sidebar-left--mobile .child-parent-submenu.menu .menu-item-has-children > a:after {
    content: "";
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: #8a8a8a;
    z-index: 1;
    padding: 0; }
  .post-type-archive-community_news .sidebar-left--mobile .child-parent-submenu.menu .menu-item-has-children > a:before {
    content: "";
    width: 50px;
    height: 20px;
    background: url(images/icons/chevron-left.svg) center center no-repeat;
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 2;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(2%) hue-rotate(178deg) brightness(107%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(2%) hue-rotate(178deg) brightness(107%) contrast(101%);
    background-size: 12px; }

.post-type-archive-community_news .sidebar-left--mobile .child-parent-submenu.menu .menu-item-has-children.open > a:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

/*  Pagination */
@media (min-width: 900px) {
  .pagination {
    padding-left: 320px; } }

.pagination .nav-links {
  text-transform: uppercase; }
  .pagination .nav-links a,
  .pagination .nav-links span {
    display: inline-block;
    padding: 2px;
    min-width: 24px;
    line-height: 20px;
    height: 24px;
    text-align: center;
    font-weight: bold;
    font-family: "Montserrat", sans-serif !important;
    font-size: 15px !important;
    color: #000;
    margin: 4px; }
    .pagination .nav-links a:hover, .pagination .nav-links a.current,
    .pagination .nav-links span:hover,
    .pagination .nav-links span.current {
      background: #77bc43 !important; }

/* Fix  teaser */
.page_teaser__content .headline,
.page_teaser__content p {
  overflow-wrap: normal !important;
  word-break: normal; }

@media (min-width: 640px) and (max-width: 781px) {
  .page_teaser__content .headline {
    font-size: calc(12px + 6 * ((100vw - 320px) / 680)) !important; } }

@media only screen and (max-width: 1170px) {
  .mega-menu-title {
    display: none; } }

.sidebar-items {
  position: relative;
  margin-bottom: 4.4rem;
  padding: 3.4rem 3rem 2.8rem;
  border: 1px solid #EEEEEE;
  background: white; }
  .sidebar-items__icon {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 3rem;
    color: #77BC43;
    opacity: 0.8;
    -ms-flex-align: center;
        align-items: center;
    font-size: 4.2rem;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .sidebar-items__icon svg, .sidebar-items__icon img {
      display: block;
      width: 1em;
      height: 1em; }
    .sidebar-items__icon path {
      fill: #77BC43; }
  .sidebar-items__title {
    margin-bottom: 2rem;
    font-size: 1.8rem; }
    @media (min-width: 1400px) {
      .sidebar-items__title {
        font-size: 2.1rem; } }
  .sidebar-items .button {
    width: 100%; }
  .sidebar-items .child-list {
    padding-left: 0;
    list-style-type: none; }
    .sidebar-items .child-list li {
      line-height: 1;
      margin-bottom: 1.5rem; }
      .sidebar-items .child-list li:last-child {
        margin-bottom: 0; }
    .sidebar-items .child-list .current_page_item a {
      color: #2B5134; }
    .sidebar-items .child-list a {
      font-size: 1.4rem;
      line-height: 2rem; }

.sidebar-items .icon-list {
  margin-bottom: 2rem; }
  .sidebar-items .icon-list:last-child {
    margin-bottom: 0; }
  .sidebar-items .icon-list__item {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .sidebar-items .icon-list__item:first-child {
      margin-top: 0; }
    .sidebar-items .icon-list__item:last-child {
      margin-bottom: 0; }

.sidebar-items .light-gallery__trigger {
  display: block;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 6rem);
  height: 140px;
  margin-left: -3rem;
  background-position: center;
  background-size: cover;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .sidebar-items .light-gallery__trigger .mdi {
    color: white;
    font-size: 6.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.sidebar-items .text-area {
  margin-bottom: 2.5rem; }
  .sidebar-items .text-area p {
    font-size: 1.4em; }

.sidebar-items .download-list__download {
  margin-bottom: 1.4rem;
  background: none; }
  .sidebar-items .download-list__download:last-child {
    margin-bottom: 0; }
  .sidebar-items .download-list__download .mdi {
    font-size: 2.4rem; }
  .sidebar-items .download-list__download a {
    padding: 0; }
  .sidebar-items .download-list__download span {
    font-size: 1.4rem; }

.sidebar-items .download-list__downloads:last-child {
  margin-bottom: 0; }

.sidebar-items .download-lists {
  margin-bottom: 2rem; }
  .sidebar-items .download-lists:last-child {
    margin-bottom: 0; }

.sidebar-items .recent-posts__post {
  margin-bottom: 2.4rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #EBEBEB; }

.sidebar-items .recent-posts__post-title {
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.5px;
  font-size: 1.6em; }

.sidebar-items .recent-posts__post-date {
  position: relative;
  display: block;
  margin-bottom: 0.6rem;
  color: #9B9B9B;
  text-transform: uppercase;
  line-height: 2.1rem;
  font-size: 1.2em;
  visibility: collapse; }
  .sidebar-items .recent-posts__post-date span {
    position: absolute;
    left: 0;
    visibility: visible;
    color: #77BC43; }

.sidebar-items .recent-posts__read-more {
  display: block;
  margin-top: 1.1rem;
  color: #2B5134;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1rem; }
  .sidebar-items .recent-posts__read-more .mdi {
    position: relative;
    top: 2px;
    color: #77BC43;
    font-size: 1.8rem; }

.link-list__item {
  margin-bottom: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #EBEBEB; }
  .link-list__item:last-child {
    margin-bottom: 0; }

body {
  padding-top: 100px; }
  @media (min-width: 1175px) {
    body {
      padding-top: 124px; } }

body.admin-bar {
  padding-top: 86px; }
  @media (min-width: 1175px) {
    body.admin-bar {
      padding-top: 120px; } }

.main-navigation {
  box-shadow: 10px 1px 30px 0px rgba(0, 0, 0, 0.03);
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 1175px) {
    .main-navigation {
      height: 124px; }
      .main-navigation__logo {
        display: -ms-flexbox;
        display: flex; } }
  .main-navigation__main {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 20px 0;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (min-width: 1175px) {
      .main-navigation__main {
        -ms-flex-align: end;
            align-items: flex-end;
        height: 94px; } }
  .main-navigation__topbar {
    height: 30px;
    background-color: #F7F7F7; }
    .main-navigation__topbar .button--topbar {
      margin-left: 3rem;
      height: 100%;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      min-width: auto;
      padding: 0 2rem;
      font-size: 1.2rem;
      letter-spacing: 1.5px; }
    @media (max-width: 1174px) {
      .main-navigation__topbar {
        display: none; } }
    .main-navigation__topbar-inner {
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.site-title {
  float: left; }
  .site-title__logo--desktop {
    height: 63px; }
    @media (max-width: 499px) {
      .site-title__logo--desktop {
        display: none; } }
  @media (min-width: 500px) {
    .site-title__logo--mobile {
      display: none; } }
  .site-title__logo svg {
    display: block; }

.menu-toggle {
  margin-left: auto;
  margin-right: -7.5px; }

@media (max-width: 1174px) {
  .main-menu {
    position: fixed;
    top: 100px;
    right: 0;
    width: 298px;
    max-width: 100%;
    height: calc(100vh - 100px);
    padding: 25px 30px 0 30px;
    overflow-y: auto;
    background-color: #F7F7F7;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: 0.5s -webkit-transform ease;
    transition: 0.5s transform ease; }
    .main-menu.open {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .main-menu .menu-item-has-children > a:after {
      transition: 0.5s -webkit-transform ease;
      transition: 0.5s transform ease; }
    .main-menu .menu-item-has-children.open > a:after {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .main-menu .menu {
      padding-left: 0; }
      .main-menu .menu li {
        list-style: none; }
        .main-menu .menu li a {
          display: block;
          padding: 1rem 0;
          color: #77BC43;
          text-decoration: none; }
    .main-menu .sub-menu {
      display: none;
      width: 100%;
      padding-left: 2rem;
      margin-bottom: 2rem; } }

.main-menu .social-icons--mobile .button {
  margin-bottom: 1rem; }

@media (min-width: 1175px) {
  .main-menu {
    margin-right: -1.5rem;
    margin-bottom: -2rem; }
  .menu {
    white-space: nowrap; }
    .menu .sub-menu {
      opacity: 0;
      pointer-events: none;
      position: absolute;
      bottom: 0;
      padding: 10px;
      background: #77BC43;
      transition: ease all 0.2s;
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
      .menu .sub-menu li {
        display: block; }
      .menu .sub-menu a {
        color: white; }
    .menu .meganav__textbox {
      opacity: 0;
      pointer-events: none;
      transition: ease all 0.2s; }
    .menu .menu-item-has-children:last-child .sub-menu {
      right: 1.5rem; }
    .menu li {
      display: inline-block;
      position: relative; }
      .menu li a {
        display: block;
        padding: 1rem 1.5rem 1.3rem; }
  .menu-item-has-children:hover .sub-menu,
  .menu-item-has-children:hover .meganav__textbox {
    opacity: 1;
    pointer-events: all; }
  .menu-item-has-children:hover > .sub-menu {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 7px;
  height: 5px;
  margin-bottom: -2px;
  margin-left: 6px;
  padding: 4px 0;
  color: #2B5134;
  background-image: url("images/icons/material-icons-svg/chevron-down-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.social-icons--mobile {
  padding: 20px 0; }
  @media (min-width: 1175px) {
    .social-icons--mobile {
      display: none; } }
  .social-icons--mobile .social-icon {
    display: inline-block;
    width: 32%;
    padding: 1rem 0;
    color: #77BC43;
    font-size: 2.9rem; }
    .social-icons--mobile .social-icon svg path {
      fill: #2B5134; }

.current-menu-item a {
  color: #2B5134; }

.mobile-menu-only {
  display: block !important; }
  @media (min-width: 1175px) {
    .mobile-menu-only {
      display: none !important; } }

@media (max-width: 1174px) {
  .meganav__textbox,
  .meganav .menu-item__image {
    display: none; }
  .meganav__container > .sub-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .meganav__container > .sub-menu > .menu-item {
      width: 100%; } }

@media (min-width: 1175px) {
  .meganav {
    position: static !important;
    white-space: normal; }
    .meganav:hover .meganav__container {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      pointer-events: all; }
    .meganav .menu-item {
      margin-bottom: 14px; }
    .meganav .menu-item a {
      text-transform: none;
      line-height: 18px;
      padding: 0; }
      .meganav .menu-item a:after {
        content: none; }
    .meganav__container {
      position: absolute;
      left: 0;
      width: 100%;
      height: 450px;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      opacity: 0;
      pointer-events: none; }
      .meganav__container > .sub-menu {
        display: -ms-flexbox !important;
        display: flex !important;
        position: relative;
        top: 0;
        width: 83.3333%;
        -webkit-transform: none;
                transform: none;
        padding: 50px 0 50px 8px; }
        .meganav__container > .sub-menu:after {
          content: " ";
          position: absolute;
          left: calc(100% - 5px);
          top: 0%;
          width: 100%;
          height: 100%;
          background: #77BC43; }
        .meganav__container > .sub-menu > .menu-item {
          width: 20%;
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content;
          padding: 8px; }
          .meganav__container > .sub-menu > .menu-item > a {
            text-transform: uppercase; }
            .meganav__container > .sub-menu > .menu-item > a .menu-item__image {
              height: 120px;
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
              margin: 10px 0; }
          .meganav__container > .sub-menu > .menu-item > .sub-menu {
            top: 0;
            left: 0;
            width: 100%;
            padding: 0 8px 0 25px; }
            .meganav__container > .sub-menu > .menu-item > .sub-menu > .menu-item {
              position: relative; }
              .meganav__container > .sub-menu > .menu-item > .sub-menu > .menu-item:before {
                content: "";
                position: absolute;
                left: -16px;
                top: 7px;
                border: solid #2B5134;
                border-width: 0 1px 1px 0;
                display: inline-block;
                padding: 2px;
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg); }
    .meganav__textbox {
      width: 16.6666%;
      padding: 50px 25px 50px 5px;
      background: #2B5134; }
      .meganav__textbox:before {
        content: " ";
        position: absolute;
        right: calc(100% - 5px);
        top: 0%;
        width: 100%;
        height: 100%;
        background: #2B5134; }
      .meganav__textbox h2 {
        color: #77BC43;
        margin-bottom: 15px; }
      .meganav__textbox p {
        color: white;
        font-size: 14px;
        text-transform: uppercase; } }

/* Center the password form */
.post-password-form {
  max-width: 500px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 80px;
  padding-bottom: 80px; }

/* Style the form container */
.post-password-form p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px; }

.post-password-form label {
  font-weight: bold; }

.post-password-form input[type="password"] {
  width: 100%;
  padding: 10px;
  margin: 10px 0; }

.post-password-form input[type="submit"] {
  background-color: #77BC43;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease; }

.post-password-form input[type="submit"]:hover {
  background-color: #77BC43; }

.hero_news {
  margin-bottom: 50px; }
  .hero_news * {
    box-sizing: border-box; }
  .hero_news .hero_news-image {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    width: 100%; }
    .hero_news .hero_news-image:before {
      content: "";
      display: block;
      padding-top: 74.65%; }
    .hero_news .hero_news-image img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      top: 0; }
  .hero_news .title {
    font-size: 28px;
    line-height: 34.13px;
    text-transform: uppercase;
    margin-bottom: 24px; }
  .hero_news .excerpt {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 24px; }
  .hero_news .more {
    font-style: italic;
    font-family: "Open Sans", sans-serif; }
    .hero_news .more a {
      font-family: "Open Sans", sans-serif; }
      .hero_news .more a:hover {
        text-decoration: underline; }
  @media (min-width: 900px) {
    .hero_news {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-direction: row;
          flex-direction: row; }
      .hero_news .hero_news-image {
        max-width: 530px;
        margin-bottom: 0;
        margin-right: 29px; }
      .hero_news .hero_news-content {
        width: calc(100% - 559px); } }
  @media (min-width: 901px) and (max-width: 1200px) {
    .hero_news .hero_news-image {
      max-width: 300px; }
    .hero_news .hero_news-content {
      width: calc(100% - 329px) !important; } }

.newsroom-list {
  margin-bottom: 60px;
  padding-top: 34px; }
  .newsroom-list .newsroom-list_item {
    margin-bottom: 30px; }
    .newsroom-list .newsroom-list_item .newsroom-list_image {
      margin-bottom: 20px;
      position: relative;
      overflow: hidden;
      max-width: 530px;
      width: 100%; }
      .newsroom-list .newsroom-list_item .newsroom-list_image:before {
        content: "";
        display: block;
        padding-top: 66.65%; }
      .newsroom-list .newsroom-list_item .newsroom-list_image img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        top: 0; }
    .newsroom-list .newsroom-list_item .newsroom-list_content .date {
      font-family: "Open Sans", sans-serif;
      font-size: 1.3em;
      letter-spacing: .5px;
      line-height: 2.1rem;
      color: #77BC43 !important;
      text-transform: uppercase;
      font-weight: 600; }
    .newsroom-list .newsroom-list_item .newsroom-list_content .title {
      color: #2B5134;
      text-transform: uppercase;
      font-size: 2.1em;
      font-weight: bold;
      line-height: 1.142857142857143;
      margin-bottom: 1.25em; }
      @media (min-width: 600px) {
        .newsroom-list .newsroom-list_item .newsroom-list_content .title {
          font-size: 14px; } }
    .newsroom-list .newsroom-list_item .newsroom-list_content .excerpt {
      line-height: 24px;
      margin-bottom: 16px; }
      .newsroom-list .newsroom-list_item .newsroom-list_content .excerpt p {
        font-size: 14px !important; }
    .newsroom-list .newsroom-list_item .newsroom-list_content .more {
      font-style: italic;
      font-family: "Open Sans", sans-serif; }
      .newsroom-list .newsroom-list_item .newsroom-list_content .more a {
        font-family: "Open Sans", sans-serif;
        font-size: 1.4rem; }
        .newsroom-list .newsroom-list_item .newsroom-list_content .more a:hover {
          text-decoration: underline; }
    @media (min-width: 900px) {
      .newsroom-list .newsroom-list_item {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-direction: row;
            flex-direction: row; }
        .newsroom-list .newsroom-list_item .newsroom-list_image {
          max-width: 290px;
          margin-bottom: 0;
          margin-right: 30px; }
        .newsroom-list .newsroom-list_item .newsroom-list_content {
          width: calc(100% - 320px); } }

.news-mini {
  border: 1px solid #66666638;
  padding: 29px 27px;
  margin-bottom: 20px; }
  .news-mini .news-mini_block_title {
    text-transform: uppercase;
    margin-bottom: 15px; }
  .news-mini .date {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .5px;
    line-height: 2.1rem;
    font-weight: 600;
    color: #77BC43 !important;
    text-transform: uppercase; }
  .news-mini .title {
    font-size: 20px;
    line-height: 24.38px;
    text-transform: uppercase;
    margin-bottom: 64px; }
  .news-mini .more {
    color: #2B5134;
    font-weight: bold; }
    .news-mini .more:hover {
      text-decoration: underline;
      color: #77BC43; }

.facebook-block {
  margin-bottom: 20px;
  min-height: 500px;
  background: #f1f1f1; }

.wp-block-column .gravity-theme {
  border: 1px solid #66666638;
  background: #F7F7F7;
  padding: 25px; }
  .wp-block-column .gravity-theme .gform_heading {
    margin-bottom: 16px !important; }
  .wp-block-column .gravity-theme .gform_title {
    line-height: 34.13px;
    max-width: 90%; }
  .wp-block-column .gravity-theme .gfield_label {
    display: block !important;
    color: #77BC43;
    font-size: 12px !important;
    line-height: 24px;
    font-style: italic;
    font-weight: 400 !important;
    margin: 0 !important; }
    .wp-block-column .gravity-theme .gfield_label .gfield_required {
      display: none !important; }
  .wp-block-column .gravity-theme input[type=color],
  .wp-block-column .gravity-theme input[type=date],
  .wp-block-column .gravity-theme input[type=datetime-local],
  .wp-block-column .gravity-theme input[type=datetime],
  .wp-block-column .gravity-theme input[type=email],
  .wp-block-column .gravity-theme input[type=month],
  .wp-block-column .gravity-theme input[type=number],
  .wp-block-column .gravity-theme input[type=password],
  .wp-block-column .gravity-theme input[type=search],
  .wp-block-column .gravity-theme input[type=tel],
  .wp-block-column .gravity-theme input[type=text],
  .wp-block-column .gravity-theme input[type=time],
  .wp-block-column .gravity-theme input[type=url],
  .wp-block-column .gravity-theme input[type=week],
  .wp-block-column .gravity-theme select,
  .wp-block-column .gravity-theme textarea {
    border: 1px solid #fff !important; }
    .wp-block-column .gravity-theme input[type=color]:focus,
    .wp-block-column .gravity-theme input[type=date]:focus,
    .wp-block-column .gravity-theme input[type=datetime-local]:focus,
    .wp-block-column .gravity-theme input[type=datetime]:focus,
    .wp-block-column .gravity-theme input[type=email]:focus,
    .wp-block-column .gravity-theme input[type=month]:focus,
    .wp-block-column .gravity-theme input[type=number]:focus,
    .wp-block-column .gravity-theme input[type=password]:focus,
    .wp-block-column .gravity-theme input[type=search]:focus,
    .wp-block-column .gravity-theme input[type=tel]:focus,
    .wp-block-column .gravity-theme input[type=text]:focus,
    .wp-block-column .gravity-theme input[type=time]:focus,
    .wp-block-column .gravity-theme input[type=url]:focus,
    .wp-block-column .gravity-theme input[type=week]:focus,
    .wp-block-column .gravity-theme select:focus,
    .wp-block-column .gravity-theme textarea:focus {
      outline: none;
      border: 1px solid #2B5134 !important; }
  .wp-block-column .gravity-theme .gform_fields {
    grid-row-gap: 6px !important; }
  .wp-block-column .gravity-theme .gform_button {
    cursor: pointer !important; }

.wp-block-buttons.custom-module {
  margin-bottom: 55px; }

.download-image .image-view {
  margin-bottom: 28px;
  overflow: hidden;
  border: 1px solid #000;
  position: relative;
  height: 259px; }
  .download-image .image-view img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.load-more, .load-more a {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #2B5134;
  cursor: pointer;
  display: block;
  padding-top: 20px;
  font-weight: bold; }
  @media (min-width: 600px) {
    .load-more, .load-more a {
      text-align: left; } }
  @media (min-width: 900px) {
    .load-more, .load-more a {
      padding-left: 320px; } }
  .load-more:hover, .load-more a:hover {
    text-decoration: underline; }

.full-width-cta.full {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw); }

.full-width-cta.gt-block .full-width-cta__title {
  color: #fff;
  margin: 0; }

@media (max-width: 1199px) {
  .full-width-cta .button {
    margin-top: 20px; } }

.wp-block-columns + .gt-block.full {
  margin-top: -32px; }

.hero-banner {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 60px 0;
  color: #fff;
  position: relative;
  height: calc(100vh - 100px); }
  @media (min-width: 1175px) {
    .hero-banner {
      height: calc(100vh - 124px); } }
  .hero-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.1%, rgba(0, 0, 0, 0.5) 70.84%); }
  .hero-banner p {
    font-size: 20px;
    line-height: 30px;
    color: #F7F7F7;
    margin-bottom: 1rem !important; }
  .hero-banner h1, .hero-banner h2, .hero-banner h3, .hero-banner h4, .hero-banner h5, .hero-banner h6 {
    color: #fff; }
    .hero-banner h1 sup, .hero-banner h2 sup, .hero-banner h3 sup, .hero-banner h4 sup, .hero-banner h5 sup, .hero-banner h6 sup {
      font-size: 18px;
      position: relative;
      top: -20px; }
  .hero-banner h1 {
    font-size: 48px;
    line-height: 58.51px; }
  .hero-banner .hero_banner-link-text {
    display: inline-block;
    width: auto;
    padding: 14px 40px;
    background-color: #77BC43;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4rem;
    white-space: nowrap;
    margin-top: 8px; }
    .hero-banner .hero_banner-link-text:hover {
      background-color: #2B5134; }
  .hero-banner .columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    z-index: 1; }
    @media (min-width: 900px) {
      .hero-banner .columns {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center; }
        .hero-banner .columns .col:first-child {
          max-width: 832px; }
          .hero-banner .columns .col:first-child p {
            max-width: 800px; } }
  @media (min-width: 900px) {
    .hero-banner .col-inside {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start; }
      .hero-banner .col-inside .col-inside_item:first-child {
        padding-right: 30px; } }
  @media (min-width: 1100px) {
    .hero-banner .col-inside .col-inside_item:first-child {
      min-width: 832px; } }

body.admin-bar .hero-banner {
  height: calc(100vh - 86px); }
  @media (min-width: 1175px) {
    body.admin-bar .hero-banner {
      height: calc(100vh - 120px); } }

.wp-block-columns .hero-banner {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.text-video {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw); }
  .text-video iframe {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%; }
  @media (min-width: 800px) {
    .text-video .col-video {
      width: 50vw;
      margin-left: calc(50% - 50vw); } }
  .text-video .video-wrap {
    position: relative;
    overflow: hidden; }
    .text-video .video-wrap:before {
      content: "";
      display: block;
      padding-top: 56.25%; }
    .text-video .video-wrap iframe {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0; }
  .text-video .col {
    margin-bottom: 30px; }
  .text-video p, .text-video ul, .text-video ol {
    font-size: 16px;
    line-height: 24px; }
  .text-video h2 {
    color: #2B5134;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24.38px; }
  .text-video .button {
    margin-top: 10px; }
  @media (min-width: 800px) {
    .text-video {
      width: 100vw;
      max-width: 100vw;
      margin-left: calc(50% - 50vw); }
      .text-video .columns {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-align: stretch;
            align-items: stretch; }
        .text-video .columns .col {
          margin-bottom: 0; }
        .text-video .columns .col-text {
          padding: 27px 0px 0 45px;
          max-width: 835px;
          width: 50%; } }

.text-and-gallery {
  width: 100vw !important;
  max-width: 100vw;
  margin-left: calc(50% - 50vw); }
  .text-and-gallery .description p {
    margin-bottom: 3em; }
  .text-and-gallery h2 {
    color: #2B5134;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24.38px; }
  @media (min-width: 800px) {
    .text-and-gallery .gallery-wrap__panel:first-child {
      width: 50% !important; }
      .text-and-gallery .gallery-wrap__panel:first-child .gallery-slider__images {
        width: 100% !important; } }
  @media (min-width: 800px) {
    .text-and-gallery .gallery-slider {
      width: 50vw;
      margin-right: calc(50% - 50vw); } }
  .text-and-gallery .gallery-slider .gallery-slider__thumbnails {
    display: none !important; }
  .text-and-gallery .gallery-slider .gallery-slider__controls {
    top: auto !important;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    margin: 0; }
    .text-and-gallery .gallery-slider .gallery-slider__controls .left, .text-and-gallery .gallery-slider .gallery-slider__controls .right {
      width: 57px;
      height: 57px; }

.newsroom-list.sidebar-list {
  padding-top: 0;
  margin-bottom: 0; }
  .newsroom-list.sidebar-list .newsroom-list_content {
    width: 100%; }
    .newsroom-list.sidebar-list .newsroom-list_content .date {
      color: #000 !important; }
  .newsroom-list.sidebar-list .newsroom-list_item {
    margin: 0; }
  .newsroom-list.sidebar-list .title {
    text-transform: none !important;
    font-family: "Montserrat", sans-serif; }
    .newsroom-list.sidebar-list .title a {
      text-decoration: underline !important;
      line-height: 1.625 !important;
      color: #77BC43; }
      .newsroom-list.sidebar-list .title a:hover {
        color: #000; }
  .newsroom-list.sidebar-list .view-more {
    color: #2B5134;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    line-height: 1.625; }
    .newsroom-list.sidebar-list .view-more:hover {
      text-decoration: underline; }

body {
  line-height: 1; }

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

a {
  text-decoration: none; }

/*[/css-above-the-fold]*/
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("images/loader/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lightgallery.css.map */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

.amChartsDataSetSelector {
  font-size: 12px;
  font-family: verdana,helvetica,arial,sans-serif; }

.amChartsPeriodSelector {
  font-size: 12px;
  font-family: verdana,helvetica,arial,sans-serif; }

.amChartsButtonSelected {
  background-color: #CC0000;
  border-style: solid;
  border-color: #CC0000;
  border-width: 1px;
  color: #FFFFFF;
  border-radius: 5px;
  margin: 1px;
  outline: none;
  box-sizing: border-box; }

.amChartsButton {
  color: #000000;
  background: transparent;
  opacity: 0.7;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin: 1px;
  outline: none;
  box-sizing: border-box; }

.amChartsCompareList {
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px; }

.amChartsCompareList div {
  box-sizing: initial; }

/*[css-above-the-fold]*/
.barba-container {
  background: white; }

a {
  color: #77BC43; }

.grid, .site-footer__inner, .legal__inner, .main-navigation__main, .main-navigation__topbar-inner, .main-navigation__main, .main-navigation__topbar-inner, .site-footer__inner, .legal__inner {
  width: 90%;
  max-width: 1435px;
  margin: 0 auto; }

.clearfix:after, .legal__inner:after, .sidebar-layout-2:after, .legal__inner:after, .sidebar-layout-2:after {
  content: "";
  display: table;
  clear: both; }

html {
  box-sizing: border-box; }

html * {
  box-sizing: inherit; }

body {
  overflow-x: hidden; }

.title-area {
  padding: 20px 0; }

.normal-case {
  text-transform: none; }

.main {
  min-height: 300px; }

.grey-strip-bg-100, .breadcrumb-section, .sidebar-left, .breadcrumb-section, .sidebar-left {
  background: #F7F7F7;
  position: relative; }

.grey-strip-bg-100:before, .breadcrumb-section:before, .sidebar-left:before, .breadcrumb-section:before, .sidebar-left:before {
  position: absolute;
  left: 50%;
  pointer-events: none;
  display: block;
  width: 150vw;
  height: 100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: inherit;
  z-index: -1; }

img {
  max-width: 100%; }

.background-overlay {
  position: relative; }

.background-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16); }

.background-overlay * {
  z-index: 1; }

.screen-reader-text {
  position: fixed;
  left: -2000vw; }

html {
  font-size: 59.375%;
  font-size: 62.5%; }

body {
  font-family: "Open Sans", sans-serif; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.font-1, .h1,
h1, .h2,
h2, .sidebar-title-top, .h3, .gallery__image-title-overlay, .gallery__image-caption, .anchor-buttons__title,
h3, .nav-item, .main-menu .menu-item a, .site-footer .menu li a, .widget .recent-posts, .sidebar-items .recent-posts, .h1,
h1, .h2,
h2, .sidebar-title-top, .h3, .gallery__image-title-overlay, .gallery__image-caption, .anchor-buttons__title, .gallery__image-title-overlay, .gallery__image-caption, .anchor-buttons__title,
h3, .nav-item, .main-menu .menu-item a, .site-footer .menu li a, .main-menu .menu-item a, .site-footer .menu li a, .widget .recent-posts {
  font-family: "Montserrat", sans-serif; }

.font-2, .h4,
h4, .h5,
h5, .p, .footer-copy, .site-footer p, .gform_confirmation_message, .wysiwyg ul:not(.gform_fields),
.wysiwyg ol:not(.gform_fields), .wysiwyg pre,
p, .legalese, .legal__copyright,
.legal__credit a, .breadcrumb, .breadcrumbs li, .breadcrumbs a,
.breadcrumbs strong, .h4,
h4, .h5,
h5, .p, .footer-copy, .site-footer p, .gform_confirmation_message, .wysiwyg ul:not(.gform_fields),
.wysiwyg ol:not(.gform_fields), .wysiwyg pre, .footer-copy, .site-footer p, .site-footer p, .gform_confirmation_message, .wysiwyg ul:not(.gform_fields),
.wysiwyg ol:not(.gform_fields), .wysiwyg pre,
p, .legalese, .legal__copyright,
.legal__credit a, .legal__copyright,
.legal__credit a, .breadcrumb, .breadcrumbs li, .breadcrumbs a,
.breadcrumbs strong, .breadcrumbs li, .breadcrumbs a,
.breadcrumbs strong {
  font-family: "Open Sans", sans-serif; }

.skiprem {
  font-size: inherit !important; }

.h1,
h1 {
  color: #77BC43;
  text-transform: uppercase;
  font-size: 4.8em;
  font-weight: bold;
  line-height: 1.0416; }

.h2,
h2 {
  color: #77BC43;
  text-transform: uppercase;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.071428571428571; }

.sidebar-title-top {
  color: #2B5134;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.285;
  letter-spacing: .05em; }

.h3, .gallery__image-title-overlay, .gallery__image-caption, .anchor-buttons__title, .gallery__image-title-overlay, .gallery__image-caption, .anchor-buttons__title,
h3 {
  color: #2B5134;
  text-transform: uppercase;
  font-size: 2.1em;
  font-weight: bold;
  line-height: 1.142857142857143; }

.h4,
h4 {
  color: #777777;
  font-size: 2.1em;
  line-height: 1.523809523809524;
  font-weight: 600; }

@media (min-width: 600px) and (max-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.9em; } }

.h5,
h5 {
  color: #3B3B3B;
  font-size: 1.8em;
  line-height: 1.555555555555556; }

.h6, .h6--nav-sidebar, .child-parent-menu__parent a, .child-parent-menu__button, .download-list__title, .table tr td:first-of-type, .st-head-row, .contact_list-table.small-only tr:nth-child(1) .st-val, .contact-info .wysiwyg h3, .h6--nav-sidebar, .child-parent-menu__parent a, .child-parent-menu__button, .download-list__title, .child-parent-menu__parent a, .child-parent-menu__button, .download-list__title, .table tr td:first-of-type, .st-head-row, .contact_list-table.small-only tr:nth-child(1) .st-val, .contact-info .wysiwyg h3,
h6 {
  color: #3B3B3B;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.285714285714286;
  letter-spacing: .1em; }

.h6--nav-sidebar, .child-parent-menu__parent a, .child-parent-menu__button, .download-list__title, .child-parent-menu__parent a, .child-parent-menu__button, .download-list__title {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .1em; }

.p, .footer-copy, .site-footer p, .gform_confirmation_message, .wysiwyg ul:not(.gform_fields),
.wysiwyg ol:not(.gform_fields), .wysiwyg pre, .footer-copy, .site-footer p, .site-footer p, .gform_confirmation_message, .wysiwyg ul:not(.gform_fields),
.wysiwyg ol:not(.gform_fields), .wysiwyg pre,
p {
  color: #666666;
  font-size: 1.6rem;
  line-height: 1.625; }

.a, .download-list__download span, .download-list__download span,
a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500; }

h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

.nav-sidebar-list-item, .child-parent-menu .page_item > a, .child-parent-menu .page_item > a {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 600; }

.a--underline, a .icon-list__text, .download-list__download span, .table a, a .icon-list__text, .download-list__download span, .table a {
  color: #77BC43;
  text-decoration: underline;
  font-weight: 600; }

.legalese, .legal__copyright,
.legal__credit a, .legal__copyright,
.legal__credit a {
  color: white;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3846; }

.nav-item, .main-menu .menu-item a, .site-footer .menu li a, .main-menu .menu-item a, .site-footer .menu li a {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: .093em; }

.footer-copy, .site-footer p, .site-footer p {
  font-size: 1.4em;
  line-height: 1.4; }

.social-icon {
  color: #666666;
  font-size: 1.8em; }

.table-description, .table tr td:not(:first-of-type), .table tr td:not(:first-of-type) {
  font-weight: 600;
  color: #2B5134;
  font-size: 1.4em;
  line-height: 2em;
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif; }

.table-numbers, .financial-table tr td:not(:first-of-type), .data-list__number, .financial-table tr td:not(:first-of-type), .data-list__number {
  color: #77BC43;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 1.4em;
  line-height: 1.8rem; }

.action-icon {
  margin-bottom: .2em;
  color: #77BC43;
  font-size: 2.8em;
  display: -ms-flexbox;
  display: flex; }

.form-label, .wysiwyg .gform_wrapper .gfield_select,
.wysiwyg .gform_wrapper textarea,
.wysiwyg .gform_wrapper input[type=email],
.wysiwyg .gform_wrapper input[type=number],
.wysiwyg .gform_wrapper input[type=password],
.wysiwyg .gform_wrapper input[type=tel],
.wysiwyg .gform_wrapper input[type=text],
.wysiwyg .gform_wrapper input[type=url],
.wysiwyg .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .wysiwyg .gform_wrapper .gfield_select,
.wysiwyg .gform_wrapper textarea,
.wysiwyg .gform_wrapper input[type=email],
.wysiwyg .gform_wrapper input[type=number],
.wysiwyg .gform_wrapper input[type=password],
.wysiwyg .gform_wrapper input[type=tel],
.wysiwyg .gform_wrapper input[type=text],
.wysiwyg .gform_wrapper input[type=url],
.wysiwyg .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 1.4em;
  color: #77BC43;
  font: "Open Sans", sans-serif; }

@media (min-width: 1700px) {
  .form-label, .wysiwyg .gform_wrapper .gfield_select,
  .wysiwyg .gform_wrapper textarea,
  .wysiwyg .gform_wrapper input[type=email],
  .wysiwyg .gform_wrapper input[type=number],
  .wysiwyg .gform_wrapper input[type=password],
  .wysiwyg .gform_wrapper input[type=tel],
  .wysiwyg .gform_wrapper input[type=text],
  .wysiwyg .gform_wrapper input[type=url],
  .wysiwyg .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .wysiwyg .gform_wrapper .gfield_select,
  .wysiwyg .gform_wrapper textarea,
  .wysiwyg .gform_wrapper input[type=email],
  .wysiwyg .gform_wrapper input[type=number],
  .wysiwyg .gform_wrapper input[type=password],
  .wysiwyg .gform_wrapper input[type=tel],
  .wysiwyg .gform_wrapper input[type=text],
  .wysiwyg .gform_wrapper input[type=url],
  .wysiwyg .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 1.6em; } }

.timestamp-heading, .date__heading, .date__date, .date__heading, .date__date {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
  letter-spacing: .5px;
  line-height: 2.1rem;
  font-weight: 600;
  color: #9B9B9B; }

/*[/css-above-the-fold]*/
/*[css-above-the-fold]*/
.custom-sidebar {
  margin-bottom: 60px; }

.custom-sidebar__img-cont {
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #E0E0E0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 30px; }

.custom-sidebar__img-cont img {
  max-width: 185px; }

.custom-sidebar__cta {
  margin: 30px 0px; }

.custom-sidebar__cta .button {
  -ms-flex-item-align: center;
  align-self: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 24px;
  padding: 7px;
  width: 100%; }

.custom-sidebar__cta__icon {
  display: block;
  margin: 2px 20px -2px 0px; }

.custom-sidebar__cta__subtext {
  display: block; }

.custom-sidebar__avail-list {
  margin-bottom: 20px; }

.custom-sidebar__avail-list li {
  margin-bottom: 20px; }

.custom-sidebar__avail-list li:last-of-type {
  margin-bottom: 0px; }

.custom-sidebar__avail-list-img {
  width: 200px; }

.custom-sidebar__avail-list-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

.custom-sidebar__dl-list {
  background: #fff;
  border: 1px solid #E0E0E0;
  margin-bottom: 30px;
  padding: 20px 40px; }

.custom-sidebar__dl-list a {
  color: #6B6B6B; }

.custom-sidebar__dl-list__title {
  color: #77BC43;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: none; }

.custom-sidebar__dl-list__link-title {
  margin: 5px 0 0;
  font-size: 1.4rem;
  line-height: 1.425rem; }

.custom-sidebar__dl-list__list li {
  margin-bottom: 30px; }

.custom-sidebar__dl-list__img-cont {
  height: 200px;
  width: 150px;
  overflow: hidden; }

.custom-sidebar__dl-list__img-cont img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

.custom-sidebar__dl-list__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 1.4em; }

.custom-sidebar__dl-list__icon {
  margin: 6px 5px 0px 0px;
  width: 20px; }

/*[css-above-the-fold]*/
.accordion {
  margin-bottom: 60px; }

.accordion__section-title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 15px; }

.accordion__title {
  border-top: 1px solid #848484;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 2px;
  padding: 5px 0px; }

.accordion__title.ui-state-active {
  border-bottom-color: transparent; }

.accordion__content {
  border-bottom-color: transparent;
  padding: 10px 30px; }

.accordion__content strong {
  font-weight: 700; }

.accordion__content:last-of-type {
  border-bottom: 1px solid #848484; }

/*[css-above-the-fold]*/
.image-text-list-section + .section-title__container,
.image-text-list-section + .wysiwyg {
  margin-top: 6rem; }

.image-text-list-section {
  margin-bottom: 3rem; }

.image-text-list {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.image-text-list__text-cont {
  -ms-flex-preferred-size: calc(100% - 180px);
  flex-basis: calc(100% - 180px);
  margin-left: 30px; }

.image-text-list__title {
  font-size: 20px;
  line-height: 24px; }

.image-text-list:last-of-type {
  margin-bottom: 0px; }

/*[css-above-the-fold]*/
.image-with-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 4rem; }

.image-with-text__img-cont, .image-with-text__text-cont {
  width: 100%; }

@media (min-width: 900px) {
  .image-with-text__img-cont {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 33%; }
  .image-with-text__text-cont {
    width: calc(66% - 10px); }
  .image-with-text__text-cont * {
    margin-bottom: 2rem; }
  .image-with-text__text-cont h2, .image-with-text__text-cont h3, .image-with-text__text-cont h4, .image-with-text__text-cont h5 {
    margin-bottom: 1rem; } }

/*[css-above-the-fold]*/
.menu-toggle {
  position: relative;
  width: 50px;
  height: 37.5px;
  cursor: pointer; }

@media (min-width: 1175px) {
  .menu-toggle {
    display: none; } }

.menu-toggle * {
  box-sizing: border-box;
  transition: .25s ease-in-out; }

.menu-toggle .menu-toggle__line {
  background: #77BC43; }

.menu-toggle__hamburger {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 7.5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.menu-toggle__hamburger .menu-toggle__line {
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 2px; }

.menu-toggle__hamburger .menu-toggle__line:nth-child(1) {
  transition-delay: .5s; }

.menu-toggle__hamburger .menu-toggle__line:nth-child(2) {
  transition-delay: .625s; }

.menu-toggle__hamburger .menu-toggle__line:nth-child(3) {
  transition-delay: .75s; }

.menu-toggle__cross {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center; }

.menu-toggle__cross .menu-toggle__line {
  border-radius: 2px; }

.menu-toggle__cross .menu-toggle__line:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition-delay: 0s; }

.menu-toggle__cross .menu-toggle__line:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition-delay: .25s; }

.menu-toggle.open .menu-toggle__hamburger .menu-toggle__line {
  width: 0%; }

.menu-toggle.open .menu-toggle__hamburger .menu-toggle__line:nth-child(1) {
  transition-delay: 0s; }

.menu-toggle.open .menu-toggle__hamburger .menu-toggle__line:nth-child(2) {
  transition-delay: .125s; }

.menu-toggle.open .menu-toggle__hamburger .menu-toggle__line:nth-child(3) {
  transition-delay: .25s; }

.menu-toggle.open .menu-toggle__cross .menu-toggle__line:nth-child(1) {
  height: 100%;
  transition-delay: .625s; }

.menu-toggle.open .menu-toggle__cross .menu-toggle__line:nth-child(2) {
  width: 77.5%;
  transition-delay: .375s; }

.social-icon {
  padding: 0 5px; }

.social-icon svg {
  height: auto;
  width: 35px;
  margin-top: 7.5px; }

@media screen and (min-width: 500px) {
  .social-icon svg {
    height: 18px;
    width: 20px;
    margin-top: 7.5px; } }

.social-icon svg path {
  fill: white; }

/*[/css-above-the-fold]*/
.legal {
  position: relative;
  text-align: center; }

.legal__inner {
  padding: 0.6rem 0;
  width: 95%; }

@media (min-width: 500px) {
  .legal {
    text-align: left; } }

@media (min-width: 700px) {
  .legal__copyright {
    float: left; }
  .legal__credit {
    float: right;
    text-align: right; } }

.icon-list {
  margin-top: -7px; }

.icon-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 7px 0; }

@media (max-width: 500px) {
  .icon-list__item {
    -ms-flex-pack: center;
    justify-content: center; } }

.icon-list__icon {
  margin-right: 1.5rem;
  font-size: 0;
  width: 1.8rem;
  height: 2.4rem; }

.icon-list__icon svg {
  display: inline;
  padding: 2px; }

.icon-list__icon path {
  fill: #888888; }

.icon-list__text {
  font-size: 1.6rem;
  font-weight: 600; }

.page-top {
  background-color: #A8A8A8;
  background-size: cover;
  background-position: center; }

.page-top__title {
  position: relative;
  color: white;
  padding: 33px 0;
  word-wrap: break-word;
  font-size: 3rem; }

@media (min-width: 900px) {
  .page-top__title {
    font-size: 3.8em; } }

@media (min-width: 1200px) {
  .page-top__title {
    font-size: 4.8em; } }

.breadcrumb, .breadcrumbs li, .breadcrumbs a,
.breadcrumbs strong, .breadcrumbs li, .breadcrumbs a,
.breadcrumbs strong {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 600; }

.breadcrumbs {
  margin-bottom: 1rem;
  letter-spacing: 0.05rem; }

.breadcrumbs:only-child {
  padding-bottom: 1rem; }

.breadcrumbs li {
  display: inline-block;
  color: #2B5134; }

.breadcrumbs span {
  color: #CACACA; }

.breadcrumb-section {
  position: relative; }

.breadcrumb-section > *:first-child {
  padding-top: 1rem; }

.breadcrumb-section * {
  position: relative;
  z-index: 1; }

/*[css-above-the-fold]*/
.child-parent-menu {
  width: 100%; }

.child-parent-menu * {
  color: white; }

.child-parent-menu__parent {
  background-color: #77BC43; }

.child-parent-menu__parent a {
  display: block;
  padding: 10px 20px 9px; }

.child-parent-menu__button {
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px 10px;
  border: 1px solid #77BC43;
  background-color: white;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer; }

.child-parent-menu__button * {
  color: #77BC43; }

.child-parent-menu__button .mdi {
  font-size: 2.2rem;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease; }

.child-parent-menu__button.open .mdi {
  position: relative;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.child-parent-menu .page_item a {
  line-height: 1.25;
  transition: background 150ms; }

.child-parent-menu .page_item a:hover {
  background: #2B5134; }

.child-parent-menu .page_item > a {
  display: block;
  padding: 6px 20px 6px;
  background-color: #9B9B9B;
  font-weight: 700; }

.child-parent-menu .page_item.open .dropdown-icon-box svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg); }

.child-parent-menu .current_page_item > a {
  background-color: #2B5134 !important; }

.child-parent-menu .children a {
  position: relative;
  padding-left: 3.5rem;
  background-color: #A8A8A8;
  font-weight: 600;
  border-bottom: 1px solid #bfbcbc; }

.child-parent-menu .children li:last-child > a {
  border-bottom: 0; }

.child-parent-menu .children li:last-child:not(:only-child) > a {
  padding-bottom: 1rem; }

.child-parent-menu .children .children a {
  padding-left: 5rem;
  background-color: #afaeae; }

.child-parent-menu .children .children a:before {
  left: 3.6rem;
  background: white; }

.child-parent-menu .children .current_page_item > a:before {
  background-color: white; }

@media (min-width: 1200px) {
  .child-parent-menu {
    margin-top: -37px; }
  .child-parent-menu__button {
    display: none; }
  .child-parent-menu__menu {
    display: block; } }

.dropdown-icon-box {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: #8a8a8a; }

.dropdown-icon-box svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease; }

.dropdown-icon-box polygon {
  fill: white; }

.current_page_item .dropdown-icon-box {
  background-color: #23402a; }

.sidebar-left--mobile {
  margin-bottom: 20px; }

.sidebar-left--mobile .child-parent-menu__menu > ul > .page_item {
  border-bottom: 1px solid #bfbcbc; }

.sidebar-left--mobile .page_item:first-child {
  margin-top: 0; }

.sidebar-left--mobile .page_item:last-child {
  margin-bottom: 0; }

.sidebar-left--mobile .child-parent-menu a {
  position: relative; }

.sidebar-left--mobile .child-parent-menu__menu {
  display: none; }

.sidebar-left--mobile .child-parent-menu__menu .page_item_has_children {
  position: relative; }

.sidebar-left--mobile .child-parent-menu__menu .page_item_has_children > a > .dropdown-icon-box {
  display: block; }

.sidebar-left--mobile .child-parent-menu__menu .page_item_has_children > .children {
  display: none; }

.sidebar-left--mobile .child-parent-menu__button {
  position: relative; }

.sidebar-left--mobile .child-parent-menu__button .down-caret {
  content: "";
  display: -ms-flexbox;
  display: flex;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12.5px;
  height: 12.5px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease; }

.sidebar-left--mobile .child-parent-menu__button .down-caret svg {
  width: 100%;
  height: 100%; }

.sidebar-left--mobile .child-parent-menu__button .down-caret polygon {
  fill: #77BC43; }

.sidebar-left--mobile .child-parent-menu__button.open .down-caret {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.sidebar-left--mobile .child-parent-menu .current_page_item {
  border-bottom: 0; }

/*[/css-above-the-fold]*/
.download-lists {
  margin-bottom: 6rem; }

.download-list__title {
  background-color: #77BC43;
  padding: 1.2rem 2.1rem;
  margin-bottom: 1rem; }

.download-list__downloads {
  margin-bottom: 3.2rem; }

.download-list__download {
  background-color: #F7F7F7;
  margin-bottom: 1rem; }

.download-list__download a {
  padding: 16px 23px 16px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.download-list__download span {
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.7rem; }

.download-list__download path {
  fill: #777777; }

table + .section-title__container {
  margin-top: 3rem; }

.table {
  width: 100%;
  margin-bottom: 6rem;
  text-align: left; }

.table a {
  font-size: 1.4rem; }

.table td {
  line-height: 1.75 !important; }

.table thead {
  border-bottom: 1px solid #77BC43; }

.table th {
  padding-bottom: 4px;
  padding-right: 10px;
  text-align: left; }

.table tr td:first-of-type {
  text-align: left;
  font-weight: 400;
  letter-spacing: 0; }

.table tr td {
  padding: 16px 6px 6px 0;
  border-bottom: 1px solid #EBEBEB; }

.st-head-row {
  padding-top: 4rem; }

.st-head-row-main {
  padding-top: 0 !important; }

.financial-table {
  text-align: right; }

.financial-table tr td:not(:first-of-type) {
  padding-left: 2.5rem; }

.contact_list-table {
  border-top: 1px solid #77BC43; }

.contact_list-table td {
  width: auto !important;
  padding-right: 15px !important; }

.contact_list-table td:nth-child(3) {
  white-space: nowrap;
  color: #77BC43 !important;
  font-size: 1.4em;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important; }

.contact_list-table.small-only {
  border-top: none;
  margin-top: 2rem !important; }

.contact_list-table.small-only .st-key {
  display: none; }

.contact_list-table.small-only .st-head-row {
  padding-top: 5rem; }

.contact_list-table.small-only tr:nth-child(2) .st-head-row {
  padding-top: 2rem; }

.contact_list-table.small-only tr:nth-child(2) .st-head-row:not(.st-head-row-main) {
  text-transform: none; }

.contact_list-table.small-only tr:nth-child(3) .st-val {
  font-family: "Montserrat", sans-serif;
  color: #77BC43;
  font-weight: 500 !important;
  letter-spacing: 1px; }

.full_height_td,
.full_height_td__title {
  padding-left: 2em !important; }

.full_height_td {
  border-bottom: 0 !important; }

.stacktable.large-only {
  display: none; }

.stacktable.small-only {
  display: table; }

@media (min-width: 500px) {
  .stacktable:not(.contact_list-table):not(.sfm-docs).large-only {
    display: table; }
  .stacktable:not(.contact_list-table):not(.sfm-docs).small-only {
    display: none; } }

@media (min-width: 1000px) {
  .contact_list-table.small-only {
    display: none; }
  .contact_list-table.large-only {
    display: table; } }

@media (min-width: 700px) and (max-width: 900px), (min-width: 1200px) {
  .sfm-docs.small-only {
    display: none; }
  .sfm-docs.large-only {
    display: table; } }

.buttons .button {
  display: inline-block;
  width: auto;
  padding: 17px 40px; }

@media (max-width: 767px) {
  .buttons .button {
    width: 100%; } }

.buttons .button:nth-child(odd) {
  background-color: #77BC43; }

.buttons .button:first-child {
  background-color: #77BC43; }

.button-copy, .table th, .button, .table th, .button {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.08rem;
  letter-spacing: 0.1rem; }

@media (min-width: 1200px) {
  .button-copy, .table th, .button, .table th, .button {
    font-size: 1.4rem; } }

.button {
  display: block;
  width: 100%;
  min-width: 180px;
  color: white;
  background-color: #2B5134;
  text-align: center; }

@media (min-width: 767px) {
  .button {
    display: inline-block;
    width: auto; } }

.button__inner {
  display: block;
  padding: 1rem; }

.button--light {
  background-color: #77BC43; }

.button--hollow {
  padding: 2px;
  color: #2B5134;
  background: linear-gradient(to right, #77bc43 0%, #2b5135 100%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.button--hollow .button__inner {
  background: white; }

.tile-grid {
  margin-bottom: 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 499px) {
  .tile-grid {
    -ms-flex-direction: column;
    flex-direction: column; } }

.tile-grid__tile {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.8rem;
  box-sizing: border-box; }

@media (min-width: 500px) {
  .tile-grid__tile {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding-right: 2.4rem; } }

@media (min-width: 1100px) {
  .tile-grid__tile {
    width: 33%; } }

@media (min-width: 1200px) {
  .tile-grid__tile {
    width: 50%; } }

@media (min-width: 1300px) {
  .tile-grid__tile {
    width: 33%;
    padding-right: 2.6rem; } }

.tile-grid__icon {
  margin-right: 1.5rem;
  margin-bottom: .5rem; }

.tile-grid__icon svg {
  width: 1em;
  height: 1em;
  display: inline-block; }

.tile-grid__icon path {
  fill: #77BC43; }

.full-width-image {
  display: block;
  width: 100%;
  margin-bottom: 4rem; }

.acf-map {
  height: 400px;
  max-height: 50vh;
  margin-bottom: 4em; }

#wpsl-wrap {
  clear: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0px; }

#wpsl-wrap .wpsl-search {
  background: #77BC43;
  color: white;
  padding: 15px 15px 5px;
  margin-bottom: 5px;
  width: 100%; }

#wpsl-wrap .wtb-title {
  color: white;
  text-transform: uppercase;
  width: 100%; }

#wpsl-wrap .wpsl-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  float: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

#wpsl-wrap .wpsl-input label {
  display: none; }

#wpsl-wrap #wpsl-search-input {
  margin-top: 10px;
  text-align: center;
  width: 60%; }

#wpsl-wrap #wpsl-gmap {
  height: 250px !important; }

#wpsl-checkbox-filter, #wpsl-checkbox-filter.wpsl-checkbox-3-columns {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  float: none;
  margin: 0px;
  width: 100%; }

#wpsl-checkbox-filter > li, #wpsl-checkbox-filter.wpsl-checkbox-3-columns > li {
  margin-bottom: 10px;
  width: 50%; }

#wpsl-checkbox-filter label, #wpsl-checkbox-filter.wpsl-checkbox-3-columns label {
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }

#wpsl-checkbox-filter label input, #wpsl-checkbox-filter.wpsl-checkbox-3-columns label input {
  border: 0px;
  border-radius: 0px;
  margin: 0px 5px 0px 0px; }

#wpsl-search-wrap {
  float: none; }

#wpsl-search-wrap form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

#wpsl-search-wrap .wpsl-search-btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  float: none;
  margin-right: 0px;
  text-align: right; }

#wpsl-search-wrap .wpsl-search-btn-wrap input {
  border: 0px;
  border-radius: 0px;
  margin-right: 0px; }

#wpsl-stores ul li {
  border-top: 1px solid #6B6B6B;
  padding: 10px 0px; }

#wpsl-stores .wpsl-store-location strong {
  font-size: 18px;
  font-weight: bold;
  color: #2B5134;
  text-transform: uppercase; }

#wpsl-stores .wpsl-store-location p {
  font-size: 14px; }

#wpsl-stores .wpsl-direction-wrap {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex; }

#wpsl-stores .wpsl-direction-wrap .wpsl-directions {
  margin-left: 20px;
  font-size: 12px; }

#wpsl-gmap {
  margin: 0px 5px 15px 5px;
  width: calc(100% - 10px); }

#wpsl-result-list {
  width: calc(100% - 30px); }

#wpsl-result-list #wpsl-stores {
  height: calc(200px + 15px) !important; }

.jquery-modal.blocker {
  z-index: 9999; }

.jquery-modal .modal a.close-modal[rel="modal:close"] {
  background: transparent;
  opacity: 1;
  top: 10px;
  right: 10px; }

.jquery-modal .modal a.close-modal[rel="modal:close"]:before {
  color: white;
  content: "✕";
  display: block;
  font-size: 22px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: 0px;
  width: 20px; }

.modal.modal-wtb {
  border-radius: 0px;
  max-width: 100%;
  padding: 0px;
  width: 100%; }

.modal.modal-wtb a[rel="modal:close"] {
  opacity: 0; }

@media (min-width: 700px) {
  #wpsl-wrap .wtb-title {
    width: auto; }
  #wpsl-wrap #wpsl-search-input {
    margin-right: 5%;
    margin-top: 0px;
    width: 55%; }
  #wpsl-wrap .wpsl-input {
    margin: 0px 0px 20px; }
  #wpsl-checkbox-filter > li, #wpsl-checkbox-filter.wpsl-checkbox-3-columns > li {
    margin-bottom: 10px;
    width: calc(33% - 10px); } }

@media (min-width: 900px) {
  .modal.modal-wtb {
    max-width: 80%;
    width: 1080px; }
  #wpsl-wrap {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  #wpsl-wrap .wpsl-search {
    padding: 60px 60px 20px;
    margin-bottom: 50px; }
  #wpsl-wrap .wtb-title {
    width: auto; }
  #wpsl-wrap #wpsl-search-input {
    margin: 0px 0px 0px 30px; }
  #wpsl-wrap #wpsl-gmap {
    height: 350px !important;
    margin: 0px 80px 80px 0px;
    width: calc(66.7% - 80px); }
  #wpsl-checkbox-filter.wpsl-checkbox-3-columns {
    -ms-flex-flow: row;
    flex-flow: row;
    width: 85%; }
  #wpsl-checkbox-filter.wpsl-checkbox-3-columns > li {
    margin: 0px 20px 10px 0px;
    width: auto; }
  #wpsl-result-list {
    width: calc(33.3% - 80px); }
  #wpsl-result-list #wpsl-stores {
    height: calc(350px + 80px) !important; } }

.team-list__title {
  margin-bottom: 40px; }

.team-member {
  margin-bottom: 3rem; }

@media (min-width: 900px) {
  .team-member {
    margin-bottom: 6rem; } }

.team-member__portrait {
  margin-bottom: 1rem;
  grid-area: portrait;
  width: auto;
  height: 250px; }

.team-member__name {
  grid-area: name; }

.team-member__position {
  margin-bottom: 1rem;
  color: #77BC43;
  grid-area: position; }

.team-member__bio {
  grid-area: bio; }

@supports (display: grid) {
  .team-member__portrait {
    width: 300px;
    height: auto; }
  @media (min-width: 600px) and (max-width: 900px), (min-width: 900px) {
    .team-member {
      display: grid;
      grid-column-gap: 2.4rem;
      grid-template-columns: 3fr 4fr;
      grid-template-areas: "portrait name" "portrait position" "portrait bio"; } } }

.team-member--single {
  margin-top: 50px;
  grid-template-rows: auto auto 1fr; }

.team-member--single .team-member__name {
  margin-bottom: 10px; }

.team-member--single .team-member__position {
  margin-bottom: 20px; }

.team-member--single .team-member__bio p {
  max-width: 700px; }

body .gform_wrapper ul li.gfield {
  margin-top: 0 !important; }

.gfield_label {
  display: none !important; }

.wysiwyg .gform_wrapper .ginput_container {
  margin: 0 !important;
  margin-bottom: 1.5em !important; }

.wysiwyg .gform_wrapper .gfield_select,
.wysiwyg .gform_wrapper textarea,
.wysiwyg .gform_wrapper input[type=email],
.wysiwyg .gform_wrapper input[type=number],
.wysiwyg .gform_wrapper input[type=password],
.wysiwyg .gform_wrapper input[type=tel],
.wysiwyg .gform_wrapper input[type=text],
.wysiwyg .gform_wrapper input[type=url],
.wysiwyg .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  padding: .81em 1em;
  background: white;
  border-radius: 0;
  margin: 0;
  width: 100% !important; }

.wysiwyg .gform_wrapper select {
  margin: 0 !important; }

.wysiwyg .gform_wrapper ::-webkit-input-placeholder {
  color: #77BC43; }

.wysiwyg .gform_wrapper :-ms-input-placeholder {
  color: #77BC43; }

.wysiwyg .gform_wrapper ::placeholder {
  color: #77BC43; }

.wysiwyg .gform_wrapper .ginput_container_select {
  position: relative; }

.wysiwyg .gform_wrapper .ginput_container_select:after {
  content: '';
  display: block;
  position: absolute;
  right: 1.4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 8.5px;
  background-image: url("images/icons/material-icons-svg/down-caret-green.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

@media (min-width: 500px) {
  .wysiwyg .gform_wrapper .gfield:first-child,
  .wysiwyg .gform_wrapper .gfield:nth-child(2),
  .wysiwyg .gform_wrapper .gfield:nth-child(3),
  .wysiwyg .gform_wrapper .gfield:nth-child(4) {
    width: 50%;
    float: left;
    clear: none; }
  .wysiwyg .gform_wrapper .gfield:first-child,
  .wysiwyg .gform_wrapper .gfield:nth-child(3) {
    padding-right: 0.75em; }
  .wysiwyg .gform_wrapper .gfield:nth-child(2),
  .wysiwyg .gform_wrapper .gfield:nth-child(4) {
    padding-left: 0.75em; } }

.gform_wrapper .gform_footer button[type=submit] {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important; }

.gform_wrapper {
  margin: 0 !important;
  max-width: 100% !important; }

body .gform_wrapper ul.gfield_checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

body .gform_wrapper ul.gfield_checkbox li {
  width: 100%; }

@media (min-width: 450px) {
  body .gform_wrapper ul.gfield_checkbox li {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

body .gform_wrapper ul.gfield_checkbox li label {
  margin-left: 0; }

body .gform_wrapper ul.gfield_checkbox li input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #DDDDDD;
  width: 1.5rem !important;
  height: 1.5rem;
  display: inline-block;
  margin: 0;
  margin-top: 0 !important;
  margin-right: 1rem;
  outline: 0; }

body .gform_wrapper ul.gfield_checkbox li input[type='checkbox']:checked {
  background: #77BC43;
  border-color: #77BC43; }

/*[css-above-the-fold]*/
body {
  padding-top: 100px; }

@media (min-width: 1175px) {
  body {
    padding-top: 124px; } }

body.admin-bar {
  padding-top: 86px; }

@media (min-width: 1175px) {
  body.admin-bar {
    padding-top: 120px; } }

.main-navigation {
  box-shadow: 10px 1px 30px 0px rgba(0, 0, 0, 0.03);
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 1175px) {
  .main-navigation {
    height: 124px; }
  .main-navigation__logo {
    display: -ms-flexbox;
    display: flex; } }

.main-navigation__main {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (min-width: 1175px) {
  .main-navigation__main {
    -ms-flex-align: end;
    align-items: flex-end;
    height: 94px; } }

.main-navigation__topbar {
  height: 30px;
  background-color: #F7F7F7; }

.main-navigation__topbar .button--topbar {
  margin-left: 3rem;
  height: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: auto;
  padding: 0 2rem;
  font-size: 1.2rem;
  letter-spacing: 1.5px; }

@media (max-width: 1174px) {
  .main-navigation__topbar {
    display: none; } }

.main-navigation__topbar-inner {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.site-title {
  float: left; }

.site-title__logo--desktop {
  height: 63px; }

@media (max-width: 1260px) {
  .site-title__logo--desktop {
    max-width: none; } }

@media (max-width: 499px) {
  .site-title__logo--desktop {
    display: none; } }

@media (min-width: 500px) {
  .site-title__logo--mobile {
    display: none; } }

.site-title__logo svg {
  display: block; }

.menu-toggle {
  margin-left: auto;
  margin-right: -7.5px; }

@media (max-width: 1174px) {
  .main-menu {
    position: fixed;
    top: 100px;
    right: 0;
    width: 298px;
    max-width: 100%;
    height: calc(100vh - 100px);
    padding: 25px 30px 0 30px;
    overflow-y: auto;
    background-color: #F7F7F7;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: 0.5s -webkit-transform ease;
    transition: 0.5s transform ease; }
  .main-menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .main-menu .menu-item-has-children > a:after {
    transition: 0.5s -webkit-transform ease;
    transition: 0.5s transform ease; }
  .main-menu .menu-item-has-children.open > a:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .main-menu .menu {
    padding-left: 0; }
  .main-menu .menu li {
    list-style: none; }
  .main-menu .menu li a {
    display: block;
    padding: 1rem 0;
    color: #77BC43;
    text-decoration: none; }
  .main-menu .sub-menu {
    display: none;
    width: 100%;
    padding-left: 2rem;
    margin-bottom: 2rem; } }

.main-menu .social-icons--mobile .button {
  margin-bottom: 1rem; }

@media (min-width: 1175px) {
  .main-menu {
    margin-right: -1.5rem;
    margin-bottom: -2rem; }
  .menu {
    white-space: nowrap; }
  .menu .sub-menu {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: #77BC43;
    transition: ease all 0.2s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .menu .sub-menu li {
    display: block; }
  .menu .sub-menu a {
    color: white; }
  .menu .meganav__textbox {
    opacity: 0;
    pointer-events: none;
    transition: ease all 0.2s; }
  .menu .menu-item-has-children:last-child .sub-menu {
    right: 1.5rem; }
  .menu li {
    display: inline-block;
    position: relative; }
  .menu li a {
    display: block;
    padding: 1rem 1.5rem 1.3rem; }
  .menu-item-has-children:hover .sub-menu,
  .menu-item-has-children:hover .meganav__textbox {
    opacity: 1;
    pointer-events: all; }
  .menu-item-has-children:hover > .sub-menu {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 7px;
  height: 5px;
  margin-bottom: -2px;
  margin-left: 6px;
  padding: 4px 0;
  color: #2B5134;
  background-image: url("images/icons/material-icons-svg/chevron-down-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.social-icons--mobile {
  padding: 20px 0; }

@media (min-width: 1175px) {
  .social-icons--mobile {
    display: none; } }

.social-icons--mobile .social-icon {
  display: inline-block;
  width: 32%;
  padding: 1rem 0;
  color: #77BC43;
  font-size: 2.9rem; }

.social-icons--mobile .social-icon svg path {
  fill: #2B5134; }

.current-menu-item a {
  color: #2B5134; }

.mobile-menu-only {
  display: block !important; }

@media (min-width: 1175px) {
  .mobile-menu-only {
    display: none !important; } }

@media (max-width: 1174px) {
  .meganav__textbox,
  .meganav .menu-item__image {
    display: none; }
  .meganav__container > .sub-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .meganav__container > .sub-menu > .menu-item {
    width: 100%; } }

@media (min-width: 1175px) {
  .meganav {
    position: static !important;
    white-space: normal; }
  .meganav:hover .meganav__container {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: all; }
  .meganav .menu-item {
    margin-bottom: 14px; }
  .meganav .menu-item a {
    text-transform: none;
    line-height: 18px;
    padding: 0; }
  .meganav .menu-item a:after {
    content: none; }
  .meganav__container {
    position: absolute;
    left: 0;
    width: 100%;
    height: 450px;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    opacity: 0;
    pointer-events: none; }
  .meganav__container > .sub-menu {
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    top: 0;
    width: 83.3333%;
    -webkit-transform: none;
    transform: none;
    padding: 50px 0 50px 8px; }
  .meganav__container > .sub-menu:after {
    content: " ";
    position: absolute;
    left: calc(100% - 5px);
    top: 0%;
    width: 100%;
    height: 100%;
    background: #77BC43; }
  .meganav__container > .sub-menu > .menu-item {
    width: 20%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 8px; }
  .meganav__container > .sub-menu > .menu-item > a {
    text-transform: uppercase; }
  .meganav__container > .sub-menu > .menu-item > a .menu-item__image {
    height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 10px 0; }
  .meganav__container > .sub-menu > .menu-item > .sub-menu {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 8px 0 25px; }
  .meganav__container > .sub-menu > .menu-item > .sub-menu > .menu-item {
    position: relative; }
  .meganav__container > .sub-menu > .menu-item > .sub-menu > .menu-item:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 7px;
    border: solid #2B5134;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .meganav__textbox {
    width: 16.6666%;
    padding: 50px 25px 50px 5px;
    background: #2B5134; }
  .meganav__textbox:before {
    content: " ";
    position: absolute;
    right: calc(100% - 5px);
    top: 0%;
    width: 100%;
    height: 100%;
    background: #2B5134; }
  .meganav__textbox h2 {
    color: #77BC43;
    margin-bottom: 15px; }
  .meganav__textbox p {
    color: white;
    font-size: 14px;
    text-transform: uppercase; } }

.main-header, .image-bg-section, .image-bg-section {
  display: -ms-flexbox;
  display: flex;
  min-height: 31vw;
  padding: 6rem 0;
  background-position: center;
  background-size: cover;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 0.8rem; }

@media (min-width: 600px) {
  .main-header, .image-bg-section, .image-bg-section {
    font-size: 1rem; } }

@media (min-width: 1300px) {
  .main-header, .image-bg-section, .image-bg-section {
    height: 31vw;
    min-height: 0;
    max-height: 600px; } }

.main-header__copy, .main-header__title {
  color: white; }

.main-header__title {
  margin-bottom: 1.25rem; }

.main-header__copy {
  max-width: 825px;
  margin-bottom: 4rem; }

.main-header__copy a {
  margin-left: 1rem;
  color: white;
  font-family: inherit;
  font-size: 0.9em;
  font-weight: inherit;
  letter-spacing: 0.5px;
  position: relative;
  transition: 0.25s background-color ease, 0.25s color ease; }

.main-header__copy a span {
  z-index: 2;
  position: relative; }

.main-header__copy a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: #77BC43;
  transition: 0.25s opacity ease, 0.35s height ease; }

.main-header__copy a:hover:before, .main-header__copy a:focus:before {
  height: 100%; }

@media (min-width: 1175px) {
  .main-menu .menu .menu-mega-nav {
    position: initial; }
  .main-menu .menu .menu-mega-nav > .sub-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    left: 0px;
    padding: 50px 10vw 25px;
    position: absolute;
    width: 100vw; }
  .main-menu .menu .menu-mega-nav > .sub-menu li a {
    text-transform: none;
    transition: background 150ms; }
  .main-menu .menu .menu-mega-nav > .sub-menu li a:hover {
    background: #2B5134; }
  .main-menu .menu .menu-mega-nav > .sub-menu > li.menu-item > a {
    border-bottom: 2px solid white;
    font-size: 16px;
    padding: 5px;
    margin: 0px -5px 20px; }
  .main-menu .menu .menu-mega-nav > .sub-menu > li.menu-item-has-children > a:after {
    content: none; }
  .main-menu .menu .menu-mega-nav > .sub-menu > li .mega-menu-title {
    color: #2B5134;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    width: calc(25% - 12px); }
  .main-menu .menu .menu-mega-nav > .sub-menu > li.mega-menu-top {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .main-menu .menu .menu-mega-nav > .sub-menu > li.mega-menu-top {
    padding-left: 5px; }
  .main-menu .menu .menu-mega-nav > .sub-menu > li {
    position: relative;
    margin: 0px 12px 25px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    width: calc(25% - 24px); }
  .main-menu .menu .menu-mega-nav > .sub-menu > li .sub-menu {
    padding: 0px;
    position: relative;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  .main-menu .menu .menu-mega-nav > .sub-menu > li .sub-menu li a {
    font-size: 14px;
    padding: 5px;
    margin: 0px -5px; }
  .main-menu .menu .menu-mega-nav > .sub-menu > li.menu-img-cont {
    width: calc(50% - 50px);
    height: calc(200px - 15px); }
  .mega-nav-img-cont {
    bottom: -2px;
    height: 200px;
    position: absolute;
    right: 0px;
    width: calc(50vw - 100px); }
  .mega-menu-img {
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%; }
  #mega-nav-images {
    display: none; } }

/*[/css-above-the-fold]*/
.site-footer {
  background-color: #F7F7F7;
  padding: 2rem 0; }

.site-footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.site-footer .menu {
  white-space: normal; }

.site-footer .menu li {
  display: block; }

.site-footer .menu li a {
  display: block;
  padding: 3px 0; }

.site-footer__column {
  width: 100%;
  text-align: center;
  padding: 1rem 0; }

@media (min-width: 500px) {
  .site-footer__column {
    text-align: left;
    padding-right: 2rem;
    box-sizing: border-box;
    width: 50%; } }

@media (min-width: 700px) {
  .site-footer__column {
    width: 33.2%; } }

@media (min-width: 1100px) {
  .site-footer__column {
    width: 16.6%; } }

.site-footer__column:nth-last-child(3):first-child,
.site-footer__column:nth-last-child(3):first-child ~ .site-footer__column {
  width: 33%; }

.site-footer__column:nth-last-child(4):first-child,
.site-footer__column:nth-last-child(4):first-child ~ .site-footer__column {
  width: 25%; }

@media screen and (min-width: 1100px) {
  .site-footer__column:nth-last-child(5):first-child,
  .site-footer__column:nth-last-child(5):first-child ~ .site-footer__column {
    width: 20%; } }

@media (min-width: 500px) {
  .site-footer__column:nth-last-child(6):first-child,
  .site-footer__column:nth-last-child(6):first-child ~ .site-footer__column {
    width: 50%; } }

@media (min-width: 700px) {
  .site-footer__column:nth-last-child(6):first-child,
  .site-footer__column:nth-last-child(6):first-child ~ .site-footer__column {
    width: 33.2%; } }

@media (min-width: 1100px) {
  .site-footer__column:nth-last-child(6):first-child,
  .site-footer__column:nth-last-child(6):first-child ~ .site-footer__column {
    width: 16.6%; } }

.legal {
  background-color: #77BC43;
  color: white; }

@media screen and (min-width: 500px) {
  .legal__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
  .legal__inner .legal__social-media {
    margin-left: auto;
    margin-right: 0; } }

.legal__social-media {
  padding: 10px 0; }

.legal__social-media .social-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*[css-above-the-fold]*/
.main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.main__content {
  margin-bottom: 5em;
  max-width: 100%; }

.sidebar ~ div {
  pointer-events: none; }

.sidebar-left {
  margin-bottom: 3em; }

.sidebar-left--desktop {
  display: none; }

.sidebar-left--mobile .sidebar-left {
  padding-bottom: 25px; }

@media (min-width: 1200px) {
  .sidebar-left--mobile {
    display: none; }
  .sidebar-left--desktop {
    display: block; } }

.page-title {
  padding-bottom: 2rem; }

.page-title--products {
  margin-top: 3em; }

.page-title--products h2, .page-title--products h3 {
  line-height: 1.3; }

.page-title--products h3 {
  color: #77BC43;
  font-weight: 100;
  font-size: 2.8em; }

.page-title--products__subhead {
  position: relative;
  padding-left: 30px; }

.page-title--products__subhead:before {
  background: #77BC43;
  bottom: 0px;
  content: "";
  display: block;
  height: 2px;
  left: 0px;
  margin: auto;
  position: absolute;
  top: 0px;
  width: 25px; }

.page-title__paragraph {
  padding-top: 2rem; }

.section-title {
  outline: 0; }

.section-title__container {
  margin-bottom: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 500px) {
  .section-title__container {
    -ms-flex-direction: column;
    flex-direction: column; }
  .section-title__container .button {
    margin-top: 2rem; } }

.section-title__container .button {
  min-width: 150px;
  font-size: 1.1rem; }

.section-title__container .button__inner {
  padding: 0.5rem; }

@media (min-width: 900px) {
  .main__content {
    width: 100%;
    float: left; }
  .sidebar-layout-2 > *:first-child {
    width: 70%;
    padding-right: 3rem; }
  .sidebar-layout-2 > *:nth-child(2) {
    width: 30%; }
  .sidebar-layout-2 .sidebar-right {
    padding-top: 4rem; }
  .sidebar-layout-2 .breadcrumb-section {
    -ms-flex-item-align: start;
    align-self: start; } }

@media (min-width: 1200px) {
  .sidebar-layout-2 {
    display: -ms-flexbox;
    display: flex; }
  .sidebar-layout-2 > *:first-child {
    width: 76%;
    padding-right: 3rem; }
  .sidebar-layout-2 > *:nth-child(2) {
    width: 24%; }
  .sidebar-layout-2 .breadcrumb-section {
    margin-bottom: 2em; }
  .sidebar-layout-2 .main__content,
  .sidebar-layout-2 .main .sidebar-left--desktop {
    float: left; }
  .sidebar-layout-2 .main .sidebar-left--desktop {
    width: 30%; }
  .sidebar-layout-2 .main__content {
    width: 70%; }
  .sidebar-layout-2 .sidebar-left {
    padding-right: 3rem;
    background: none; }
  .sidebar-layout-2 .sidebar-left:before {
    content: ""; }
  .sidebar-layout-2 .sidebar-right {
    position: relative;
    top: 50px;
    padding-top: 0;
    padding-bottom: 50px;
    -ms-flex-item-align: stretch;
    align-self: stretch; }
  .page-top .grid, .page-top .site-footer__inner, .page-top .legal__inner, .page-top .main-navigation__main, .page-top .main-navigation__topbar-inner, .page-top .main-navigation__main, .page-top .main-navigation__topbar-inner, .page-top .site-footer__inner, .page-top .legal__inner {
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    max-height: 30vh;
    -ms-flex-align: center;
    align-items: center; }
  .page-top .grid__inner {
    padding-left: 22%;
    width: 100%; }
  .page-top__title {
    margin-top: 3rem; } }

/*[/css-above-the-fold]*/
.widget {
  position: relative;
  margin-bottom: 4.4rem;
  padding: 3.4rem 3rem 2.8rem;
  border: 1px solid #EEEEEE;
  background: white; }

.widget__icon {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 3rem;
  color: #77BC43;
  opacity: 0.8;
  -ms-flex-align: center;
  align-items: center;
  font-size: 4.2rem;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.widget__icon svg {
  display: block;
  width: 1em;
  height: 1em; }

.widget__icon path {
  fill: #77BC43; }

.widget__title {
  margin-bottom: 2rem;
  font-size: 1.8rem; }

@media (min-width: 1400px) {
  .widget__title {
    font-size: 2.1rem; } }

.widget .button {
  width: 100%; }

.widget .child-list {
  padding-left: 0;
  list-style-type: none; }

.widget .child-list li {
  line-height: 1;
  margin-bottom: 1.5rem; }

.widget .child-list li:last-child {
  margin-bottom: 0; }

.widget .child-list .current_page_item a {
  color: #2B5134; }

.widget .child-list a {
  font-size: 1.4rem;
  line-height: 2rem; }

.widget .icon-list {
  margin-bottom: 2rem; }

.widget .icon-list:last-child {
  margin-bottom: 0; }

.widget .icon-list__item {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.widget .icon-list__item:first-child {
  margin-top: 0; }

.widget .icon-list__item:last-child {
  margin-bottom: 0; }

.widget .light-gallery__trigger {
  display: block;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 6rem);
  height: 140px;
  margin-left: -3rem;
  background-position: center;
  background-size: cover;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.widget .light-gallery__trigger .mdi {
  color: white;
  font-size: 6.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.widget .text-area {
  margin-bottom: 2.5rem; }

.widget .text-area p {
  font-size: 1.4em; }

.widget .download-list__download {
  margin-bottom: 1.4rem;
  background: none; }

.widget .download-list__download:last-child {
  margin-bottom: 0; }

.widget .download-list__download .mdi {
  font-size: 2.4rem; }

.widget .download-list__download a {
  padding: 0; }

.widget .download-list__download span {
  font-size: 1.4rem; }

.widget .download-list__downloads:last-child {
  margin-bottom: 0; }

.widget .download-lists {
  margin-bottom: 2rem; }

.widget .download-lists:last-child {
  margin-bottom: 0; }

.widget .recent-posts__post {
  margin-bottom: 2.4rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #EBEBEB; }

.widget .recent-posts__post-title {
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.5px;
  font-size: 1.6em; }

.widget .recent-posts__post-date {
  position: relative;
  display: block;
  margin-bottom: 0.6rem;
  color: #9B9B9B;
  text-transform: uppercase;
  line-height: 2.1rem;
  font-size: 1.2em;
  visibility: collapse; }

.widget .recent-posts__post-date span {
  position: absolute;
  left: 0;
  visibility: visible;
  color: #77BC43; }

.widget .recent-posts__read-more {
  display: block;
  margin-top: 1.1rem;
  color: #2B5134;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1rem; }

.widget .recent-posts__read-more .mdi {
  position: relative;
  top: 2px;
  color: #77BC43;
  font-size: 1.8rem; }

.link-list__item {
  margin-bottom: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #EBEBEB; }

.link-list__item:last-child {
  margin-bottom: 0; }

/*[css-above-the-fold]*/
.panel-grid {
  margin: 1rem 0;
  padding: 6rem 0;
  background-position: center;
  background-size: cover;
  font-size: .8rem; }

@media (min-width: 600px) {
  .panel-grid {
    font-size: 1rem; } }

.panel-grid .panel {
  position: relative;
  margin-bottom: 2.4rem;
  padding: 2em 4em 4em;
  overflow: hidden;
  background: white;
  -ms-flex: 1;
  flex: 1; }

.panel-grid .panel:last-child {
  margin-bottom: 0; }

.panel-grid .panel__contents {
  position: relative; }

.panel-grid .panel__top {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 900px) {
  .panel-grid .panel__top {
    margin-bottom: 1em; } }

.panel-grid .panel__copy {
  max-width: 660px;
  margin-bottom: 1.35em; }

.panel-grid .panel__icon {
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  color: #77BC43;
  -ms-flex-align: center;
  align-items: center;
  font-size: 5.6em;
  -ms-flex-pack: center;
  justify-content: center; }

.panel-grid .panel__icon svg {
  max-width: 100%;
  height: 100%; }

.panel-grid .panel__icon path {
  fill: #77BC43; }

.panel-grid .panel__background-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%; }

.panel-grid .panel .button {
  max-width: 175px; }

@media (min-width: 1100px) {
  .panel-grid {
    margin: 1rem; }
  .panel-grid .grid, .panel-grid .site-footer__inner, .panel-grid .legal__inner, .panel-grid .main-navigation__main, .panel-grid .main-navigation__topbar-inner, .panel-grid .main-navigation__main, .panel-grid .main-navigation__topbar-inner, .panel-grid .site-footer__inner, .panel-grid .legal__inner {
    display: -ms-flexbox;
    display: flex;
    width: calc(90% + 2rem + (.625rem * 2));
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .panel-grid .panel {
    margin: .625vw !important;
    margin-bottom: 0; }
  .panel-grid .panel__contents {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column; }
  .panel-grid .panel__contents .button {
    margin-top: auto; } }

html body #cookie-notice {
  background-color: #1c3622 !important; }

html body .cookie-notice-container {
  padding: 30px 20px; }

@media screen and (min-width: 800px) {
  @supports (display: grid) {
    html body .cookie-notice-container {
      display: grid;
      grid-template-columns: 1fr 20% 20%;
      grid-column-gap: 30px; }
    html body .cookie-notice-container #cn-notice-text {
      padding-bottom: 0 !important;
      text-align: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
    html body .cookie-notice-container .cn-button {
      margin: 0 !important;
      max-width: 100% !important;
      width: 100% !important;
      min-width: auto;
      -ms-flex-item-align: center;
      align-self: center; } } }

html body .cn-button {
  background: none !important;
  border-radius: 0 !important;
  background-color: #77BC43 !important;
  padding: 10px 20px !important; }

html body .cn-button.bootstrap {
  font-family: inherit;
  margin: 0;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-weight: 700 !important;
  color: white;
  text-shadow: none !important;
  background-image: none !important;
  border-style: none;
  box-shadow: none !important;
  padding: 2px 10px;
  font-size: 12px;
  text-decoration: none;
  outline: none; }

@media screen and (max-width: 767px) {
  html body .cn-button:not(:last-child) {
    margin-bottom: 20px; } }

html body #cn-notice-text {
  font-size: 17px;
  padding-bottom: 20px !important;
  display: block;
  line-height: 1.6; }

/*[/css-above-the-fold]*/
.image-bg-section {
  position: relative;
  padding: 6rem 0; }

.image-bg-section:before {
  z-index: 1; }

.image-bg-section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.image-bg-section__bg-image {
  width: 100%;
  height: 50%;
  background-position: center right;
  background-size: cover; }

.image-bg-section__content {
  z-index: 2;
  display: block;
  position: relative;
  border-top: 2px solid white;
  border-bottom: 2px solid #77BC43; }

@media (min-width: 1250px) {
  .image-bg-section__content {
    padding: 0 6.35vw;
    padding: 0 8%; } }

.image-bg-section__text {
  color: white !important; }

.image-bg-section__text-top {
  display: block;
  font-size: .55em; }

.image-bg-section__play-button {
  display: -ms-flexbox;
  display: flex;
  display: flex;
  width: 80px;
  height: 80px;
  margin-top: .5em;
  margin-right: auto;
  color: white;
  background-color: #77BC43;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3em;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.image-bg-section__play-button svg {
  display: block;
  width: 1em;
  height: 1em;
  max-width: 36px; }

@media (min-width: 600px) {
  .image-bg-section__bg-image {
    width: 50%;
    height: 100%;
    float: left; } }

@media (min-width: 1050px) {
  .image-bg-section__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .image-bg-section__play-button {
    width: 144px;
    height: 144px;
    margin: 0;
    font-size: 6em; }
  .image-bg-section__text {
    width: calc(100% - 144px); } }

.gallery-wrap {
  width: 100%;
  font-size: 0.85rem; }

@media (min-width: 600px) {
  .gallery-wrap {
    font-size: 1rem; } }

@media (min-width: 800px) {
  .gallery-wrap__panels {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; } }

.gallery-wrap .gallery-slider__image,
.gallery-wrap .gallery-slider__images,
.gallery-wrap .slick-list,
.gallery-wrap .slick-track {
  height: 100%; }

.gallery-wrap__panel {
  padding: 6em 0; }

@media (min-width: 800px) {
  .gallery-wrap__panel {
    width: 50%;
    margin: 0; }
  .gallery-wrap__panel:first-child {
    width: 45%;
    max-width: 717.5px;
    margin-left: auto;
    padding-right: 9.9vw; } }

.gallery-wrap__panel > * {
  margin-bottom: 1rem; }

@media (min-width: 600px) {
  .gallery-wrap__panel > * {
    margin-bottom: 1.5rem; }
  .gallery-wrap__panel > *:first-child {
    margin-bottom: 1rem; } }

.gallery-wrap__panel > *:last-child {
  margin-bottom: 0; }

.gallery-wrap__panel-text {
  margin-bottom: 4rem; }

.gallery-slider {
  position: relative;
  padding: 0;
  height: 400px; }

@media (min-width: 800px) {
  .gallery-slider {
    height: auto; } }

.gallery-slider__controls {
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  color: white; }

@media (max-width: 799px) {
  .gallery-slider__controls {
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media (min-width: 800px) {
  .gallery-slider__controls {
    top: 6rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

.gallery-slider__controls .left,
.gallery-slider__controls .right {
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  width: 5.7vw;
  max-width: 110px;
  height: 5.7vw;
  max-height: 110px;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3.6rem;
  font-size: 2vw;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }

@media (max-width: 799px) {
  .gallery-slider__controls .left,
  .gallery-slider__controls .right {
    width: 75px;
    height: 75px;
    font-size: 3.5rem; } }

.gallery-slider__controls .left svg,
.gallery-slider__controls .right svg {
  height: 0.75em;
  width: 0.75em;
  max-width: 11px; }

.gallery-slider__controls .left:first-child,
.gallery-slider__controls .right:first-child {
  background: #77BC43; }

.gallery-slider__controls .left:last-child,
.gallery-slider__controls .right:last-child {
  background: #2B5134; }

.gallery-slider__controls .right svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.gallery-slider__images {
  margin-bottom: 0;
  width: 100%; }

@media (min-width: 800px) {
  .gallery-slider__images {
    position: absolute; } }

.gallery-slider__image {
  width: 100%;
  background: black;
  background-position: center;
  background-size: cover; }

.gallery-slider__thumbnails {
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.gallery-slider__thumbnails .slick-track {
  -webkit-transform: none !important;
  transform: none !important; }

.gallery-slider__thumbnails .thumbnail {
  display: block;
  width: 16.666% !important;
  height: 15vw;
  max-height: 239px;
  background-position: center;
  background-size: cover;
  outline: 0;
  cursor: pointer; }

.error-404 {
  padding: 5rem 0;
  min-height: 49vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }

.error-404 .page__header {
  margin-bottom: 3rem; }

.wysiwyg {
  margin-bottom: 3rem; }

.wysiwyg > * {
  margin-bottom: 2rem; }

.wysiwyg > *:only-child, .wysiwyg > *:last-child {
  margin-bottom: 0; }

.wysiwyg > *:first-child {
  padding-top: 0; }

.wysiwyg p + ul,
.wysiwyg p + ol {
  margin-top: -0.5em; }

@media (min-width: 900px) {
  .wysiwyg {
    margin-bottom: 4rem; } }

.wysiwyg ul:not(.gform_fields),
.wysiwyg ol:not(.gform_fields) {
  padding-left: 2.5rem;
  margin-bottom: 3rem; }

.wysiwyg ol:not(.gform_fields) {
  list-style-type: decimal; }

.wysiwyg ul:not(.gform_fields) li {
  position: relative; }

.wysiwyg ul:not(.gform_fields) li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #77BC43;
  border-radius: 50%;
  left: -1.75rem;
  top: 11px;
  display: inline-block;
  position: absolute; }

.wysiwyg strong {
  font-weight: bold; }

.wysiwyg pre {
  border: 1px solid #77BC43;
  padding: 3rem;
  font-weight: 600; }

.wysiwyg h3 {
  font-size: 1.5em !important;
  padding-top: 1em; }

.wysiwyg h4 {
  font-size: 1.5em;
  padding-top: 0.5em;
  font-weight: 600;
  color: #3B3B3B;
  margin-bottom: 0.5rem; }

.section-title__container + .wysiwyg,
.wysiwyg + .table {
  margin-top: -2rem; }

.wysiwyg + .section-title__container {
  margin-top: 6rem; }

.video {
  display: block;
  position: relative;
  margin-bottom: 3rem; }

.video img {
  width: 584px;
  max-width: 100%; }

.video .mdi {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.full-width-cta {
  padding: 3.4em 0 3.8em;
  background-position: center;
  background-size: cover; }

.full-width-cta__title {
  margin-bottom: 1em;
  max-width: 100%; }

.full-width-cta__title span {
  display: block;
  color: white; }

.full-width-cta__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (min-width: 900px) {
  .full-width-cta__contents {
    display: block; } }

@media (min-width: 1200px) {
  .full-width-cta__title {
    margin-bottom: 0;
    padding-right: 1rem; }
  .full-width-cta__contents {
    padding-left: 20%;
    margin-left: 2rem;
    padding-right: 24%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center; } }

.gallery, .gallery--gutters_titles, .gallery--gutters_titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.gallery__thumbnail {
  display: none; }

.gallery__image-title-overlay {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  font-size: 1.5em; }

.gallery__image-container {
  display: -ms-flexbox;
  display: flex;
  height: 50vw;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 265px; }

.gallery__image {
  -ms-flex: 1;
  flex: 1;
  background-position: center;
  background-size: cover; }

.gallery__image-caption {
  margin-top: 1rem; }

.gallery__caption {
  padding: 6px 10px;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  color: #77bc43; }

.gallery--gutters_titles .gallery__image-container {
  margin-bottom: 2.4rem;
  max-height: 200px; }

.gallery--embedded {
  margin-bottom: 60px; }

.gallery--embedded__thumbnails {
  margin-top: 20px;
  margin-bottom: 20px; }

.gallery--embedded__thumbnails .slick-list {
  padding: 10px 0px; }

.gallery--embedded__thumbnail-cont, .gallery--embedded__video-thumbnail {
  position: relative;
  width: 110px; }

.gallery--embedded__thumbnail-cont:before, .gallery--embedded__thumbnail-cont:after, .gallery--embedded__video-thumbnail:before, .gallery--embedded__video-thumbnail:after {
  background: transparent;
  content: "";
  display: block;
  height: 2px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  transition: background 250ms;
  width: calc(100% - 20px); }

.gallery--embedded__thumbnail-cont:first-of-type, .gallery--embedded__video-thumbnail:first-of-type {
  margin-left: -10px; }

.gallery--embedded__thumbnail-cont:last-of-type, .gallery--embedded__video-thumbnail:last-of-type {
  margin-right: -10px; }

.gallery--embedded__thumbnail-cont.slick-current:before, .gallery--embedded__thumbnail-cont.slick-current:after, .gallery--embedded__video-thumbnail.slick-current:before, .gallery--embedded__video-thumbnail.slick-current:after {
  background: #77BC43; }

.gallery--embedded__thumbnail-cont.slick-current:before, .gallery--embedded__video-thumbnail.slick-current:before {
  top: -10px; }

.gallery--embedded__thumbnail-cont.slick-current:after, .gallery--embedded__video-thumbnail.slick-current:after {
  bottom: -10px; }

.gallery--embedded__thumbnail-cont img, .gallery--embedded__video-thumbnail img {
  padding: 0px 10px; }

.gallery--embedded__video-thumbnail {
  -ms-flex-align: center;
  align-items: center;
  background: #77BC43;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px 10px;
  min-height: 90px;
  position: relative;
  width: 90px; }

.gallery--embedded__video-thumbnail > img.gallery--embedded__video-thumbnail__img {
  margin: 0 auto;
  padding: 0px; }

.gallery--embedded__video-thumbnail__play {
  bottom: 0px;
  left: 0px;
  margin: auto;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px; }

.gallery--embedded__images-cont {
  height: 400px;
  width: 100%; }

.gallery--embedded__images-cont img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

@media (min-width: 550px) {
  .gallery, .gallery--gutters_titles, .gallery--gutters_titles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6em; }
  .gallery__image-container {
    height: 35vw;
    width: 50%; }
  .gallery--gutters_titles {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3rem; }
  .gallery--gutters_titles .gallery__image-container {
    margin-bottom: 2rem;
    width: 48%; } }

@media (min-width: 700px) {
  .gallery__image-container {
    width: 33%;
    height: 28vw; } }

@media (min-width: 900px) {
  .gallery__image-container {
    height: 22vw; } }

@media (min-width: 1200px) {
  .gallery__image-container {
    height: 15vw; } }

.tabs .slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.tabs__navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (min-width: 900px) {
  .tabs__navigation {
    margin-bottom: 1em; } }

.tabs__navigation-tab {
  margin-right: 1em;
  margin-bottom: 1em;
  cursor: pointer; }

.tabs__navigation-tab.active .button {
  background: #2B5134; }

.tabs__navigation-tab.active .button__inner {
  background: #2B5134;
  color: white; }

.tabs__navigation-tab:last-child {
  margin-right: 0; }

.tabs__navigation-tab .button {
  min-width: 0; }

.tabs__tab {
  outline: 0; }

.contact-info .wysiwyg, .contact-info__button-section {
  margin-bottom: 3rem; }

.contact-info h3 {
  margin-bottom: 1rem; }

.contact-info__text-blocks em {
  color: #77BC43;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif; }

@media (min-width: 525px) {
  .contact-info {
    display: -ms-flexbox;
    display: flex; }
  .contact-info__text-blocks, .contact-info__buttons {
    -ms-flex: 1;
    flex: 1; }
  .contact-info__text-blocks {
    padding-right: 2rem; } }

.stock-chart {
  margin-bottom: 6rem;
  overflow: hidden; }

@media (max-width: 600px) {
  .stock-chart {
    display: none; } }

.qmmt_main .qmmt_header_bar {
  display: none; }

.stock-tickr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.stock-tickr__title {
  margin-bottom: 3rem; }

@media (max-width: 600px) {
  .stock-tickr {
    margin-top: 2rem;
    -ms-flex-direction: column;
    flex-direction: column; }
  .stock-tickr__title {
    margin-bottom: 3rem; } }

.stock-tickr > * {
  -ms-flex: 1;
  flex: 1; }

.data-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #EBEBEB; }

.stock-tickr__data {
  min-height: 500px; }

.news-release {
  display: block;
  margin-bottom: 0.5em;
  padding: 1em;
  padding-left: 0;
  padding-bottom: 2em; }

@media (max-width: 599px) {
  .date {
    margin-bottom: 1rem; } }

.date__date {
  color: #77BC43 !important;
  text-transform: uppercase; }

@media (min-width: 600px) {
  .news-release {
    padding: 0.2em 1em 0.75em 0; }
  .news-release .date {
    font-size: 0.9em; }
  .news-release .download-title {
    width: 86%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .news-release .download-title * {
    font-size: 16px; }
  .news-release .download-title h3 {
    font-size: 14px; } }

@media screen and (min-width: 500px) {
  .news-release.searchEl__result {
    display: -ms-flexbox;
    display: flex; } }

.anchor-buttons__title {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.9rem; }

.back-to-top {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 2rem;
  left: 5%;
  padding: 1rem;
  font-weight: 500;
  opacity: 0;
  background: white;
  -ms-flex-align: center;
  align-items: center;
  transition: .5s opacity ease; }

.back-to-top__icon {
  margin-top: -1rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.back-to-top__icon path {
  fill: #77BC43; }

.back-to-top.show {
  opacity: 1; }

.page_teaser__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }

@media (min-width: 640px) {
  .page_teaser__box {
    height: auto;
    min-height: 200px; } }

.page_teaser__box:hover {
  cursor: pointer; }

.page_teaser__box:hover .page_teaser__content {
  background-color: #77BC43; }

.page_teaser__box:hover .page_teaser__content:before {
  border-color: transparent transparent transparent #77BC43; }

.page_teaser__content {
  position: relative;
  width: 100%;
  padding: 20px 20px 40px;
  background-color: #2B5134;
  transition: ease background-color 0.4s; }

@media (min-width: 640px) {
  .page_teaser__content {
    width: 60%;
    padding: 40px 20px 0 40px; }
  .page_teaser__content:before {
    content: " ";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 100px 55px;
    border-color: transparent transparent transparent #2B5134;
    transition: ease all 0.4s; } }

@media (min-width: 1440px) {
  .page_teaser__content {
    width: 40%; } }

.page_teaser__content .headline {
  font-size: 28px;
  margin-bottom: 10px;
  color: #FFFFFF;
  text-transform: uppercase; }

.page_teaser__content p {
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.page_teaser__image {
  width: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

@media (min-width: 640px) {
  .page_teaser__image {
    width: 40%; } }

@media (min-width: 1440px) {
  .page_teaser__image {
    width: 60%; } }

.post-list__post {
  line-height: 1.5; }

.post-list__post-type {
  margin-bottom: 20px; }

.post-list__post-type-title {
  margin-bottom: 10px; }

.searchEl {
  padding-bottom: 100px; }

@media screen and (min-width: 700px) {
  .searchEl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start; } }

.searchEl__result {
  padding: 10px 20px;
  margin-bottom: 10px;
  border: 1px solid #f1f1f1;
  display: block; }

@media screen and (min-width: 700px) {
  .searchEl__result {
    width: 49.5%; } }

.searchEl__result-date {
  float: right;
  color: grey;
  font-size: 14px; }

.searchEl__header {
  background: #f1f1f1;
  padding: 50px 0;
  margin-bottom: 20px; }

.searchEl__header h1 {
  padding-bottom: 0; }

.search-again {
  background: #EEEEEE;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 90px 0 150px; }

.search-again__title {
  margin-bottom: 30px; }

.search-again form {
  margin: 0 auto;
  display: inline-block; }

.search-again .searchform__input {
  font-size: 16px;
  padding: 16px;
  width: 600px;
  max-width: 90%;
  transition: 0.25s all ease-in; }

.search-again .searchform__icon {
  right: 35px;
  margin-top: 2px; }

.search-again svg {
  width: 29px !important;
  height: 29px !important; }

.search-again__or {
  margin: 30px 0; }

.search-again .searchform {
  height: 50px; }

.search-again .searchform > div {
  position: relative; }

.search-again .searchform__input {
  box-shadow: 10px 1px 20px 0px rgba(0, 0, 0, 0.02); }

.search-again .searchform__input:focus {
  font-size: 20px;
  padding: 20px;
  width: 650px;
  max-width: 90%;
  box-shadow: 0 20px 30px 0px rgba(0, 0, 0, 0.1);
  outline: none; }

.searchform {
  position: relative; }

.searchform__input {
  border: none;
  padding: 10px;
  width: 100%; }

.searchform__icon {
  border: none;
  background: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer; }

.searchform__icon svg path {
  fill: #77BC43; }

.button-row .button {
  margin-right: 30px;
  margin-bottom: 20px; }

.anchor {
  margin-bottom: 20px; }

.species {
  padding: 20px 0; }

.species h3 {
  padding: 15px 20px;
  background-color: #f4f9f0;
  font-size: 14px;
  margin-bottom: 10px; }

.species__container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.species__container:after {
  position: absolute;
  bottom: 55px;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #77BC43, #2B5134); }

@media screen and (min-width: 1024px) {
  .species__container:after {
    content: " "; } }

.species__field {
  width: 100%;
  padding: 12px 20px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (min-width: 1024px) {
  .species__field {
    width: auto;
    display: block; } }

.species__field p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase; }

@media screen and (min-width: 1024px) {
  .species__field p {
    display: block; } }

.species__field svg {
  width: 32px;
  height: 32px; }

.species__field svg path {
  fill: #77BC43; }

.language_switcher img {
  margin-right: 10px; }

.post {
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 20px; }

.post__container {
  display: -ms-flexbox;
  display: flex; }

.post__thumbnail {
  height: 225px;
  background-color: #eee;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media screen and (min-width: 768px) {
  .post__thumbnail {
    height: 300px; } }

.post__content {
  padding: 20px 30px 40px; }

.post__meta {
  margin-bottom: 10px; }

.post__category {
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 0.8rem; }

.post__date {
  font-size: 0.8rem; }

.post__headline {
  margin-bottom: 10px; }

.post__text {
  margin-bottom: 30px; }

.posts {
  width: 100%; }

.language-switcher ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.language-switcher li {
  margin: 0 10px;
  text-transform: uppercase;
  color: #77bc43; }

.language-switcher li,
.language-switcher a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  line-height: 1.625;
  font-weight: 500; }

.language-switcher a {
  color: #2b5134; }

.language-switcher a:hover {
  color: #77bc43; }

.spinner {
  position: fixed;
  top: 30%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: .5s opacity ease;
  transition-delay: 0s;
  pointer-events: none;
  z-index: 10000;
  width: 100px;
  height: 100px; }

.spinner.loading {
  opacity: 1;
  transition-delay: 2s; }

.spinner .double-bounce1, .spinner .double-bounce2 {
  background-color: #77BC43; }

p, h1, h2, h3, h4, h5, h6 {
  transition: .05s opacity ease; }

.wf-loading p, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6 {
  opacity: 0; }

.single-title {
  margin-bottom: 40px; }

.main--single {
  margin: 50px 0; }

.pjax-container {
  overflow-x: hidden; }

.bg-overlay, .main-header, .image-bg-section, .gallery-slider__thumbnails .thumbnail.slick-current, .main-header, .image-bg-section, .image-bg-section, .gallery-slider__thumbnails .thumbnail.slick-current {
  position: relative; }

.bg-overlay:before, .main-header:before, .image-bg-section:before, .gallery-slider__thumbnails .thumbnail.slick-current:before, .main-header:before, .image-bg-section:before, .image-bg-section:before, .gallery-slider__thumbnails .thumbnail.slick-current:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none; }

.bg-overlay .grid, .main-header .grid, .image-bg-section .grid, .gallery-slider__thumbnails .thumbnail.slick-current .grid, .bg-overlay .site-footer__inner, .main-header .site-footer__inner, .image-bg-section .site-footer__inner, .gallery-slider__thumbnails .thumbnail.slick-current .site-footer__inner, .bg-overlay .legal__inner, .main-header .legal__inner, .image-bg-section .legal__inner, .gallery-slider__thumbnails .thumbnail.slick-current .legal__inner, .bg-overlay .main-navigation__main, .main-header .main-navigation__main, .image-bg-section .main-navigation__main, .gallery-slider__thumbnails .thumbnail.slick-current .main-navigation__main, .bg-overlay .main-navigation__topbar-inner, .main-header .main-navigation__topbar-inner, .image-bg-section .main-navigation__topbar-inner, .gallery-slider__thumbnails .thumbnail.slick-current .main-navigation__topbar-inner, .main-header .grid, .image-bg-section .grid, .main-header .site-footer__inner, .image-bg-section .site-footer__inner, .main-header .legal__inner, .image-bg-section .legal__inner, .main-header .main-navigation__main, .image-bg-section .main-navigation__main, .main-header .main-navigation__topbar-inner, .image-bg-section .main-navigation__topbar-inner, .image-bg-section .grid, .image-bg-section .site-footer__inner, .image-bg-section .legal__inner, .image-bg-section .main-navigation__main, .image-bg-section .main-navigation__topbar-inner, .gallery-slider__thumbnails .thumbnail.slick-current .grid, .gallery-slider__thumbnails .thumbnail.slick-current .site-footer__inner, .gallery-slider__thumbnails .thumbnail.slick-current .legal__inner, .gallery-slider__thumbnails .thumbnail.slick-current .main-navigation__main, .gallery-slider__thumbnails .thumbnail.slick-current .main-navigation__topbar-inner, .bg-overlay .main-navigation__main, .main-header .main-navigation__main, .image-bg-section .main-navigation__main, .gallery-slider__thumbnails .thumbnail.slick-current .main-navigation__main, .main-header .main-navigation__main, .image-bg-section .main-navigation__main, .image-bg-section .main-navigation__main, .gallery-slider__thumbnails .thumbnail.slick-current .main-navigation__main, .bg-overlay .main-navigation__topbar-inner, .main-header .main-navigation__topbar-inner, .image-bg-section .main-navigation__topbar-inner, .gallery-slider__thumbnails .thumbnail.slick-current .main-navigation__topbar-inner, .main-header .main-navigation__topbar-inner, .image-bg-section .main-navigation__topbar-inner, .image-bg-section .main-navigation__topbar-inner, .gallery-slider__thumbnails .thumbnail.slick-current .main-navigation__topbar-inner, .bg-overlay .site-footer__inner, .main-header .site-footer__inner, .image-bg-section .site-footer__inner, .gallery-slider__thumbnails .thumbnail.slick-current .site-footer__inner, .main-header .site-footer__inner, .image-bg-section .site-footer__inner, .image-bg-section .site-footer__inner, .gallery-slider__thumbnails .thumbnail.slick-current .site-footer__inner, .bg-overlay .legal__inner, .main-header .legal__inner, .image-bg-section .legal__inner, .gallery-slider__thumbnails .thumbnail.slick-current .legal__inner, .main-header .legal__inner, .image-bg-section .legal__inner, .image-bg-section .legal__inner, .gallery-slider__thumbnails .thumbnail.slick-current .legal__inner {
  position: relative; }

.bg-overlay--2:before, .image-bg-section:before, .gallery-slider__thumbnails .thumbnail.slick-current:before, .image-bg-section:before, .gallery-slider__thumbnails .thumbnail.slick-current:before {
  background-color: rgba(0, 0, 0, 0.13); }

.bg-overlay--3:before {
  background-color: rgba(0, 0, 0, 0.45); }

.admin-bar .main-navigation {
  top: 32px; }

@media (min-width: 900px) {
  body .pjax-container .mobile-only {
    display: none !important; } }

@media (max-width: 900px) {
  body .pjax-container .desktop-only {
    display: none !important; } }

.anchor-buttons {
  outline: 0; }

img {
  height: auto; }

.gform_button {
  border: none;
  font-size: 14px !important;
  letter-spacing: 2px !important;
  padding: 0.7rem 1rem; }

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