/*
Theme Name: Enval
Author:
Version: 1
*/


/* Header css start here */

body{
  padding-top: 115px;
   /* background: linear-gradient(80deg, #f7c8c6 0%, #ddddd2 50%, #c2d4da 90%); */
}
body.logged-in{
  padding-top: 85px;
}

header{
  background: #0A427D;
  padding: 30px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0px 25px 0px rgba(10,66,125,1);
   -moz-box-shadow: 0 0px 25px 0px rgba(10,66,125,1);
        box-shadow: 0 0px 25px 0px rgba(10,66,125,1);
      transition:all .3s ease-in-out;
       -webkit-transition:all .3s ease-in-out;
       -moz-transition:all .3s ease-in-out;
       -o-transition:all .3s ease-in-out;
}
.sticky #page-wrap > header{
padding: 20px 0;
-webkit-box-shadow: 0 0px 25px 0px rgba(10,66,125,1);
 -moz-box-shadow: 0 0px 25px 0px rgba(10,66,125,1);
      box-shadow: 0 0px 25px 0px rgba(10,66,125,1);
}

.logo{
  float: left;
  width: 100%;
  max-width: 158px;
}

.headRight{
  float: right;
}

/* Header css end here */


/* Footer css start here */

.footerTop{
  line-height: 28px;
}
.footerTop .container > .flexWrap{
  border-top: 1px solid #0A427D;
}

.footerTop h6{
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
}
.footerTop p{
  padding-bottom: 30px;
  letter-spacing: 0.32px;
}
.footerAbout p a{
  text-decoration: none;
}


.newsLetterForm{
  width: 360px;
  max-width: 432px;
}
.form input[type=submit],
.form input[type=button]{
  max-width: 210px;
}
.form .gform_wrapper.gravity-theme .gfield_label{
  display: none;
}
.form .gform_wrapper.gravity-theme .gfield input.large,
.form .gform_wrapper.gravity-theme .gfield select.large{
  padding: 8px 30px;
}
.form .gform_wrapper.gravity-theme .gform_footer,
.form .gform_wrapper.gravity-theme .gform_page_footer{
  margin-top: 20px;
}

.form .gform_wrapper.gravity-theme .description,
.form .gform_wrapper.gravity-theme .gfield_description,
.form .gform_wrapper.gravity-theme .gsection_description,
.form .gform_wrapper.gravity-theme .instruction{
  font-size: 14px;
  padding-top: 5px;
  line-height: 18px;
}

.form .gform_wrapper .gfield_validation_message,
.form .gform_wrapper .validation_message{
  margin: 0;
  padding: 0 0 0 30px;
  background: none;
  border: 0;
}
.form .gform_wrapper .gform_validation_errors{
  display: none;
}


.footerAbout{
  max-width: 410px;
  width: 50%;
  padding-left: 30px;
  padding-right: 20px;
  margin-left: auto;
}
.socialLinks{
  padding-top: 15px;
}
.socialLinks ul{
  margin: 0 -12px;
}
.socialLinks li{
  padding: 0 12px;
}
.socialLinks li a{
  display: block;
}
.socialLinks li svg{
  max-width: 26px;
  height: auto;
}
.socialFill{
  fill:#EF5052;
}
.socialLinks li a:hover .socialFill{
  fill:#81BC80;
}

.footerBottom{

}

.copyText{
  padding: 40px 0;
  border-top: 1px solid #0A427D;
}

.foot-nav{
  display: inline-block;
  /* vertical-align: middle; */
}
.foot-nav ul{
  margin: 0;
  padding: 0;
}
.foot-nav li{
  list-style: none;
  padding: 0;
}
/* Footer css end here */

main{
  position: relative;
}
main::after{
  /* content: ''; */
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  /* background-image: radial-gradient(circle farthest-corner at 65% 60%, #81bc80, transparent 42%), radial-gradient(circle farthest-corner at 50% 20%, #ff5054, transparent 38%), linear-gradient(81deg, #fffef8 35%, transparent), radial-gradient(circle farthest-corner at 100% 50%, #00417b, transparent);
  opacity: 0.9; */
}

.gradientBg{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 200vw;
  height: 200vh;
  background-image: radial-gradient(circle farthest-corner at 65% 60%, #81bc80, transparent 42%), radial-gradient(circle farthest-corner at 50% 20%, #ff5054, transparent 38%), linear-gradient(81deg, #fffef8 35%, transparent), radial-gradient(circle farthest-corner at 100% 50%, #00417b, transparent);
  opacity: 0.3;
  transform-origin: center center;
  transition:transform .5s ease-in-out;
   -webkit-transition:transform .5s ease-in-out;
   -moz-transition:transform .5s ease-in-out;
   -o-transition:transform .5s ease-in-out;
}

/* Banner CSS start here*/

.banner{
  position: relative;
  /* padding-bottom: 31%; */
  font-family: 'Poppins', sans-serif;
  /* min-height: 500px; */
  margin-bottom: 40px;
}
.home .banner{
  /* padding-bottom: 37.6%; */
}
.home .banner .container{
  min-height: 75vh;
}
.banner .container{
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: relative;
  min-height: 520px;
  /* position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%); */
}

.banner .content{
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  max-width: 720px;
  padding: 100px 0;
}
.banner .content strong,
.banner .content b{
  font-weight: 500;
}
.home .banner .content{
  font-size: 23px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  max-width: 950px;
  margin: auto;
}
.banner h1{
  font-weight: 300;
}
.banner h1 span{
  font-weight: 500;
}
.banner.blueBg h1{
  color: #81BC80;
}
.banner.blueBg h1 span{
  color: #fff;
}

.down-arrow{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(50%);
  z-index: 1;
  width: 100%;
  max-width: 1090px;
  padding: 0 30px;
}

.blog .down-arrow{
  max-width: 1160px;
}

.page-template-vision-impact-template .down-arrow span,
.home .down-arrow span{
  margin: auto;
}
.down-arrow span{
  display: block;
  cursor: pointer;
  width: 20px;
  height: auto;

}
.down-arrow svg{
  width: 100%;
  height: auto;
}
.arrowLine{fill:none;stroke:#F54C49;stroke-miterlimit:10;}
.arrowpath{fill:#F54C49;}

.single-post .banner{
  overflow: hidden;
}
.single-post .banner .content{
  max-width: 820px;
}

.single-post .banner .content h1{
  font-size: 50px;
  line-height: 55px;
}


.single-post .banner .catWrapper{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-width: 1030px;
  width: 100%;
  margin: auto;
  z-index: 1;
}

.single-post .banner .catText{
  border-radius: 0 0 22px 0px;
  padding: 9px 25px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2.8px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  display: inline-block;
  z-index: 1;
  min-width: 104px;
  text-align: center;
  position: relative;
}
.category-news .catText,
.category-news .banner .catText::before{
  background: #81BC80;
}
.category-blog .catText,
.category-blog .banner .catText::before{
  background: #F34E4E;
}
.banner .catText::before{
  content: '';
  position: absolute;
  left: -2000px;
  right: 100%;
  bottom: 0;
  top: 0;
}

.banner .postdate{
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2.8px;
  color: #fff;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}


/* Banner Css end here */



/* Text and Image */

.leftText{
  width: 53%;
}
.leftText .content{
  max-width: 585px;
  margin-left: auto;
  padding-right: 75px;
  padding-left: 30px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.leftText .content h3:first-child{
  margin-bottom: 30px;
}
.rightImg{
  width: 47%;
}
.rightImg img{
  width: 100%;
}
.flexWrap.vCenter{
	-webkit-align-items: center;
	align-items: center;
}

.flexWrap.vBottom{
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.rightText{
  width: 50%;
}

.rightText .content{
  max-width: 545px;
  padding-left: 75px;
  padding-right: 30px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.rightText .content h3{
  line-height: 50px;
}
.rightText .content h3:last-child{
  margin-bottom: 0;
}
.leftImg{
  width: 50%;
}
.leftImg img{
  width: 100%;
}

/* Text and Image */

.accordianRow > .container h3{
  margin-bottom: 50px;
}

.accordianList{
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Poppins', sans-serif;
}
.accordianList > li{
  /* background: #F34E4E; */
  color: #fff;
  padding: 20px 0;
  cursor: pointer;
  -webkit-box-shadow: inset  0px 15px 12px -15px rgba(0,0,0,0.2);
   -moz-box-shadow: inset  0px 15px 20px -15px rgba(0,0,0,0.2);
        box-shadow: inset  0px 15px 20px -15px rgba(0,0,0,0.2);
}

.accordianList > li:nth-child(3n+1) {
  background-color: #F34E4E;
}
.accordianList > li:nth-child(3n+2) {
  background-color: #81BC80;
}
.accordianList > li:nth-child(3n+3) {
  background-color: #0F437B;
}

.accordianList > li:nth-child(3n+2) a{
  color: #0F437B;
}
.accordianList > li:nth-child(3n+2) a:hover{
  color: #F34E4E;
}
.accordianList > li:nth-child(3n+1) a {
  color: #0F437B;
}
.accordianList > li:nth-child(3n+1) a:hover {
  color: #81BC80;
}

.acTitle{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.acTitle > span{
  display: inline-block;
  transform: rotate(0deg);
  transition:all .3s ease-in-out;
   -webkit-transition:all .3s ease-in-out;
   -moz-transition:all .3s ease-in-out;
   -o-transition:all .3s ease-in-out;
}
.active .acTitle > span{
  transform: rotate(90deg);
}
.acContent{
  padding: 20px 0;
  display: none;
}
.acContent .leftContent{
  width: 73%;
  font-size: 23px;
  line-height: 40px;
  font-weight: 500;
}
.acContent .leftContent p:last-child{
  padding-bottom: 0;
}
.acContent .rightBtn{
  width: 27%;
  align-self: flex-end;
  padding-left: 20px;
}
.acContent .rightBtn .btn{
  margin-left: auto;
  min-width: 200px;
  float: right;
}

.accordianList > li:nth-child(3n+1) .rightBtn .btn {
  color: #F34E4E;
	background-color: #fff;
  border: 1px solid #fff;
}
.accordianList > li:nth-child(3n+1) .rightBtn .btn:hover {
  color: #fff;
	background-color: #F34E4E;
  border: 1px solid #fff;
}
.accordianList > li:nth-child(3n+2) .rightBtn .btn {
  color: #81BC80;
	background-color: #fff;
  border: 1px solid #fff;
}
.accordianList > li:nth-child(3n+2) .rightBtn .btn:hover {
  color: #fff;
	background-color: #81BC80;
  border: 1px solid #fff;
}
.accordianList > li:nth-child(3n+3) .rightBtn .btn {
  color: #0F437B;
	background-color: #fff;
  border: 1px solid #fff;
}
.accordianList > li:nth-child(3n+3) .rightBtn .btn:hover {
  color: #fff;
	background-color: #0F437B;
  border: 1px solid #fff;
}




.latestNews .container > h3{
  margin-bottom: 60px;
}
.latestNewsList{
  margin: 0 -20px;
}
.latestNewsList li{
  width: 33.33%;
  padding: 0 20px;
}
.latestNewsList li a > div{
  padding: 20px 20px 60px;
  background: #fff;
  border-radius: 20px;
  /* border: 1px solid #eee; */
  height: 100%;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  position: relative;
}
.latestNewsList li a .date{
  color: #81BC80;
  font-size: 14px;
  padding-bottom: 20px;
  letter-spacing: 2.8px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.latestNewsList li a{
  color: #0F437B;
}
.latestNewsList li a:hover{
  color: #F34E4E;
}
.latestNewsList li a .readMoreLink{
  color: #F34E4E;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.readMoreLink::after, .ecosystem-steps li .content h6 a::after{
  background: none repeat scroll 0 0 transparent;
  bottom: -0px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #F34E4E;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.readMoreLink:hover::after, .ecosystem-steps li .content h6 a:hover::after{
  width: 100%;
  left: 0;
}


.latestNewsList > li:nth-child(3n+1) a > div {
  -webkit-box-shadow: 5px 5px 10px 0px rgba(10,66,215,0.15);
-moz-box-shadow: 5px 5px 10px 0px rgba(10,66,215,0.15);
box-shadow: 5px 5px 10px 0px rgba(10,66,215,0.15);

}
.latestNewsList > li:nth-child(3n+2) a > div {
  -webkit-box-shadow: 5px 5px 10px 0px rgba(129,188,128,0.2);
  -moz-box-shadow: 5px 5px 10px 0px rgba(129,188,128,0.2);
  box-shadow: 5px 5px 10px 0px rgba(129,188,128,0.2);
}
.latestNewsList > li:nth-child(3n+3) a > div {
  -webkit-box-shadow: 5px 5px 10px 0px rgba(245,76,73,0.15);
-moz-box-shadow: 5px 5px 10px 0px rgba(245,76,73,0.15);
box-shadow: 5px 5px 10px 0px rgba(245,76,73,0.15);
}


.twoColumnText{

}
.twoColumnText .flexWrap{
  margin: 0 -20px;
}
.twoColumnText .flexWrap .leftContent,
.twoColumnText .flexWrap .rightContent{
    padding: 0 20px;
    width: 50%;
}

.fluidImage img{
  width: 100%;
}

.introWithColumns .flexWrap .leftColumn{
  width: 50%;
  padding-right: 35px;
}

.introWithColumns .flexWrap .rightColumn{
  width: 50%;
  padding-left: 35px;
}


.introWithColumns .flexWrap .img img{
  width: 100%;
}

.introWithColumns .flexWrap .leftColumn .content{
  max-width: 510px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 30px;
  font-weight: 400;
  letter-spacing: -0.32px;
}

.introWithColumns .flexWrap .rightColumn .content{
  max-width: 510px;
  padding-right: 30px;
  font-weight: 400;
  letter-spacing: -0.32px;
}

.introWithColumns .flexWrap .content h3:first-child{
  margin-bottom: 40px;
}

.topIntro{
  padding-bottom: 60px;
}
.topIntro > .container h3:first-child{
  margin-bottom: 50px;
}


.twoColBG > .container > h3{
  margin-bottom: 50px;
  width: 50%;
}

.twoColBG{
  color: #fff;
}
.twoColBG .flexWrap{
  margin: 0 -25px;
}
.twoColBG .flexWrap .leftColumn,
.twoColBG .flexWrap .rightColumn{
    padding: 0 25px;
    width: 50%;
    position: relative;
    padding-bottom: 0;
}
.twoColBG .flexWrap .leftColumn .content,
.twoColBG .flexWrap .rightColumn .content{
    padding-bottom: 70px;
}

.twoColBG .flexWrap .leftColumn .content.noBtn,
.twoColBG .flexWrap .rightColumn .content.noBtn{
  padding-bottom: 0;
}


.twoColBG .container{
  position: relative;
  z-index: 1;
}
.twoColBG .imageHolder{
  /* z-index: -1; */
}

.twoColBG .flexWrap .btn{
  position: absolute;
  left: 25px;
  bottom: 0;
}
.twoColBG .flexWrap .leftColumn p:last-child,
.twoColBG .flexWrap .rightColumn p:last-child{
  padding-bottom: 0;
}

.BgImgText .imageHolder{
  z-index: -1;
}
.BgImgText{
  color: #fff;
  position: relative;
  z-index: 1;
}
.BgImgText h3{
  margin-bottom: 35px;
}
.BgImgText .btn{
  margin-top: 50px;
}
.BgImgText .redText{
  color: #F7AA8C;
}

.twoCardsList{
  margin: 0 -25px;
}
.twoCardsList li{
  width: 50%;
  padding: 25px;
}
.twoCardsList li > div{
  background: #fff;
  border-radius: 0 0 22px 22px;
  height: 100%;
  box-shadow: 5px 5px 10px 0px rgba(241,78,7,0.15);
-webkit-box-shadow: 5px 5px 10px 0px rgba(241,78,7,0.15);
-moz-box-shadow: 5px 5px 10px 0px rgba(241,78,7,0.15);
}
.twoCardsList li .img{
  position: relative;
  padding-bottom: 67%;
}

.twoCardsList li .content{
  padding: 45px;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.twoCardsList li .content h6{
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 2.8px;
  color: #81B980;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.twoCardsList li .content p:last-child{
  padding-bottom: 0;
}

.ctaBtn + .records,
.records + .partners,
.partners + .introText,
.partners + .ctaBtn,
.twoCards + .ctaBtn{
  padding-top: 0;
}
.ctaBtn{
  text-align: center;
}


.records .container > h3{
  margin-bottom: 30px;
}

.plantList{
  margin: 0;
  padding: 0;
  list-style: none;
}
.plantList li{
  padding: 35px 0;
}
.plantList li:last-child{
  padding-bottom: 0;
}
.plantList li .flexWrap{
  width: 100%;
}
.readmorelink {
    padding-top: 20px;
}
.plantList span.readMoreLink {
    color: #F34E4E;
    position: relative;
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
}

.plantList .img{
  position: relative;
  width: 46.602%;
  /* padding-bottom: 31.1%; */

}
.plantList .img .box{
  -webkit-box-shadow: 5px 5px 10px 0px rgba(126,153,173,1);
-moz-box-shadow: 5px 5px 10px 0px rgba(126,153,173,1);
box-shadow: 5px 5px 10px 0px rgba(126,153,173,1);
}
.plantList .img .box::before{
  padding-top: 67%;
}

.plantList li .rightContent{
  padding-left: 45px;
  width: 53.3%;
  font-weight: 400;
}
.plantList li .rightContent > div{
  width: 100%;
}
.plantList li .rightContent h5{
  letter-spacing: normal;
  margin-bottom: 15px;
}
.plantList li .rightContent strong{
  font-weight: 600;
}


.plantList li:nth-child(even) .img{
  order: 2;
}
.plantList li:nth-child(even) .rightContent {
  order: 1;
  padding-right: 45px;
  padding-left: 0;
}

.keyText{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2.8px;
  color: #80B980;
  text-transform: uppercase;
}
.keyText a{
  /* text-decoration: none; */
}
.rightContent .keyText{
  padding-top: 5px;
}
.rightContent p{
  padding-bottom: 25px;
}
.rightContent p:last-child{
  padding-bottom: 0;
}

.partners > .container h3{
  margin-bottom: 50px;
}
.page-template-vision-impact-template .partners > .container h3{
  color: #80BA80;
}

.logosRow{
  padding: 20px 0;
  background: #fff;
  box-shadow:
       inset 0px 14px 18px -12px rgba(128, 186, 128, 0.5),
       inset 0px -14px 18px -12px rgba(128, 186, 128, 0.5);
}

.logosRow ul{
  justify-content: center;
}
.logosRow ul li{
  width: 25%;
  padding: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.partnerBottomRow{
  padding-top: 60px;
}
.partnerBottomRow .keyText{
  padding-bottom: 10px;
}
.partnerBottomRow .keyText + .btn{
  margin-top: 30px;
}

.introText h3{
  margin-bottom: 40px;
}

.contact-cards ul.flexWrap > li{
  width: 50%;
  padding:20px 40px;
}
.contact-cards ul.flexWrap > li .img{
  position: relative;
  padding-bottom: 71%;
}

.contact-cards ul.flexWrap > li > div{
  background: #fff;
  padding: 40px 0;
  border-radius: 22px;
  height: 100%;
}

.contact-cards ul.flexWrap > li:nth-child(odd) > div {
  -webkit-box-shadow: 5px 5px 10px 0px rgba(129,188,128,0.2);
  -moz-box-shadow: 5px 5px 10px 0px rgba(129,188,128,0.2);
  box-shadow: 5px 5px 10px 0px rgba(129,188,128,0.2);
}

.contact-cards ul.flexWrap > li:nth-child(even) > div{
  box-shadow: 5px 5px 10px 0px rgba(241,78,7,0.15);
-webkit-box-shadow: 5px 5px 10px 0px rgba(241,78,7,0.15);
-moz-box-shadow: 5px 5px 10px 0px rgba(241,78,7,0.15);
}

.contact-cards ul.flexWrap > li > div h5{
  padding: 0 40px;
  margin-bottom: 30px;
}
.contact-cards ul.flexWrap > li > div .contentList{
  padding: 30px 40px 0;
  letter-spacing: 0.32px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.contact-cards ul.flexWrap > li > div .contentList ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-cards ul.flexWrap > li > div .contentList ul li{
  padding-bottom: 6px;
}

.contact-cards ul.flexWrap > li > div .contentList a{
  color: #F24E4E;
}
.contact-cards ul.flexWrap > li > div .contentList a:hover{
  color: #81BC80;
}

.page-template-vision-impact-template main{
  position: relative;
  overflow: hidden;
}

.visionBanner{
  position: relative;
  text-align: center;
}
.visionBanner h1{
  color: #81BC80;
}

.visionBanner .content{
  padding: 25px 0 50px;
}

.visionBanner .ic1{
  position: absolute;
  left: 5%;
  top: 16%;
  width: 12%;
}
.visionBanner .ic2{
  position: absolute;
  left: -1.9%;
  bottom: -14%;
  width: 24%;
}
.visionBanner .ic3{
  position: absolute;
  right: -2%;
  bottom: -1%;
  width: 15.8%;
}

.visionBanner::before{
  /* content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background: #eee; */
}

.alm-paging-content{
  text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: row wrap;
}

.newsBlogList .alm-layouts .alm-listing{
  margin: 0 -16px;
  padding: 0;
  list-style: none;
}
.newsBlogList li{
  width: 33.33%;
  padding: 16px;
}
.newsBlogList .alm-listing .alm-paging-content>li.no-img,
.newsBlogList .alm-listing .alm-reveal>li.no-img,
.newsBlogList .alm-listing>li.no-img{
    padding: 16px;
}
.newsBlogList li .img{
  position: relative;
  padding-bottom: 67%;
  overflow: hidden;
}

.newsBlogList li .img .imageHolder,
.newsBlogList li a .img .imageHolder{
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  transform: scale(1);
  backface-visibility: hidden;
}
.newsBlogList li .img:hover .imageHolder,
.newsBlogList li a:hover .img .imageHolder{
  transform: scale(1.1);
}

.newsBlogList li a > div{
  background: #fff;
  border-radius: 0 0 22px 22px;
  position: relative;
  height: 100%;
  padding-bottom: 90px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(126,153,173,0.3);
-moz-box-shadow: 5px 5px 10px 0px rgba(126,153,173,0.3);
box-shadow: 5px 5px 10px 0px rgba(126,153,173,0.3);
}
.newsBlogList li .content{
  padding: 30px 30px 0px;
}
.newsBlogList li .content h5{
  line-height: 34px;
  color: #0A427D;
  transition:color .3s ease-in-out;
   -webkit-transition:color .3s ease-in-out;
   -moz-transition:color .3s ease-in-out;
   -o-transition:color .3s ease-in-out;
}
.newsBlogList li a:hover .content h5{
  color:#F34C49;
}

li .cat{
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 22px 0px;
  padding: 9px 25px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2.8px;
  color: #fff;

  z-index: 1;
  min-width: 104px;
  text-align: center;
}
.News .cat{
  background: #81BC80;
}
.Blog .cat{
  background: #F34E4E;
}


.newsBlogList li .postdate{
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2.8px;
  color: #81BC80;
  padding: 0;
  margin-bottom: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.newsBlogList li h5 a{
  color: #0F437B;
}

.newsBlogList li .readMoreLink{
  color: #F34E4E;
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.newsBlogList li .content p:last-of-type{
  padding-bottom: 0;
}

.alm-paging.pagination{
  margin-top: 50px;
}
.alm-paging.pagination li{
  width: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 300;
  margin: 0 8px;
}
.alm-paging.pagination li > a{
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #7FBC7E;
  color: #7FBC7E;
  background: none;
}
.alm-paging.pagination li > a:hover,
.alm-paging.pagination li.active > a{
  border-color: #F34E4E;
  background: #F34E4E;
  color: #fff;
}

.filter .alm-filters-container .alm-filter li{
  font-size: 18px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  min-width: 180px;
  clear: none;
}
.filter .alm-filters-container .alm-filter li div.alm-filter--link{
  font-size: 18px;
  color: #0A427D;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 0;
}
.filter .alm-filters-container .alm-filter li div.alm-filter--link:focus,
.filter .alm-filters-container .alm-filter li div.alm-filter--link:hover{
  color: #0A427D;
}
.filter .alm-filters-container .alm-filter li div.alm-filter--link.active{
  color: #F34E4E;
}
.filter .alm-filters-container .alm-filter li div.alm-filter--link:before,
.filter .alm-filters-container .alm-filter li div.alm-filter--link.field-radio:after{
  display: none;
}

.filter .alm-filters-container .alm-filter{
  display: inline-block;
}

.filter .alm-filters-container .alm-filter.alm-filter--search{
  padding-left: 100px;
  position: relative;
}

.filter .alm-filters-container .alm-filter[data-fieldtype=text] label{
  display: inline-block;
  color: #0A427D;
	font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #0A427D;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: default;

}

.filter .alm-filters-container .alm-filter--text-wrap.has-button input[type=text]{
  border: 0;
  border-bottom: 1px solid #0A427D;
  font-size: 18px;
  color: #0A427D;
  letter-spacing: 1px;
  border-radius: 0;
  background: none;
}

.filter .alm-filters-container .alm-filter--text-wrap.has-button button{
  padding: 0;
  margin: 0;
  background: url('images/searchBtn.svg') center center no-repeat !important;
  background-size: 15px 15px !important;
  font-size: 0;
  border: 0;
  box-shadow: none;
  width: 30px;
  height: 40px;
}
.filter .alm-filters-container button[type=button]:focus,
.filter .alm-filters-container button[type=button]:hover{
  background-color: transparent;
}

.filter .alm-filters-container .alm-filter--text-wrap.has-button input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0A427D;
	font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #0A427D;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.filter .alm-filters-container .alm-filter--text-wrap.has-button input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #0A427D;
	font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #0A427D;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.filter .alm-filters-container .alm-filter--text-wrap.has-button input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #0A427D;
	font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #0A427D;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.filter .alm-filters-container .alm-filter--text-wrap.has-button input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #0A427D;
	font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #0A427D;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.filter .alm-filter--search{
  margin-top: -10px;
}
.alm-filters-container .alm-filter ul{
  list-style: none;
}


.no-result{
  border: 2px dashed #ddd;
  padding: 60px 30px;
  text-align: center;
  font-size: 20px;
}

.imagewithcredits img{
  width: 100%;
  height: auto;
}
.creditText{
  font-size: 14px;
  font-weight: 500;
  color: #81BC80;
  margin-top: 10px;
}

.postText2 .leftCol{
  width: 66%;
  padding-right: 60px;
}

.postText2 .rightCol{
  width: 34%;
  padding-left: 60px;
  border-left: 1px solid #0A427D;
}
.postText2 .rightCol h6{
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 3.6px;
  font-weight: 700;
  margin-bottom: 40px;
}

.postText2 .rightCol .latestNewsList li{
  width: 100%;
  padding-bottom: 30px;
}
.postText2 .rightCol .btn{
  width: 100%;
  margin-top: 30px;
}

.postText2 .rightCol .latestNewsList li a > div{
  padding-top: 70px;
}
.AuthorInfo{
  text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  margin-top: 50px;
}
.authName{
  font-style: italic;
}
.AuthorInfo .img{
  padding-right: 30px;
}
.AuthorInfo .img img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: rgba(126,153,173,1) 0px 5px 15px;
}
.shareThisCode{
  margin-bottom: 20px;
  display: block;
}
.shareThisCode #st-1{
  text-align: left;
}
.shareThisCode #st-1 .st-btn[data-network='twitter']{
  background-color: transparent !important;
  background-image: url('images/ic-twitt.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23px auto;
}
.shareThisCode #st-1 .st-btn[data-network='linkedin']{
  background-color: transparent !important;
  background-image: url('images/ic-linkdin.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23px auto;
}
.shareThisCode #st-1 .st-btn[data-network='facebook']{
  background-color: transparent !important;
  background-image: url('images/ic-fb.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23px auto;
}
.shareThisCode #st-1 .st-btn > img{
  opacity: 0;
}
.shareThisCode #st-1 .st-btn:hover{
  opacity: 0.8;
}

hr.nospace{
  margin: 0;
}


.twoColumnText + .twoCards,
.introText + .imagewithcredits,
.imagewithcredits + .postText2{
  padding-top: 0;
}
.ecosystem-steps ul.flexWrap{
  margin: 0 -18px;
}
.ecosystem-steps li{
  width: 33.33%;
  padding: 0 18px;
}
.ecosystem-steps li .icon{
  margin-bottom: 35px;
}
.ecosystem-steps li .icon img{
  width: auto;
  max-height: 100px;
  margin: auto;
}
.ecosystem-steps li .title span{
  /* padding: 10px 30px; */
  padding: 6px 24px;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  letter-spacing: 0.4px;
  background-color: transparent;
  border: 1px solid;
  max-width: 200px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition:all .3s ease-in-out;
   -webkit-transition:all .3s ease-in-out;
   -moz-transition:all .3s ease-in-out;
   -o-transition:all .3s ease-in-out;
}
.ecosystem-steps li.feedstock .title span{
  border-color: #0F437B;
  color: #0F437B;
}

.Row7PlantSteps.reduceSpace{ padding-bottom: 60px;}
.Row7PlantSteps.reduceSpace .content.TBspace80{ padding-top: 60px; padding-bottom:30px;}
.PlantImage{max-width:1280px; padding:0 15px 20px 15px; margin:0 auto;}
.ecosystem-steps .title span{ position: relative; display: -webkit-box;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
     -webkit-align-items: center!important;
     -ms-flex-align: center!important;
     align-items: center!important;}
.ecosystem-steps .title span svg{ width: 40px; margin-right:6px; transition:all .3s ease-in-out;
 -webkit-transition:all .3s ease-in-out;
 -moz-transition:all .3s ease-in-out;
 -o-transition:all .3s ease-in-out;}

.ecosystem-steps .title span:hover .hoverColor,
.ecosystem-steps li.active .title span .hoverColor{ stroke:#fff;}


.ecosystem-steps li.feedstock.active .title span,
.ecosystem-steps li.feedstock .title span:hover{
  background-color: #0F437B;
  color: #fff;
}
.ecosystem-steps li.capital .title span{
  border-color: #82BA81;
  color: #82BA81;
}
.ecosystem-steps li.capital.active .title span,
.ecosystem-steps li.capital .title span:hover{
  background-color: #82BA81;
  color: #fff;
}
.ecosystem-steps li.market .title span{
  border-color: #F54C49;
  color: #F54C49;
}
.ecosystem-steps li.market.active .title span,
.ecosystem-steps li.market .title span:hover{
  background-color: #F54C49;
  color: #fff;
}

.ecosystem-steps li.feedstock .topsection{
  margin-left: auto;
}
.ecosystem-steps li.capital .topsection{
  margin: auto;
}
.ecosystem-steps li .topsection{
max-width: 200px;
}

.bottomSection{
  display: none;
  /* padding-top: 40px; */
  top:20px; position: relative;
  margin-bottom: 20px;
}
.ecosystem-steps li .content{
  background: #fff;
  padding: 30px;
  border-radius: 22px;
  min-height: 304px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.28px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(126,153,173,0.3);
-moz-box-shadow: 5px 5px 10px 0px rgba(126,153,173,0.3);
box-shadow: 5px 5px 10px 0px rgba(126,153,173,0.3);

}

.ecosystem-steps li .content a.readMoreLink, .ecosystem-steps li .content h6, .ecosystem-steps li .content h6 a{
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.32px;
  color: #F34E4E;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  position: relative;
}



.feedBg,
.capitalBg,
.marketBg{
  opacity: 0;
}
.feedBg.onBg,
.capitalBg.onBg,
.marketBg.onBg{
  opacity: 0.2;
}


.content .gform_wrapper.gravity-theme .gform_fields{
  grid-row-gap:25px;
}
.content .gform_wrapper.gravity-theme .gfield_label{
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.content .gform_wrapper.gravity-theme .gfield input.large,
.content .gform_wrapper.gravity-theme .gfield select.large{
  padding: 8px 30px;
}

.content .gform_wrapper.gravity-theme .gfield textarea.large{
  height: 100px;
  padding: 8px 30px;
  border-radius: 12px;
}

.content .gform_wrapper.gravity-theme .description,
.content .gform_wrapper.gravity-theme .gfield_description,
.content .gform_wrapper.gravity-theme .gsection_description,
.content .gform_wrapper.gravity-theme .instruction{
  font-size: 14px;
  padding-top: 5px;
  line-height: 18px;
}

.content .gform_wrapper .gfield_validation_message,
.content .gform_wrapper .validation_message{
  margin: 0;
  padding: 0 0 0 30px;
  background: none;
  border: 0;
}
.content .gform_wrapper .gform_validation_errors{
  display: none;
}

.content .gform_wrapper .gfield_required .gfield_required_custom,
.content .gform_wrapper .gfield_required .gfield_required_text,
.content .gform_wrapper .gfield_required{
  font-size: 23px;
  line-height: 30px;
  color: #0A427D;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
}


.form .gform_confirmation_message,
.content .gform_confirmation_message{
  background: #0F437B;
  color: #fff;
  padding: 15px 20px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 10px;
}

.home .banner + .textImg{
  padding-bottom: 0;
}

.introText + .postText2,
.page-template-vision-impact-template .introText + .textImg,
.page-template-vision-impact-template .textImg.TBspace + .imgText.TBspace,
.page-template-vision-impact-template .imgText.TBspace + .textImg.TBspace,
.home .banner + .textImg + .imgText{
  padding-top: 0;
}

.home .banner + .textImg .leftText .content{
  padding-bottom: 50px;
}
.home .banner + .textImg .rightImg{
  margin-bottom: -10px;
}
.textImg .leftText .content h5:first-child{
  margin-bottom: 40px;
}

.imgText + .accordianRow{
  padding-top: 40px;
}
.twoColBG + .textImg .rightImg,
.imgText .applyShadow{
  -webkit-box-shadow: 5px 5px 15px 0px rgba(126,153,173,1);
  -moz-box-shadow: 5px 5px 15px 0px rgba(126,153,173,1);
  box-shadow: 5px 5px 15px 0px rgba(126,153,173,1);
}
.introWithColumns .flexWrap .rightColumn .img.applyShadow{
  box-shadow: none;
}
.textImg .applyShadow,
.introWithColumns .flexWrap .rightColumn .img.applyShadow img{
  -webkit-box-shadow: -3px 5px 15px 0px rgba(126,153,173,1);
  -moz-box-shadow: -3px 5px 15px 0px rgba(126,153,173,1);
  box-shadow: -3px 5px 15px 0px rgba(126,153,173,1);
}


.imagewithcredits .img,
.twoColBG,
.banner{
  -webkit-box-shadow: 0 12px 25px -6px rgba(126,153,173,1);
       -moz-box-shadow: 0 12px 25px -6px rgba(126,153,173,1);
            box-shadow: 0 12px 25px -6px rgba(126,153,173,1);
}


.content .nice-select{
  background-color: transparent;
  border-radius: 22px;
  width: 100%;
  border: 1px solid #81BC80;
  color: #282828;
}

.content .nice-select:hover{
  border: 1px solid #81BC80;
}
.content .nice-select::before{
  content: '';
  position: absolute;
  right: 60px;
  top: 0;
  height: 44px;
  width: 1px;
  background: #81BC80;
}
span.current{
  display: block;
  overflow: hidden;
  line-height: 42px;
}


/*  */
