@media screen {
  /* For phones */
}
@media screen and (min-width: 480px) {
  /* For tablets */
}
@media screen and (min-width: 768px) {
  /* For tablets */
}
@media screen and (min-width: 1024px) {
  /* For desktop */
}
html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 1.5rem;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Aileron;
}

@media screen and (max-width: 767px) {
  /* For phones */
}
@media screen and (min-width: 768px) {
  /* For tablets */
}
@media screen and (min-width: 1024px) {
  /* For desktop */
}
@font-face {
  font-family: Aileron;
  font-weight: 100;
  src: url(../fonts/Aileron-Thin.otf);
}
@font-face {
  font-family: Aileron;
  font-weight: 300;
  src: url(../fonts/Aileron-Light.otf);
}
@font-face {
  font-family: Aileron;
  font-weight: 400;
  src: url(../fonts/Aileron-Regular.otf);
}
@font-face {
  font-family: Aileron;
  font-weight: 700;
  src: url(../fonts/Aileron-Bold.otf);
}
@font-face {
  font-family: Aileron;
  font-weight: 900;
  src: url(../fonts/Aileron-Black.otf);
}
/* Typography */
@media screen {
  /* For phones */
  h1,
  h2,
  h3,
  h4,
  h5,
  p,
  strong,
  ol,
  ul,
  li,
  p,
  a,
  span,
  .text {
    font-family: Aileron;
    font-size: 1.6rem;
    letter-spacing: 0;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.05rem;
  }
  h1 {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: normal;
    letter-spacing: 0rem;
    padding-bottom: 1.5rem;
  }
  h2 {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: normal;
    letter-spacing: 0.1rem;
    padding-bottom: 1.5rem;
  }
  h3 {
    font-weight: 700;
    font-size: 2rem;
    line-height: normal;
    letter-spacing: 0.1rem;
    padding-bottom: 1.5rem;
  }
  h4 {
    font-weight: 400;
    font-size: 2rem;
    line-height: normal;
    letter-spacing: 0.1rem;
    padding-bottom: 1.5rem;
  }
  h5 {
    font-weight: 300;
    font-size: 2rem;
    line-height: normal;
    letter-spacing: 0.1rem;
    padding-bottom: 1.5rem;
  }
  strong {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    font-size: inherit;
  }
  p {
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  ul li, ol li {
    text-decoration: none;
  }
  ul li a, ol li a {
    text-decoration: none;
  }
  li h1,
  li h2,
  li h3,
  li h4,
  li h5 {
    padding-bottom: 0.5rem;
  }
  .text {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    color: inherit;
  }
  .centered-text {
    position: relative;
    padding: 1rem 3rem;
    display: block;
    width: 100%;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: inherit;
  }
  ul li {
    text-decoration: none;
  }
  ul li a {
    text-decoration: none;
  }
  p,
  .text p,
  .text ul,
  .text ol,
  .text ul li,
  .text ol li {
    margin-bottom: 1.5rem;
  }
  .text ul {
    list-style: disc;
  }
  .text ul li {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    margin-left: 2rem;
    margin-bottom: 0.75rem;
  }
  p a {
    color: inherit;
    text-decoration: none;
  }
  p a:hover {
    text-decoration: underline;
  }
  .dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (min-width: 768px) {
  /* For tablets */
  h1,
  h2,
  h3,
  h4,
  h5,
  p,
  strong,
  ul,
  ol,
  li,
  p,
  a,
  span,
  .text {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
  }
  h1 {
    font-size: 3.2rem;
    padding-bottom: 1.25rem;
  }
  h2 {
    font-size: 2.8rem;
    padding-bottom: 1.25rem;
  }
  h3 {
    font-size: 2rem;
    padding-bottom: 1.25rem;
  }
  h4 {
    font-size: 1.8rem;
    padding-bottom: 1.25rem;
  }
  h5 {
    font-size: 1.6rem;
    padding-bottom: 1.25rem;
  }
  strong {
    font-size: 1.6rem;
    font-size: inherit;
  }
  p {
    font-size: 1.6rem;
  }
  ul li, ol li {
    text-decoration: none;
  }
  ul li a, ol li a {
    text-decoration: none;
  }
  ul strong, ol strong {
    font-size: inherit;
  }
  li h1,
  li h2,
  li h3,
  li h4,
  li h5 {
    padding-bottom: 0.5rem;
  }
  ul li {
    text-decoration: none;
  }
  ul li a {
    text-decoration: none;
  }
  .text ul {
    list-style: disc;
  }
  .text ul li {
    font-size: 1.6rem;
  }
  p a {
    color: inherit;
    text-decoration: none;
  }
  p a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) {
  /* For desktop */
}
/*
@media screen and (max-width: 600px) {

	.text {
		padding: 1rem 3rem;
	}

	.centered-text {
		padding: 1rem 3rem;
	}
}

p,
.text p,
.text ul,
.text ul li {
	font-size: 1.5rem;
	letter-spacing: 0.075rem;
	font-weight: 300;
	line-height: 1.75rem;
	margin-bottom: 1.25rem;
}

.text ul {
	list-style: disc;

	li {
		font-size: 1.5rem;
		line-height: 1.5rem;
		font-weight: 400;
		margin-left: 2rem;
		margin-bottom: 0.75rem;
	}
}

p a {
	color: inherit;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}*/
/*
@media screen and (max-width: 414px) {
	h1 {
		font-weight: 600;
		font-size: 1.6em;
		line-height: 1.3em;
	}

	h2 {
		font-weight: 500;
		font-size: 1.15em;
		line-height: 1.3em;
		letter-spacing: 0.01em;
		white-space: normal;
	}

	h3 {
		font-weight: 400;
		font-size: 1.0em;
		line-height: 1.3em;
		letter-spacing: 0.01em;
		white-space: normal;
	}

	h4 {
		font-weight: 400;
		font-size: 1em;
		line-height: 1em;
		letter-spacing: 0.01em;
		white-space: normal;
	}
}*/
/* Responsive Grid */
@media screen {
  /* For phones */
}
@media screen and (min-width: 768px) {
  /* For tablets */
}
@media screen and (min-width: 1024px) {
  /* For desktop */
}
@media screen and (max-width: 767px) {
  /* For phones */
  .hidden--phone {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 1025px) {
  /* For tablets */
  .hidden--tablet {
    display: none;
    visibility: hidden;
  }
}
@media screen {
  .grid {
    width: 100%;
    max-width: 1024px;
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  .row {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 2px;
  }
  .connect-rows {
    margin-top: 0;
  }
  .columns,
  .column {
    width: 100%;
    display: block;
    float: left;
  }
  .twelve-twelve {
    width: 100%;
    margin-left: 0%;
  }
  .ten-twelve {
    width: 83.33%;
    margin-left: 0%;
  }
  .nine-twelve {
    width: 75%;
    margin-left: 0%;
  }
  .eight-twelve {
    width: 66.666666%;
    margin-left: 0;
  }
  .seven-twelve {
    width: 58.3333333%;
    margin-left: 0;
  }
  .six-twelve {
    width: 50%;
    margin-left: 0%;
  }
  .five-twelve {
    width: 41.66666%;
    margin-left: 0%;
  }
  .four-twelve {
    width: 33.33%;
    width: 33.3333333333%;
  }
  .three-twelve {
    width: 25%;
    margin-left: 0%;
  }
  .two-twelve {
    width: 16.666666666%;
    margin-left: 0%;
  }
  .one-twelve {
    width: 8.333333333%;
    margin-left: 0%;
  }
  .columns:first-child {
    margin-left: 0%;
  }
}
@media screen {
  /* For phones */
  .grid--flex .row {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
  }
  .grid--flex .row--centered {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .grid--flex .row .columns,
  .grid--flex .row .column {
    width: 100%;
    float: initial;
    flex: 1 1 auto;
    height: auto;
  }
  .grid--flex .row .columns > .content,
  .grid--flex .row .column > .content {
    padding: 3rem;
  }
  .grid--flex .row .columns > .content--image,
  .grid--flex .row .column > .content--image {
    padding: 3rem 3rem 0rem 3rem;
    margin-bottom: -1.5rem;
  }
  .grid--flex .row .columns.gallery-padding,
  .grid--flex .row .column.gallery-padding {
    padding: 0 0.75rem 0.75rem 0;
    flex: 0 1 auto !important;
  }
  .grid--flex .row .columns.left,
  .grid--flex .row .column.left {
    order: unset !important;
  }
  .grid--flex .row .columns.left > .content, .grid--flex .row .columns.left > .content--image,
  .grid--flex .row .column.left > .content,
  .grid--flex .row .column.left > .content--image {
    padding-right: 3rem;
  }
  .grid--flex .row .columns.right,
  .grid--flex .row .column.right {
    order: unset !important;
  }
  .grid--flex .row .columns.right > .content, .grid--flex .row .columns.right > .content--image,
  .grid--flex .row .column.right > .content,
  .grid--flex .row .column.right > .content--image {
    padding-left: 3rem;
  }
  .grid--flex .row .columns.twelve-twelve,
  .grid--flex .row .column.twelve-twelve {
    width: 100%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.ten-twelve,
  .grid--flex .row .column.ten-twelve {
    width: 100%;
  }
  .grid--flex .row .columns.ten-twelve--s,
  .grid--flex .row .column.ten-twelve--s {
    width: 83.3333%;
    width: 83.3333333333%;
    flex: 0 0 auto;
  }
  .grid--flex .row .columns.nine-twelve,
  .grid--flex .row .column.nine-twelve {
    width: 100%;
  }
  .grid--flex .row .columns.eight-twelve,
  .grid--flex .row .column.eight-twelve {
    width: 100%;
    flex: 1 0 auto;
  }
  .grid--flex .row .columns.eight-twelve--s,
  .grid--flex .row .column.eight-twelve--s {
    width: 66.666666%;
    width: 66.6666666667%;
    flex: 0 0 auto;
  }
  .grid--flex .row .columns.seven-twelve,
  .grid--flex .row .column.seven-twelve {
    width: 100%;
  }
  .grid--flex .row .columns.six-twelve,
  .grid--flex .row .column.six-twelve {
    width: 100%;
  }
  .grid--flex .row .columns.six-twelve--s,
  .grid--flex .row .column.six-twelve--s {
    width: 50%;
    margin-left: 0%;
    width: 50%;
    flex: 0 0 auto;
  }
  .grid--flex .row .columns.five-twelve,
  .grid--flex .row .column.five-twelve {
    width: 100%;
  }
  .grid--flex .row .columns.five-twelve--s,
  .grid--flex .row .column.five-twelve--s {
    margin-left: 0%;
    width: 41.6666666667%;
    flex: 0 0 auto;
  }
  .grid--flex .row .columns.four-twelve,
  .grid--flex .row .column.four-twelve {
    width: 100%;
  }
  .grid--flex .row .columns.four-twelve--s,
  .grid--flex .row .column.four-twelve--s {
    width: 33.33%;
    margin-left: 0%;
    width: 33.3333333333%;
    flex: 0 0 auto;
  }
  .grid--flex .row .columns.three-twelve,
  .grid--flex .row .column.three-twelve {
    width: 100%;
  }
  .grid--flex .row .columns.three-twelve--s,
  .grid--flex .row .column.three-twelve--s {
    width: 25%;
    margin-left: 0%;
    width: 25%;
    flex: 1 0 auto;
  }
  .grid--flex .row .columns.two-twelve,
  .grid--flex .row .column.two-twelve {
    width: 100%;
  }
  .grid--flex .row .columns.one-twelve,
  .grid--flex .row .column.one-twelve {
    width: 100%;
  }
  .grid--flex .row .columns.one-twelve--s,
  .grid--flex .row .column.one-twelve--s {
    margin-left: 0%;
    width: 8.3333333333%;
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  /* For tablets */
  .grid--flex .row {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
  }
  .grid--flex .row .columns,
  .grid--flex .row .column {
    width: 100%;
    float: initial;
    flex: 1 1 auto;
    height: auto;
  }
  .grid--flex .row .columns > .content,
  .grid--flex .row .column > .content {
    flex: 1 1 auto;
    padding: 4.5rem 6rem;
  }
  .grid--flex .row .columns > .content--image,
  .grid--flex .row .column > .content--image {
    flex: 1 1 auto;
    padding: 4.5rem 6rem 0rem 6rem;
    margin-bottom: -3rem;
    margin-right: -3rem;
  }
  .grid--flex .row .columns > .content--image,
  .grid--flex .row .column > .content--image {
    width: 100%;
    height: auto;
  }
  .grid--flex .row .columns.left,
  .grid--flex .row .column.left {
    order: -11;
  }
  .grid--flex .row .columns.left > .content, .grid--flex .row .columns.left > .content--image,
  .grid--flex .row .column.left > .content,
  .grid--flex .row .column.left > .content--image {
    padding-right: 3rem;
  }
  .grid--flex .row .columns.right,
  .grid--flex .row .column.right {
    order: 11;
  }
  .grid--flex .row .columns.right > .content, .grid--flex .row .columns.right > .content--image,
  .grid--flex .row .column.right > .content,
  .grid--flex .row .column.right > .content--image {
    padding-left: 3rem;
  }
  .grid--flex .row .columns.twelve-twelve,
  .grid--flex .row .column.twelve-twelve {
    width: 100%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.twelve-twelve .content,
  .grid--flex .row .column.twelve-twelve .content {
    padding: 4.5rem 6rem !important;
  }
  .grid--flex .row .columns.ten-twelve,
  .grid--flex .row .column.ten-twelve {
    width: 83.33%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.ten-twelve--m,
  .grid--flex .row .column.ten-twelve--m {
    width: 83.33%;
    width: 83.3333333333%;
    flex: 1 0 auto;
  }
  .grid--flex .row .columns.nine-twelve,
  .grid--flex .row .column.nine-twelve {
    width: 75%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.nine-twelve--m,
  .grid--flex .row .column.nine-twelve--m {
    width: 75%;
    width: 75%;
    flex: 1 0 auto;
  }
  .grid--flex .row .columns.eight-twelve,
  .grid--flex .row .column.eight-twelve {
    width: 66.666666%;
    width: 66.6666666667%;
    flex: 1 0 auto;
  }
  .grid--flex .row .columns.eight-twelve--m,
  .grid--flex .row .column.eight-twelve--m {
    width: 66.666666%;
    width: 66.6666666667%;
    flex: 1 0 auto;
  }
  .grid--flex .row .columns.seven-twelve,
  .grid--flex .row .column.seven-twelve {
    width: 58.3333333%;
    margin-left: 0;
  }
  .grid--flex .row .columns.six-twelve,
  .grid--flex .row .column.six-twelve {
    width: 50%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.six-twelve--m,
  .grid--flex .row .column.six-twelve--m {
    width: 50%;
    margin-left: 0%;
    flex: 1 0 50%;
  }
  .grid--flex .row .columns.five-twelve,
  .grid--flex .row .column.five-twelve {
    width: 41.66666%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.four-twelve,
  .grid--flex .row .column.four-twelve {
    width: 33.3333%;
    width: 33.3333333333%;
    flex: 1 0 auto;
  }
  .grid--flex .row .columns.four-twelve--m,
  .grid--flex .row .column.four-twelve--m {
    width: 33.3333%;
    width: 33.3333333333%;
    flex: 1 0 auto;
  }
  .grid--flex .row .columns.three-twelve,
  .grid--flex .row .column.three-twelve {
    width: 25%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.three-twelve--m,
  .grid--flex .row .column.three-twelve--m {
    width: 25%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.two-twelve,
  .grid--flex .row .column.two-twelve {
    width: 16.666666666%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.one-twelve,
  .grid--flex .row .column.one-twelve {
    width: 8.333333333%;
    margin-left: 0%;
  }
}
@media screen and (min-width: 1024px) {
  /* For desktop */
  .grid--flex .row {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
  }
  .grid--flex .row .columns,
  .grid--flex .row .column {
    width: 100%;
    float: initial;
    flex: 1 1 auto;
    height: auto;
  }
  .grid--flex .row .columns > .content,
  .grid--flex .row .column > .content {
    flex: 1 1 auto;
    padding: 4.5rem 6rem;
  }
  .grid--flex .row .columns > .content--image,
  .grid--flex .row .column > .content--image {
    flex: 1 1 auto;
    padding: 4.5rem 6rem 0rem 6rem;
    margin-bottom: -3rem;
    margin-right: -3rem;
  }
  .grid--flex .row .columns > .content--image,
  .grid--flex .row .column > .content--image {
    width: 100%;
    height: auto;
  }
  .grid--flex .row .columns.left,
  .grid--flex .row .column.left {
    order: -11;
  }
  .grid--flex .row .columns.left > .content, .grid--flex .row .columns.left > .content--image,
  .grid--flex .row .column.left > .content,
  .grid--flex .row .column.left > .content--image {
    padding-right: 3rem;
  }
  .grid--flex .row .columns.right,
  .grid--flex .row .column.right {
    order: 11;
  }
  .grid--flex .row .columns.right > .content, .grid--flex .row .columns.right > .content--image,
  .grid--flex .row .column.right > .content,
  .grid--flex .row .column.right > .content--image {
    padding-left: 3rem;
  }
  .grid--flex .row .columns.twelve-twelve,
  .grid--flex .row .column.twelve-twelve {
    width: 100%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.twelve-twelve .content,
  .grid--flex .row .column.twelve-twelve .content {
    padding: 4.5rem 6rem !important;
  }
  .grid--flex .row .columns.ten-twelve,
  .grid--flex .row .column.ten-twelve {
    width: 83.33%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.nine-twelve,
  .grid--flex .row .column.nine-twelve {
    width: 75%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.nine-twelve--l,
  .grid--flex .row .column.nine-twelve--l {
    width: 75%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.eight-twelve,
  .grid--flex .row .column.eight-twelve {
    width: 66.666666%;
    width: 66.6666666667%;
    flex: 1 0 auto;
  }
  .grid--flex .row .columns.seven-twelve,
  .grid--flex .row .column.seven-twelve {
    width: 58.3333333%;
    margin-left: 0;
  }
  .grid--flex .row .columns.six-twelve,
  .grid--flex .row .column.six-twelve {
    width: 50%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.six-twelve--l,
  .grid--flex .row .column.six-twelve--l {
    width: 50%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.five-twelve,
  .grid--flex .row .column.five-twelve {
    width: 41.66666%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.four-twelve,
  .grid--flex .row .column.four-twelve {
    width: 33.3333%;
    width: 33.3333333333%;
    flex: 1 0 auto;
  }
  .grid--flex .row .columns.three-twelve,
  .grid--flex .row .column.three-twelve {
    width: 25%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.three-twelve--l,
  .grid--flex .row .column.three-twelve--l {
    width: 25%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.two-twelve,
  .grid--flex .row .column.two-twelve {
    width: 16.666666666%;
    margin-left: 0%;
  }
  .grid--flex .row .columns.one-twelve,
  .grid--flex .row .column.one-twelve {
    width: 8.333333333%;
    margin-left: 0%;
  }
}
@media screen {
  /* For phones */
  .background {
    height: 100%;
  }
  .background--green {
    background-color: #006838;
    color: white;
  }
  .background--green ul,
  .background--green ul li,
  .background--green ul li a,
  .background--green ul a {
    color: inherit !important;
  }
  .background--green ul li a,
  .background--green ul a {
    color: inherit !important;
  }
  .background--green ul li a:hover, .background--green ul li a.active,
  .background--green ul a:hover,
  .background--green ul a.active {
    color: inherit !important;
  }
  .background--gray {
    background-color: #E8E8E8;
    color: #006838;
  }
  .background--gray ul,
  .background--gray ul li,
  .background--gray ul li a,
  .background--gray ul a {
    color: inherit !important;
  }
  .background--gray ul li a,
  .background--gray ul a {
    color: inherit !important;
  }
  .background--gray ul li a:hover, .background--gray ul li a.active,
  .background--gray ul a:hover,
  .background--gray ul a.active {
    color: #39b54a !important;
  }
  .background--dark-gray {
    background-color: #4B4646;
    color: #BABABA;
  }
  .background--dark-gray ul,
  .background--dark-gray ul li,
  .background--dark-gray ul li a,
  .background--dark-gray ul a {
    color: inherit !important;
  }
  .background--dark-gray ul li a,
  .background--dark-gray ul a {
    color: inherit !important;
  }
  .background--dark-gray ul li a:hover, .background--dark-gray ul li a.active,
  .background--dark-gray ul a:hover,
  .background--dark-gray ul a.active {
    color: white !important;
  }
  .background--blue {
    background-color: #29aae2;
    color: white;
  }
  .background--blue ul,
  .background--blue ul li,
  .background--blue ul li a,
  .background--blue ul a {
    color: inherit !important;
  }
  .background--blue ul li a,
  .background--blue ul a {
    color: inherit !important;
  }
  .background--blue ul li a:hover, .background--blue ul li a.active,
  .background--blue ul a:hover,
  .background--blue ul a.active {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  /* For tablets */
}
@media screen and (min-width: 1024px) {
  /* For desktop */
}
.wrapper {
  position: relative;
}

.hidden {
  display: none;
}

.page-wrap {
  position: relative;
}

@media screen {
  /* For phones */
  .responsive-media {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .responsive-media--fill {
    min-height: 100%;
    min-width: 100%;
  }
  .responsive-media--fill img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    overflow: hidden;
  }
  .responsive-media__aspect-ratio {
    height: 100%;
    width: 100%;
  }
  .responsive-media__aspect-ratio--4-3 {
    padding-top: 75%;
  }
  .responsive-media__aspect-ratio--16-9 {
    padding-top: 56.25%;
  }
  .responsive-media__aspect-ratio--3-2 {
    padding-top: 66.6666666667%;
  }
  .responsive-media__aspect-ratio--4-1 {
    padding-top: 25%;
  }
  .responsive-media__aspect-ratio--3-4 {
    padding-top: 133.33%;
    padding-top: 133.3333333333%;
  }
  .responsive-media__aspect-ratio--9-16 {
    padding-top: 177.7777777778%;
  }
  .responsive-media__aspect-ratio--2-3 {
    padding-top: 150%;
  }
  .responsive-media__aspect-ratio--2-1 {
    padding-top: 200%;
  }
  .responsive-media__aspect-ratio--1-1 {
    padding-top: 100%;
  }
  .responsive-media__aspect-ratio--4-5 {
    padding-top: 80%;
  }
  .responsive-media__aspect-ratio img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
  }
  .img-fluid {
    height: 100%;
    width: 100%;
  }
  .img-fluid img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }
  .img-fluid--contain {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .img-fluid--contain img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .img-fluid--height img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .split-article-dynamic__portrait {
    padding: 3rem 3rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 320px) {
  /* For phones */
  .responsive-media {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .responsive-media--fill {
    min-height: 100%;
    min-width: 100%;
  }
  .responsive-media--fill img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    overflow: hidden;
  }
  .responsive-media__aspect-ratio {
    height: 100%;
    width: 100%;
  }
  .responsive-media__aspect-ratio--4-3--s {
    padding-top: 75%;
  }
  .responsive-media__aspect-ratio--16-9--s {
    padding-top: 56.25%;
  }
  .responsive-media__aspect-ratio--3-2--s {
    padding-top: 66.6666666667%;
  }
  .responsive-media__aspect-ratio--4-1--s {
    padding-top: 25%;
  }
  .responsive-media__aspect-ratio--3-4--s {
    padding-top: 133.33%;
    padding-top: 133.3333333333%;
  }
  .responsive-media__aspect-ratio--9-16--s {
    padding-top: 177.7777777778%;
  }
  .responsive-media__aspect-ratio--2-3--s {
    padding-top: 150%;
  }
  .responsive-media__aspect-ratio--2-1--s {
    padding-top: 200%;
  }
  .responsive-media__aspect-ratio--1-1--s {
    padding-top: 100%;
  }
  .responsive-media__aspect-ratio--4-5--s {
    padding-top: 80%;
  }
  .responsive-media__aspect-ratio img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
  }
  .img-fluid {
    height: 100%;
    width: 100%;
  }
  .img-fluid img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }
  .img-fluid--contain img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .img-fluid--height img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 480px) {
  /* For tablets */
  .responsive-media {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .responsive-media--fill {
    min-height: 100%;
    min-width: 100%;
  }
  .responsive-media--fill img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    overflow: hidden;
  }
  .responsive-media__aspect-ratio--4-3--m {
    padding-top: 75%;
  }
  .responsive-media__aspect-ratio--16-9--m {
    padding-top: 56.25%;
  }
  .responsive-media__aspect-ratio--3-2--m {
    padding-top: 66.6666666667%;
  }
  .responsive-media__aspect-ratio--5-2--m {
    padding-top: 40%;
  }
  .responsive-media__aspect-ratio--4-1--m {
    padding-top: 25%;
  }
  .responsive-media__aspect-ratio--3-4--m {
    padding-top: 133.33%;
    padding-top: 133.3333333333%;
  }
  .responsive-media__aspect-ratio--9-16--m {
    padding-top: 177.7777777778%;
  }
  .responsive-media__aspect-ratio--2-3--m {
    padding-top: 150%;
  }
  .responsive-media__aspect-ratio--2-1--m {
    padding-top: 200%;
  }
  .responsive-media__aspect-ratio--1-1--m {
    padding-top: 100%;
  }
  .responsive-media__aspect-ratio--4-5--m {
    padding-top: 80%;
  }
}
@media screen and (min-width: 768px) {
  /* For desktop */
  .responsive-media {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .responsive-media--fill {
    min-height: 100%;
    min-width: 100%;
  }
  .responsive-media--fill img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    overflow: hidden;
  }
  .responsive-media__aspect-ratio--4-3--l {
    padding-top: 75%;
  }
  .responsive-media__aspect-ratio--16-9--l {
    padding-top: 56.25%;
  }
  .responsive-media__aspect-ratio--3-2--l {
    padding-top: 66.6666666667%;
  }
  .responsive-media__aspect-ratio--4-1--l {
    padding-top: 25%;
  }
  .responsive-media__aspect-ratio--3-4--l {
    padding-top: 133.33%;
    padding-top: 133.3333333333%;
  }
  .responsive-media__aspect-ratio--9-16--l {
    padding-top: 177.7777777778%;
  }
  .responsive-media__aspect-ratio--2-3--l {
    padding-top: 150%;
  }
  .responsive-media__aspect-ratio--2-1--l {
    padding-top: 200%;
  }
  .responsive-media__aspect-ratio--1-1--l {
    padding-top: 100%;
  }
  .responsive-media__aspect-ratio--4-5--l {
    padding-top: 80%;
  }
  .split-article-dynamic__portrait {
    padding: 4.5rem 6rem;
    padding-bottom: 0;
  }
}
@media screen {
  /* For phones */
  .header {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 6.5rem;
    z-index: 250;
    margin-bottom: -2px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: white;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.4);
  }
  .header__logo {
    height: 6.5rem;
    flex: 1 1 auto;
    display: flex;
    margin: 0 auto;
    padding: 0 1.5rem 0 3rem;
  }
  .header__logo img {
    align-self: center;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    padding: 1rem 0;
  }
  .header__button {
    flex: 0 1 auto;
    align-self: center;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
  }
  .header__button a {
    padding: 1rem 1.5rem;
    font-size: 2.75rem;
    color: black;
  }
  .header__nav {
    padding: 0 0;
    margin: 0;
    flex: 1 0 100%;
    width: 100%;
    border-bottom: 2px solid #006838;
    text-align: center;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header__nav li {
    flex: 1 0 auto;
    width: 100%;
    text-transform: uppercase;
    display: list-item;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header__nav li.header__nav--active a {
    color: #39b54a;
    text-decoration: underline;
  }
  .header__nav li.header__nav--active a:hover, .header__nav li.header__nav--active a:focus {
    color: white;
    background-color: #006838;
  }
  .header__nav a {
    display: block;
    font-weight: 300;
    font-size: 1.8rem;
    padding: 1rem 0;
    width: 100%;
    height: auto;
    float: none;
    line-height: normal;
    color: #006838;
    text-decoration: none;
  }
  .header__nav a:hover, .header__nav a:focus {
    background-color: #006838;
    color: white;
  }
}
@media screen and (min-width: 768px) {
  /* For tablets */
  .header {
    box-shadow: none;
    justify-content: space-between;
  }
  .header__logo {
    padding: 0 0;
    padding-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header__button {
    display: none;
  }
  .header__nav {
    flex: 0 1 0;
    padding-right: 1rem;
    padding-bottom: 1rem;
    flex-direction: row;
    gap: 0 1rem;
    justify-content: flex-end;
    align-items: end;
  }
  .header__nav li {
    width: auto;
    flex: 0 1 auto;
  }
  .header__nav li.header__nav--active a {
    color: #39b54a;
    text-decoration: underline;
  }
  .header__nav li.header__nav--active a:hover, .header__nav li.header__nav--active a:focus {
    background-color: unset;
    color: #39b54a;
  }
  .header__nav a {
    font-size: 1.4rem;
  }
  .header__nav a:hover, .header__nav a:focus {
    background-color: unset;
    text-decoration: none;
    color: #39b54a;
  }
}
@media screen and (min-width: 1024px) {
  /* For desktop */
  .header {
    margin: 0 auto;
    margin: 2rem auto 1rem auto;
    max-width: 1024px;
    box-shadow: none;
  }
  .header__logo {
    padding-right: 0;
    padding-left: 0;
  }
  .header__nav {
    padding-right: 0;
    gap: 0 1.5rem;
  }
  .header__nav a {
    font-size: 1.5rem;
  }
}
/*
.header {
    position: relative;
    z-index: 700;
    padding: 0 0;
    max-width: 900px;
    width: 100%;
    height: 3.5em;

    &__logo {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 42%;

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

    &__button {
        display: none;
    }

    &__nav {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-bottom: 0.75em;

        ul {
            li {
                text-transform: uppercase;
                display: inline-block;
                margin-left: 0.85em;
                color: #006738;

                &.header__nav__active {
                    color: #39b54a;

                }

                a {
                    font-weight: 400;
                    font-size: 1.6rem;
                    line-height: normal;
                    text-decoration: none;
                    color: inherit;

                }

                &:hover {
                    color: #39b54a;
                }





            }
        }

    }
}

.row:nth-of-type(1) {
    margin-top: 0;
}

.mobile-show {
    display: none;
}

@media screen and (max-width: 875px) {
    .header {
        max-width: 875px;
        width: 100%;
        margin-top: 0.5em;

        &__logo {
            width: 37%;
        }

        &__nav {
            position: absolute;
            right: 0;
            bottom: 0;
            margin-bottom: 0.7em;

            ul {
                li {
                    display: inline;
                    margin-left: 0.55em;
                }
            }
        }
    }
}

@media screen and (max-width: 768px) {
    .header {
        height: 5em;
        max-width: 768px;
        margin: 0 auto;
        width: 100%;

        &__logo {
            position: relative;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 65%;
        }

        &__button {
            display: initial;
            position: absolute;
            right: 0;
            margin-right: 2.5%;
            top: 50%;
            transform: translate(0, -50%);

            a,
            a:visited,
            a:hover,
            a:focus {
                font-size: 2em;
                color: black;
            }
        }

        &__nav {
            position: absolute;
            margin: 5em 0 0 0;
            padding: 0 0;
            width: 100%;

            ul {
                position: absolute;
                width: 100%;
                text-align: center;
                background-color: #006838;
                box-shadow: 0 5px 10px -5px #333;

                li {
                    padding: 0;
                    margin: 0;

                    a {
                        display: block;
                        font-weight: 300;
                        font-size: 1.25em;
                        width: 100%;
                        height: auto;
                        float: none;
                        padding: 0;
                        line-height: 2.25em;
                        background-color: #006838;
                        color: white;
                        text-decoration: none;

                        &:hover,
                        &:focus {
                            background-color: #00753e;
                            color: white;
                        }
                    }
                }
            }

        }
    }
}


@media screen and (max-width: 600px) {
    .mobile-show {
        display: initial;
    }

    .header {
        height: 4.25em;
        max-width: 600px;

        &__logo {
            width: 70%;
        }

        &__button {
            margin-right: 5%;

            a,
            a:visited,
            a:hover,
            a:focus {
                font-size: 1.75em;
                color: black;
            }
        }

        &__nav {
            margin: 4.25em 0 0 0;
        }
    }


}

@media screen and (max-width: 414px) {
    .header {
        height: 4.25em;
        max-width: 414px;

        &__logo {
            width: 80%;
            left: 5%;
            top: 50%;
            transform: translate(0, -50%);

        }

        &__button {
            margin-right: 5%;

            a,
            a:visited,
            a:hover,
            a:focus {
                font-size: 1.75em;
                color: black;
            }
        }

        &__nav {
            margin: 4.25em 0 0 0;

            ul {
                li {
                    a {
                        font-size: 1.25em;
                        line-height: 2.25em;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 375px) {
    .header {
        height: 3.75em;
        max-width: 375px;

        &__logo {
            width: 80%;
            left: 5%;
            top: 50%;
            transform: translate(0, -50%);

        }

        &__button {
            margin-right: 5%;

            a,
            a:visited,
            a:hover,
            a:focus {
                font-size: 1.5em;
                color: black;
            }

        }

        &__nav {
            margin: 3.75em 0 0 0;

            ul {
                li {
                    a {
                        font-size: 1.1em;
                        line-height: 2em;
                    }

                }
            }
        }
    }
}

@media screen and (max-width: 320px) {
    .header {
        height: 3em;
        max-width: 320px;

        &__logo {

            width: 80%;
            left: 5%;
            top: 50%;
            transform: translate(0, -50%);

        }

        &__button {
            margin-right: 5%;

            a,
            a:visited,
            a:hover,
            a:focus {
                font-size: 1.25em;
                color: black;
            }

        }

        &__nav {
            margin: 3em 0 0 0;

            ul {
                li {
                    a {}

                }
            }
        }
    }
}
*/
/* Home Styles */
#home-1 {
  background-color: #E8E8E8;
  color: #006838;
}

#home-1 h2,
#home-1 h3,
#home-1 p {
  color: #006838;
}

#home-video-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 1.5em 0em;
  cursor: pointer;
  border: none;
  background: #006838;
  text-align: center;
  padding: 0.5em 0.75em;
  z-index: 655;
}

#home-video-btn h4 {
  color: white;
}

#home-video-btn:hover {
  background-color: #00723D;
  transition: background-color 0.15s ease-in-out;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.nowrap {
  white-space: nowrap;
}

.outdoor_slider {
  width: 100%;
  height: 450px;
  position: relative;
}
.outdoor_slider__wrapper {
  overflow: hidden;
  z-index: 100;
  width: 100%;
  height: 450px;
}
.outdoor_slider__wrapper__slides {
  position: relative;
  width: 700%;
  height: 450px;
  left: -100%;
}
.outdoor_slider__wrapper__slides.shifting {
  transition: left 0.2s ease-out;
}
.outdoor_slider__wrapper__slides__item {
  width: 900px;
  height: 450px;
  cursor: pointer;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s;
  position: relative;
}
.outdoor_slider__wrapper__slides__item__img, .outdoor_slider__wrapper__slides__item__picture {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  z-index: 101;
}
.outdoor_slider__wrapper__slides__item__info {
  position: absolute;
  width: auto;
  top: 45px;
  left: 45px;
  text-align: left;
  z-index: 110;
  color: white;
}
.outdoor_slider__wrapper__slides__item__info__h1 {
  text-shadow: 3px 3px 2px rgba(100, 100, 100, 0.95);
  padding-right: 5%;
  font-size: 3rem;
  white-space: nowrap;
}
.outdoor_slider__wrapper__slides__item__info__cta {
  width: auto;
}
.outdoor_slider__wrapper__slides__item__info__cta__button {
  width: auto;
  position: relative;
  bottom: 0;
  right: 0;
  margin: 1.5em 0;
  cursor: pointer;
  border: none;
  background: #006838;
  text-align: center;
  padding: 0.5em 0.75em;
  z-index: 655;
  color: white;
}
.outdoor_slider__wrapper__slides__item__info__cta__button__h4 {
  font-size: 1.5rem;
}
.outdoor_slider__wrapper .control {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 20px;
  margin-top: -20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
  position: absolute;
  top: 225px;
  width: 40px;
  height: 40px;
  padding: 5px;
  background: #fff;
  border-radius: 20px;
  margin-top: -20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 110;
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.outdoor_slider__wrapper .control:after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}
.outdoor_slider__wrapper__next {
  right: 20px;
}
.outdoor_slider__wrapper__prev {
  left: 20px;
}
.outdoor_slider__wrapper__next, .outdoor_slider__wrapper__prev {
  position: relative;
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.outdoor_slider__wrapper__next__svg, .outdoor_slider__wrapper__prev__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.outdoor_slider__wrapper__next:active, .outdoor_slider__wrapper__prev:active {
  transform: scale(0.8);
}
.outdoor_slider__wrapper__header {
  position: absolute;
  width: auto;
  top: 45px;
  left: 45px;
  text-align: left;
  z-index: 110;
  color: white;
}
.outdoor_slider__wrapper__header__h1 {
  text-shadow: 3px 3px 2px rgba(100, 100, 100, 0.95);
  padding-right: 10px;
  font-size: 3.5rem;
}
.outdoor_slider__wrapper__header__cta {
  width: auto;
}
.outdoor_slider__wrapper__header__cta__button {
  width: auto;
  position: relative;
  bottom: 0;
  right: 0;
  margin: 1.5em 0;
  cursor: pointer;
  border: none;
  background: #006838;
  text-align: center;
  padding: 0.5em 0.75em;
  z-index: 655;
  color: white;
}
.outdoor_slider__wrapper__thumbnails {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 90px;
  z-index: 110;
  display: flex;
  justify-content: center;
}
.outdoor_slider__wrapper__thumbnails__card {
  margin: 0 2%;
  display: inline-block;
  position: relative;
  width: 90px;
  height: 0;
  padding-top: 90px;
  background: white;
  cursor: pointer;
}
.outdoor_slider__wrapper__thumbnails__card__thumb {
  position: absolute;
  margin: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.outdoor_slider__wrapper__thumbnails__card__thumb__img {
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: auto;
}

@media only screen and (max-width: 900px) {
  .outdoor_slider {
    width: 100%;
    height: 450px;
    position: relative;
  }
  .outdoor_slider__wrapper {
    width: 100%;
    height: 450px;
  }
  .outdoor_slider__wrapper__slides {
    width: 700%;
    left: -100%;
  }
  .outdoor_slider__wrapper__slides__item {
    position: relative;
    width: 14.2857142857%;
    height: 450px;
  }
  .outdoor_slider__wrapper__thumbnails {
    position: absolute;
    bottom: 2vw;
    width: 100%;
    height: 8rem;
    z-index: 110;
    display: flex;
    justify-content: center;
    padding: 0 1vw;
  }
  .outdoor_slider__wrapper__thumbnails__card {
    margin: 0 1vw;
    display: inline-block;
    position: relative;
    width: 8rem;
    height: 0;
    padding-top: 8rem;
    background: white;
    cursor: pointer;
  }
  .outdoor_slider__wrapper__thumbnails__card__thumb {
    position: absolute;
    margin: 2px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .outdoor_slider__wrapper__thumbnails__card__thumb__img {
    flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .outdoor_slider {
    width: 100%;
    height: 450px;
    position: relative;
  }
  .outdoor_slider__wrapper {
    width: 100%;
    height: 450px;
  }
  .outdoor_slider__wrapper__slides {
    width: 700%;
    left: -100%;
  }
  .outdoor_slider__wrapper__slides__item {
    position: relative;
    width: 14.2857142857%;
    height: 450px;
  }
  .outdoor_slider__wrapper__prev {
    left: 1.75rem;
  }
  .outdoor_slider__wrapper__next {
    right: 1.75rem;
  }
  .outdoor_slider__wrapper__header {
    left: 1.75rem;
  }
  .outdoor_slider__wrapper__thumbnails {
    position: absolute;
    bottom: 2vw;
    width: calc(100% - 3.5rem);
    height: 16.5vw;
    z-index: 110;
    display: flex;
    justify-content: center;
    margin: 0 1.75rem;
  }
  .outdoor_slider__wrapper__thumbnails__card {
    margin: 0 1vw;
    display: inline-block;
    position: relative;
    width: 16.5vw;
    height: 0;
    padding-top: 16.5vw;
    background: white;
    cursor: pointer;
  }
  .outdoor_slider__wrapper__thumbnails__card__thumb {
    position: absolute;
    margin: 2px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .outdoor_slider__wrapper__thumbnails__card__thumb__img {
    flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .outdoor_slider {
    overflow: hidden;
    width: 100%;
    height: 55vh;
    position: relative;
  }
  .outdoor_slider__wrapper {
    position: relative;
    overflow: hidden;
    background: #222;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .outdoor_slider__wrapper__slides {
    position: relative;
    top: 0;
    left: -100%;
    width: 700%;
    height: 100%;
  }
  .outdoor_slider__wrapper__slides.shifting {
    transition: left 0.2s ease-out;
  }
  .outdoor_slider__wrapper__slides__item {
    position: relative;
    transition: all 1s;
    width: 14.2857142857%;
    height: 100%;
    cursor: pointer;
    float: left;
    display: flex;
    z-index: 101;
  }
  .outdoor_slider__wrapper__slides__item__info {
    position: absolute;
    width: auto;
    top: 45px;
    left: 1.75rem;
    text-align: left;
    z-index: 110;
    color: white;
    width: calc(100% - 90px);
  }
  .outdoor_slider__wrapper__slides__item__info__h1 {
    text-shadow: 3px 3px 2px rgba(100, 100, 100, 0.95);
    padding-right: 0;
    font-size: 2.75rem;
    white-space: normal;
    width: 100%;
  }
  .outdoor_slider__wrapper__slides__item__info__cta {
    width: auto;
  }
  .outdoor_slider__wrapper__slides__item__info__cta__button {
    width: auto;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 1.5em 0;
    cursor: pointer;
    border: none;
    background: #006838;
    text-align: center;
    padding: 0.5em 0.75em;
    z-index: 655;
    color: white;
  }
  .outdoor_slider__wrapper__slides__item__info__cta__button__h4 {
    font-size: 1.5rem;
  }
  .outdoor_slider__wrapper__slides__item__picture {
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .outdoor_slider__wrapper__slides__item__img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 100%;
    min-width: 100%;
  }
  .outdoor_slider__wrapper__thumbnails {
    display: none;
  }
}
/* demo slider*/
.touchslider .touchslider-viewport {
  border: 5px solid #fff1e0;
  background: #fff1e0;
  border-radius: 6px;
  width: 100%;
  height: 345px;
  overflow: hidden;
}

.touchslider .touchslider-item {
  height: 345px;
  overflow: hidden;
}

.touchslider .touchslider-nav {
  text-align: center;
  margin-top: 16px;
}

.touchslider .touchslider-nav a {
  cursor: pointer;
  color: #000;
}

.touchslider .touchslider-nav a:active {
  background: #689db2;
}

.touchslider-nav {
  font: bold 16px/16px Georgia;
}

.touchslider .touchslider-prev {
  position: relative;
  margin-right: 16px;
  height: 16px;
  background: #fff;
  width: 100px;
  display: inline-block;
  padding: 0 0 0 10px;
  border-radius: 12px 0 0 12px;
}

.touchslider .touchslider-next {
  position: relative;
  margin-left: 16px;
  width: 100px;
  height: 16px;
  background: #fff;
  display: inline-block;
  border-radius: 0 12px 12px 0;
}

.touchslider .touchslider-next-in {
  position: absolute;
  /* fix safari render font */
  right: 10px;
}

.touchslider .touchslider-prev-in {
  position: absolute;
  left: 10px;
}

.touchslider .touchslider-nav-item {
  width: 16px;
  height: 16px;
  background: #fff;
  margin: 0 16px;
  display: inline-block;
  border-radius: 12px;
}

.touchslider .touchslider-nav-item-current {
  background: #cff0ff;
}

/* social slider */
.section-download {
  position: relative;
  padding-right: 230px;
}

.social {
  width: 200px;
  position: absolute;
  right: 20px;
  top: 0;
}

.touchslider-social .touchslider-nav {
  text-align: center;
  margin-bottom: 6px;
}

.touchslider-social .touchslider-nav-item {
  opacity: 0.5;
  padding: 0 2px;
}

.touchslider-social .touchslider-nav-item-current {
  opacity: 1;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.nowrap {
  white-space: nowrap;
}

.slideshow {
  width: 100%;
  height: 450px;
  position: relative;
}
.slideshow__wrap {
  overflow: hidden;
  z-index: 100;
  width: 100%;
  height: 450px;
}
.slideshow__gallery {
  position: relative;
  width: 700%;
  height: 450px;
  left: -100%;
}
.slideshow__gallery.shifting {
  transition: left 0.2s ease-out;
}
.slideshow__gallery__entry {
  width: 14.2857142857%;
  height: 450px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s;
  position: relative;
}
.slideshow__gallery__entry__image, .slideshow__gallery__entry__picture {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  z-index: 101;
}
.slideshow__gallery__entry__info {
  position: absolute;
  width: auto;
  top: 45px;
  left: 45px;
  text-align: left;
  z-index: 110;
  color: white;
}
.slideshow__gallery__entry__info__headline {
  text-shadow: 3px 3px 2px rgba(100, 100, 100, 0.95);
  padding-right: 5%;
  white-space: nowrap;
}
.slideshow__gallery__entry__info__cta {
  width: auto;
}
.slideshow__gallery__entry__info__cta__button {
  width: auto;
  position: relative;
  bottom: 0;
  right: 0;
  margin: 1.5em 0;
  cursor: pointer;
  border: none;
  background: #006838;
  text-align: center;
  padding: 0.5em 0.75em;
  z-index: 655;
  color: white;
}
.slideshow .control {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 20px;
  margin-top: -20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
  position: absolute;
  top: 225px;
  width: 40px;
  height: 40px;
  padding: 5px;
  background: #fff;
  border-radius: 20px;
  margin-top: -20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 110;
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #006838;
}
.slideshow .control:after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}
.slideshow__next {
  right: 20px;
}
.slideshow__prev {
  left: 20px;
}
.slideshow__next, .slideshow__prev {
  position: relative;
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.slideshow__next__svg, .slideshow__prev__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slideshow__next:active, .slideshow__prev:active {
  transform: scale(0.8);
}
.slideshow__thumbnails {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 90px;
  z-index: 110;
  display: flex;
  justify-content: center;
}
.slideshow__thumbnails__entry {
  margin: 0 2%;
  display: inline-block;
  position: relative;
  width: 90px;
  height: 0;
  padding-top: 90px;
  background: white;
}
.slideshow__thumbnails__entry__image {
  position: absolute;
  margin: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.slideshow__thumbnails__entry__image img {
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: auto;
}
.slideshow.featured_posts_slideshow {
  height: auto;
}
.slideshow.featured_posts_slideshow .featured_posts_slideshow__headline {
  padding-left: 3rem;
  padding-top: 1.5rem;
}
.slideshow.featured_posts_slideshow .featured_posts_slideshow__headline h1, .slideshow.featured_posts_slideshow .featured_posts_slideshow__headline h2, .slideshow.featured_posts_slideshow .featured_posts_slideshow__headline h3, .slideshow.featured_posts_slideshow .featured_posts_slideshow__headline h4, .slideshow.featured_posts_slideshow .featured_posts_slideshow__headline h5 {
  padding-bottom: 0;
}
.slideshow.featured_posts_slideshow .slideshow__wrap {
  height: auto;
}
.slideshow.featured_posts_slideshow .slideshow__wrap .slideshow__gallery {
  height: auto;
}
.slideshow.featured_posts_slideshow .slideshow__wrap .slideshow__gallery__entry {
  height: auto;
}
.slideshow.featured_posts_slideshow .slideshow__wrap .slideshow__thumbnails {
  display: none;
}
.slideshow.featured_posts_slideshow .slideshow__wrap .control {
  top: 50%;
}
.slideshow.featured_posts_slideshow .slideshow__wrap .control.prev {
  display: none;
}
.slideshow#featured_posts_slideshow {
  height: unset;
}
.slideshow#featured_posts_slideshow .slideshow__wrap {
  height: unset;
  margin-bottom: 7rem;
}
.slideshow#featured_posts_slideshow .slideshow__gallery {
  height: unset;
}
.slideshow#featured_posts_slideshow .slideshow__gallery__entry {
  padding: 0 0 2rem 0;
  height: unset;
}
.slideshow#featured_posts_slideshow .slideshow__next {
  top: calc(50% - 3.5rem);
}
.slideshow#featured_posts_slideshow .blog__entries__entry__preview__button a {
  background-color: #00753f;
}

@media only screen and (max-width: 767px) {
  .slideshow.featured_posts_slideshow {
    height: auto;
  }
  .slideshow.featured_posts_slideshow .slideshow__wrap {
    height: auto;
  }
  .slideshow.featured_posts_slideshow .slideshow__wrap .slideshow__gallery {
    height: auto;
  }
  .slideshow.featured_posts_slideshow .slideshow__wrap .slideshow__gallery__entry {
    height: auto;
  }
  .slideshow.featured_posts_slideshow .slideshow__wrap .slideshow__thumbnails {
    display: none;
  }
  .slideshow.featured_posts_slideshow .slideshow__wrap .control {
    top: 50%;
  }
  .slideshow.featured_posts_slideshow .slideshow__wrap .control.prev {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .slideshow {
    width: 100%;
    height: 450px;
    position: relative;
  }
  .slideshow__wrap {
    width: 100%;
    height: 450px;
  }
  .slideshow__gallery {
    width: 700%;
    left: -100%;
  }
  .slideshow__gallery__entry {
    position: relative;
    width: 14.2857142857%;
    height: 450px;
  }
  .slideshow__thumbnails {
    position: absolute;
    bottom: 2vw;
    width: 100%;
    height: 8rem;
    z-index: 110;
    display: flex;
    justify-content: center;
    padding: 0 1vw;
  }
  .slideshow__thumbnails__entry {
    margin: 0 1vw;
    display: inline-block;
    position: relative;
    width: 8rem;
    height: 0;
    padding-top: 8rem;
    background: white;
  }
  .slideshow__thumbnails__entry__image {
    position: absolute;
    margin: 2px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .slideshow__thumbnails__entry__image__img {
    flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .slideshow {
    width: 100%;
    height: 450px;
    position: relative;
  }
  .slideshow__wrap {
    width: 100%;
    height: 450px;
  }
  .slideshow__gallery {
    width: 700%;
    left: -100%;
  }
  .slideshow__gallery__entry {
    position: relative;
    width: 14.2857142857%;
    height: 450px;
  }
  .slideshow__prev {
    left: 1.75rem;
  }
  .slideshow__next {
    right: 1.75rem;
  }
  .slideshow__header {
    left: 1.75rem;
  }
  .slideshow__thumbnails {
    position: absolute;
    bottom: 2vw;
    width: calc(100% - 3.5rem);
    height: 16.5vw;
    z-index: 110;
    display: flex;
    justify-content: center;
    margin: 0 1.75rem;
  }
  .slideshow__thumbnails__entry {
    margin: 0 1vw;
    display: inline-block;
    position: relative;
    width: 16.5vw;
    height: 0;
    padding-top: 16.5vw;
    background: white;
  }
  .slideshow__thumbnails__entry__image {
    position: absolute;
    margin: 2px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .slideshow__thumbnails__entry__image__img {
    flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .slideshow {
    overflow: hidden;
    width: 100%;
    height: 55vh;
    position: relative;
  }
  .slideshow__wrap {
    position: relative;
    overflow: hidden;
    background: #222;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .slideshow__gallery {
    position: relative;
    top: 0;
    left: -100%;
    width: 700%;
    height: 100%;
  }
  .slideshow__gallery.shifting {
    transition: left 0.2s ease-out;
  }
  .slideshow__gallery__entry {
    position: relative;
    transition: all 1s;
    width: 14.2857142857%;
    height: 100%;
    float: left;
    display: flex;
    z-index: 101;
  }
  .slideshow__gallery__entry__info {
    position: absolute;
    width: auto;
    top: 45px;
    left: 1.75rem;
    text-align: left;
    z-index: 110;
    color: white;
    width: 100%;
  }
  .slideshow__gallery__entry__info__headline {
    text-shadow: 3px 3px 2px rgba(100, 100, 100, 0.95);
    padding-right: 0;
    white-space: normal;
    width: 100%;
  }
  .slideshow__gallery__entry__info__cta {
    width: auto;
  }
  .slideshow__gallery__entry__info__cta__button {
    width: auto;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 1.5em 0;
    cursor: pointer;
    border: none;
    background: #006838;
    text-align: center;
    padding: 0.5em 0.75em;
    z-index: 655;
    color: white;
  }
  .slideshow__gallery__entry__image {
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slideshow__gallery__entry__img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 100%;
    min-width: 100%;
  }
  .slideshow__thumbnails {
    display: none;
  }
  .slideshow.featured_posts_slideshow {
    height: auto;
  }
  .slideshow.featured_posts_slideshow .slideshow__wrap {
    height: auto;
  }
  .slideshow.featured_posts_slideshow .slideshow__wrap .slideshow__gallery {
    height: auto;
  }
  .slideshow.featured_posts_slideshow .slideshow__wrap .slideshow__gallery__entry {
    height: auto;
  }
  .slideshow.featured_posts_slideshow .slideshow__wrap .slideshow__thumbnails {
    display: none;
  }
  .slideshow.featured_posts_slideshow .slideshow__wrap .control {
    top: 50%;
  }
  .slideshow.featured_posts_slideshow .slideshow__wrap .control.prev {
    display: none;
  }
}
/* demo slider*/
.touchslider .touchslider-viewport {
  border: 5px solid #fff1e0;
  background: #fff1e0;
  border-radius: 6px;
  width: 100%;
  height: 345px;
  overflow: hidden;
}

.touchslider .touchslider-item {
  height: 345px;
  overflow: hidden;
}

.touchslider .touchslider-nav {
  text-align: center;
  margin-top: 16px;
}

.touchslider .touchslider-nav a {
  color: #000;
}

.touchslider .touchslider-nav a:active {
  background: #689db2;
}

.touchslider-nav {
  font: bold 16px/16px Georgia;
}

.touchslider .touchslider-prev {
  position: relative;
  margin-right: 16px;
  height: 16px;
  background: #fff;
  width: 100px;
  display: inline-block;
  padding: 0 0 0 10px;
  border-radius: 12px 0 0 12px;
}

.touchslider .touchslider-next {
  position: relative;
  margin-left: 16px;
  width: 100px;
  height: 16px;
  background: #fff;
  display: inline-block;
  border-radius: 0 12px 12px 0;
}

.touchslider .touchslider-next-in {
  position: absolute;
  /* fix safari render font */
  right: 10px;
}

.touchslider .touchslider-prev-in {
  position: absolute;
  left: 10px;
}

.touchslider .touchslider-nav-item {
  width: 16px;
  height: 16px;
  background: #fff;
  margin: 0 16px;
  display: inline-block;
  border-radius: 12px;
}

.touchslider .touchslider-nav-item-current {
  background: #cff0ff;
}

/* social slider */
.section-download {
  position: relative;
  padding-right: 230px;
}

.social {
  width: 200px;
  position: absolute;
  right: 20px;
  top: 0;
}

.touchslider-social .touchslider-nav {
  text-align: center;
  margin-bottom: 6px;
}

.touchslider-social .touchslider-nav-item {
  opacity: 0.5;
  padding: 0 2px;
}

.touchslider-social .touchslider-nav-item-current {
  opacity: 1;
}

/* Projects Styles */
.grid#project-article {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
.grid#project-article .project__column {
  width: 50%;
  flex: 0 0 50%;
  margin-top: 2pt;
}
.grid#project-article .project__column a {
  height: 100%;
  width: 100%;
}
.grid#project-article .project__column#text {
  background-color: #006838;
  color: white;
}
.grid#project-article .project__column .thumbnail-text {
  height: 100%;
}

.projects#projects {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  background-color: #006838;
}
.projects#projects .project__column {
  width: 50%;
  flex: 0 0 50%;
  border-bottom: 2pt solid #fff;
}
.projects#projects .project__column#text {
  background-color: #006838;
  color: white;
}
.projects#projects .project__column:last-of-type {
  border-bottom: none;
}

.reveal-hover-overlay {
  display: block;
  position: absolute;
  z-index: 570;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.s-text {
  position: absolute;
  z-index: 110;
  color: white;
  padding: 1em 1.25em;
}

.reveal-hover-overlay::before {
  content: " ";
  position: absolute;
  z-index: 105;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: background 0.35s ease-out, box-shadow 0.35s ease-in-out;
  box-shadow: inset 0px 80px 60px -25px rgba(0, 0, 0, 0.6);
}

.reveal-hover-overlay:hover::before {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 80px 60px -25px rgba(0, 0, 0, 0.6);
}

.reveal-hover-overlay img {
  position: relative;
  z-index: 100;
  display: block;
  min-width: 100%;
  max-height: 100%;
}

.reveal-onhover-overlay {
  width: 100%;
  position: absolute;
  z-index: 572;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  transform: translateY(100%);
  transition: transform 0.35s ease-out;
  height: 300px;
}

.reveal-hover-overlay:hover .reveal-onhover-overlay {
  transform: translateY(0);
}

.reveal-onhover-overlay > h3 {
  letter-spacing: 0.01em;
  color: white;
  width: 100%;
  transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  transition: transform 0.35s ease-out, width 0.35s ease-out;
  -webkit-transition: transform 0.35s ease-out, width 0.35s ease-out;
}

.reveal-hover-overlay:hover .reveal-onhover-overlay > h3 {
  left: 0%;
  top: 0%;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  width: 0;
}

.reveal-onhover-overlay p {
  line-height: 1.2em;
}

.projects-arrow-down {
  left: 0;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 6em;
  position: absolute;
  transform: translateY(200%);
  -webkit-transform: translateY(200%);
  top: 75%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
}

.reveal-hover-overlay:hover .projects-arrow-down {
  position: absolute;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  top: 75%;
  transition: transform 0.35s ease-out;
  -webkit-transition: transform 0.35s ease-out;
}

.reveal-hover-overlay:hover .project-arrow {
  animation: breathing 5s ease-in-out infinite normal;
}
@keyframes breathing {
  0% {
    transform: scale(0.8);
  }
  25% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.8);
  }
}
/* Reveal Styles */
/*
.reveal-overlay-wrap {
    position: relative;
    z-index: 570;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.reveal-overlay-wrap::before {
    content: ' ';
    position: absolute;
    z-index: 571;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}

.reveal-overlay-wrap:hover::before {
    background: rgba(0, 0, 0, .6);
}

.reveal-overlay-img {
    position: absolute;
    z-index: 570;
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}
*/
/*.reveal-overlay {
    position: absolute;
    z-index: 572;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    //padding: 0.25em 1em;
    color: white;
    //-webkit-transform: translateY(100%);
    transform: translateY(100%);
    //transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}
.reveal-overlay-wrap:hover .reveal-overlay {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.reveal-overlay-title {
    position: relative;
    text-align: left;
    //font-weight: 400;
    //font-size: 2.8rem;
    //letter-spacing: 0.01em;
    padding: 0;
    margin: 0;
    color: white;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    top: 0;
    //transform: translateY(-525%);
    //-webkit-transform: translateY(-525%);
    //transition: transform .35s ease-out, width .35s ease-out;
    //-webkit-transition: transform .35s ease-out, width .35s ease-out;
}

.reveal-overlay-wrap:hover .reveal-overlay-title {
    left: 0%;
    top: 0%;
    transform: translateY(-0%);
    -webkit-transform: translateY(-0%);
    width: 0;
}

.reveal-overlay-content {
    position: relative;
}

.reveal-overlay-wrap:hover .reveal-overlay-content {}

*/
/* Images */
.ratio-default {
  padding: 25% 0 0 0;
}

.ratio-16-9 {
  /* 16:9 Ratio */
  padding: 56.25% 0 0 0;
}

.ratio-1-1 {
  padding: 100% 0 0 0;
}

.ratio-4-3,
.ratio-3-4 {
  padding: 75% 0 0 0;
}

.ratio-3-2 {
  padding: 66.66% 0 0 0;
}

.ratio-5-4 {
  padding: 80% 0 0 0;
}

.ratio-2-1 {
  padding: 50% 0 0 0;
}

.ratio-custom {
  padding: 25% 0 0 0;
}

@media screen {
  /* For phones */
  .thumbnail {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    /*
    .reveal-overlay {
        .reveal-overlay-title {
            position: relative;
            text-align: left;
            padding: 0;
            margin: 0;
            color: white;
            text-align: center;
            white-space: nowrap;
            width: 100%;
            top: 0%;
            transform: translateY(-100%);
            //-webkit-transform: translateY(-525%);
            transition: transform .35s ease-out, width .35s ease-out, height .35s ease-out;
            //-webkit-transition: transform .35s ease-out, width .35s ease-out;
        }
    }

    .reveal-overlay:hover {
        .reveal-overlay-title {}
    }

    .reveal-overlay {
        &__wrap {
            position: absolute;
            z-index: 572;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            color: white;
            transition: all .25s ease-out;
            padding: 1rem;
        }

        &--title {
            position: relative;
            height: auto;
            width: max-content;
            text-align: unset;
            white-space: nowrap;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            //transition: all .35s ease-out;
            transition: inherit;

        }

        &--text {
            position: relative;
            text-align: left;
            height: max-content;
            max-height: 100%;
            min-height: 100%;
            width: 100%;
            //transition: all .35s ease-out;
            transform: translateY(100%);
            transition: inherit;
        }
    }

    .reveal-overlay__wrap:hover {
        .reveal-overlay {
            &__wrap {}

            &--title {
                position: relative;
                top: 0%;
                left: 0%;
                transform: translate(0%, 0%);
            }

            &--text {
                transform: translateY(0%);
            }
        }
    }
    */
  }
  .thumbnail--tall {
    height: 100%;
  }
  .thumbnail img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    /*user-drag: none;*/
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
  }
  .thumbnail--fill {
    width: 100%;
    min-height: 100%;
  }
  .thumbnail--fill img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .thumbnail .aspect-ratio {
    padding: 25% 0 0 0;
  }
  .thumbnail .aspect-ratio--16-9 {
    /* 16:9 Ratio */
    padding: 56.25% 0 0 0;
  }
  .thumbnail .aspect-ratio--1-1 {
    padding: 100% 0 0 0;
  }
  .thumbnail .aspect-ratio--4-3 {
    padding: 75% 0 0 0;
  }
  .thumbnail .aspect-ratio--3-2 {
    padding: 66.66% 0 0 0;
  }
  .thumbnail .aspect-ratio--5-4 {
    padding: 80% 0 0 0;
  }
  .thumbnail .aspect-ratio--2-1 {
    padding: 50% 0 0 0;
  }
  .thumbnail.gray-reveal {
    /*img {
        filter: gray;
        -webkit-filter: brightness(0.5) grayscale(0.5) contrast(115%) blur(0.5px);
    }

    &:hover {
        img {
            filter: none;
            -webkit-filter: brightness(1) grayscale(0) contrast(100%);
        }
    }*/
  }
  .thumbnail.gray-reveal .thumbnail__overlay::before {
    content: " ";
    position: absolute;
    z-index: 571;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background 0.35s ease-out;
  }
  .thumbnail.gray-reveal .thumbnail__overlay:hover::before {
    background: rgba(0, 0, 0, 0.6);
  }
  .thumbnail.gray-reveal .thumbnail__overlay__title {
    z-index: 572;
  }
  .thumbnail__overlay {
    position: absolute;
    z-index: 572;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    padding: 1rem;
  }
  .thumbnail__overlay__title {
    position: absolute;
    color: white;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .thumbnail__overlay--reveal {
    position: absolute;
    z-index: 572;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    transition: all 0.25s ease-out;
    padding: 1rem;
  }
  .thumbnail__overlay--reveal::before {
    content: " ";
    position: absolute;
    z-index: 571;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background 0.35s ease-out;
  }
  .thumbnail__overlay--reveal:hover::before {
    background: rgba(0, 0, 0, 0.6);
  }
  .thumbnail__overlay--reveal .thumbnail__overlay__title {
    z-index: 572;
    position: relative;
    height: auto;
    width: -moz-max-content;
    width: max-content;
    text-align: unset;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: inherit;
  }
  .thumbnail__overlay--reveal .thumbnail__overlay__text {
    z-index: 572;
    position: relative;
    text-align: left;
    height: -moz-max-content;
    height: max-content;
    max-height: 100%;
    min-height: 100%;
    width: 100%;
    transform: translateY(100%);
    transition: inherit;
  }
  .thumbnail__overlay--reveal:hover .thumbnail__overlay__title {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
  }
  .thumbnail__overlay--reveal:hover .thumbnail__overlay__text {
    transform: translateY(0%);
  }
}
@media screen and (min-width: 768px) {
  /* For tablets */
}
@media screen and (min-width: 1024px) {
  /* For desktop */
}
@media screen and (max-width: 767px) {
  /* For tablets */
  .row--margin-top .columns {
    margin-top: 2px;
  }
  .row--margin-top .columns:first-of-type {
    margin-top: unset;
  }
}
@media screen {
  /* For phones */
  .service_thumbnail {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .service_thumbnail:first-of-type {
    margin-top: 0;
  }
  .service_thumbnail--tall {
    height: 100%;
  }
  .service_thumbnail__overlay, .service_thumbnail__overlay--reveal {
    position: absolute;
    z-index: 572;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    padding: 1.5rem 3rem;
    vertical-align: bottom;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .service_thumbnail__overlay__title, .service_thumbnail__overlay--reveal__title {
    position: relative;
    color: white;
    margin: 0;
    text-align: left;
    width: 100%;
    padding-bottom: 0;
    text-shadow: -2px 2px 1px #242424;
  }
  .service_thumbnail__overlay__text, .service_thumbnail__overlay--reveal__text {
    z-index: 572;
    position: relative;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    top: 1rem;
    transition: max-height 0.5s ease-out;
    width: 100%;
    transition: inherit;
  }
  .service_thumbnail__overlay--reveal {
    transition: all 0.25s ease-out;
  }
  .service_thumbnail__overlay--reveal::before {
    content: " ";
    position: absolute;
    z-index: 571;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background 0.35s ease-out;
  }
  .service_thumbnail__overlay--reveal:hover::before {
    background: rgba(0, 0, 0, 0.6);
  }
  .service_thumbnail__overlay--reveal .service_thumbnail__overlay {
    position: relative;
  }
  .service_thumbnail__overlay--reveal .service_thumbnail__overlay__title {
    z-index: 572;
    position: relative;
    width: 100%;
    text-align: left;
    transition: inherit;
  }
  .service_thumbnail__overlay--reveal:hover .service_thumbnail__overlay {
    top: 6rem;
  }
  .service_thumbnail__overlay--reveal:hover .service_thumbnail__overlay__title {
    position: relative;
  }
  .service_thumbnail__overlay--reveal:hover .service_thumbnail__overlay__text {
    height: -moz-max-content;
    height: max-content;
    bottom: 1rem;
    max-height: 100%;
    transition: max-height 0.5s ease-out;
  }
}
@media screen and (min-width: 768px) {
  /* For tablets */
}
@media screen and (min-width: 1024px) {
  /* For desktop */
}
/* Contact Styles */
.grecaptcha-badge {
  visibility: hidden;
}

#contact {
  display: relative;
  z-index: 500;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: #E8E8E8;
  color: #006838;
}
#contact .columns:nth-of-tyle(1) {
  padding-right: 2em;
}
#contact form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 0.75rem;
  height: 15rem;
  height: calc(15rem + 67px + 0.75rem);
  margin-bottom: -4.5rem;
  /*
  .form-field:nth-of-type(1) {
      order: 1;
  }

  .form-field:nth-of-type(2) {
      order: 2;
  }

  .form-field:nth-of-type(3) {
      order: 3;
  }

  .form-field:nth-of-type(4) {
      order: 4;
      display: none;
  }

  .form-field:nth-of-type(5) {
      order: 5;
      flex: 2 1 5rem;
  }

  .buttons {
      order: 6;
  }*/
}
#contact form .form-field,
#contact form .buttons {
  max-width: 100%;
  flex: 0 1 auto;
}
#contact form .form-field .form-label {
  display: none;
}
#contact form .form-field .form-data {
  height: 5rem;
  padding-bottom: 0.75rem;
}
#contact form .form-field .form-data[data-grav-field=textarea] {
  height: 10rem;
}
#contact form .form-field .form-data .form-input-wrapper,
#contact form .form-field .form-data .form-textarea-wrapper {
  height: 100%;
}
#contact form .form-field .form-data .form-input-wrapper input,
#contact form .form-field .form-data .form-input-wrapper textarea,
#contact form .form-field .form-data .form-textarea-wrapper input,
#contact form .form-field .form-data .form-textarea-wrapper textarea {
  font-family: Aileron;
  font-weight: 300;
  font-size: 1em;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 1rem 1.5rem;
}
#contact form .form-field .form-data .form-input-wrapper input:hover,
#contact form .form-field .form-data .form-input-wrapper textarea:hover,
#contact form .form-field .form-data .form-textarea-wrapper input:hover,
#contact form .form-field .form-data .form-textarea-wrapper textarea:hover {
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #AAA;
}
#contact form .form-field .form-data .form-input-wrapper input:focus,
#contact form .form-field .form-data .form-input-wrapper textarea:focus,
#contact form .form-field .form-data .form-textarea-wrapper input:focus,
#contact form .form-field .form-data .form-textarea-wrapper textarea:focus {
  outline: 0;
  border: 1px solid #999;
}
#contact form .form-field .form-data .form-input-wrapper input ::-webkit-input-placeholder,
#contact form .form-field .form-data .form-input-wrapper textarea ::-webkit-input-placeholder,
#contact form .form-field .form-data .form-textarea-wrapper input ::-webkit-input-placeholder,
#contact form .form-field .form-data .form-textarea-wrapper textarea ::-webkit-input-placeholder {
  color: #888;
}
#contact form .form-field .form-data .form-input-wrapper input :-moz-placeholder,
#contact form .form-field .form-data .form-input-wrapper textarea :-moz-placeholder,
#contact form .form-field .form-data .form-textarea-wrapper input :-moz-placeholder,
#contact form .form-field .form-data .form-textarea-wrapper textarea :-moz-placeholder {
  color: #888;
}
#contact form .form-field .form-data .form-input-wrapper input ::-moz-placeholder,
#contact form .form-field .form-data .form-input-wrapper textarea ::-moz-placeholder,
#contact form .form-field .form-data .form-textarea-wrapper input ::-moz-placeholder,
#contact form .form-field .form-data .form-textarea-wrapper textarea ::-moz-placeholder {
  color: #888;
}
#contact form .form-field .form-data .form-input-wrapper input :-ms-input-placeholder,
#contact form .form-field .form-data .form-input-wrapper textarea :-ms-input-placeholder,
#contact form .form-field .form-data .form-textarea-wrapper input :-ms-input-placeholder,
#contact form .form-field .form-data .form-textarea-wrapper textarea :-ms-input-placeholder {
  color: #888;
}
#contact form .form-field .form-data .form-input-wrapper textarea[name="data[message]"],
#contact form .form-field .form-data .form-textarea-wrapper textarea[name="data[message]"] {
  max-width: 100%;
  resize: none;
}
#contact form .form-field {
  width: 50%;
}
#contact form .form-field--name {
  order: 1;
}
#contact form .form-field--email {
  order: 2;
}
#contact form .form-field--phone {
  order: 3;
}
#contact form .form-field--message {
  order: 4;
}
#contact form .form-field--captcha {
  order: 6;
}
#contact form .form-field--turnstile {
  order: 6;
  height: initial;
}
#contact form .form-field--turnstile .form-data {
  height: initial;
}
#contact form .form-field--captcha--hidden {
  order: 6;
  height: 5rem;
  min-height: 78px;
  height: 78px;
  padding-bottom: 0.75rem;
  line-height: 0 !important;
}
#contact form .form-field--captcha--hidden #recaptcha_area input {
  height: auto;
  display: inline;
}
#contact form .form-field--captcha--hidden .form-data .g-recaptcha {
  float: right;
  margin: 0;
  margin-right: -2px;
  height: 78px;
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
#contact form .buttons {
  order: 5;
  padding-bottom: 0.75rem;
}
#contact form .buttons button[type=submit] {
  height: 4.25rem;
  font-family: Aileron;
  font-weight: 300;
  font-size: 1em;
  cursor: pointer;
  width: 100%;
  border: none;
  background: #006838;
  color: #FFF;
  padding: 0.8em;
  font-size: 1em;
}
#contact form .buttons button[type=submit]:hover {
  background: #00753e;
  transition: background-color 0.2s ease-in-out;
}
#contact form .buttons button[type=submit]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact form .buttons button.disabled,
#contact form .buttons button[disabled] {
  box-shadow: none;
  cursor: not-allowed;
  background: rgba(0, 78, 42, 0.5490196078);
  pointer-events: none;
}

#contact-2 {
  position: relative;
  z-index: 495;
  background-color: #29aae2;
  color: white;
  padding: 0em 0;
}

#contact-2 h1,
#contact-2 h2,
#contact-2 h3,
#contact-2 p {
  color: white;
}

@media screen and (max-width: 900px) {
  #contact-2-column-a {
    width: 40%;
  }
  #contact-2-column-a .text {
    padding-bottom: 5em;
  }
  #contact-2-column-b {
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  #contact form {
    height: auto;
  }
  #contact form .form-field,
  #contact form .buttons {
    width: 100%;
  }
  #contact form .form-field--captcha--hidden {
    width: 50%;
    min-width: 304px;
  }
  #contact form .form-field--captcha--hidden #recaptcha_area input {
    height: auto;
    display: inline;
  }
  #contact form .form-field--captcha--hidden .form-data .g-recaptcha {
    float: initial;
    transform-origin: left top;
    -webkit-transform-origin: left top;
  }
  #contact-2-column-a {
    width: 100%;
  }
  #contact-2-column-a .text {
    padding-bottom: 1em;
  }
  #contact-2-column-b {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #contact-2-column-b {
    padding-bottom: 3em;
  }
}
.formdata#success {
  padding: 1em 3em;
  margin-bottom: 10rem;
}

@media screen and (max-width: 750px) {
  .formdata#success {
    padding: 0.75em 1.75em;
  }
}
@media screen and (max-width: 600px) {
  #contact form .form-field--captcha--hidden {
    width: 100%;
    min-width: 0;
  }
}
@media screen {
  body.lightbox--open {
    overflow: hidden;
  }
  /* For phones */
  .lightbox {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.9);
    z-index: 300;
    padding-bottom: 0;
    padding-top: 0;
    overscroll-behavior: contain;
    /* Position the "next button" to the right */
  }
  .lightbox:g:after {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: " ";
    padding-bottom: 100vh;
    -webkit-user-select: none;
    /* Safari */
    /* IE 10 and IE 11 */
    -moz-user-select: none;
         user-select: none;
    /* Standard syntax */
  }
  .lightbox__content {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
  .lightbox__content__slides {
    width: 100%;
    height: auto;
    display: none;
  }
  .lightbox__content__slides > .columns {
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 2rem;
  }
  .lightbox__content__slides > .columns > .responsive-media {
    height: auto;
    max-height: calc(100% - 3rem);
  }
  .lightbox__content__slides > .columns > .responsive-media__aspect-ratio img {
    display: none;
    image-rendering: smooth;
  }
  .lightbox__content__slides__number {
    position: fixed;
    vertical-align: middle;
    color: #f2f2f2;
    font-size: 4rem;
    top: 0;
    left: 0;
    padding: 1rem 1rem;
    margin-top: 3rem;
    margin-left: 2rem;
  }
  .lightbox__content__slides__number strong {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 4rem;
    margin: 0;
    padding: 0;
  }
  .lightbox .close {
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    padding: 1rem 1rem;
    margin-top: 3rem;
    margin-right: 2rem;
    font-size: 3.25rem;
    font-weight: bold;
    transition: 0.3s ease;
  }
  .lightbox .close:hover, .lightbox .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  .lightbox__prev, .lightbox__next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 6rem 3rem;
    font-size: 3.25rem;
    color: white;
    opacity: 0.75;
    font-weight: bold;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
  }
  .lightbox__prev:hover, .lightbox__next:hover {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  .lightbox__prev {
    left: 0;
    margin-left: -1rem;
  }
  .lightbox__next {
    right: 0;
    margin-right: -1rem;
    border-radius: 3px 0 0 3px;
  }
  .lightbox__filmstrip {
    display: none !important;
    width: 100%;
    max-width: 1024px;
    bottom: 0;
    padding: 3rem;
    margin: 0 auto;
  }
  .lightbox__filmstrip .columns {
    padding-right: 0.5rem;
  }
  .lightbox__filmstrip__thumb {
    opacity: 0.6;
    image-rendering: auto;
  }
  .lightbox__filmstrip__thumb .active, .lightbox__filmstrip__thumb:hover {
    opacity: 1;
  }
  .lightbox__filmstrip__thumb:hover {
    cursor: pointer;
  }
  .lightbox__filmstrip__thumb .hover-shadow {
    transition: 0.3s;
  }
  .lightbox__filmstrip__thumb .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}
@media screen and (min-width: 768px) {
  /* For tablets */
  .lightbox {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.9);
    z-index: 300;
    padding-bottom: 0;
    padding-top: 0;
    /* Position the "next button" to the right */
  }
  .lightbox__content {
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    margin-top: 15rem;
    width: 100%;
    max-width: 100%;
    padding: 0 9rem;
  }
  .lightbox__content__slides {
    height: auto;
  }
  .lightbox__content__slides > .columns {
    height: auto !important;
    max-height: 100%;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    padding: 0;
  }
  .lightbox__content__slides > .columns > .responsive-media {
    height: auto !important;
    max-height: calc(66vh - 6rem);
  }
  .lightbox__content__slides > .columns > .responsive-media__aspect-ratio img {
    max-height: 100%;
    display: none;
    image-rendering: smooth;
  }
  .lightbox__content__slides__number {
    position: fixed;
    color: #f2f2f2;
    font-size: 3.25rem;
    top: 0;
    left: 0;
    padding: 1rem 1rem;
    margin-top: 3rem;
    margin-left: 2rem;
  }
  .lightbox .close {
    color: white;
    position: fixed;
    top: 0;
    right: 0;
    text-align: right;
    padding: 1rem 1rem;
    margin-top: 3rem;
    margin-right: 2rem;
    font-size: 3.25rem;
    font-weight: bold;
    transition: 0.3s ease;
  }
  .lightbox .close:hover, .lightbox .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  .lightbox__prev, .lightbox__next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 3rem;
    margin-top: 0rem;
    font-size: 3.25rem;
    color: white;
    font-weight: bold;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
  }
  .lightbox__prev:hover, .lightbox__next:hover {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  .lightbox__prev {
    left: 0;
    margin-left: 0rem;
  }
  .lightbox__next {
    right: 0;
    margin-right: 0rem;
    border-radius: 3px 0 0 3px;
  }
  .lightbox__filmstrip {
    display: flex !important;
    position: relative;
    flex-wrap: wrap !important;
    justify-content: center;
    width: 100vw;
    max-width: 100vw !important;
    bottom: 0;
    padding: 3rem;
    margin: 0 auto;
  }
  .lightbox__filmstrip > .columns {
    width: 15rem !important;
    flex: 0 1 15rem !important;
  }
  .lightbox__filmstrip__thumb {
    opacity: 0.6;
    image-rendering: auto;
  }
  .lightbox__filmstrip__thumb .active, .lightbox__filmstrip__thumb:hover {
    opacity: 1;
  }
  .lightbox__filmstrip__thumb .hover-shadow {
    transition: 0.3s;
  }
  .lightbox__filmstrip__thumb .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}
@media screen and (min-width: 1024px) {
  /* For desktop */
  .lightbox {
    padding-bottom: 0;
    padding-top: 0;
    /* Position the "next button" to the right */
  }
  .lightbox__content {
    padding: 0;
    margin-top: 12rem;
    padding-bottom: 0;
  }
  .lightbox__content__slides {
    display: none;
  }
  .lightbox__content__slides > .columns {
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0%);
    padding: 0;
  }
  .lightbox__content__slides > .columns > .responsive-media {
    height: 100%;
    max-height: calc(75vh - 6rem);
  }
  .lightbox__content__slides > .columns > .responsive-media__aspect-ratio img {
    display: none;
    image-rendering: smooth;
  }
  .lightbox__content__slides__number {
    position: fixed;
    color: #f2f2f2;
    font-size: 3.25rem;
    top: 0;
    left: 0;
    padding: 1rem 1rem;
    margin-top: 3rem;
    margin-left: 2rem;
  }
  .lightbox__filmstrip {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    width: 100vw;
    max-width: 100vw !important;
    bottom: 0;
    padding: 3rem;
    margin: 0 auto;
  }
  .lightbox__filmstrip > .columns {
    width: 12rem !important;
    flex: 0 1 12rem !important;
  }
  .lightbox__filmstrip__thumb {
    opacity: 0.6;
    image-rendering: auto;
  }
  .lightbox__filmstrip__thumb .active, .lightbox__filmstrip__thumb:hover {
    opacity: 1;
  }
  .lightbox__filmstrip__thumb .hover-shadow {
    transition: 0.3s;
  }
  .lightbox__filmstrip__thumb .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}
@media screen {
  .line_label_row {
    display: flex;
    flex-direction: row;
  }
  .line_label_row__icon {
    flex: 0 0 auto;
    margin-left: -30px;
    line-height: 24px;
    flex: 0 0 30px;
    text-align: center;
    vertical-align: center;
  }
  .line_label_row__text {
    flex: 0 1 auto;
    margin-bottom: 1.25rem;
  }
  .line_label_row__text h1,
  .line_label_row__text h2,
  .line_label_row__text h3,
  .line_label_row__text h4,
  .line_label_row__text h5 {
    padding-bottom: 0;
  }
  .line_label_row--sidebar .line_label_row__icon {
    margin-left: 0px;
    line-height: 36px;
    flex: 0 0 30px;
    text-align: center;
    vertical-align: center;
  }
  .line_label_row--blog__entry .line_label_row__icon {
    margin-left: 0px;
    line-height: 24px;
    flex: 0 0 30px;
    text-align: center;
    vertical-align: center;
  }
  .fa-label--normal {
    margin-left: 0rem;
  }
  .fa-label--normal .fa-label-icon {
    min-width: 3rem;
    margin-left: 0rem;
    display: inline-block;
    text-align: center;
  }
  .fa-label--padding {
    margin-left: 3rem;
  }
  .fa-label--padding .label-icon {
    min-width: 2.5rem;
    margin-left: -0.5rem;
    display: inline-block;
    text-align: center;
  }
  .blog__entry__header {
    color: #81af9a;
    margin-left: 0rem;
  }
  .blog__entry__header .line_label_row:hover {
    color: #006838;
  }
  .blog__entry__header .line_label_row {
    margin-left: 0rem;
  }
  .blog__entry__header .line_label_row .label-icon {
    min-width: 2.5rem;
    margin-left: -0.5rem;
    display: inline-block;
    text-align: center;
  }
  .blog__entry .sibling_pages {
    padding-top: 3rem;
    display: flex;
    justify-content: space-between;
  }
  .blog__entry .sibling_pages__button--prev {
    justify-self: start;
    margin-right: auto;
  }
  .blog__entry .sibling_pages__button--next {
    right: 0;
    margin-left: auto;
  }
  .blog__entry .sibling_pages__button__link {
    display: flex;
    color: inherit;
    text-decoration: none;
  }
  .blog__entry .sibling_pages__button__link:hover .sibling_pages__button__link__text__title {
    text-decoration: underline;
  }
  .blog__entry .sibling_pages__button__link__text--prev {
    text-align: left;
  }
  .blog__entry .sibling_pages__button__link__text--next {
    text-align: right;
  }
  .blog__entry .sibling_pages__button__link__text__direction {
    font-size: 2rem;
  }
  .blog__entry .sibling_pages__button__link__text__title {
    text-align: inherit;
  }
  .blog__entry .sibling_pages__button__link__text__title h3 {
    font-size: 1.5rem;
  }
  .blog__entry .sibling_pages__button__link__icon {
    padding: 0.15rem 0;
    font-size: 1.75rem;
  }
  .blog__entry .sibling_pages__button__link__icon--prev {
    padding-right: 0.75rem;
  }
  .blog__entry .sibling_pages__button__link__icon--next {
    padding-left: 0.75rem;
    padding-right: 0.5rem;
  }
  .blog__entry .prev-next {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
  }
  .blog__entry .prev-next .button {
    color: #006838;
    text-decoration: none;
    flex: 0 1 auto;
  }
  .blog__entry .prev-next .button:hover {
    text-decoration: underline;
  }
  .blog__entry .prev-next .button.next {
    text-align: right;
  }
  .blog__entry .prev-next .button.next > .title {
    margin-right: 2rem;
  }
  .blog__entry .prev-next .button.prev {
    text-align: right;
  }
  .blog__entry .prev-next .button.prev > .title {
    margin-left: 2rem;
  }
  .blog__entry .prev-next .button > .dir {
    font-size: 2rem;
  }
  .blog__entry .prev-next .button > .title {
    font-size: 1.6rem;
  }
  .blog__entries__entry {
    padding: 2rem 0;
  }
  .blog__entries__entry__thumbnail {
    padding: 0 2rem;
  }
  .blog__entries__entry__thumbnail .responsive-media .service_thumbnail__overlay--reveal {
    padding: 0.75rem;
  }
  .blog__entries__entry__thumbnail .responsive-media .service_thumbnail__overlay__title {
    width: 100%;
  }
  .blog__entries__entry__thumbnail .responsive-media .service_thumbnail__overlay__text {
    top: 0rem;
    bottom: 0.75rem;
  }
  .blog__entries__entry__thumbnail .responsive-media .service_thumbnail__overlay__text a {
    text-decoration: none;
    color: white;
  }
  .blog__entries__entry__thumbnail .responsive-media .service_thumbnail__overlay__text a:hover {
    text-decoration: underline;
  }
  .blog__entries__entry__preview {
    display: flex;
    flex-direction: column;
    padding-right: 2rem;
    padding: 0.75rem 2rem;
  }
  .blog__entries__entry__preview__header a {
    color: unset;
    text-decoration: none;
  }
  .blog__entries__entry__preview__header__title > h1,
  .blog__entries__entry__preview__header__title h2,
  .blog__entries__entry__preview__header__title h3,
  .blog__entries__entry__preview__header__title h4,
  .blog__entries__entry__preview__header__title h5 {
    padding-bottom: 0.75rem;
  }
  .blog__entries__entry__preview__summary p {
    margin-bottom: 1.5rem;
  }
  .blog__entries__entry__preview__button {
    margin-top: auto;
  }
  .blog__entries__entry__preview__button a {
    display: inline-block;
    width: auto;
    margin-top: 0;
    padding: 0.5rem 1.25rem;
    background-color: #006838;
    color: white;
    text-decoration: none;
  }
  .blog__entries__entry__preview__button a:hover {
    background-color: #00753f;
    text-decoration: underline;
  }
  .blog__entries__entry--embedded {
    z-index: 0;
    display: flex;
    flex-flow: wrap;
    padding: 4.5rem 6rem;
    padding: 0rem 3rem 1.5rem 3rem;
  }
  .blog__entries__entry--embedded .blog__entries__entry__thumbnail {
    padding: 0;
    padding-right: 0rem;
  }
  .blog__entries__entry--embedded .blog__entries__entry__preview {
    padding: 0;
  }
  .blog__entries__entry--embedded .blog__entries__entry__preview__header {
    padding-top: 1rem;
  }
  .blog__entries__entry--embedded .blog__entries__entry__preview__summary {
    padding-right: 0rem;
  }
  .blog__entries .pagination {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .blog__entries .pagination li {
    border: none;
  }
  .blog__entries .pagination li span {
    color: rgba(0, 104, 55, 0.4862745098);
  }
  .blog__entries ul li {
    list-style-type: none;
  }
  .blog__sidebar {
    padding: 3rem;
    margin-left: 0rem;
  }
  .blog__sidebar h3.label {
    margin-left: -2rem;
  }
  .blog__sidebar h3.label span.label-icon {
    min-width: 2.5rem;
    margin-left: -0.5rem;
    height: 20px;
    display: inline-block;
    text-align: center;
  }
  .blog__sidebar__featured {
    margin-bottom: 2.75rem;
  }
  .blog__sidebar__featured a {
    color: white;
    text-decoration: none;
  }
  .blog__sidebar__featured a:hover {
    text-decoration: underline;
  }
  .blog__sidebar__featured p {
    margin-bottom: 0;
  }
  .blog__sidebar__tags {
    margin-bottom: 2.75rem;
  }
  .blog__sidebar__tags__title {
    display: inline-block;
    margin: 0rem 0 -0.5rem;
  }
  .blog__sidebar__tags__list {
    display: block;
  }
  .blog__sidebar__tags__list span.tags {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: wrap;
    gap: 0.75rem;
  }
  .blog__sidebar__tags__list span.tags a {
    flex: 0 0 auto;
    width: auto;
    right: 1rem;
    padding: 0.25rem 0.5rem;
    background-color: white;
    color: #006838;
    text-decoration: none;
  }
  .blog__sidebar__tags__list span.tags a:hover, .blog__sidebar__tags__list span.tags a.active {
    text-decoration: underline;
    color: #39b54a;
  }
  .blog__sidebar__archives {
    display: flex;
    flex-flow: column;
  }
  .blog__sidebar__archives__title {
    margin: 0rem 0 -1rem;
  }
  .blog__sidebar__archives a {
    color: white;
    text-decoration: none;
  }
  .blog__sidebar__archives a:hover, .blog__sidebar__archives a.active {
    text-decoration: underline;
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle {
    display: none;
  }
  .blog__sidebar__archives .blog__sidebar__archives__icon, .blog__sidebar__archives__month {
    display: inline-block;
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle:checked {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    content: "\f0d7";
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle:checked + .blog__sidebar__archives__month__container > .blog__sidebar__archives__entries {
    display: block;
  }
  .blog__sidebar__archives .icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle + .blog__sidebar__archives__month__container > label > .blog__sidebar__archives__icon {
    width: 1.25rem;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    text-align: right;
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle + .blog__sidebar__archives__month__container > label > .blog__sidebar__archives__icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    content: "\f0da";
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle:checked + .blog__sidebar__archives__month__container > label > .blog__sidebar__archives__icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    content: "\f0d7";
  }
  .blog__sidebar__archives .blog__sidebar__archives__entries {
    display: none;
  }
  .blog__sidebar__archives .blog__sidebar__archives__entries ul li {
    list-style-type: none;
  }
}
@media screen and (min-width: 768px) {
  /* For tablets */
  .line_label_row {
    display: flex;
    flex-direction: row;
  }
  .line_label_row__icon {
    flex: 0 0 auto;
    margin-left: -30px;
    line-height: 24px;
    flex: 0 0 30px;
    text-align: center;
    vertical-align: center;
  }
  .line_label_row__text {
    flex: 0 1 auto;
    margin-bottom: 1.25rem;
  }
  .line_label_row__text h1,
  .line_label_row__text h2,
  .line_label_row__text h3,
  .line_label_row__text h4,
  .line_label_row__text h5 {
    padding-bottom: 0;
  }
  .line_label_row--sidebar .line_label_row__icon {
    flex: 0 0 auto;
    margin-left: -30px;
    line-height: 24px;
    flex: 0 0 30px;
    text-align: center;
    vertical-align: center;
  }
  .fa-label--normal {
    margin-left: 0rem;
  }
  .fa-label--normal .fa-label-icon {
    min-width: 3rem;
    margin-left: 0rem;
    display: inline-block;
    text-align: center;
  }
  .fa-label--padding {
    margin-left: 3rem;
  }
  .fa-label--padding .label-icon {
    min-width: 2.5rem;
    margin-left: -0.5rem;
    display: inline-block;
    text-align: center;
  }
  .blog__entry__header {
    color: #81af9a;
    margin-left: 0rem;
  }
  .blog__entry__header .label:hover {
    color: #006838;
  }
  .blog__entry__header .label {
    margin-left: 3rem;
  }
  .blog__entry__header .label .label-icon {
    min-width: 2.5rem;
    margin-left: -0.5rem;
    display: inline-block;
    text-align: center;
  }
  .blog__entry .sibling_pages {
    padding-top: 3rem;
    display: flex;
    justify-content: space-between;
  }
  .blog__entry .sibling_pages__button--prev {
    justify-self: start;
    margin-right: auto;
  }
  .blog__entry .sibling_pages__button--next {
    right: 0;
    margin-left: auto;
  }
  .blog__entry .sibling_pages__button__link {
    display: flex;
    color: inherit;
    text-decoration: none;
  }
  .blog__entry .sibling_pages__button__link:hover .sibling_pages__button__link__text__title {
    text-decoration: underline;
  }
  .blog__entry .sibling_pages__button__link__text__direction {
    font-size: 2rem;
  }
  .blog__entry .sibling_pages__button__link__text__direction--prev {
    text-align: left;
  }
  .blog__entry .sibling_pages__button__link__text__direction--next {
    text-align: right;
  }
  .blog__entry .sibling_pages__button__link__text__title h3 {
    font-size: 1.5rem;
  }
  .blog__entry .sibling_pages__button__link__icon {
    padding: 0.15rem 0;
    font-size: 1.75rem;
  }
  .blog__entry .sibling_pages__button__link__icon--prev {
    padding-right: 0.75rem;
  }
  .blog__entry .sibling_pages__button__link__icon--next {
    padding-left: 0.75rem;
    padding-right: 0.5rem;
  }
  .blog__entry .prev-next {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
  }
  .blog__entry .prev-next .button {
    color: #006838;
    text-decoration: none;
    flex: 0 1 auto;
  }
  .blog__entry .prev-next .button:hover {
    text-decoration: underline;
  }
  .blog__entry .prev-next .button.next {
    text-align: right;
  }
  .blog__entry .prev-next .button.next > .title {
    margin-right: 2rem;
  }
  .blog__entry .prev-next .button.prev {
    text-align: right;
  }
  .blog__entry .prev-next .button.prev > .title {
    margin-left: 2rem;
  }
  .blog__entry .prev-next .button > .dir {
    font-size: 2rem;
  }
  .blog__entry .prev-next .button > .title {
    font-size: 1.6rem;
  }
  .blog__entries {
    padding: 2.5rem 3rem;
  }
  .blog__entries__entry {
    padding: 2rem 0;
  }
  .blog__entries__entry__thumbnail {
    padding: 0 0rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .blog__entries__entry__thumbnail .responsive-media .service_thumbnail__overlay--reveal {
    padding: 0.75rem;
  }
  .blog__entries__entry__thumbnail .responsive-media .service_thumbnail__overlay__title {
    width: 100%;
  }
  .blog__entries__entry__thumbnail .responsive-media .service_thumbnail__overlay__text {
    top: 0rem;
    bottom: 0.75rem;
  }
  .blog__entries__entry__thumbnail .responsive-media .service_thumbnail__overlay__text a {
    text-decoration: none;
    color: white;
  }
  .blog__entries__entry__thumbnail .responsive-media .service_thumbnail__overlay__text a:hover {
    text-decoration: underline;
  }
  .blog__entries__entry__preview {
    display: flex;
    flex-direction: column;
    padding-right: 0rem;
    padding: 0;
  }
  .blog__entries__entry__preview__header a {
    color: unset;
    text-decoration: none;
  }
  .blog__entries__entry__preview__header__title > h1,
  .blog__entries__entry__preview__header__title h2,
  .blog__entries__entry__preview__header__title h3,
  .blog__entries__entry__preview__header__title h4,
  .blog__entries__entry__preview__header__title h5 {
    padding-bottom: 0.75rem;
  }
  .blog__entries__entry__preview__summary p {
    margin-bottom: 0;
  }
  .blog__entries__entry__preview__button {
    margin-top: auto;
  }
  .blog__entries__entry__preview__button a {
    display: inline-block;
    width: auto;
    margin-top: 0;
    padding: 0.5rem 1.25rem;
    background-color: #006838;
    color: white;
    text-decoration: none;
  }
  .blog__entries__entry__preview__button a:hover {
    background-color: #00753f;
    text-decoration: underline;
  }
  .blog__entries__entry--embedded {
    padding: 0rem 6rem 4.5rem 6rem;
    display: flex;
    flex-flow: wrap;
  }
  .blog__entries__entry--embedded .blog__entries__entry__thumbnail {
    padding-right: 4.5rem;
  }
  .blog__entries .pagination {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .blog__entries .pagination li {
    border: none;
  }
  .blog__entries .pagination li span {
    color: rgba(0, 104, 55, 0.4862745098);
  }
  .blog__entries ul li {
    list-style-type: none;
  }
  .blog__sidebar {
    padding-top: 4.5rem;
    margin-left: 1.25rem;
  }
  .blog__sidebar h3.label {
    margin-left: -2rem;
  }
  .blog__sidebar h3.label span.label-icon {
    min-width: 2.5rem;
    margin-left: -0.5rem;
    height: 20px;
    display: inline-block;
    text-align: center;
  }
  .blog__sidebar__featured {
    margin-bottom: 2.75rem;
  }
  .blog__sidebar__featured a {
    color: white;
    text-decoration: none;
  }
  .blog__sidebar__featured a:hover {
    text-decoration: underline;
  }
  .blog__sidebar__featured p {
    margin-bottom: 0;
  }
  .blog__sidebar__tags {
    margin-bottom: 2.75rem;
  }
  .blog__sidebar__tags__title {
    display: inline-block;
    margin: 0rem 0 -0.5rem;
  }
  .blog__sidebar__tags__list {
    display: block;
  }
  .blog__sidebar__tags__list span.tags {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: wrap;
    gap: 0.75rem;
  }
  .blog__sidebar__tags__list span.tags a {
    flex: 0 0 auto;
    width: auto;
    right: 1rem;
    padding: 0.25rem 0.5rem;
    background-color: white;
    color: #006838;
    text-decoration: none;
  }
  .blog__sidebar__tags__list span.tags a:hover, .blog__sidebar__tags__list span.tags a.active {
    text-decoration: underline;
    color: #39b54a;
  }
  .blog__sidebar__archives {
    display: flex;
    flex-flow: column;
  }
  .blog__sidebar__archives__title {
    margin: 0rem 0 -1rem;
  }
  .blog__sidebar__archives a {
    color: white;
    text-decoration: none;
  }
  .blog__sidebar__archives a:hover, .blog__sidebar__archives a.active {
    text-decoration: underline;
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle {
    display: none;
  }
  .blog__sidebar__archives .blog__sidebar__archives__icon, .blog__sidebar__archives__month {
    display: inline-block;
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle:checked {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    content: "\f0d7";
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle:checked + .blog__sidebar__archives__month__container > .blog__sidebar__archives__entries {
    display: block;
  }
  .blog__sidebar__archives .icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle + .blog__sidebar__archives__month__container > label > .blog__sidebar__archives__icon {
    width: 1.25rem;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    text-align: right;
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle + .blog__sidebar__archives__month__container > label > .blog__sidebar__archives__icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    content: "\f0da";
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle:checked + .blog__sidebar__archives__month__container > label > .blog__sidebar__archives__icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    content: "\f0d7";
  }
  .blog__sidebar__archives .blog__sidebar__archives__entries {
    display: none;
  }
  .blog__sidebar__archives .blog__sidebar__archives__entries ul li {
    list-style-type: none;
  }
}
@media screen and (min-width: 1024px) {
  /* For desktop */
  .line_label_row {
    display: flex;
    flex-direction: row;
  }
  .line_label_row__icon {
    flex: 0 0 auto;
    margin-left: -30px;
    line-height: 24px;
    flex: 0 0 30px;
    text-align: center;
    vertical-align: center;
  }
  .line_label_row__text {
    flex: 0 1 auto;
    margin-bottom: 1.25rem;
  }
  .line_label_row__text h1,
  .line_label_row__text h2,
  .line_label_row__text h3,
  .line_label_row__text h4,
  .line_label_row__text h5 {
    padding-bottom: 0;
  }
  .fa-label--normal {
    margin-left: 0rem;
  }
  .fa-label--normal .fa-label-icon {
    min-width: 3rem;
    margin-left: 0rem;
    display: inline-block;
    text-align: center;
  }
  .fa-label--padding {
    margin-left: 3rem;
  }
  .fa-label--padding .label-icon {
    min-width: 2.5rem;
    margin-left: -0.5rem;
    display: inline-block;
    text-align: center;
  }
  .blog__entry__header {
    color: #81af9a;
    margin-left: 0rem;
  }
  .blog__entry__header .label:hover {
    color: #006838;
  }
  .blog__entry__header .label {
    margin-left: 3rem;
  }
  .blog__entry__header .label .label-icon {
    min-width: 2.5rem;
    margin-left: -0.5rem;
    display: inline-block;
    text-align: center;
  }
  .blog__entry .sibling_pages {
    padding-top: 3rem;
    display: flex;
    justify-content: space-between;
  }
  .blog__entry .sibling_pages__button--prev {
    justify-self: start;
    margin-right: auto;
  }
  .blog__entry .sibling_pages__button--next {
    right: 0;
    margin-left: auto;
  }
  .blog__entry .sibling_pages__button__link {
    display: flex;
    color: inherit;
    text-decoration: none;
  }
  .blog__entry .sibling_pages__button__link:hover .sibling_pages__button__link__text__title {
    text-decoration: underline;
  }
  .blog__entry .sibling_pages__button__link__text__direction {
    font-size: 2rem;
  }
  .blog__entry .sibling_pages__button__link__text__direction--prev {
    text-align: left;
  }
  .blog__entry .sibling_pages__button__link__text__direction--next {
    text-align: right;
  }
  .blog__entry .sibling_pages__button__link__text__title h3 {
    font-size: 1.5rem;
  }
  .blog__entry .sibling_pages__button__link__icon {
    padding: 0.15rem 0;
    font-size: 1.75rem;
  }
  .blog__entry .sibling_pages__button__link__icon--prev {
    padding-right: 0.75rem;
  }
  .blog__entry .sibling_pages__button__link__icon--next {
    padding-left: 0.75rem;
    padding-right: 0.5rem;
  }
  .blog__entry .prev-next {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
  }
  .blog__entry .prev-next .button {
    color: #006838;
    text-decoration: none;
    flex: 0 1 auto;
  }
  .blog__entry .prev-next .button:hover {
    text-decoration: underline;
  }
  .blog__entry .prev-next .button.next {
    text-align: right;
  }
  .blog__entry .prev-next .button.next > .title {
    margin-right: 2rem;
  }
  .blog__entry .prev-next .button.prev {
    text-align: right;
  }
  .blog__entry .prev-next .button.prev > .title {
    margin-left: 2rem;
  }
  .blog__entry .prev-next .button > .dir {
    font-size: 2rem;
  }
  .blog__entry .prev-next .button > .title {
    font-size: 1.6rem;
  }
  .blog__entries__entry {
    padding: 2rem 0;
  }
  .blog__entries__entry__thumbnail {
    padding: 0 2rem;
  }
  .blog__entries__entry__thumbnail .responsive-media .service_thumbnail__overlay--reveal {
    padding: 0.75rem;
  }
  .blog__entries__entry__thumbnail .responsive-media .service_thumbnail__overlay__title {
    width: 100%;
  }
  .blog__entries__entry__thumbnail .responsive-media .service_thumbnail__overlay__text {
    top: 0rem;
    bottom: 0.75rem;
  }
  .blog__entries__entry__thumbnail .responsive-media .service_thumbnail__overlay__text a {
    text-decoration: none;
    color: white;
  }
  .blog__entries__entry__thumbnail .responsive-media .service_thumbnail__overlay__text a:hover {
    text-decoration: underline;
  }
  .blog__entries__entry__preview {
    display: flex;
    flex-direction: column;
    padding-right: 2rem;
  }
  .blog__entries__entry__preview__header a {
    color: unset;
    text-decoration: none;
  }
  .blog__entries__entry__preview__header__title > h1,
  .blog__entries__entry__preview__header__title h2,
  .blog__entries__entry__preview__header__title h3,
  .blog__entries__entry__preview__header__title h4,
  .blog__entries__entry__preview__header__title h5 {
    padding-bottom: 0.75rem;
  }
  .blog__entries__entry__preview__summary p {
    margin-bottom: 0;
  }
  .blog__entries__entry__preview__button {
    margin-top: auto;
  }
  .blog__entries__entry__preview__button a {
    display: inline-block;
    width: auto;
    margin-top: 0;
    padding: 0.5rem 1.25rem;
    background-color: #006838;
    color: white;
    text-decoration: none;
  }
  .blog__entries__entry__preview__button a:hover {
    background-color: #00753f;
    text-decoration: underline;
  }
  .blog__entries__entry--embedded {
    display: flex;
    flex-flow: wrap;
    padding: 0rem 6rem 4.5rem 6rem;
  }
  .blog__entries__entry--embedded .blog__entries__entry__preview__summary {
    padding-right: 0;
  }
  .blog__entries .pagination {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .blog__entries .pagination li {
    border: none;
  }
  .blog__entries .pagination li span {
    color: rgba(0, 104, 55, 0.4862745098);
  }
  .blog__entries ul li {
    list-style-type: none;
  }
  .blog__sidebar {
    padding: 4.5rem 3rem;
    margin-left: 1.25rem;
  }
  .blog__sidebar h3.label {
    margin-left: -2rem;
  }
  .blog__sidebar h3.label span.label-icon {
    min-width: 2.5rem;
    margin-left: -0.5rem;
    height: 20px;
    display: inline-block;
    text-align: center;
  }
  .blog__sidebar__featured {
    margin-bottom: 2.75rem;
  }
  .blog__sidebar__featured a {
    color: white;
    text-decoration: none;
  }
  .blog__sidebar__featured a:hover {
    text-decoration: underline;
  }
  .blog__sidebar__featured p {
    margin-bottom: 0;
  }
  .blog__sidebar__tags {
    margin-bottom: 2.75rem;
  }
  .blog__sidebar__tags__title {
    display: inline-block;
    margin: 0rem 0 -0.5rem;
  }
  .blog__sidebar__tags__list {
    display: block;
  }
  .blog__sidebar__tags__list span.tags {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: wrap;
    gap: 0.75rem;
  }
  .blog__sidebar__tags__list span.tags a {
    flex: 0 0 auto;
    width: auto;
    right: 1rem;
    padding: 0.25rem 0.5rem;
    background-color: white;
    color: #006838;
    text-decoration: none;
  }
  .blog__sidebar__tags__list span.tags a:hover, .blog__sidebar__tags__list span.tags a.active {
    text-decoration: underline;
    color: #39b54a;
  }
  .blog__sidebar__archives {
    display: flex;
    flex-flow: column;
  }
  .blog__sidebar__archives__title {
    margin: 0rem 0 -1rem;
  }
  .blog__sidebar__archives a {
    color: white;
    text-decoration: none;
  }
  .blog__sidebar__archives a:hover, .blog__sidebar__archives a.active {
    text-decoration: underline;
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle {
    display: none;
  }
  .blog__sidebar__archives .blog__sidebar__archives__icon, .blog__sidebar__archives__month {
    display: inline-block;
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle:checked {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    content: "\f0d7";
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle:checked + .blog__sidebar__archives__month__container > .blog__sidebar__archives__entries {
    display: block;
  }
  .blog__sidebar__archives .icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle + .blog__sidebar__archives__month__container > label > .blog__sidebar__archives__icon {
    width: 1.25rem;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    text-align: right;
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle + .blog__sidebar__archives__month__container > label > .blog__sidebar__archives__icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    content: "\f0da";
  }
  .blog__sidebar__archives .blog__sidebar__archives__month__toggle:checked + .blog__sidebar__archives__month__container > label > .blog__sidebar__archives__icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    content: "\f0d7";
  }
  .blog__sidebar__archives .blog__sidebar__archives__entries {
    display: none;
  }
  .blog__sidebar__archives .blog__sidebar__archives__entries ul li {
    list-style-type: none;
  }
}
@media screen {
  /* For phones */
  .call-to-action {
    position: relative;
    z-index: 199;
    background-color: #29aae2;
    min-height: 16rem;
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
  }
  .call-to-action--slideshow {
    text-align: left;
  }
  .call-to-action--slideshow .slideshow__wrap {
    background: unset;
  }
  .call-to-action--slideshow .call-to-action__headline {
    padding: 1.5rem 3rem;
    padding-bottom: 0;
  }
  .call-to-action .centered-text {
    padding: 3rem 3rem;
    padding: 3rem 0;
    top: 0%;
    transform: translate(-50%, 0%);
    color: white;
  }
  .call-to-action .centered-text a {
    font-weight: 400;
    font-size: 60%;
    color: white;
    text-decoration: underline;
    text-decoration-color: white;
  }
  .call-to-action .centered-text h1,
  .call-to-action .centered-text h2,
  .call-to-action .centered-text h3,
  .call-to-action .centered-text h4.h5,
  .call-to-action .centered-text p {
    padding: 0;
  }
  .call-to-action .centered-text img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 3rem;
    padding-bottom: 6rem;
  }
  .call-to-action .centered-text.no-shrink a {
    font-weight: 400;
    font-size: 100% !important;
    color: white;
    text-decoration: none;
    text-decoration-color: white;
  }
  .call-to-action .centered-text.no-shrink a:hover {
    text-decoration: underline;
  }
  .call-to-action > .button {
    margin: 0 auto;
    cursor: pointer;
    border: none;
    background: #39b54a;
    color: #FFF;
    text-align: center;
    padding: 1rem 2rem;
  }
  .call-to-action > .button:hover {
    background: #31A040;
    transition: background-color 0.15s ease-in-out;
  }
  .footer {
    position: relative;
    display: block;
    width: 100vw;
    max-width: 100%;
    z-index: 200;
    margin: 0;
    margin-top: -7.5rem;
  }
  .footer li,
  .footer li a,
  .footer a,
  .footer p {
    font-family: Aileron;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: normal;
    color: #D1D1D1;
  }
  .footer .waves__container {
    position: relative;
    display: block;
    bottom: 0;
    z-index: 201;
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
  }
  .footer .waves__container img {
    position: relative;
    z-index: 202;
    bottom: 0;
    height: auto;
    min-width: 110%;
    min-width: 110vw;
    width: 110vw;
    max-width: 110%;
  }
  .footer__menu {
    position: relative;
    display: flex;
    flex-flow: column;
    z-index: 200;
    width: 100%;
    background-color: #006838;
    padding: 3rem 3rem;
    padding: 3rem;
    margin-top: -1rem;
  }
  .footer__menu__image {
    padding: 0;
    justify-content: start;
  }
  .footer__menu span {
    display: inline-block;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    color: #39b54a;
  }
  .footer__menu__block {
    margin-top: 1rem;
  }
  .footer__menu__list {
    display: block;
    width: 100%;
    color: inherit;
  }
  .footer__menu__list a {
    text-decoration: none;
    color: #D1D1D1;
  }
  .footer__menu__list a:hover {
    text-decoration: underline;
  }
  .footer__menu__list li {
    text-decoration: none;
  }
  .footer__menu__list li a {
    text-decoration: none;
    color: #D1D1D1;
  }
  .footer__menu__list li a:hover {
    text-decoration: underline;
  }
  .footer__menu__list--social a:hover {
    text-decoration: none;
  }
  .footer__menu__list--social li {
    display: inline;
    font-size: 1rem;
    line-height: 1.6rem;
    padding: 0.1rem 0.5rem 0 0;
  }
  .footer .copy-footer {
    width: 100%;
  }
  .footer .copy-footer p {
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  /* For tablets */
  .call-to-action {
    min-height: 15.5rem;
  }
  .call-to-action .call-to-action__headline {
    padding: 4.5rem 6rem;
    padding-bottom: 0;
  }
  .call-to-action .centered-text {
    padding: 3rem;
  }
  .call-to-action .centered-text h1,
  .call-to-action .centered-text h2,
  .call-to-action .centered-text h3,
  .call-to-action .centered-text h4.h5,
  .call-to-action .centered-text p {
    padding: 0;
  }
  .call-to-action .centered-text img {
    height: 100%;
    width: 100%;
    max-width: 80%;
    max-height: 80%;
    padding: 3rem;
    padding-bottom: 6rem;
  }
  .footer {
    margin: -7rem auto 0;
  }
  .footer li,
  .footer li a,
  .footer a,
  .footer p {
    font-size: 1.2rem;
  }
  .footer .waves__container img {
    min-width: 110%;
    width: 110%;
    max-width: 110%;
  }
  .footer__menu {
    padding: 3rem 3rem;
    padding-top: 2rem;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 3rem;
  }
  .footer__menu__image {
    padding: 0 0 1.5rem 0;
    justify-content: center;
  }
  .footer__menu__list {
    flex: 0 4 0;
    padding-bottom: unset;
  }
  .footer__menu__list--split {
    -moz-column-count: 2;
    column-count: 2;
  }
  .footer__menu__list li {
    white-space: nowrap;
  }
  .footer__menu__list--social {
    margin-top: 0.5rem;
    display: inline-block;
    flex: unset;
  }
  .footer__menu__list--social li {
    font-size: 1rem;
  }
  .footer .copy-footer {
    flex: 1 0 100%;
    padding-top: 3rem;
  }
  .footer .copy-footer p {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  /* For desktop */
  .footer {
    display: block;
    margin: -7.5rem auto 0;
    width: 100%;
    max-width: 1024px;
  }
  .footer li,
  .footer li a,
  .footer a,
  .footer p {
    font-size: 1.6rem;
  }
  .footer__menu {
    transition: all 0.5s ease-in;
    padding: 4.5rem 6rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .footer__menu__list--social li {
    font-size: 1rem;
  }
}
/*
.footer {
    max-width: 900px;
    width: 100%;
    position: relative;
    z-index: 600;
    margin: 0 auto;
    margin-top: -4em;
}

.waves__container {
    display: block;
    position: relative;
    bottom: 0;
    z-index: 699;
    width: 100%;
    overflow: hidden;

    img {
        position: relative;
        display: inline-block;
        bottom: 0;
        height: auto;
        min-width: 110%;
        width: 110%;
        margin: -5px -5px;
    }
}

.footer>ul {
    position: absolute;
    display: block;
    width: 100%;
    margin-top: -0.5em;
    background-color: #006838;
    padding: 0.5em 6em 3em 6em;

    &>li {
        display: block;
        display: inline-flex;
        flex-flow: row wrap;
        float: left;
        width: 25%;
        font-family: Aileron;
        font-weight: 300;
        font-size: 0.8em;
        color: #D1D1D1;
        line-height: 1.3em;
        white-space: nowrap;
    }

    &>li:nth-of-type(1) {
        width: 17.5%;
        margin-left: 3.75%;
    }
}

.footer ul li a {
    text-decoration: none;
    color: #D1D1D1;
}

.footer ul li a:hover {
    text-decoration: underline;
}

.footer ul li span {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.6em;
    text-decoration: none;
    color: #39b54a;
}

.social-footer li {
    display: inline;
    font-size: 0.65em;
    line-height: 1.6em;
    padding: 0.1em 0.5em 0 0;
}

.social-footer a:hover {
    text-decoration: none;
}

.copy-footer {
    position: absolute;
    z-index: 698;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0.5em auto;
    padding: 0.5em auto;
    color: #D1D1D1;
    width: 100%;
}

.copy-footer p {
    text-align: center;
    font-family: Aileron;
    font-weight: 300;
    font-size: 0.75em;
    line-height: 1.3em;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .footer>ul {
        padding: 0.5em 4em 3em 4em;
    }
}

@media screen and (max-width: 768px) {
    .footer>ul>li:nth-of-type(1) {
        width: 17.5%;
        margin-left: 0;
    }

    .footer>ul>li {
        width: 27.5%;
        margin-left: 0;
    }

    .footer>ul {
        padding: 0.5em 3em 3em 3em;
    }
}

@media screen and (max-width: 650px) {
    .waves__container {
        padding-top: 5px;
    }

    .footer>ul>li:nth-of-type(1) {
        width: 25%;
        margin-left: 0;
    }

    .footer {
        font-size: 1.25em;
    }

    .footer>ul {
        display: inline-flex;
        flex-flow: row wrap;
        padding: 0.75em 1.75em 3em 1.75em;
    }

    .footer li:not(.social-footer) {}

    .footer>ul>li {
        width: 100%;
        margin: 0 auto;
    }

    .footer>ul>li:nth-child(1) {
        order: 1;
        flex: 100%;
    }

    .footer>ul>li:nth-child(2) {
        order: 2;
        flex: 100%;
    }

    .footer>ul>li:nth-child(3) {
        order: 3;
        flex: 100%;
        margin: 0;
        padding: 0;
        margin-top: -2em;
    }

    .footer>ul>li:nth-child(4) {
        order: 4;
        flex: 100%;
        margin-top: -1.25em;
    }

    .footer ul {}

    #blank_footer_column {
        display: none;
    }

    .three-twelve {
        width: 50%;
    }

    .two-twelve {
        width: 50%;
    }

    .mobile-hide {
        display: none;
    }
}

@media screen and (max-width: 414px) {
    .footer {
        margin-top: -4em;
    }

    .footer>ul {
        margin-top: 0;
    }

}


.share-this-page {
    float: right;
    position: relative;
    font-size: 0.9em;
}

.share-this-page-icon {
    font-size: 1.05em;
}

.share-this-page a {
    display: block;
    margin: -2em -2em;
    padding: 3em 3em;
    white-space: nowrap;
    color: #8BBAA4;
    text-decoration: none;
}

.share-this-page a:hover {
    color: #FFFFFF;
}
*/