/*
Theme Name: Green Element
Theme URI: https://www.eyes-down.net
Author: Eyes Down Digital
Author URI: https://www.eyes-down.net
Description: Green Element custom WordPress theme
Text Domain: green-element
Version: 1.0.0
License: GNU General Public License v2 or later
*/
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@500&display=swap');
:root {
  --color-black: #212529;
  --color-white: #fff;
  --color-grayLight: rgb(245, 245, 245);
  --color-gray: #494d48;
  --color-grayDark: #3a3a3a;
  --color-greenDark: rgb(54, 112, 37);
  --color-greenMid: #229f58;
  --color-greenLight: rgba(225, 235, 220);
}
@font-face {
    font-family: 'Flood Std';
    src: url('fonts/FloodStd.woff2') format('woff2'),
        url('fonts/FloodStd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.gemt-0    { margin-top: 0 !important; }
.gemt-1    { margin-top: 0.25rem !important; } /* 4px */
.gemt-2    { margin-top: 0.5rem !important; }  /* 8px */
.gemt-3    { margin-top: 1rem !important; }    /* 16px */
.gemt-4    { margin-top: 1.5rem !important; }  /* 24px */
.gemt-5    { margin-top: 3rem !important; }    /* 48px */

body {
  font-family: "Heebo", sans-serif;
  line-height: 1.9;
}

a,
a:hover {
  color: var(--color-greenMid);
  text-decoration: none;
}
h1,
h2.h1 {
  font-weight: 600 !important;
  padding: 0;
  font-size: 34px !important;
  margin: 0 0 30px 0;
}

h2 {
  margin: 0 0 20px 0;
}

h3 {
  margin: 0 0 20px 0;
  font-size: 1.5em !important;
}

h4 {
  margin: 0 0 20px 0;
  font-size: 1.3em !important;
  font-weight: 600;
}

h4 strong {
  font-weight: 600 !important;
}

h2 a {
  color: var(--color-black);
}

p {
  margin-bottom: 20px;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

button {
  background: var(--color-greenMid);
  color: var(--color-white);
  border: none;
  padding: 6px 25px;
  border-radius: 25px;
  font-size: 18px;
}

button i {
  margin-right: 10px;
}

.btn {
  border-radius:50px;
  padding:10px 28px;
  font-size:15px;
}

.btn-primary {
  background: var(--color-greenMid);
  border-color: var(--color-greenMid);
}

.btn-primary:hover {
  background: #008037;
  border-color: #008037;
}

.btn-lg {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 25px;
}

blockquote:after,
blockquote:before {
  content: "";
}

blockquote {
  border-left: 5px solid var(--color-greenMid);
  padding: 0 20px 0 20px;
  font-size: 17px;
  font-style: italic;
  margin: 30px 0 30px 0;
  position: relative;
  font-weight: 600;
}

blockquote p {
  margin-bottom: 0;
}

.pt-4, .py-4 { padding-top: 3rem!important; }
.pb-4, .py-4 { padding-bottom: 3rem!important; }
.pt-5, .py-5 { padding-top: 4rem!important; }
.pb-5, .py-5 { padding-bottom: 4rem!important; }

span.subhead {
  font-weight: 300;
  display: block;
  text-align: center;
  padding: 0 50px;
  margin: 9px 0 0 0;
  font-size: 23px;
  color: #fff;
  line-height: 1.4;
}

/* Wordpress image styles */

img.alignright,
.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}
img.aligncenter,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
a img.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  margin-top: 6px;
  font-size: 14px;
  text-transform: uppercase;
  color: #555;
}

/* End Wordpress image styles */

.object-contain {
  object-fit: contain;
}

.text-green-mid {
  color: var(--color-greenMid);
}

/*  MASTHEAD  */

.masthead {
  padding: 24px 0 16px 0;
  text-align: center;
  position: relative;
}

.masthead img {
  height: 100px;
}
.masthead img.ss-logo {
  height: 83px;
  margin: 17px 0 0 0;
}

/*  END MASTHEAD  */

/*  FOOTER  */

footer {
  background-color: #008037;
  color: #ffffff;
}
.subfooter {
  background-color: #161c14;
  color: var(--color-greenLight);
  font-size: 14px;
}

footer a,
footer a:hover,
footer a:visited {
  color: var(--color-white);
  text-decoration: none;
}

footer form a,
footer form a:hover,
footer form a:visited {
  color: var(--color-greenMid);
}

.subfooter a,
.subfooter a:visited {
  color: var(--color-greenLight);
}
#footer-sidebar2 img {
  display: block;
  margin-bottom: 20px;
}

footer h3 {
  border-bottom: 4px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

._form_37 #_form_611E7E6D6EB73_ {
  background: none !important;
  padding: 0 !important;
}
.footer-social{
  margin-bottom: 20px;
}
.footer-social a{
  margin-right: 10px !important;
}
/*  END FOOTER  */

/* COLOUR HEADER */

.colourhead {
  background: #008037;
  padding: 30px 0 25px 0;
}

.colourhead h1,
.colourhead h2.h1,
.parallax h1,
.parallax h2.h1 {
  color: #fff;
  text-align: center;
  margin: 0;
}

/* END COLOUR HEADER */

/* IMAGE HEADER */

.parallax span.subhead {
  margin: 20px 0 0 0;
  font-size: 30px;
}

.parallax span.subhead.meta {
  font-size: 22px;
  font-weight: 400;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 20px;
}

.parallax h1,
.parallax h2.h1 {
  font-size: 50px !important;
}

.header-podcast-audio {
  width: 80% !important;
  display: block;
  margin: 60px auto 0 auto;
}

/* END IMAGE HEADER */

/* INTRO TEXT */

.light-grey {
  background-color: #f5f5f3;
}

.intro-text {
  padding: 2.5em 0px 1em 0px;
  text-align: center;
}
.intro-text p,
.cta-section p {
  font-weight: 300;
  font-size: 22px;
  color: var(--color-gray);
  text-align: center;
}
/* END INTRO TEXT */

/* TEXT CONTENT */

/* Video container */
.video-container-wrapper {
  max-width: 700px;
  margin: 0 auto 50px auto;
}

.column-section .video-container-wrapper {
  margin-top: 19px auto 0 auto;
}

.video-container {
  position: relative;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mejs-container {
  margin-top: 18px;
}

.youtube-video-place {
  text-align: center;
}
/* Video container end */

/* END TEXT CONTENT */

/* BLOG SECTION */
.blog-post-image {
  height: 10rem;
  background-size: cover;
}

.blog-post-content {
  max-width: 85%;
  margin: -40px auto 0px;
  background-color: var(--color-white);
}

.post-date {
  font-size: 12px;
  color: rgb(153, 153, 153);
}
/* END OF BLOG */
/* COLUMNS */
.ge-column {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex: 0 1 auto;
}

.ge-column h3 {
  font-size: 22px;
  color: var(--color-grayDark);
  text-align: center;
  margin: 1em 0 0.5em 0;
}

.ge-column h5 {
  font-weight: 400;
  font-size: 20px !important;
  color: var(--color-greenMid);
  text-align: center;
  margin: 0 0 1em 0;
}

.ge-column p {
  text-align: justify;
}

.ge-column .image {
  display: flex;
  justify-content: center;
}

.ge-column img[src*="svg"] {
  min-width:220px;
  max-width: 100%;
}

.ge-column iframe {
  margin: 8px 0 0 0;
}

.ge-column blockquote {
  background-color: var(--color-greenLight);
  border: none;
  padding: 20px;
  font-size: 15px;
  margin: 30px 0 30px 0;
  font-weight: 600;
}

.ge-column blockquote:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: var(--color-greenLight);
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}

.cta-button,
.text-button,
.ge-button {
  background-color: var(--color-greenMid);
  padding: 10px 28px;
  border-radius: 25px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}
.ge-button:Hover {
  background-color: #008037;
}

.cta-button {
  background-color: #FF7600;
  font-size: 18px;
  padding-bottom: 8px;
}
.cta-button > span {
  color: var(--color-white);
  line-height: 1;
}

.ge-button-container {
  display: flex;
  justify-content: center;
}

.ge-button > span,
.text-button > span {
  color: var(--color-white);
  font-size: 15px;
}
/* END COLUMNS */

/* TEXT-IMAGE */

/* END TEXT-IMAGE */

/* QUOTES */
.quote-wrapper > div {
  background: var(--color-grayLight);
  height: 100%;
}
.quote-inner {
  position: relative;
  padding: 4rem 2rem 8rem 1rem;
}

.quote-container .image > img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.quote-container {
  display: flex;
}
.quote-container .image {
  margin: 2em;
}
.quote-bottom-container {
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.quote-bottom-container hr {
  flex: 1;
  margin: 2rem 1rem;
}
.name-container p {
  margin: 0 2rem;
  text-align: right;
  font-weight: 700;
}
.quote > img {
  position: absolute;
  opacity: 0.06;
  height: 6rem;
  left: 8.5rem;
}
.quote .quote-text {
  text-align: center;
  font-size: 17px;
  padding-right: 4rem;
}
/* END QUOTES */

/* PODCASTS */

.latest-podcast {
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
}

.latest-image-podcast-content {
  width: 100%;
  color: #0b0b0b !important;
  top: 0;
  padding: 75px 200px 75px 200px;
  text-align: center !important;
}

.latest-latest-podcast {
  font-weight: bold;
  font-size: 30px;
  opacity: 0.9;
  background-color: #eeeeee;
  padding: 20px;
}
.latest-latest-podcast-para {
  font-size: 18px;
  font-weight: normal;
  color: #3a3a3a;
}
.latest-podcast-audio {
  width: 80% !important;
}
.latest-image-audio {
  margin-top: 25px;
  width: 5%;
}
.pod-meta {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-greenMid);
}

.podcast-div-block {
  width: 32%;
  margin: 5px 5px 10px 5px;
  padding: 20px 20px 60px 20px;
  float: left;
  text-align: center;
  background-color: #f5f5f5;
  position: relative;
}

.podcast-div-block:hover {
  opacity: 0.9;
}

.podcast-div-block-img-block {
  height: 250px;
  background-color: #fff;
  background-repeat: none;
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.podcast-div-block-img-block:after {
  height: 10px;
  background: var(--color-greenLight);
  width: 90%;
  margin: 0 5%;
  content: " ";
  display: block;
  bottom: -10px;
  position: absolute;
}

.podcast-div-block-img {
  max-height: 200px;
  background-size: contain;
  overflow: hidden;
}

.podcast-div-block-h3 {
  margin: 15px 0 10px 0;
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  --g-bold-weight: 800;
}

.ge-pagination {
  text-align: center;
  margin: 25px;
}

.ge-pagination a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
}

.archive-podcast-para {
  font-size: 14px;
  color: #3a3a3a;
}

.ge-pagination a:active,
.ge-pagination a:hover {
  background-color: var(--color-greenMid) !important;
  border-radius: 50px;
  color: white;
}

.ge-pagination a:hover:not(.active) {
  background-color: #ddd;
}
.ge-pagination .page-numbers.current {
  font-weight: 700;
  color: var(--color-greenMid);
}

.next-podcast-content {
  color: #ffffff !important;
}

.next-podcast-left {
  background-color: #171616;
  background-image: linear-gradient(
    270deg,
    rgb(59, 59, 59) 0%,
    rgb(0, 0, 0) 100%
  ) !important;
  padding: 50px 50px;
}
.next-podcast-left h2 {
  color: #ffffff !important;
  font-size: 36px !important;
  line-height: 1.3em !important;
}

.next-podcast-left hr {
  color: #ffffff;
}

.next-podcast-right {
  padding: 50px 50px;
  background-image: linear-gradient(
      90deg,
      rgb(59, 59, 59) 0%,
      rgba(0, 0, 0, 0) 52%
    ),
    url(/wp-content/uploads/2017/11/leaves-569468.jpg) !important;
  background-size: auto, cover !important;
  background-position: 50% 50%, 77% 50% !important;
  background-attachment: scroll, scroll !important;
  background-repeat: no-repeat, no-repeat !important;
  text-align: center;
}
.next-podcast-right p {
  font-size: 50px !important;
  line-height: 1.2em !important;
  padding-top: 10px !important;
  margin-top: 0px !important;
  padding-bottom: 10px !important;
  margin-bottom: 0px !important;
  color: #ffffff !important;
}
.next-podcast-right button {
  margin-top: 43px;
  letter-spacing: 2px;
  background-color: var(--color-greenMid);
  border-radius: 5px;
  padding: 18px;
  border: none;
  color: #ffffff;
}

.industry-switcher {
  margin: 0 0 20px 5px;
}
form.filter {
  display: inline-block;
}
button.go {
  line-height: 1;
  padding: 5px 12px;
  margin-left: 10px;
  font-size:15px;
  text-transform: uppercase;
}

hr.green-line {
  height: 2px;
  background-color: #599e80;
  opacity: 1;
}

/* Single podcast page */

.formatted img.podcast-logo {
  float: right;
  max-width: 200px !important;
  margin: 0 0 30px 30px;
}
.fab.pod {
  padding: 0px 10px;
  font-size: 30px;
  width: 55px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 5px;
  color: white;
  display: inline-block;
}

.fab.pod svg {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin:0 auto;
}

.fab.pod:hover {
  opacity: 0.9;
  color: white;
}

.fa-facebook-f {
  background: #3b5998;
}

.fa-twitter {
  background: #55acee;
}

.fa-linkedin {
  background: #007bb5;
}

.transcript {
  border: 1px solid var(--color-black);
  padding: 20px 20px 0 20px;
}
.transcript-button {
  cursor: pointer;
}
.transcript-content {
  display: none;
}

/* END PODCASTS */

/* BLOG */

.blog-seperator {
  position: relative;
}

.blog-seperator:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid #efefef;
  transform: translate(-50%);
}

.meta {
  color: var(--color-greenMid);
}

.formatted img {
  max-width: 100% !important;
  height: auto !important;
}

.post-item {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #efefef;
}

.post-item img {
  margin-bottom: 2rem;
}

.cta {
  background: #EAF4EE;
  padding: 35px;
  margin-bottom: 20px;
}

.cta h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #229F58;
}

.cta h3 b {
  color: var(--color-black);
}

.cta p {
  font-size: 20px;
  font-weight: 300;
}

.cta img {
  float: right;
  margin: 0 0 30px 30px;
  font-size: 50px;
  color: var(--color-greenMid);
}

/* END BLOG */

/* FORMS */

.active-form form {
  padding: 0 !important;
  margin: 0 !important;
}

.footer-form form {
  width: auto !important;
}

/* END FORMS */

/* SIDEBAR */

aside.widget {
  margin-bottom: 40px;
}

.screen-reader-text {
  display: none;
}

.widget_search {
  position: relative;
}

.widget_search #s {
  background: #efefef;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 2px;
  padding: 6px 15px;
  border-style: solid;
  width: 100%;
}

.widget_search #searchsubmit {
  padding: 13px 20px;
  border-radius: 2px;
  border: none;
  top: 0;
  right: 0;
  position: absolute;
  color: transparent;
  background: 0 0;
  z-index: 2;
}
.widget_search:after {
  position: absolute;
  content: " ";
  background-image: url("images/search-solid.svg");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  top: 11px;
  right: 10px;
  color: #999;
}

.podcast-sidebar {
  background: var(--color-black);
  color: var(--color-white);
  padding: 100px 15px;
  text-align: center;
}

.podcast-sidebar p {
  margin: 30px 0 35px 0;
}

/* END SIDEBAR */

/* BLOG POSTS MODULE */

.blog-post-image {
  height: 10rem;
  background-size: cover;
  cursor:pointer;
}

.blog-post-content {
  max-width: 85%;
  margin: -40px auto 0px;
  background-color: var(--color-white);
}

.post-date {
  font-size: 12px;
  color: rgb(153, 153, 153);
}

/* END BLOG POSTS MODULE */
/* illustration hader */
.illustration .hero{
  text-align: left !important;
}
.illustration .text-block{
  min-height:290px;
}
/* case study template start*/
.cs .img-bottom{
  position: relative;
}
.cs .hero{
  background: #008037;
  padding-top: 40px;
}
.cs h4{
  font-size: 15px !important;
  letter-spacing: 3px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom:2px solid #eaf4ee;
  border-top: 2px solid #eaf4ee;
  color: #ffffff;
  padding: 4px 0 2px 0;
}
.cs .hero h1{
  font-size: 46px !important;
  margin-bottom: 15px;
  line-height: 1;
  color: #eaf4ee;
  font-weight: 500;
}
.cs .hero p{
  font-size: 25px;
    color: #ffffff;
    width: 80%;
    line-height: 1.3;
}

.cs .cta{
  background-color: #008037;
  color: #ffffff;
  padding: 0;
  margin-bottom: 0;
}
.cs .cta h2{
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  width: 80%;
}
.cs .cta .btn-orange, .btn.btn-orange {
  font-size: 15px;
  letter-spacing: 3px;
  background-color: #FF7600;
  padding: 10px 28px;
  border-radius: 25px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.cs .cta-image, .cs-hero-image{
  position: absolute;
  bottom: 0;
  margin: -25px 0 0 0;
}
.cs .quote{
  background-color: #008037;
  position: relative;
}
.cs .quote .no-img span{
    display:flex;
    justify-content:center;
}
.f-right{
    float:right;
}


.cs .quote .quote-img img{
    width:50px;
    padding-bottom:50px;
}
.cs .quote h4{
  color: #030303;
  border-bottom: 2px solid #008037;
  border-top: 2px solid #008037;
}
.cs .quote p{
  font-size: 22px;
  line-height: 32px;
  position: relative;
  z-index: 2;
  color:#ffffff;
    margin: 0 auto;
    padding-bottom: 40px;
}
.cs .quote span{
  position: relative;
  z-index: 2;
  display: flex;
    font-size: 18px;
    color: #ffffff;
}
.cs .quote img.client-image
{
  width: 100%;
  max-width:220px;
  border-radius:50%;
}
@media(max-width:767px)
{
  .cs .quote img.client-image {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.cs .cs-quote-illustration{
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 150px;
  z-index: 1;
}
.cs .quote .video-container{
  background-repeat: no-repeat;
}
.cs .column-section{
  font-size: 18px;
  text-align: center;
  line-height: normal;
}

.cs .column-section span{
  display: block;
  padding-top: 14px;
  line-height: 0.9;
  font-family: 'Flood Std';
  color: #008037;
}
.cs .column-section .large{
  font-size: 116px;
}
.cs .column-section .medium{
  font-size: 68px;
}
.cs .column-section .small{
  font-size: 50px;
}
.cs .column-section .datablob{
  position: relative;
  margin-bottom: 10px;
}
.cs .column-section .text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cs .single-podcast{
  background-color: #eaf4ee;
}
.cs .single-podcast h4{
  color: #030303;
  border-bottom: 2px solid #008037;
  border-top: 2px solid #008037;
}
.cs .single-podcast h2{
  color: #000000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
.cs .text-content h2{
  font-size: 22px;
  font-weight: 500 !important;
}
.cs .text-content ul{
  list-style: none;
  margin-bottom: 20px;
}
.cs .text-content ul li::before {
  content: "\2022";
  color: #008037;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.text-content img {
  max-width:100% !important;
  height:auto !important;

}
.text-content iframe{
    /* width:80%; */
}
/* case study template end*/
.image-circular{
  border-radius: 50%;
  max-width:240px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
  .latest-image-podcast-content {
    padding: 25px;
  }

  .latest-latest-podcast {
    padding: 10px;
  }

  .latest-podcast-audio {
    margin-top: 40px;
    width: 80% !important;
  }

  .ge-column p {
    text-align: left;
  }
  .cs .cta-image, .cs-hero-image{
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .podcast-div-block {
    width: 48%;
  }
  .cs .cta-image, .cs-hero-image{
    position: relative;
    margin-bottom: 25px;
  }
  .cs .quote h4{
    margin-top: 20px;
  }
}

@media only screen and (max-width: 520px) {
  .intro-text p {
    font-size: 20px;
  }
  .podcast-div-block {
    width: auto;
  }

  .quote-container {
    flex-direction: column;
    align-items: center;
  }

  .quote .quote-text {
    padding-right: 0;
  }

  .quote > img {
    height: 4rem;
    left: 1rem;
  }

  .quote-bottom-container {
    flex-direction: column;
  }

  .quote-bottom-container hr {
    flex: unset;
    margin: 0rem 1rem;
  }
  .cta-button > span {
    font-size: 16px;
  }
}

.nav__container {
  background-color: rgb(255, 255, 255);
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.nav__mobile .nav__btn {
  display: block;
  padding: 6px 0;
}

.nav__mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-greenDark);
}

.nav__menu {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  z-index: 10000;
}

.showing {
  max-height: 37rem;
  transition: all 0.5s;
}

.nav__menu li {
  list-style: none;
  position: relative;
  white-space: nowrap;
  padding: 1rem 0 0 0;
}

.nav__menu li a {
  display: block;
  font-size: 1rem;
  color: #222;
  text-decoration: none;
}

.nav__menu li a:hover {
  color: rgb(89, 158, 68);
}

.nav-toggle {
  display: block;
  background-color: transparent;
  width: 40px;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  position: relative;
  display: block;
  height: 4px;
  border-radius: 35px;
  width: 100%;
  margin-top: 0;
  background-color: #fff;
  transition: all 0.25s;
}

.nav-toggle span.mrg {
  margin-top: 5px;
}

.nav-toggle.open span:first-child {
  transform: rotate(45deg) translate(6.2px, 6.2px);
}

.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-toggle.open span:last-child {
  transform: rotate(-45deg) translate(6.2px, -6.2px);
}

/* Dropdown */

.nav__menu .menu-item-has-children ul {
  display: flex;
  flex-direction: column;
  position: static;
  padding: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s;
}

.nav__menu .menu-item-has-children ul.show {
  max-height: 20rem;
  transition: all 0.4s;
}

.nav__menu .menu-item-has-children li {
  position: relative;
}

.nav__menu .menu-item-has-children li a {
  display: block;
  font-size: 0.875rem;
  text-transform: capitalize;
  color: #222;
  text-decoration: none;
  position: relative;
}

.nav__menu li a:hover {
  color: rgb(89, 158, 68);
}

.nav__menu .menu-item-has-children > a:after {
  content: "˅";
  font-weight: 900;
  font-size: 25px;
  padding-left: 0;
  position: absolute;
  top: 8px;
  right: 20px;
  color: var(--color-greenMid);
}

.nav__menu .active.menu-item-has-children > a:after {
  content: "˄";
}

.nav__menu .menu-item-has-children .menu-item-has-children > a:after {
  content: "˅";
  font-weight: 900;
  font-size: 0.875rem;
  padding-left: 5px;
  color: rgb(126, 126, 126);
}

.nav__menu .menu-item-has-children .active.menu-item-has-children > a:after {
  content: "˄";
}

.menu-toggle {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.menu-toggle.active {
  max-height: 100vh;
  transition: all 0.4s ease;
}

.resize-animation-stopper * {
  transition: none !important;
  animation: none !important;
}

input.searchterm, .searchbtn {
  border-radius:8px;
  padding: 6px 25px;
  font-size: 16px;
}

input.searchterm {
border:1px solid #999;
background: #efefef;
}

.searchbtn {
background: var(--color-greenMid) !important;
border:1px solid var(--color-greenMid) !important;
color: var(--color-white);
border-style: solid;
border-radius: 50px;
font-size: 14px;
text-transform: uppercase;
}
.searchbtn:Hover {
  background: #008037 !important;
  border:1px solid #008037 !important;
}


@media screen and (min-width: 1100px) {
  .menu-toggle {
    display: flex !important;
    max-height: 100vh;
    overflow: visible;
  }

  .nav__container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0;
  }

  .nav__mobile {
    display: none;
    justify-content: space-between;
    align-items: center;
  }

  .nav__mobile .nav__btn {
    display: none;
  }

  .nav__menu {
    display: flex;
    flex-direction: row;
    max-height: 100%;
    overflow: visible;
    padding-left: 0;
  }

  .nav__menu li {
    list-style: none;
    position: relative;
    white-space: nowrap;
    padding: 0.4rem 0.4rem;
  }

  .nav__menu li a {
    font-size: 1rem;
    color: #222;
    text-decoration: none;
  }

  .nav__menu li a:hover {
    color: rgb(89, 158, 68);
  }

  /* Dropdown */
  .nav__menu .menu-item-has-children {
    position: relative;
  }

  .nav__menu .menu-item-has-children ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    overflow: visible;
    padding: 0 1rem;
    transition: all 0.4s ease;
  }

  .nav__menu .menu-item-has-children:hover > ul {
    top: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    padding: 0 1rem;
  }

  .nav__menu .menu-item-has-children ul li {
    padding: 0.7rem;
    background-color: #008037;
    position: relative;
  }

  .nav__menu .menu-item-has-children ul li:hover {
    background-color: var(--color-greenMid);
    color: #fff;
  }

  .nav__menu .menu-item-has-children ul li a {
    display: block;
    color: #fff;
    text-transform: capitalize;
  }

  .nav__menu .menu-item-has-children ul li a:hover {
    display: block;
    color: #fff;
  }

  .nav__menu .menu-item-has-children > a:after,
  .nav__menu .menu-item-has-children:hover > a:after {
    font-weight: 900;
    font-size: 25px;
    padding-left: 0;
    color: #ccc;
    position: absolute;
    top: 7px;
    right: 4px;
  }

  .nav__menu .menu-item-has-children > a:after {
    content: "˅";
    transform: scaleY(0.5);
  }

  .nav__menu .menu-item-has-children:hover > a:after {
    content: "˄";
    transform: scaleY(0.5);
  }

  .nav__menu .menu-item-has-children .menu-item-has-children > a:after {
    content: "\f105";
    font-weight: 900;
    font-size: 0.875rem;
    padding-left: 10px;
    color: rgb(255, 255, 255);
  }

  .nav__menu .menu-item-has-children .menu-item-has-children:hover > a:after {
    content: "\f104";
    font-weight: 900;
    font-size: 0.875rem;
    padding-left: 10px;
    color: rgb(255, 255, 255);
  }

  /* 2nd level dropdown */

  .nav__menu .menu-item-has-children .menu-item-has-children:hover > ul {
    position: absolute;
    top: 0;
    right: calc(100% - 17px);
    left: auto;
    opacity: 1;
    visibility: visible;
  }

  .nav__menu .menu-item-has-children .menu-item-has-children ul {
    position: absolute;
    top: 0;
    right: calc(100% - 17px);
    left: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
}

@media screen and (max-width: 768px) {

  span.subhead {
    padding: 0;
  }
  .parallax h1,
  .parallax h2.h1 {
    font-size: 38px !important;
  }
  .parallax span.subhead {
    font-size: 22px;
  }
  .parallax {
    padding: 90px 20px;
  }
  .masthead {
    padding: 24px 0 24px 0;
  }
}

/* PODCAST LINKS */
.black-bottom-podcast {
    background-color: var(--color-black);
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
    line-height: 1.8em;
    margin-bottom: 50px;
}

.black-bottom-podcast h2 {
    color: white;
    margin: 25px 0;
    font-weight: bold;
}

.black-bottom-podcast p {
    color: white;
    margin: 50px 0;
    font-size: 16px;
}

.podcast-green {
    padding: 20px 25px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    margin: 25px 10px;
}

.podcast-green:hover {
    opacity: 0.7;
    color: #3a3a3a;
}

.podcast-green-box {
    background: var(--color-greenMid);
    color: white;
}

@media (max-width: 425px) {
    .podcast-green {
        padding: 5px 10px;
    }
}

.btn-wrap .cta-button{
  font-size: 15px;
}

.team-member{
  text-align: center;
}
.member-poster img{
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.member-name{
  padding-top:15px;
  font-size: 20px;
}
.member-role{
  line-height: 1.4;
  margin-bottom: 10px;
}
.people-container{
  padding: 70px 0;
}
.member-linkedin
{
  padding-top: 10px;
}

h3.member-fact{
  margin-bottom: 0;
  margin-top: 30px;
}
.member-thumbnail img{
  border-radius: 50%;
}
h4.member-role{
  color:#008037;
}
@media(max-width:768px){
  .member-description{
    order: 2;
  }
  h2.member-name{
    margin-top: 20px;
  }
}

.member-description ,.member-thumbnail{
  padding: 0px 25px;
}

/* full width header styles  */

section.full-width-illustration h1 {
  text-align: center;
  padding-top: 38px;
  text-transform: uppercase;
  margin-bottom: 22px;
  color:#494948;
  font-size: 25px !important;
  letter-spacing: 3px !important;
}

section.full-width-illustration span.subhead {
  font-size: 43px;
  font-weight: 500;
  margin: 0 auto;
  line-height: 50px;
  color: #008037;
  margin-bottom: 25px;
}

section.full-width-illustration img {
  padding-top: 18px;
}

@media(min-width:768px){
  .mobile-banner{
    display: none;
  }
}

@media(max-width:768px){
  .desktop-banner{
    display: none;
  }
  section.full-width-illustration h1 {
    font-size: 20px !important;
    letter-spacing: 2px !important;
  }
  section.full-width-illustration span.subhead{
    font-size: 37px;
    line-height: 45px;
  }
  .quote .quote-img {
      padding-top:50px;
  }
} 
@media(min-width:767.98px){
    .cs .quote .video-container-wrapper{
        padding-top:95px;
    }
    .cs .quote img.client-image{
        margin-top:80px;
    }
}

form[name="insightly_form"] {
  max-width: 300px;
  background-color: #229f58;
  margin: 0 auto;
  padding: 20px 20px 15px 20px;
}

form[name="insightly_form"] label {
  display: block;
  color: #ffffff;
  line-height: 1.2;
}

form[name="insightly_form"] input, form[name="insightly_form"] select {
  width:100%;
}
  
form[name="insightly_form"] #formSubmitBtn {
  background-color: #FF7600;
  color: #ffffff;
  border:none;
  font-weight: bold;
  padding: 8px 15px;
  display: inline-block;
  width:auto;
}

#footer-sidebar4 form[name="insightly_form"] {
  background-color: transparent;
  padding: 0;
}

#footer-sidebar4 form[name="insightly_form"] input,
#footer-sidebar4 form[name="insightly_form"] select {
  margin-bottom: 10px;
}
#footer-sidebar4 form[name="insightly_form"] #formSubmitBtn {
  margin-top: 10px;
}