/*=================================================================
Blog Listing Page Styling Start 
==================================================================*/




/****************** Blog Listing Banner Section Styling *****************/




.blog-banner-section{
  position:relative;
  z-index:1;
}

.blog-banner-section .home-banner-latest-posts .dots-container{
  position:absolute;
  right:0;
  bottom:0;
  z-index:-1;
}

.home-banner-latest-posts .right-col{
  position:relative;
}

.home-banner-latest-posts .home-post-item .right-col .featured-image{
  height:655px;
  width:100%;
  max-width:655px;
  float:right;
  border-radius:50%;
}

.home-banner-latest-posts .each-post-topic ul li a{
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: normal;
  text-transform:uppercase;
}

.home-banner-latest-posts .each-post-topic ul li{
  margin-left:0;
}

.home-banner-latest-posts .each-post-topic{
  margin-bottom:5px;
}

.home-banner-latest-posts .min-read-cont img{
  max-width:24px;
  height:auto;
  vertical-align:middle;
}

.home-banner-latest-posts .min-read-cont .clock-img{
  margin-right:8px;
}

.home-banner-latest-posts .min-read-cont{
  margin-left:0;
  margin-bottom:18px;
}

.home-banner-latest-posts .min-read-cont .min-read{
  display:inline-block;
  margin-bottom:0;
  font-weight: 400;
  font-size: 14px;
  line-height:1.71;
  color:#FFFFFF;
  margin-left:0;
  margin-right:5px;
  vertical-align: middle;
}

.home-banner-latest-posts .hs-author-avatar{
  width:46px;
  height:46px;
  border-radius:50%;
}

.home-banner-latest-posts .home-post-item .header-container{
  margin-left:0;
}

.home-banner-latest-posts .home-post-item .header-container h2{
  font-style: normal;
  font-weight: 500;
  font-size: 66px;
  line-height:1.21;
  color: #FFFFFF;
  margin-bottom:25px;
}

.home-banner-latest-posts .author-link{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  color:#FFFFFF;
}

.home-banner-latest-posts .hs-author-label{
  margin-bottom:0;
}

.home-banner-latest-posts .date{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  color:#FFFFFF;
  letter-spacing:normal;
  margin-bottom:0;
  text-transform: uppercase;
}

.home-banner-latest-posts .author-image-width{
  width: 9.529915%;
}

body .row-fluid .home-banner-latest-posts .cta-container a.more-link{
  color:#46CA67;
}

.home-banner-latest-posts .cta-container{
  margin-top:44px;
}

.home-banner-latest-posts .hubspot-editable{
  margin-top:15px;
}

.home-banner-latest-posts .right-col{
  position:relative;
  top:-70px;
}



@media(max-width:1160px) and (min-width:1025px){

  .home-banner-latest-posts .home-post-item .right-col .featured-image{
    height: 500px;
    width: 500px;
    max-width: 500px;
  }
}




@media(max-width:1024px){

  .home-banner-latest-posts .home-post-item .right-col .featured-image{
    height: 395px;
    width: 395px;   
  }

  .home-banner-latest-posts .home-post-item .header-container h2{
    font-size: 39px;
  }


  .home-banner-latest-posts .author-image-width {
    width: 18.529915%;
  }



}



@media(max-width:767px){

  .home-banner-latest-posts .right-col{
    top: 0;
    margin-top: 30px;
  }

  .home-banner-latest-posts .author-image-width{
    float:left;
  }

  .home-banner-latest-posts .cta-container {
    margin-top: 30px;
  }

  .home-banner-latest-posts .home-post-item .right-col .featured-image{
    height: 250px;
    width: 100%;
    border-radius: 0;  
  }

  .home-banner-latest-posts{
    padding: 20px 0 0; 
  }


}







/********************** Blog Section1 Styling Start ***********************/





/******************** Blog Section2 Styling Start ********************/


.hs-blog-post .blog-section1{
  padding-bottom:110px;
}

.blog-section1 .blog-section .post-item{
  float: left;
  width: 30.3%;
  padding-right: 0px;
  display: block;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  list-style: none;
  padding-bottom: 35px;
  margin-right: 26px;
  position:relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid #DEDEDE;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition:0.2s all ease-in-out;
  border-radius:4px; 
  background:#fff;
}

.blog-section1 .blog-section .post-item:hover{
  box-shadow: 0 7px 13px 8px rgba(70,202,103,0.17);
  border:1px solid #46CA67;
  transition:0.2s all ease-in-out;
}

.blog-section1 .blog-section .post-item:nth-child(1){
  display:none;
}

.hs-blog-post .blog-section1 .blog-section .post-item:nth-child(1){
  display:block;
}


.blog-section1{
  position:relative;
  z-index:1;
}

.blog-section1 .dots-container{
  position:absolute;
  right:0;
  z-index:-1;
}

.blog-section1 .wrapper{
  position:relative;
}

.blog-section1 .blog-section .post-listing {
  margin: 0 -5.2% 0 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
}

.blog-section1 .blog-section .post-item:nth-child(2),
.blog-section1 .blog-section .post-item:nth-child(3){
  width: 46.5%;
}

.blog-section1 .blog-section .post-item:nth-child(2) .hs-featured-image-link,
.blog-section1 .blog-section .post-item:nth-child(3) .hs-featured-image-link{
  height:372px;
}

.blog-section1 .blog-section .post-item:nth-child(3){
  margin-right:0;
}

.blog-section1 .blog-section .post-item .hs-featured-image-link{
  height:278px;
  position:relative;
}

.blog-section1 .topic-list li:first-child{
  display:block;
}

.blog-section1 .topic-list li{
  display:none;
  margin-left:0;
}

.blog-section1 .topic-list li a{
  font-size: 10px;
  line-height: 20px;
  color: #293142;
  font-weight: 600;
  letter-spacing: normal;
  background: #fff;
  text-transform: uppercase;
  padding: 6px 7px;
  border-radius:1.6px;
  display:none;
}

.blog-section1 .topic-list li:before{
  display:none;
}

.blog-section1 .topic-section{
  margin-left:0;
}

.blog-section1 .topic-section .topic-list{
  position: absolute;
  top: -13px;
  right: 17px;
}

.blog-section1 .subheading{
  margin-bottom:13px;
}

.blog-section1 .blog-section .post-item .post-header{
  margin-left:0;
  padding:20px 26px 23px;
  margin-top:0;
  border-radius:3px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  background:#fff;
}   

.blog-section1 .blog-section .post-item:nth-child(2) .post-header,
.blog-section1 .blog-section .post-item:nth-child(3) .post-header{
  padding: 20px 40px 23px;
}

.blog-section1 .blog-section .post-item .post-header h4 a{
  margin-left:0;
  font-weight: 400;
  font-size: 30px;
  line-height:1.33;
  color:#1B3629;
  letter-spacing:normal;
  margin-bottom:32px;
  display:block;
}

.blog-section1 .blog-section .post-item .post-header h4{
  margin-bottom: 0;
  min-height: 118px;
  line-height:33px;
  margin-left:0;
}

.blog-section1 .blog-section .post-item:nth-child(2) .post-header h4,
.blog-section1 .blog-section .post-item:nth-child(3) .post-header h4{
  min-height:76px;
}

.blog-section1 .blog-section .post-item .description-cont p{
  font-weight: 400;
  font-size: 16px;
  line-height:1.5;
  color:#1B3629;
  font-weight:normal;
  margin-bottom:20px;
}

/* .blog-section1 .blog-section .post-item:nth-child(3n+2){
margin-right:0;
}
*/

.blog-section1 .date-container ul{
  list-style-type:none;
}

.blog-section1 .date-container ul li{
  display:inline-block;
  margin-left:0;
  margin-right:7px;
}

.blog-section1 .date-container ul li h6 a{
  font-size:12px;
  line-height:26px;
  color:#000;
  letter-spacing:normal;
  font-weight:bold;
}

.blog-section1 .date-container ul li p{
  font-size:12px;
  line-height:26px;
  font-weight:normal;
  letter-spacing:normal;
  color:#000;
}

.blog-section1 .date-container ul{
  margin:0;
}

.blog-section1 .date-container ul li:before{
  display:none;
}

.ias-trigger a {
  background: transparent;
  color: #46ca67;
  padding: 14px;
  border-radius: 30px;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 16px;
  bottom: -120px;
  max-width: 177px;
  margin: 0 auto;
  line-height: 30px;
  font-weight: bold;
  border: 1px solid #46ca67;
  transition: .2s all ease-in-out;
}
.ias-trigger a:hover{
  background:#46CA67;
  color:#fff;
  transition:0.2s all ease-in-out;
}

.blog-section1{
  padding-bottom:240px;
}

.blog-section1 .cta-container a.more-link{
  color:#46CA67;
  font-size:16px;
  line-height:25.8px;
  letter-spacing:normal;
  font-weight:500;
  position:relative;
  font-family:'Inter',sans-serif
}

.blog-section1 .cta-container a.more-link:after{
  right:-50px;
  top:7px;
  transition:0.2s all ease-in-out;
}

body.blog-page .body-container-wrapper .simple-cta a.cta_button {
  background: transparent;
  border: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
  padding-right: 0;
  transition: .2s all ease-in-out;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}
body.blog-page .body-container-wrapper .simple-cta a.cta_button:hover {
  transition: unset;
  background: transparent;
  color: #46ca67;
}
.blog-page .body-container-wrapper .simple-cta a:after {
  content: '';
  background: url(https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Arrow%202.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-left: 0px;
  width: 40px;
  height: 15px;
  right: -50px;
  top: 6px;
  position: absolute;
  z-index: 2;
  transition: 0.2s all ease-in-out;
}
body.blog-page .body-container-wrapper .section_max .simple-cta a.cta_button:hover:after,
.blog-section1 .post-item:hover .cta-container a.more-link:after{
  right:-59px;
  transition:0.2s all ease-in-out;
}
body.blog-page .body-container-wrapper .section_max .simple-cta a.cta_button:hover{
  border-bottom: 2px solid #46ca67;
}
.blog-section1 .post-item:hover .simple-cta a.cta_button{
  border-bottom: 2px solid #46ca67;
}
/* .blog-section1 .post-item:hover a.more-link{
border-bottom: 2px solid #46CA67;
transition: .2s all ease-in-out;
} */

.blog-section1 .blog-section .post-item .cta-container{
  margin-top:27px;
  position: absolute;
  bottom: 20px;
}

.blog-section1 .blog-section .clock-img{
  float:left;
  max-width:24px;
  height:auto;
  vertical-align:middle;
  margin-right:7px;
  position:relative;
  top:-1px;
}

.blog-section1 .blog-section .clock-img img{
  vertical-align:middle;
}

.blog-section1 .blog-section .min-read{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  color:#BBC3BF;
  letter-spacing:normal;
  vertical-align: middle;
}

.blog-section1 .blog-section .min-read-cont{
  margin-bottom:10px;
}



@media(max-width:1160px) and (min-width:1025px){

  .blog-section1 .blog-section .post-listing{
    margin: 0 -4.5% 0 0;
  }

  .blog-section1 .blog-section .post-item {
    width: 30.1%;
  }
}



@media(max-width:1024px){

  .blog-section1 .blog-section .post-item:nth-child(1) .hs-featured-image-link,
  .blog-section1 .blog-section .post-item:nth-child(2) .hs-featured-image-link{
    height: 272px;  
  }

  .blog-section1 .blog-section .post-listing{
    margin: 0 -3.2% 0 0;
  }

  .blog-section1 .blog-section .post-item:nth-child(1) .post-header,
  .blog-section1 .blog-section .post-item:nth-child(2) .post-header{
    padding: 20px 20px 23px;  
  }

  .blog-section1 .cta-container a.more-link{
    padding:0;
  }

  .blog-section1 .blog-section .post-item .hs-featured-image-link{
    height:230px;
  }

  .blog-section1 .blog-section .post-item .post-header h4 a{
    font-size: 22px;
  }

  body .blog-section1 .blog-section .post-item .post-header{
    padding: 20px 20px 23px;
  }

  .blog-section1 .blog-section .post-item{
    width: 29.8%;
  }

  .blog-section1 .blog-section .post-item:nth-child(2) .hs-featured-image-link,
  .blog-section1 .blog-section .post-item:nth-child(3) .hs-featured-image-link{
    height:272px;
  }

  .blog-section1 .blog-section .post-item:nth-child(2) .post-header,
  .blog-section1 .blog-section .post-item:nth-child(3) .post-header {
    padding: 20px 20px 23px;
  }

  .blog-section1 .dots-container #blog-sec2-hex1{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    top: -20px;
  }

  .blog-section1 .dots-container #blog-sec2-hex2{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 60px;
    top: 20px;
  }

  .blog-section1 .dots-container #blog-sec2-hex3{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 130px;
    top: 20px;
  }

  .blog-section1 .dots-container #blog-sec2-hex4{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 130px;
    top: -48px;
  }

  .blog-section1 .dots-container #blog-sec2-hex5{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 200px;
    top: -48px;
  }

  .blog-section1 .dots-container #blog-sec2-hex6{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 270px;
    top: -48px;
  }
}



@media(max-width:767px){

  .blog-section1 .blog-section .post-item:nth-child(1),
  .blog-section1 .blog-section .post-item:nth-child(2){
    width:100%;
    margin-right:0;
  }

  .blog-section1 .blog-section .post-listing{
    margin:0;
  }

  .blog-section1 .blog-section .post-item:nth-child(1) .hs-featured-image-link,
  .blog-section1 .blog-section .post-item:nth-child(2) .hs-featured-image-link {
    height: 220px;
  }

  .blog-section1 .blog-section .post-item{
    width:100%;
    margin-right:0;
  }

  .blog-section1 .blog-section .post-item .hs-featured-image-link {
    height: 220px;
  }

  .blog-section1 .blog-section .post-item:nth-child(1) .post-header h4,
  .blog-section1 .blog-section .post-item:nth-child(2) .post-header h4 {
    min-height: 0;
    margin-bottom: 15px;
  }

  body .blog-section1 .blog-section .post-item .post-header{
    padding: 20px 20px 23px;
  }

  .blog-section1 .blog-section .post-item .post-header h4{
    margin-bottom: 15px;
    min-height: 0;
  }

  .blog-section1 .dots-container #blog-sec2-hex1{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 40px;
    top: -35px;
  }

  .blog-section1 .dots-container #blog-sec2-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 40px;
    top: 20px;
  }

  .blog-section1 .dots-container #blog-sec2-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 95px;
    top: 20px;
  }

  .blog-section1 .dots-container #blog-sec2-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 95px;
    top: -35px;
  }

  .blog-section1 .dots-container #blog-sec2-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 150px;
    top: -35px;
  }

  .blog-section1 .dots-container #blog-sec2-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 205px;
    top: -35px;
  }


}

/*========================================================
Blog Post Page Styling Start 
========================================================*/



.hs-blog-listing .post-section-hero{
  display:none;
}

.hs-blog-post .blog-banner-section{
  display:none;
}

.post-section-hero .topic-list li h5 a{
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: normal;
  text-transform: uppercase;
}

.post-section-hero .topic-list li h5{
  margin-bottom:0;
}

.post-section-hero .topic-list li{
  margin-left:0;
}

.post-section-hero .right-col .post_featured_image{
  height:650px;
  width:650px;
  border-radius:50%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}

.post-section-hero{
  padding:92px 0;
  position:relative;
  z-index:1;
}

.post-section-hero .wrapper{
  position:relative;
}

.post-section-hero .dots-container{
  position:absolute;
  right:0;
  bottom:0;
  z-index:-1;
}

.post-section-hero .dots-container2{
  position:absolute;
  left:0;
  bottom:0;
  z-index:-1;
}

.post-section-hero .dots-container3{
  position:absolute;
  left:0;
  top:0;
  z-index:-1;
}

.post-section-hero .right-col{
  position:relative;
  top:-53px;
}
.post-section-hero .left-col h2{
  margin-bottom: 25px;
}
.post-section-hero .left-col h2 a{
  font-style: normal;
  font-weight: 500;
  font-size: 66px;
  line-height: 1.21;
  color: #fff;
}


.post-section-hero .left-col .hs-author-avatar{
  height:45px;
  width:45px;
  border-radius:50%;
}

.post-section-hero .left-col .hs-author-label a{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  color: #fff;
}

.post-section-hero .left-col .hs-author-label{
  font-weight:600;
  margin-bottom:0;
}

.post-section-hero .left-col h6.date{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  color: #fff;
  letter-spacing: normal;
  margin-bottom: 0;
  text-transform: uppercase;

}

.post-section-hero .left-col .author-image-width{
  width: 7.529915%;
}

.post-section-hero .min-read-cont img{
  max-width: 24px;
  height: auto;
  vertical-align: middle;
}

.post-section-hero .min-read-cont{
  margin-left:0;
}

.post-section-hero .min-read-cont .clock-img{
  margin-right: 7px;
}

.post-section-hero .min-read-cont .min-read{
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  color: #fff;
  margin-left: 0;
  margin-right: 5px;
  vertical-align: middle;
}

.post-section-hero .hubspot-editable{
  margin-top:30px;
}



@media(max-width:1400px){

  .post-section-hero .right-col .post_featured_image{
    height: 480px;
    width: 480px;
  }

  

  .post-section-hero .left-col .author-image-width {
    width: 9.529915%;
  }

  body.hs-blog-post .row-fluid .blog-section1 .blog-section .sharing-icon {
    left: -120px;
  }

  .post-section-hero .left-col h2 a{
    font-size: 45px;
  }

}


@media(max-width:1024px){

  .post-section-hero .left-col .author-image-width{
    margin-right: 16px;  
  }

  body.hs-blog-post .row-fluid .blog-section1 .blog-section .sharing-icon{
    display:none; 
  }

  .post-section-hero .right-col .post_featured_image{
    height: 350px;
    width: 350px;  
  }

  .post-section-hero{
    padding: 163px 0 15px;  
  }

  .post-section-hero .dots-container3{
    display:block;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex1{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 0;
    top: 90px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 90px;
    left: 70px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 140px;
    top: 90px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 210px;
    top: 90px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 0;
    top: 155px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 70px;
    top: 155px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex7 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 140px;
    top: 155px;
  }

  .post-section-hero .dots-container{
    display:none;
  }

  .post-section-hero .dots-container2 #blog-post2-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    bottom: auto;
    left: auto;
  }

  .post-section-hero .dots-container2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    left:auto;
  }

  .post-section-hero .dots-container2 #blog-post2-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: auto;
    bottom: 10px;
    right: 0px;
  }

  .post-section-hero .dots-container2 #blog-post2-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: auto;
    bottom: -30px;
    right: 70px;
  }
}



@media(max-width:767px){

  body .row-fluid .post-section-hero{
    padding: 110px 0 30px;
  }

  .post-section-hero .right-col{
    position: relative;
    top: 0;
    margin-top: 30px;
  }

  .post-section-hero .left-col h2 a{
    font-size: 35px; 
  }

  .post-section-hero .left-col .author-image-width {
    margin-right: 26px;
    float: left;
  }

  .post-section-hero .right-col .post_featured_image {
    height: 300px;
    width: 100%;
    margin: 0 auto;
    float: none;
    border-radius: 0;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex1{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 0;
    top: 40px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 40px;
    left: 55px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 110px;
    top: 40px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 165px;
    top: 40px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 0;
    top: 95px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 55px;
    top: 95px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex7 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 110px;
    top: 95px;
  }

  .post-section-hero .dots-container2 #blog-post2-hex1{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 0;
    bottom: auto;
    left: auto;     
  }

  .post-section-hero .dots-container2 #blog-post2-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: auto;
    bottom: -50px;
    right: 55px;
  }

  .post-section-hero .dots-container2 #blog-post2-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: auto;
    bottom: 20px;
    right: 0;
  }
}



/****************** Post Content Section Styling *****************/


.hs-blog-post .blog-section1 .wrapper{
  position:inherit;
}

.hs-blog-post .blog-section1 .dots-container{
  display:none;
}

.hs-blog-listing .blog-section1 .dots-container2{
  display:none;
}

.hs-blog-listing .blog-section1 .dots-container3{
  display:none;
}

.blog-section1 .dots-container2{
  position:absolute;
  right:0;
  bottom:0;
  z-index:-1;
}

.blog-section1 .dots-container3{
  position:absolute;
  left:0;
  bottom:0;
  z-index:-1;
}

body.hs-blog-post .row-fluid .blog-section1 .blog-section{
  max-width:677px;
  margin:0 auto;
  float:none;
}

.hs-blog-post .blog-section1 .blog-section .sharing-icon {
  position: absolute;
  margin: 0;
  margin-top: 3px;
  top: 0;
  width: 40px;
  left: -210px;
  display:none;
} 

.hs-blog-post .blog-section1 .blog-section .sharing-icon li a {
  color: #46CA67;
  background: transparent;
  width: 31px;
  line-height: 31px;
  display: block;
  text-align: center;
  border: 2px solid rgba(148,201,61,0.23);
  border-radius: 100%;
  margin-bottom: 0px;
}

.hs-blog-post .blog-section1 .blog-section .sharing-icon li.first-item{
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.69px;
  line-height: 25px;
  text-align: center;
  color: #959595;
  text-transform:uppercase;
}

.hs-blog-post.blog-page h4{
 
}

.hs-blog-post.blog-page p{
  font-size:18px;
  line-height:29px;
  font-weight:normal;
  letter-spacing:0px;
  font-weight:normal;
  margin-bottom:20px;
}


.hs-blog-post.blog-page .body-container-wrapper ul li{
  font-size:18px;
  line-height:29px;
  color:#1b3629;
  font-weight:normal;
  letter-spacing:normal;
  font-weight:normal;
  margin-bottom:15px;
  position:relative;
}

.hs-blog-post.blog-page .post-body a span{
  font-size:18px;
  line-height:29px;
  color:#1b3629;
  font-weight:normal;
  letter-spacing:normal;
  font-weight:normal;
  color:#1b3629;
}

.hs-blog-post.blog-page blockquote{
  font-size:25px;
  line-height:41px;
  color:#46CA67;
  letter-spacing:-0.54px;
  font-weight:bold;
  font-style:normal;
  border-left:none; 
  padding-left:0;
  margin-bottom:55px;
}

.hs-blog-post.blog-page h6{
  font-size:12px;
  line-height:25px;
  letter-spacing:0.69px;
  font-weight:bold;
  color:#46CA67;

}

.hs-blog-post.blog-page .blog-section .post-body ul li:before{
  position: absolute;
  left: -25px;
  top: 18px;
  content: '';
  background: #959595;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.hs-blog-post.blog-page .blog-section .post-body a.cta_button{
  padding:0;
}

.hs-blog-post.blog-page .blog-section .post-body a.cta_button.test{
  background:transparent;
  box-shadow:none;
}

.hs-blog-post.blog-page .blog-section .post-body img{
  margin:20px 0;
  height:auto;
}

.hs-blog-post.blog-page .blog-section .post-body a.cta_button.test{
  background:transparent!important;
}

.hs-blog-post.blog-page .blog-section .post-body ul li{
  margin-left:38px;
}



@media(max-width:1024px){

  .blog-section1{
    padding-bottom: 180px;
  }

  .ias-trigger a{
    bottom: -80px;
  }

  .hs-blog-post .blog-section1{
    padding-bottom: 80px;
    padding-top: 50px;  
  }

  .blog-section1 .dots-container3{
    display:none;
  }

  .hs-blog-post .blog-section1 .dots-container2 #blog-post-sec2-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    bottom: 20px;
  }

  .hs-blog-post .blog-section1 .dots-container2 #blog-post-sec2-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    bottom: 85px;
  }

  .hs-blog-post .blog-section1 .dots-container2 #blog-post-sec2-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    bottom: 150px;
  }

  .hs-blog-post .blog-section1 .dots-container2 #blog-post-sec2-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    bottom: 215px;
  }
}



@media(max-width:767px){

  .blog-section1{
    padding-bottom: 140px;
  }

  .ias-trigger a{
    bottom: -65px;
  }

  .hs-blog-post.blog-page p{
    line-height: 32px;
  }

  .hs-blog-post.blog-page blockquote{
    font-size: 22px;
    line-height: 35px;
  }

  .hs-blog-post.blog-page .blog-section .post-body ul li{
    margin-left:28px;
  }

  .hs-blog-post.blog-page .body-container-wrapper ul li{
    line-height:34px;
  }

  .hs-blog-post .blog-section1 .dots-container2 #blog-post-sec2-hex1{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 0;
    bottom: 20px;  
  }

  .hs-blog-post .blog-section1 .dots-container2 #blog-post-sec2-hex2{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 0;
    bottom: 75px;
  }

  .hs-blog-post .blog-section1 .dots-container2 #blog-post-sec2-hex3{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 55px;
    bottom: 20px;
  }

  .hs-blog-post .blog-section1 .dots-container2 #blog-post-sec2-hex4{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 55px;
    bottom: 75px;
  }
}


/*********************** Related Post Section Styling Start *******************/




.related-post-section{
  background: #F2EFEB;
  padding: 77px 0 94px;
  position:relative;
}

.related-post-section h4.related-post-title{
  text-transform: uppercase;
    color: #006341;
}

.related-post-section .hs-featured-image-wrapper .featured-image{
  height:277px;
  position:relative;
  border-radius:3px;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}

.related-post-section .post-item{
   background:#ffffff;
}

.related-post-section .post-item .post-title-related a{
  margin-left: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.33;
  color: #1b3629;
  letter-spacing: normal;
  margin-bottom: 32px;
  display: block;
}

.related-post-section .post-item .post-title-related{
  font-size:25px;
  line-height:33px;
  color:#004250;
  font-weight:500;
  letter-spacing:normal;
  margin-top:34px;
  min-height:100px;
}

.related-post-section .post-listing{
  margin: 0 -5.2% 0 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
}

.related-post-section .post-item{
  float: left;
  width: 31.3%;
  padding-right: 0px;
  display: block;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  list-style: none;
  padding-bottom: 0;
  margin-right: 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid #DEDEDE;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: 0.2s all ease-in-out;
  border-radius: 4px;
}

.related-post-section .post-item:last-child{
  margin-right:0;
}

.related-post-section .post-item:hover{
  box-shadow: 0 7px 13px 8px rgb(70 202 103 / 17%);
    border: 1px solid #46ca67;
    transition: .2s all ease-in-out;
}

.related-post-section .post-item p{
  font-size:16px;
  line-height:25.8px;
  color:#959595;
  letter-spacing:normal;
  font-weight:normal;
}

.related-post-section .post-item .post-inner .min-read-cont .clock-img img{
  max-width:24px;
  height:auto;
  vertical-align:middle;
}

.related-post-section .post-item .post-inner .min-read-cont .clock-img{
  margin-right:10px;
}

.related-post-section .post-item .post-inner .min-read-cont .min-read{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  color:#BBC3BF;
  letter-spacing:normal;
  vertical-align: middle;
}

.related-post-section .post-item .post-inner p{
  display:none;
}

.related-post-section .post-item .read-more-link{
  color: #46ca67;
  font-size: 16px;
  line-height: 25.8px;
  letter-spacing: normal;
  font-weight: 500;
  position: relative;
  font-family:'Inter',sans-serif;
}

.related-post-section .post-item .read-more-link:after{
  content: '';
  background: url(https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Arrow%202.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-left: 0px;
  width: 40px;
  height: 15px;
  right: -50px;
  top:4px;
  position: absolute;
  z-index: 2;
  transition: .2s all ease-in-out;
}

.related-post-section .post-item:hover .read-more-link:after{
  right: -59px;
  transition:0.2s all ease-in-out;
}

.related-post-section .post-item:hover .read-more-link {
  border-bottom: 2px solid #46ca67;
}
.related-post-section .post-item .post-inner{
  padding:20px 26px 60px;
  margin-left:0;
  background:#fff;
}


.related-post-section .post-item .post-list-topics{
  position: absolute;
  right: 15px;
  top: 16px;
  width: auto;
}

.related-post-section .post-item .post-list-topics a{
  font-size:12px;
  line-height:20px;
  color:#004250;
  font-weight:500;
  letter-spacing:normal;
  background:#fff;
  padding: 7px 10px;
  border-radius:1.6px;
  display:none;
}

.related-post-section .post-item .cta-container{
  margin-top:28px;
  position: absolute;
  bottom: 20px;
}



@media(max-width:1400px){

  .related-post-section .post-item .post-title-related a{
    font-size: 22px;  
  }

  .related-post-section .post-item .post-title-related{
    margin-bottom:10px; 
  }

  body .row-fluid .cta-section-cm{
    position: absolute;
    top: 51%;
    left: 0;
    width: 100% !important;
    border: 1px solid #46CA67;
    padding: 34px 26px 34px 36px;
    max-width: 274px;
  }
}



@media(max-width:1250px){

  body .row-fluid .cta-section-cm{
    display:none;
  }

}


@media(max-width:1024px){

  .related-post-section .hs-featured-image-wrapper .featured-image{
    height: 235px;  
  }

  .related-post-section .post-item .post-title-related a{
    font-size: 22px; 
  }

  .related-post-section .post-item .post-title-related{
    min-height:220px;
    margin-bottom:10px;
  }

  .related-post-section .post-item p{
    min-height:180px;
  }

  .related-post-section .post-listing .post-item:last-child{
    margin-right:0;
  }

  .related-post-section .post-listing .post-item{
    width: 30.8%;
  }
}


@media(max-width:767px){

  .related-post-section{
    padding: 60px 0 50px;  
  }

  .related-post-section .post-item p{
    min-height:100%;
  }

  .related-post-section .post-item{
    margin-bottom:30px;
  }

  .related-post-section .post-item .post-inner{
    padding: 20px 20px 21px;  
  }

  .related-post-section .post-item .post-title-related{
    margin-top:15px;
    min-height:0;
    margin-bottom:10px;
  }

  body .row-fluid .cta-section-cm{
    display:none;
  }

  .related-post-section .post-listing .post-item {
    width: 100%;
    margin-right: 0;
  }

  .related-post-section .post-item .cta-container{
    position:relative;
    bottom:0;
  }

}



/******************* Cta Section Cm Styling ***********/

.blog-section1{
  position:relative;
}

.hs-blog-listing .cta-section-cm{
  display:none;
}

.cta-section-cm{
  position: absolute;
  top: 51%;
  left: 0;
  width: 100% !important;
  border: 1px solid #46CA67;
  padding: 34px 26px 34px 56px;
  max-width: 324px;
}

.cta-section-cm .subheading h6{
  font-size:10px;
  line-height:25px;
  color:#46CA67;
  letter-spacing:0.57px;
  font-weight:bold;
  position:relative;
  margin-bottom:0;
}

.cta-section-cm .subheading h6:before{
  position: absolute;
  left: -104%;
  top: 11px;
  content: '';
  background: #46CA67;
  width: 100%;
  height: 1px;
}

.cta-section-cm .heading h4{
  font-size:23px;
  line-height:28px;
  font-weight:600;
  letter-spacing:normal;
}

.cta-section-cm .description p{
  font-size:16px; 
  line-height:25.8px;
  color:#959595;
  font-weight:normal;
  letter-spacing:normal;
}

.cta-section-cm .cta-container a.cta_button{
  font-size:16px;
  line-height:25px;
  font-weight:500;
  color:#004250;
  position:relative;
}

.cta-section-cm .cta-container a.cta_button:after{
  position:absolute;
  right: -40px;
  top: 5px;
  content:'';
  background:url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Green.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:25px;
  height:11px;
  transition:0.2s all ease-in-out;
}

.cta-section-cm:hover .cta-container a.cta_button:after{
  right:-45px;
  transition:0.2s all ease-in-out;
}

.cta-section-cm:hover .cta-container a.cta_button{
  border-bottom:2px solid #46CA67;
  transition:0.2s all ease-in-out;
}


.hs-blog-post .filter-topic-section{
  display:none;
}

.filter-topic-section .block h5{
  display:none;
}

.filter-topic-section{
  padding: 0px 0px 40px;
  position:relative;
  z-index:1;
}

.post-topic{
  position:relative;
}

.filter-topic-section .widget-module ul{
  margin: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  width: auto;
  z-index: 2;
  background: #fff;
  box-shadow: 0 10px 50px -5px rgba(0,0,0,.15);
  margin-top: -13px;
  padding: 10px 15px;
  min-width: 192px;
  display: none;
  left: 0;
  top: 19px;
}

.filter-topic-section .widget-module ul li{
  // display:none;
  list-style-type:none;
  margin:0;
  padding-bottom: 0px;
}


.filter-topic-section .widget-module ul li a{
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  padding: 0px 0px;
  text-transform: capitalize;
}

.filter-topic-section .cta-trigger{
  text-align:left;
}

.filter-topic-section .cta-trigger h5{
  text-transform: capitalize;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height:17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing:normal;
  color: #1B3629;
  padding-bottom:3px;
  border-bottom: 1px solid #1B3629;
}

.filter-topic-section .cta-trigger span:first-child{
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing:normal;
  color:#1B3629;
  margin-right:6px;
}

.filter-topic-section .cta-trigger img{
  vertical-align: middle;
  margin-left: 10px;
}

.filter-topic-section .widget-module li a.current-page{
  color:;
}

.filter-topic-section .right-col{
  float:right;
  text-align:right;
}

.filter-topic-section .right-col .transparent-cta a.cta_button{
  border:1px solid #46CA67;
  border-radius:3px;
  font-size:16px;
  line-height:25.8px;
  font-weight:bold;
  background:#fff;
  letter-spacing:normal;
  color:#46CA67;
  box-shadow:none;
  padding: 8px 37px;
  transition:0.2s all ease-in-out;
}

.filter-topic-section .right-col .transparent-cta a.cta_button:hover{
  border:1px solid #46CA67;
  background:#46CA67;
  color:#fff;
  transition:0.2s all ease-in-out;
}

.filter-topic-section{
  position:relative;
  z-index:2;
}



@media(max-width:1024px){

  .cta-section-cm{
    max-width: 100%;   
    margin-top: 30px;
    position:relative;
    padding: 34px 26px 34px 26px;
  }

  .cta-section-cm .cta-container a.cta_button{
    padding:0;  
  }
}

@media(max-width:767px){

  .filter-topic-section .cta-trigger {
    text-align: center;
    margin-top:10px;
  }

  .filter-topic-section .right-col{
    float: right;
    margin-top: 0px;
    width:auto;
  }

  .filter-topic-section .left-col{
    width:auto;
    float:left;
  }

  .filter-topic-section .right-col .transparent-cta a.cta_button{
    padding: 8px 27px;
  }

  .filter-topic-section .widget-module ul{
    left: 0;
    top: 19px;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;  
  }

  .blog-section1 .blog-section .post-item:nth-child(2),
  .blog-section1 .blog-section .post-item:nth-child(3){
    width:100%;
  }

  .blog-section1 .blog-section .post-item:nth-child(2) .post-header,
  .blog-section1 .blog-section .post-item:nth-child(3) .post-header {
    padding: 20px 20px 23px;
  }

  .blog-section1 .blog-section .post-item:nth-child(2) .hs-featured-image-link,
  .blog-section1 .blog-section .post-item:nth-child(3) .hs-featured-image-link {
    height: 220px;
  }
}



.hs-blog-post.blog-page p>span{
  color:#1B3629!important;
}

.hs-blog-post.blog-page ol{
  color:#1B3629;
  margin-left: 22px;
}