
 



/*--------- NAVBAR COLORS ----------*/

 
  

 
 




/*--------- Theme Base Colors ----------*/

 

 
 
 

body{
  padding:0;
  font-size: 16px ;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  font-family: 'Roboto-light', sans-serif; ;
  width:100%;
  letter-spacing:.5px;
  background: #fff ;
  margin:0 auto;
  max-width:100%;
  color:#7c7c7c;
}
body.blog .hs-breadcrumb-menu {
  padding-left: 45px !important;
}
body.blog.hs-blog-listing .hs-breadcrumb-menu {
  padding-left: 0 !important;
}
.hs-blog-listing .blog-sec-body {
  padding-top: 20px;
}
.blog-hero, .wcs-col-12.wcs-page-center {
  width: 100% !important;
}
#hs_cos_wrapper_post_body h1, #hs_cos_wrapper_post_body h2, #hs_cos_wrapper_post_body h3, #hs_cos_wrapper_post_body h4, #hs_cos_wrapper_post_body h5, #hs_cos_wrapper_post_body h6 {
  margin-left: 0;
  padding-left: 0;
}
/* forms */ 

.ias-trigger.ias-trigger-next {
  grid-column: 2;
}
/*blog */
.body-container-wrapper form .hs_newsletter_type .inputs-list.multi-container li {
  padding-left: 0;
}
.news-post-item-inner .input, .news-post-item-inner .hs_submit {
  margin: 0 30px;
}

.hs-breadcrumb-menu {
  padding: 0 45px;
}
.subscription-full-width {
  overflow: hidden;
}
@media screen and ( max-width: 1024px) {
  #subscribe-card div.span12, .span12.widget-span.widget-type-blog_comments  {
    width: 100%;
  } 
  .related-post.nav-grid.post-listing.row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  .related-post.nav-grid.post-listing.row-fluid .post-item {
    width: 48%;
  }
  .related-post.nav-grid.post-listing.row-fluid .post-item:last-of-type {
    width: 100%;
    margin: 20px 0 20px 20px;
  }
}
@media screen and ( max-width: 768px){
  .related-post.nav-grid.post-listing.row-fluid .post-item:last-of-type {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .related-post.nav-grid.post-listing.row-fluid .post-item {
    width: 100%;
  }
  .tabber-wrap.blog-tabber {
    overflow-x: hidden;
  }
  .post-information.news-post-body{
    overflow:hidden;
  }
  body.blog .hs-breadcrumb-menu {
    padding-left: 0px !important;
  }
  #hs_cos_wrapper_post_body h2, #hs_cos_wrapper_post_body h3, #hs_cos_wrapper_post_body h4, #hs_cos_wrapper_post_body h5, #hs_cos_wrapper_post_body h6 {
    padding-left: 20px;
    padding-right: 20px;
  } 
  .subscribe-paragraphs > p {
    text-align: center !important;
  }
  .subscription-full-width .span12 , .span12.widget-span.widget-type-linked_image.align-center, .news-post-item-inner{
    width: 100%;
  }
  .subscription-full-width .span12 .widget-type-blog_subscribe {
    display: flex;
    justify-content: center;
  }
  .hs_newsletter_type > label {
    text-align: center;
  }
  .subscription-full-width {
    overflow: hidden;
  }
}
.footer-cta-section .input ul li label input[type="checkbox"]::before {
  border: 1px solid white !important;
}
div[id*="hs_cos_wrapper_module_"] .wcs {
  height: 300px !important;
}
.news-hero div[id*="hs_cos_wrapper_module_"] .wcs {
  height: 250px !important;
  margin-top: 0px !important;
}

/*end blog */
/* end forms */ 
#blog-sec-body .row-fluid [class*="span"].wrapper,
#blog-sec-body .row-fluid .wrapper, 
.pth-header.page-center.content-wrapper, 
.hs-blog-post .widget-span.widget-type-cell.blog-content,
width: 100%;
max-width: 1268px;
margin: 0 auto;
float: none;
}
#banner-background-image.blog{
  display: flex;
  align-items: center;     
  height: 300px;
  min-height: 300px;
  margin-top: 60px;
}
.body-container-wrapper ul,.body-container-wrapper li{
  margin-bottom:15px;
}

.body-container-wrapper {
  background:#fff;
  position:relative;
  z-index:2;
  padding: 70px 0 0 0;
}

.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  margin:20px 0;
}

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}

.body-container-wrapper li{
  margin-bottom:8px;
}


.body-container-wrapper ol li:before{
  display:none;
}

.no-list-style ul{
  margin:0;    
  list-style:none;
}

.no-list-style li{
  margin:0;
}

blockquote{
  margin: 0;
  font-size: 16px;
  font-style: italic;
  color: #a9a9a9;
  font-weight: 300;
  padding-left: 17px;
  border-left: 2px solid #78a12e;
  margin-left: 4px;
  margin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.widget-type-cta{
  margin-top:15px;
}


.hs_cos_wrapper_type_custom_widget a.cta_button{
  margin-top:25px;
}

body a.cta_button.image-cta{
  padding:0;
  background:transparent;
  text-align:center;
}

body .dark-cta a.cta_button{
  background:#0d2e4f;
  border-color:#0d2e4f;
}

.simple-cta a.cta_button,
.simple-cta a{
  background:transparent;
  border:0;
  padding:0;
  position:relative;
  color: #78a12e;
  font-weight:400;
}

.simple-cta a:after{
  content:'\f107';
  font-family: FontAwesome;
  padding-left: 6px;
}   

.align-center {
  text-align:center;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay,.base-color-overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.subscribe-card .input ul li label input[type="checkbox"]::before, .cta-section-subscription .input ul li label input[type="checkbox"]::before{
  border-color: white;
}

.base-color-overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:#78a12e;
  z-index: -1;
  opacity:.95;
  background: ;
}

.grey-bg{
  background:#f8f8f8;
}

body .row-fluid .blue-bg{
  background: #0d82df;
}


body .container-fluid .row-fluid .section-heading.align-center {
  max-width: 840px;
  float: none;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:60px;
}

.body-container-wrapper .all-text-white li:before{
  background:#fff;
}

body .container-fluid .row-fluid .pad-bottom{
  margin-bottom:80px;
}

body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}


.section-padding{
  padding:50px 0;
}

.section-border{
  border-bottom:1px solid #e7e7e7;
}

.cta-margin{
  margin-top:50px;
}

@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }     
}

.inner-page-hero-section{
  padding:30px 0;
}

.inner-page-hero-section h1{
  margin:0;
  font-size:30px;
}




/*========================================  
Header Styling
========================================*/          

@media (min-width:768px){

  .pth-header .header-logo{
    padding:26px 0;
  }

  .pth-header .header-logo img{
    width:100%;
    max-width:200px;
  }

}


.pth-top-bar{
  padding:10px 0;
  background:#F8F7F6;
}

.pth-top-bar .widget-type-cta{
  margin:0;
  text-align:right;
}

.pth-top-bar a.cta_button{
  padding:9px 20px;
  font-size:12px;
}

.pth-top-bar .phone-number-container a span{
  font-weight:500;
} 

.pth-top-bar .phone-number-container .fa{
  color:#78a12e;
  font-size: 20px;
  margin-right: 4px;    
}





@media (max-width:767px){

  .pth-top-bar .phone-number-container .fa {
    font-size: 14px;
    margin-right: 2px;
  }

  .pth-top-bar a.cta_button {
    padding: 3px 6px;
    font-size: 12px;
  }

  .pth-top-bar .phone-number-container {
    font-size: 12px;
  }

  body .row-fluid .pth-top-bar .phone-number-container{
    width: 48%;
    float: left;
    margin-top: 8px;
  }

  body .row-fluid .pth-top-bar .top-cta-container{
    width:40%;
    float:right;
  }


}


















/*************************************
HEADER STYLING
*************************************/            



body .row-fluid .pth-header{
  //background: #ffffff;
  // border-bottom: 1px solid #e1e2e3;
  position:absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  transition: all .35s ease-in-out;
  top: 0;
  // box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.50);
}

body .row-fluid .pth-header.fixed-nav {
  //top: -86px;
}

.pth-header .logo{
  padding:10px 0;
}

.pth-header .head-cta{
  margin-top:0;
}

.pth-header .head-cta a.cta_button{
  padding: 12px 30px;    
  border:2px solid #78a12e;
}

.pth-header .top-nav-container{
  margin-top:50px;
}

.pth-header .contact-info span{
  font-size:12px;
}

.pth-header .contact-info span .fa{
  margin-right: 7px;
  width: 12px;
  text-align: center;
  font-size: 16px;
  position: relative;
  top: 1px;
}


/*==================================================
Two Col Adjust 
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 47.4%;
  -webkit-flex-basis: 47.4%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


/* Make border boxed*/


body .container-fluid .row-fluid .two-col-adjust.have-box-border span>.hs_cos_wrapper{
  background-color: #fff;
  box-shadow: 0 1px 1px 0 #e6ebee;
  border: solid 1px rgba(129,154,179,0.14);
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding:20px;
  position:relative;
} 



@media (max-width:767px){


  body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}











/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.2%;
  -webkit-flex-basis: 30.2%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


/* Make border boxed*/


body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper{
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 1px 0 #e6ebee;
  border: solid 1px rgba(129,154,179,0.14);
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding:20px 0;
  position:relative;
} 

body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper>div{
  padding:0 20px;
}
.redirect-page{
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  width:100%;
  height:100%;
  display:block;
  cursor:pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper:hover .redirect-page{
  border:1px solid #78a12e;
}


@media (max-width:767px){


  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}









/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 20px;
  box-sizing:border-box;
  position:relative;
}






.header-container-wrapper{
  position: absolute;
}

.header-container.container-fluid{
  padding: 0;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
}









/*=========================================================
FORM STYLE
=========================================================*/                

::-webkit-input-placeholder {
  color: #989898;
}

:-moz-placeholder {
  color: #989898;
}

::-moz-placeholder {  
  color: #989898;
}

:-ms-input-placeholder {  
  color: #989898;
}

select::-ms-expand {
  display: none;
}

.row-fluid form li{
  margin:0;
}

.row-fluid  form li:before{
  display:none;
}


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
  border:1px solid #78a12e;
}

.row-fluid  form textarea{
  height:150px;    
}


.row-fluid form .field>label{
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 300;
  display:block;
  margin-bottom:6px;
  margin-top:14px;
}

.row-fluid form .hs_submit .actions{
  text-align:center;
  padding-right: 20px;
  padding-left: 20px;
}

form .hs-error-msgs{
  margin:0;
  padding:0;
}

.body-container-wrapper form .hs-error-msgs li{
  line-height: 1;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.3px;
  margin: 15px 0;
}
.body-container-wrapper form .inputs-list.multi-container li {
  color: white;
  padding-left:30px;
}
.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

body .row-fluid .hs-form fieldset {
  max-width: 100%;
}

form .hs-form-required{
  display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0;
  padding:0;
}

.body-container-wrapper form ul,
form ul{
  list-style:none;
}

.body-container-wrapper form li:before{
  display:none;
}


body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}

body .row-fluid select{
  background: #fff url(//cdn2.hubspot.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}


/*============================ Talk To Us Section ==============================*/


.talk-to-us-99,.talk-to-us-main{
  padding:130px 0;   
}

body .container-fluid .row-fluid .talk-to-us-99 .section-heading{
  max-width:1060px;
  padding:0;
}

body .row-fluid .talk-to-us-99 .icon-img{
  width: 100%;
  max-width: 110px;
  margin: 20px auto 30px;
  float: none;
  border: 2px solid #fff;
  height: 110px;
  padding: 23px;
  border-radius: 50%;
}

.talk-to-us-99 h3{
  color#7c7c7c;
  font-weight: 600;
  font-size: 30px;
}

.talk-to-us-99 .button a{
  color: #fff;
  border: 2px solid;
  padding: 14px 26px;
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  width: 100%;
  max-width: 210px;
}

.talk-to-us-99 .button a img {
  width: 25px;
  padding-right: 10px;
}


.talk-to-us-99 .button a .fa{
  font-size: 20px;
  position: relative;
  margin-right: 14px;
}

.talk-to-us-99 .divider{
  margin:50px 0 30px;
}

.contact-assets{
  padding: 30px 0px;
}

.phone-nos{
  position:relative;
  padding-left:50px;
}

.email-address{
  position:relative;
  padding-left:50px;
}

.phone-nos a,.email-address a{
  font-size: 16px;
  font-weight: 600;
}

.phone-nos:before,
.email-address:before{
  content: "\f095";
  font-family: FontAwesome;
  color: #78a12e;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  background: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0px;
  top: -10px;
}

.row-fluid .email-address:before{
  content:"\f0e0";
  line-height: 40px;
}

.contact-assets{

}

.form-wrapped {
  max-width: 450px;
  position:relative;
}

.form-wrapped:before{
  content: "Or";
  font-weight: 600;
}

body .row-fluid .form-wrapped form .hs_submit .actions{
  text-align:left;
}

.talk-to-us-main.overlay:before{
  background: rgba(255, 255, 255, 0.9);
}


@media (max-width:1024px){

  .talk-to-us-99 {
    padding: 70px 0;
  } 
}



@media (max-width:767px){

  body .container-fluid .row-fluid .talk-to-us-99 .section-heading {
    padding: 0;
    margin-bottom: 0;
  }

  body .row-fluid .talk-to-us-99 .icon-img{
    margin: 20px auto 20px;
  }


  .talk-to-us-99 {
    padding: 50px 0;
  } 

  .talk-to-us-main {
    padding: 75px 0;
  }

  .widget-type-rich_text.phone-nos {
    margin-bottom: 40px;
  }

  .talk-to-us-main .wrapper>.row-fluid-wrapper>.row-fluid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .talk-to-us-main .wrapper>.row-fluid-wrapper>.row-fluid .span5{
    order:1;
    margin-bottom:50px;
  }


  .talk-to-us-main .wrapper>.row-fluid-wrapper>.row-fluid .span7{
    order:2;
  }

}    



/* Variables
========================================================================== */

   /* Set Mobile Menu Background Color */
      /* Set Link Color */
 /* Set Link Hover Color */

/***************************Hero Style************************************/

.news-blog-banner{
  padding:90px 0px 100px;
}

.overlay.news-blog-banner:before {
  background: rgba(0, 0, 0, 0.40);
}



/*Toggle*/

.subnav{
  width: 100%;
  background: #eaeaea;
  border-bottom: 1px solid #d7d5d5;
  z-index: 10;
  text-align: center;
  padding: 25px 0px 25px;
}

.click-me.styleno1 {
  padding: 0px 0px 0px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-transform: initial;
  vertical-align: middle;
  cursor: pointer;
}


.click-me{
  text-align:left;
  padding: 25px 0 25px;
  padding: 10px 20px;

}

.close-button img{
  width:40px;
}

.click-me .fa{
  cursor: pointer;
  font-size: 35px;
  color: #78a12e;
  display: inline-block;
  position:relative;
  top: 5px;
}

.blog-sec-body{
  padding-top:55px;
}

@media(min-width:768px){
  .news-post-topic{
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }

  .blog-sub-form{
    border-right: 1px solid rgba(255,255,255,0.5);
    padding-right: 30px;
  }
}

@media(max-width:767px){

  .click-me.styleno1{
    font-size:14px;
  }

}

/* ==========================================================================

Blog-Style                            

========================================================================== */


/**/


.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(23,23,23,1);
  background: -moz-linear-gradient(45deg, rgba(23,23,23,1) 0%, rgba(109,0,25,0) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(23,23,23,1)), color-stop(100%, rgba(109,0,25,0)));
  background: -webkit-linear-gradient(45deg, rgba(23,23,23,1) 0%, rgba(109,0,25,0) 100%);
  background: -o-linear-gradient(45deg, rgba(23,23,23,1) 0%, rgba(109,0,25,0) 100%);
  background: -ms-linear-gradient(45deg, rgba(23,23,23,1) 0%, rgba(109,0,25,0) 100%);
  background: linear-gradient(45deg, rgba(23,23,23,1) 0%, rgba(109,0,25,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#6d0019', GradientType=1 );
  z-index: -1;
}

.section-padding {
  padding: 50px 0;
}

.header-container.container-fluid{
  display:noen;
}


.hs-featured-image {
  float:none;
  margin:0px 0px 0px 0px;
  max-width:100%;
  padding-right:0px;
  height:240px;
  width: 100%;
  display: block;
  background-size: cover!important;
  background-position: center center!important;
  position:relative;
}
.hs-featured-image:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  //background-image: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0, 0, 0, 0.6));
}

.news-post-header{
  position:relative;
  padding-bottom:7px;
}

a.news-post-item{
  background: none;
}
.new-post-item, .related-post-section .post-item {
  padding-bottom: 30px;
  background-color: #F3F3F3;
}
.news-pubdate {
  padding: 10px 20px;
  background: #0285a7;
  color: white;
}
.news-pubdate span{
  font-weight: normal;
  font-size: 16px;
  text-transform:uppercase;
}
.news-pubdate span:first-of-type{
  margin: 0;
  text-align:left;
  font-size: 24px;
}

span.day {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
}
.taskeasy-main-blog {
  overflow: hidden;
}
span.month,span.year {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.news-post-listing{
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  max-width:1268px;
  margin: 0 auto;
}
.news-post-listing .news-post-item{
  width: 100% !important;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 1024px){
  .news-post-listing{
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width:768px){
  .news-post-listing{
    display:block;
  }
}


.row-fluid .news-post-item {
  float: left;
  display: block;
  box-sizing: border-box;
  margin: 0;
  transition: all ease-in-out .4s;
  position:relative;
}
.blog-post{
  box-sizing: border-box;
  transition: all ease-in-out .4s;
}
.hs-featured-image{
  transition: all 5s cubic-bezier(0.5,0.51,1,1);
  -webkit-transition: all 10s cubic-bezier(0.5,0.51,1,1);
}

.news-post-item:hover .hs-featured-image, .blog-post:hover .hs-featured-image{
  transform: scale(1.3);

}   
.row-fluid .news-post-listing .news-post-item:hover, .blog-post:hover{
  border:1px solid #78A12E;
  border-radius: 10px;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.26);
}

.news-post-item .bottom-part{
  display:inline-block;
  width: 100%;
  padding: 20px 0 10px;
  border-top: 1px solid #e4e4e3;
  margin-top:10px;
}

.news-post-item .hs-author-avatar{
  display: block;
  max-width:40px;
  float: left;
}
.news-post-body{
  position:relative;
}
.author-module {
  position: absolute;
  bottom: 25px;
  padding: 20px 15px;
  width: 100%;
  box-sizing: border-box;
}
ul..hs-error-msgs {
  z-index: 0;
}
.input input {
  z-index:2;
}
.author-module .author-link{
  left: 40px;
}
.blog-listing-wrapper .news-post-listing .news-post-item .author-module {
  left: 5px;
  position:absolute;
  width: 100%;
  bottom: 0;
}
.blog-listing-wrapper .news-post-listing .news-post-item a.author-link {
  position: absolute;
}
.body-container-wrapper ol {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .news-post-item:hover .hs-featured-image, .blog-post:hover .hs-featured-image{
    transform: none;

  }   
  .category-image-container + div > h5, .category-image-container {
    display: none;
  } 
  .body-container-wrapper li {
    font-size: 18px;
  }

  .blog-listing-wrapper .news-post-body p{
    padding-bottom: 50px;
  }
  .nav-grid.post-listing.related-post {
    grid-template-columns: 100%;
    grid-column-gap: 0;
    grid-auto-rows: unset !important;
  }
  .nav-grid.post-listing.related-post .post-item {
    margin-bottom: 30px;
  }
  .helpful-buttons .helpful-button{
    width: 50%;
    display:inline-block;
    padding: 20px 10px;
  }
  .helpful-buttons .helpful-button{
    float:left;
  }
  .helpful-buttons .helpful-button a.btn-lg {
    padding: 14px 36px !important;
  }
  .was-it-helpful {
    height: 290px;
  }
}
.author-module a.author-link, .author-module {
  color: #78a12e;
  margin: 0;
  font-weight: 500;
}

a.author-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 80%;
}
.authorname {
  position: relative;
  top: 5px;
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  padding-left: 15px;
  letter-spacing: .75px;
  text-transform: uppercase;
}


.author-box{
  position: absolute;
  bottom: 0px;
}

.social-shares{
  overflow: hidden;
  display: block;
  text-align: center;
}

.social-shares .fa{
  font-size: 20px;
  padding: 0px 8px;
  border-radius: 50%;
  height: 20px;
  display: inline-block;

}

.social-shares .fa:hover{color:#78a12e;}

.s-title{
  display: block;
  font-size: 11px;
  font-weight:700;
  padding-bottom: 7px;
  text-transform: uppercase;

}

.news-post-item .hs-author-avatar img{
  border-radius:50%;
} 

.hs-featured-image-wrapper{
  position:relative;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}

.hs-featured-image-wrapper .topic-list a:first-child + a{
  font-size: 16px;
  font-weight: 400;
}

.hs-featured-image-wrapper .topic-link{display:none;}

.news-post-body, .blog-post{
  background-color: #F3F3F3;
  text-align: left;
}
.blog-post {
  border-radius: 10px;
  overflow: hidden;
}

.news-post-body .topic-list{
  margin-top: 20px;
  padding: 0 20px;
}
.news-post-topic  ul{
  list-style:none;
  margin:0px;
  padding: 0 20px;
}

.news-post-topic  ul li{
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
  margin-left: 0px;
}

.news-post-topic  ul li a{
  font-weight: 400;
  color:#fff;
  letter-spacing:.5px;
  font-size:12px;
  border: 1px solid #ffffff;
  padding:7px 20px;
  display: block;
  text-transform:uppercase;

}

.recents-news-post ul{
  list-style:none;
  padding:0px;
  margin:0px;
}
.no-green-check .recents-news-post ul {
  list-style: default;
}
.no-green-check .recents-news-post ul li:before {
  content: unset;
}
.recents-news-post ul li{position:relative;padding-left:25px}

.recents-news-post h1, .recents-news-post h2, .recents-news-post h3, .recents-news-post h4 {
  color: #78a12e;
}
.recents-news-post ul li:before{
  content: "\f00c";
  position: absolute;
  left:0px;
  top:0px;
  font-family: "FontAwesome";
  width:18px;
  height:18px;
  color: #78a12e;
  font-size: 15px;
}

.recents-news-post ul li a{
  color:#ffffff;

  font-size:15px;

}

.top-section-blog{
  //padding-top:50px;
  //background:url("//cdn2.hubspot.net/hubfs/459002/brickwall.png") repeat;
  //padding-bottom: 20px;
  //transform: translate(0,0);
  //transition: transform .4s ease-in,opacity .3s ease-in;
}

.top-section-blog::-webkit-scrollbar {
  width: 0px;  /* remove scrollbar space */
  background: transparent;  /* optional: just make scrollbar invisible */
}

.top-section-blog h3{
  font-size: 24px;
  margin-top: 0px;
  color:#fff;
  font-weight: 400;
  text-align:left;

}


.top-section-blog form input[type="email"]{
  height:50px;
  padding-left:15px;
  margin-bottom:20px;
  font-size:15px;
  border:1px solid #e7e7e7;
}

.top-section-blog form input[type="email"]:focus{
  outline:none;
}

.top-section-blog form label{display:none;}

.top-section-blog form ul.hs-error-msgs.inputs-list{
  margin:0px;
  border:2px solid #78a12e;
  list-style-type:none;
  width:100%;
  position: absolute;
  top: 49px;
}

.top-section-blog .hs_email.field.hs-form-field{position:relative;overflow:hidden;}

.top-section-blog form input[type="submit"]{
  border: none;
  padding: 10px 20px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  background:#000;
  color: #fff;
  cursor: pointer;
  height:50px;
  -webkit-appearance:none;
  font-size: 16px;
  text-transform: uppercase;}



/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
  color: #555;
  opacity: 1;
  font-size:15px;
  font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: #555;
  opacity: 1;
  font-size:15px;
  font-style:italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #555;
  opacity: 1;
  font-size:15px;
  font-style:italic;
}
:-ms-input-placeholder { /* IE10 */
  color: #555;
  opacity: 1;
  font-size:15px;
  font-style:italic;

}


/*Blog news-post page Fadding Effects*/

body.hs-blog-post .body-container-wrapper {
  animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari and Chrome */
  -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity:0;
  }
  to {
    opacity: 1;
  }
}

.hot-post-header.have-featured-image {
  background-size: cover;
  background-position: center;
  padding:150px 0px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align:center;
  position:relative;
  z-index:1;
}

.hot-post-header:before{
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  //background: linear-gradient(45deg,rgba(0, 143, 250, 0.78),rgba(19, 98, 155, 0.9));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index:-1;
}

span.blog-listing-item-container {
  display: block;
  max-width: 770px;
  margin: 0 auto;
}

h1.blog-post-title {
  margin: 0px;
}

.hs-input.invalid.error{
  position: relative;
}
.hs-blog-post .widget-span.widget-type-cell.blog-content{
  margin:0 auto;
  float:none;
  max-width:1080px;
  padding:0px 0 0 20px;
  position: relative;
  z-index: 1;
}   
.blog-content .news-post-party {
  background-color: none;
}
.hs-blog-post .section.news-post-body{padding-top:30px;}


.hs-blog-post .section.news-post-body ul{
  list-style:none;
  padding:0px;
  margin: 25px 0px;
}
.hs-blog-post .section.news-post-body .hs_cos_wrapper_type_rich_text ul{
  margin: 20px;
}
.hs-blog-post .section.news-post-body ul li{
  position:relative;
  padding-bottom:5px;
  margin-left:0px;
  padding-left: 25px;
}
.hs-blog-post .section.news-post-body ul{
  padding-left: 0px;
}
.hs-blog-post .section.news-post-body ul li:before{
  content:"\f00c";
  position:absolute;
  left:0px;
  top:0px;
  font-family: "FontAwesome";
  width:18px;
  height:18px;
  font-size: 15px;
  color: #78a12e;
  top: 4px;
}



.hs-blog-post .section.news-post-body img{//display:none;
  margin-top:20px;
  margin-bottom:20px;
}

.hs-blog-post #blog-sec-body{
  padding:50px 0px;
  position:relative;

}

.news-post-share{
  position: relative;
  top: -27px;
  left: 10px;
}

.news-post-share ul{
  list-style:none;
  padding:0px;
  margin:0px;}

.news-post-share li{
  display:block;
  width:40px;
  height:40px;
  text-align: center;
  vertical-align: middle;
  margin-left:0px;
}

.news-post-share li a, .news-post-share li .fa {
  color: #78a12e;
}
.news-post-share li a:hover {
  color: #6B9421;
}

.news-post-share li a:hover,.news-post-share li:hover .fa{color:#78a12e;}

.news-post-share li .fa{
  font-size:24px;

  vertical-align: middle;}


.news-post-share {
  position: absolute;
  top: 5px;
  left: -60px;
  float: left;
  height: 100%;
}


/*Author-Style*/


.author-post-details{
  overflow:hidden;
}
@media screen and (max-width: 767px){
  span.author-avatar {
    margin-left: 20px;
  }
  .hs-blog-post #blog-sec-body{
    padding:0px;
  }
}
span.author-avatar {
  width: 65px;
  height: 65px;
  display: block;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 100%;
  float: left;
  border: 3px solid #017297 ;
}

span.authorname-details {
  padding-top:18px;
  display: block;
  margin-left: 20px;
  float: left;
  font-size: 14px;
}
.post-title h5  {
  font-weight: 600;
}

a.topic-link, span.min-read {
  font-weight: 500;
  color: #0285a7;
  text-transform: capitalized;
  text-decoration: none;
  font-family: 'Roboto',Sans-Serif;
}
.for-topic-text{
  color:#03799a;
  font-size:16px;
}

.more-link{
  float: none;
  text-align: center;
  padding: 8px 0px;
  display: inline-block;
  background: #78a12e;
  color: #fff;
  font-weight: 600;
  margin: 20px auto 0px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;

}

.news-post-date{
  font-size: 12px;
  color: #fff;
  z-index: 1;
  position: relative;
  font-weight: 700;
  background-color:#78a12e;
  padding: 10px 10px;
  display: inline-block;

  text-transform: uppercase;

}

.news-post-date .fa{font-size:15px;}




/*Recent news-posts*/

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 70%;
  padding-right:10px;
  line-height: 20px;
  font-size: 12px;
}

.popular ul li a:hover,.hs-rss-item-text a:hover{color: #8cc647;}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {width: 30%;}

.hs-rss-byline{opacity: 1;font-size: 10px;color: #03799a;text-transform: capitalize;font-weight:bold;}

.popular ul{list-style:none;padding-left:0px;}

.popular ul li{line-height: 20px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 30px;}

.popular ul li:before,.popular ul li:before {
  content: "\f00c";
  position: absolute;
  left: 5px;
  top: 2px;
  font-family: "FontAwesome";
  width: 16px;
  height: 16px;
  color: #8cc647;
}

.comment-from h4 a, .comment-from h4 a:visited {
  color: white;
}

.popular ul li a{font-size:14px;}

/**/


.blog-subscription{background: #f2f3f4;padding: 10px;border-top:3px solid #8cc647;padding-bottom:30px;}

.blog-subscription label,.blog-subscription .hs-form-required{display:none;}

.blog-subscription input[type="email"]{text-align: left!important;
  min-height: 36px;
  border: 1px solid #ccc;}

#comment-form{
  padding-top:15px;
  padding-bottom:0px;
  padding-left: 15px;
  padding-right: 15px;
}

#comment-form .hs-form-field {
  position: relative;
} 

#comment-form ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  margin:0px;
}

#comment-form ul.hs-error-msgs.inputs-list label,  {
  font-size: 14px;
  color: #f37c0a;
  font-weight: 600;
  letter-spacing: .25px;
  padding-top:10px;
}
ul.hs-error-msgs.inputs-list label {
  font-size: 14px;
  color: #f37c0a;
  font-weight: 600;
  letter-spacing: .25px;
}

.body-container-wrapper form .hs-error-msgs.input-list li {
  margin: 15px 0 !important;
}
#comment-form input[type="email"],
#comment-form input[type="text"]{
  text-align: left!important;
  min-height:50px;
  border:1px solid #ccc;
  border-radius:0px;
  font-size:16px;
  width:100%;
  margin-bottom:20px;
  padding-left:16px;
  box-sizing: border-box;
  max-width: 100%;
  box-shadow: none;
}


#comment-form .hs-form fieldset{max-width:100%;} 

#comment-form textarea{
  padding-top:15px;    
  padding-left:16px;
  border-radius:0px;
  text-align: left!important;
  min-height:120px;
  border: 1px solid #ccc;
  width:100%;
  font-size:16px;
  box-sizing: border-box;
  max-width: 100%;
  box-shadow: none;
}

#comment-form .hs-form-booleancheckbox input{min-height:10px;}

#hubspot-topic_data{
  border-top: 1px solid #e1e3e4;
  border-bottom: 1px solid #e1e3e4;
  padding: 10px 0;}


/*Pagination-Style*/


.previous-news-posts-link {
  font-size: 30px;

  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  position: fixed;
  left:0px;
  top: 65%;
  -webkit-appearance: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.next-news-posts-link {
  font-size: 30px;
  background:#78a12e;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  position: fixed;
  right: 0px;
  top: 65%;
  -webkit-appearance: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;

}




.news-post-pagination{}

.prev-news-post a {
  position:fixed;
  font-weight: 700;
  left: 0;
  top:65%;
  color: #ffffff;
  background-color:#78a12e;
  padding: 15px 20px 10px;
  font-size: 12px;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;


}



.prev-news-post .fa{
  padding-right: 7px;
  font-size: 40px;
  padding-top: 0;
  position: relative;
  top: -4px;
  vertical-align: middle;
}

.next-news-post a{
  position:fixed; 
  font-weight: 700;
  right:0px;
  top:65%;
  color: #ffffff;
  background-color:#78a12e;
  padding: 15px 20px 10px;
  font-size: 12px;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;

}

.next-news-post .fa{
  padding-left:7px;
  font-size: 40px;
  padding-top: 0;
  position: relative;
  top: -4px;
  vertical-align: middle;
}


.news-post-by-date{
  padding: 20px 0px;
  font-size: 14px;

  text-align: center;
  margin-top: 0;

  font-weight: 700;
  text-transform: uppercase; 
  letter-spacing: 1px;
}

.news-post-by-date .fa{
  color:#78a12e;
  font-size:20px;
}

.hs-author-avatar{
  text-align:center;
}

.hs-blog-post .hs-author-avatar img{
  border-radius:50%;
  border:4px solid #cccccc;
}

.hs-blog-post .hs-author-avatar a{
  display: inline-block;
}

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

body.hs-blog-listing .blog-author-section{
  display:none;
}

body.hs-blog-listing.author-body .blog-author-section{
  display:flex;
  background-color:#0285a7;
  padding:75px 0px 25px 0;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  min-height: 400px;
  width: 100%;
}

body.hs-blog-listing.author-body .blog-author-section > .row-fluid-wrapper{
  display:flex;
  align-items: center;
}

body.hs-blog-listing.author-body .news-post-item .bottom-part,
body.hs-blog-listing.author-body .news-post-body{
}    

body.hs-blog-listing.author-body .hs-author-profile{text-align:center;}

body.hs-blog-listing.author-body .hs-author-avatar img{
  max-width:100px;
  border-radius:50%;
}

body.hs-blog-listing.author-body h2.hs-author-name{
  font-size:25px;
  color:#ffffff;

}

body.hs-blog-listing.author-body .hs-author-social-links{padding-bottom:15px;}    

body.hs-blog-listing.author-body .hs-author-bio{
  max-width:770px;
  margin:0 auto;
  float:none;
  color:#ffffff;
  font-size:16px;
  line-height:25px;

}


body.hs-blog-listing.author-body .hs-author-social-links a.hs-author-social-link{
  background-image:none;
  width: 30px;
  height: 30px;
  border-width: 0;
  border: 0;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: 0px;
  font-size: 20px;
  color: #ffffff;}

body.hs-blog-listing.author-body .hs-author-social-links a.hs-author-social-link:hover{color:#78a12e;}    


/* ==========================================================================
Responsive-Style
========================================================================== */




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

  .news-post-item ,.news-post-listing-simple{width:50%} 

  .next-news-post a,.prev-news-post a,.next-news-posts-link,.previous-news-posts-link{font-size:0px;z-index:3;}


}


@media(max-width:1024px){
  .row-fluid .news-post-share{
    display:none;
  }

  .recents-news-post ul li {
    padding-bottom:10px;
  }

  .news-post-item ,
  .news-post-listing-simple{
    width:100%;
    padding-right:0px;
    margin:0px;
  }

  .news-post-item .hs-author-avatar{
    max-width:35px;
  }

  .authorname{
    font-size:11px;
    top:8px;
  }

  .span3.pop-news-post-image {
    float: left;
    width: 50px;
    margin-right: 15px;
  }

  .span9.pop-news-post-title {
    float: left;
    width: 70%;
  }

  .span9.pop-news-post-title a {
    font-size: 14px;
  }


  .news-post-listing{
    margin:0px;
  }

  .section.news-post-body{
    padding:0px;
  }

  .row-fluid blockquote{
    padding-left:15px; 
    margin: 30px 0;
  }

  .recents-news-post{padding-top:40px;}

  .next-news-post a,.prev-news-post a,.next-news-posts-link,.previous-news-posts-link{font-size:0px;z-index:3;padding: 10px 10px 5px;}

  .next-news-post a .fa,.prev-news-post a .fa,.next-news-posts-link .fa,.previous-news-posts-link.fa{font-size:16px;top: -3px;}

  #comment-form {
    padding-top:0px;
    padding-bottom: 0;
    padding-left:0px;
    padding-right:0px;
  }

  .hs-blog-post #comment-form div.input{margin-right:0px;}

}


@media(max-width:767px){
  .header-container-wrapper{
    position:relative;
    box-shadow:none;
    border-bottom: 1px solid #e2e2e3;
  }

  .header-container.container-fluid .wrapper{
    padding-right:0px;
    padding-left:0px;
  }

  .row-fluid .subnav{
    position:relative;
    width:100%;
    top:0px;
  }

  .body-container-wrapper {
    padding-top:0px;
  }

  .row-fluid .breadcrumb-section{
    display:none;
    visibility:hidden;
  }

  .blog-section{
    padding-top:15px;
    padding-right:0px;
  }

  .blog-content{
    padding-right:0px;
  }

  .news-post-body .hs-featured-image{
    float:none;
    width:100%;
    max-width:100%;
  }

  .hs-blog-post .section.news-post-body img:first-child {
    margin-bottom: 0px;
  }

}

.row-fluid .top-section-blog{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #78a12e;
  background-image: linear-gradient(180deg,#f07155,#ff8f59);
  padding-top:100px;
  visibility: hidden;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3D(0, -100%, 0);
  transform: translate3D(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.5s,visibility 0.5s;
  transition: transform 0.5s,visibility 0.5s;
  z-index:99;
}


.subnav .click-me{
  padding-top:0px;
}


.close-button.click-me {
  position: absolute;
  top: 30px;
  right: 30px;
  max-width: 30px;
  padding: 0px;
  cursor: pointer;
}


/*Sidebar*/

.pop-news-post-image{

}

.pop-news-post-item {
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  margin-bottom: 15px;
}

.pop-news-post-item:last-child{
  border-bottom:none;
  margin-bottom:0;
}

.span3.pop-news-post-image {
  max-width:100px;
  float:left;
  background-size: cover !important;
  display: block;
  background-position: top center !important;
  height: 75px;

}

.pop-news-post-title a{
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  padding-left:0px;
  color:#ffffff;
}

.pop-news-post-date {
  font-size: 11px;
  color: #fff;
  text-align: left;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
}


blockquote {
  border-left: 5px solid #78a12e;
  margin: 50px 0px;
  padding-left: 30px;
}


.author-body .author-box{
  display:none;
}


@media(min-width:768px){

  .make-equal-height > .row-fluid-wrapper >.row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

  }

}


.hs-blog-listing .blog-sec-body {
  padding-top: 20px;
  padding-bottom:20px;
}


.comment-section .row-fluid .widget-type-cell.wrapper-wrapped {
  max-width: 770px;
  margin: 0 auto;
  float: none;
}

.comment-section h3{
  font-size:30px;   
}

.hs-blog-post .row-fluid .post-footer {
  padding:0px;
  background:transparent;
  border:0;
  margin-top:0;
}

.comment-section{
  position:relative;
}

/* .comment-section:before {
content: "";
position: absolute;
display: block;
width: 38px;
height: 38px;
-webkit-transform: rotate(-315deg);
transform: rotate(-315deg);
background-color: #fff;
left: 0;
right: 0;
margin: 0 auto;
top: -19px;
}
*/
.post-title-related{
  line-height: 1.5;
  display: -webkit-box;
  font-size: 20px;
  font-weight: 400;
  color: #78a12e;
  margin: 0px 0px 5px;
}

.main-list .post-body {
  padding: 20px 20px;
}

.related-post .post-item.span4 {
  padding-right: 0px;
  border: solid 1px #e4e4e3;
  margin-bottom: 25px;
  transition: all .3s ease-in-out;
  background: #ffffff;
  position: relative;
  border-radius: 5px 5px 5px 5px;
}

.related-post .post-item.span4:hover{
  border-color: #78a12e;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.26);
}

.main-list.post-item-inner a.read-more-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.section.news-post-body p:first-child::first-letter {
  font-size: 48px;
  color:#017297;
  font-weight: bold;
  padding-right: 10px;
  line-height: 100%;
  float: left;
}



.span12.widget-span.widget-type-cell.subscribe-card.news-post-item {
  background: #0285a7;
  border-radius: 10px;
}



.subscribe-card .news-post-item-inner {
  padding: 50px 10px;
}
.news-post-item-inner .news-post-body .news-post-header.clearfix + p {
  margin-top: 0;
  padding: 0px 20px;
}
body .subscribe-card h3.form-title {
  text-align: center;
  font-size: 16px !important;
  color:#ffffff;
}

body .widget-type-blog_subscribe form {
  position: relative;
  min-height: 70px;
}
body .widget-type-blog_subscribe h3 ul, body .widget-type-blog_subscribe .form-title{
  margin-bottom: 0;
}
li.shareTrigger, li.shareTrigger:hover .fa {
  color: #000;
}

.footer-cta-section .hs_cos_wrapper.form-title {
  display: none;
}

body .footer-cta-section .widget-type-blog_subscribe form input[type="email"]{
  margin-bottom:0;
}

.footer-cta-section .row-fluid form .field>label{
  display:none;
}

.footer-cta-section .row-fluid [class*="span"].wrapper{
  max-width:770px;
}


.footer-cta-section p{
  font-size:18px;
}


.footer-cta-section .hs_email.field.hs-form-field {
  width: 70%;
  float: left;
}

.footer-cta-section .widget-type-blog_subscribe ul{
  margin-bottom:30px;
}

@media(max-width:767px){
  .row-fluid .footer-cta-section .hs_email.field.hs-form-field {
    width: 100%;
    float: none;
  }
  .container-fluid .row-fluid .wrapper{
    box-sizing: border-box;
  }

  .comment-section .row-fluid .widget-type-cell.wrapper-wrapped,.header-container.container-fluid .wrapper{
    padding: 0px 20px;
  }

  .hs-blog-post .widget-span.widget-type-cell.blog-content{
    padding: 0px 0px;
  }

}

.hs-author-profile .hs-author-avatar {
  width: 90px;
  max-width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 5px solid #e7e7e7;
  background-size: cover;
  background-position: top center;
}






.blog-subscription-bar h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 12px;
  color: #fff;
  letter-spacing: .5px;
  line-height: 25px
}

.blog-subscription-bar .hs_cos_wrapper.form-title {
  display: none
}

body .widget-type-blog_subscribe form input[type="email"] {
  border: 1px solid #eee;
  height: 50px;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 15px;
  padding-left: 15px;
  padding-right:110px;
}

body .widget-type-blog_subscribe form {
  position: relative
}
.cta-section-subscription .inputs-list {
  padding-left: 50px;
}
.cta-section-subscription .widget-type-blog_subscribe{
  padding-top: 15px;
}
.hs-form-field {
  position: relative;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

ul.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
  list-style: none
}

.blog-subscription-bar {
  background: #2b2b2b;
  padding: 15px 0
}

.section.post-body blockquote {
  padding-top: 40px;
  padding-bottom: 40px;
  border-left-width: 5px;
  margin: 50px 0
}


/****************************** Infinite Scroll Style *******************************/


.ias-trigger.ias-trigger-next,.ias-spinner {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

.ias-trigger.ias-trigger-next a {
  color: #ffffff;
  border: 1px solid #017297;
  border-radius: 30px;
  display: inline-block;
  background-color: #017297;
  font-size: 24px;
  min-width: 180px;
  padding: 14px 20px;
  text-transform: capitalize;
}


.ias-trigger.ias-trigger-next a:hover{
  background: #00658A;
}


.tabber-wrap .tabber-tabs > li {
  float: left;
}
.body-container-wrapper .category-container ul {
  margin: 5px 0;
}
.body-container .custom-tabber-wrap .tabber-content ul {
  padding: 0;
  margin: 0;
  margin-top: 0;
}

.blog-hidden, .custom-tabber-wrap .tabber-content .block h3{
  display: none;
}
#category-nav-load-more {
  cursor: pointer;
}

.grid{
  display: grid; 
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
}

.tabber-tabs h5{
  margin: 0;
  margin-top: 10px;
}
.nav-grid {
  display: flex;
  justify-content: space-between;
}
.nav-grid .post-item{
  width: 30%;
}
.container-fluid .row-fluid .page-center.custom-tabber-content {
  margin-top: 50px;
}

.tab-pane #hubspot-topic_data{
  border: 0px;
}

.a.topic-link {
  text-transform: capitalize;
  font-family: 'roboto', sans-serif;
}

.tab-pane #hubspot-topic_data a:visited, .tab-pane #hubspot-topic_data a {
  color: #0285a7;
}

@media screen and (min-width: 768px){
  .blog-post{    
    border: solid 1px #e4e4e3;
    padding-bottom: 0;
    transition: all ease-in-out .4s;
    height: 100%;
    width: 100%;
    position: relative;
  }
  .blog-post .post-image{
    overflow: hidden;
    width: 100%;
  }
  .blog-post .post-image img{
    height: 215px;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .grid {
    grid-template-columns: 100%;
  }
  .nav-grid{
    display: block;
  }
  .nav-grid a:first-of-type {
    border-top: none;
  }
}

.news-pubdate .day {
  font-family: 'Roboto slab', sans-serif;
}

span.month, span.year{
  font-size: 16px;
}

.news-post-body p {
  color: #5c5c5c;
  margin: 15px 0px;
}
.news-post-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 767px){
  .news-post-body p, .news-post-body > span > div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-fluid .news-post-item {
    margin: 10px 0;
    min-height: 300px;
  }
  .blog-sec-body .row-fluid [class*="span"].wrapper {
    padding: 0;
  }
  .tab-pane .news-post-body p {
    position: relative;
    padding-bottom: 55px;
  }
}
.tab-pane .news-post-body p > a {
  color: #78a12e;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}

.subscribe .hs-button.primary, .widget-span.widget-type-blog_subscribe form input.hs-button, body .container-fluid .footer-cta-section .row-fluid .widget-type-blog_subscribe form input[type="submit"], #hs_cos_wrapper_type_blog_comments .hs-button.primary, input[type="submit" i], .post-comment-submission input[type="submit" i]{
  color: #ffffff !important;
  border: 1px solid white !important;
  border-radius: 30px !important;
  display: inline-block !important;
  background-color: transparent !important;
  font-size: 24px !important;
  min-width: 100% !important;
  padding: 14px 20px !important;
  text-transform: capitalize !important;
  margin-top: 30px !important;
}
.subscribe .hs-button.primary:hover, .widget-span.widget-type-blog_subscribe form input.hs-button:hover, #hs_cos_wrapper_type_blog_comments .hs-button.primary:hover, input[type="submit" i]:hover, .widget-span.widget-type-blog_subscribe form input.hs-button:hover, body .container-fluid .footer-cta-section .row-fluid .widget-type-blog_subscribe form input[type="submit"]:hover, .post-comment-submission input[type="submit" i]:hover{
  background: white !important;
  cursor: pointer !important;
  color: #017297 !important;
}
.footer-cta-section .hs_email.field.hs-form-field {
  width: 100%;
}
.footer-cta-section {
  background-color: rgba(1, 114, 151,0.5);
}
.section-padding.subscription-full-width {
  padding: 0;
}
.subscription-full-width.section-bg .row-fluid-wrapper, .subscription-full-width.section-bg .row-fluid, .subscription-full-width.section-bg .bg-image, .subscription-full-width.section-bg .cell-wrapper, .subscription-full-width.section-bg .bg-image .hs_cos_wrapper_type_module.widget-type-linked_image {
  height: inherit;
}
.subscription-full-width.section-bg > .row-fluid-wrapper:first-child {
  position: absolute;
  width: 100%;
  height: 100%;
}
.subscription-full-width.section-bg > .row-fluid-wrapper:last-child {
  padding: 50px 0;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.subscription-full-width.section-bg img.hs-image-widget {
  width: auto !important;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: unset;
}
.blog-post-page .news-post-body {
  background-color: white;
}
.blog-post-page .news-post-body h2,
.blog-post-page .news-post-body h3,
.blog-post-page .news-post-body h4,
.blog-post-page .news-post-body h5,
.blog-post-page .news-post-body h6{
  color: #78a12e;
}
.grecaptcha-badge{
  margin: 10px auto;
}
.post-comment-submission{
  background-color: #017297;
}

.post-comment-submission label span, .comment-date, .comment-body, .comment-reply-to {
  color: white !important;
}
.helpful-buttons .helpful-button a.btn-lg {
  padding: 14px 80px;
}
.comment-from h4{
  font-size: 24px;
  font-weight: 400;
  color: white;
  margin-bottom: 0;
}
.comment.depth-0{
  padding-top: 0;
}

.all-text-white h2, .all-text-white h3, .all-text-white p {
  color: #fff !important;
}
.news-post-item {
  background-color: #f3f3f3;
  border-radius: 10px;
}
.news-post-item-inner .news-post-body .news-post-header.clearfix + p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 120px;
  text-overflow: ellipsis;
  margin-bottom: 50px;
}

.hs-breadcrumb-menu-divider:before {
  padding-left: 10px;
  font-family: FontAwesome;
  content: "\f054";
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  color: #78a12e;
  margin: 0 15px 0 10px;
}
.hs-breadcrumb-menu-item{
  padding: 0;
}
.hs-breadcrumb-menu-item a{
  color: #0285a7;
}
.hs-breadcrumb-menu-item.last-crumb a{
  color: #00658a;
}
@media screen and (max-width: 967px){
  .subscription-full-width.section-bg > .row-fluid-wrapper:last-child {
    padding: 20px;

  }
  .hs-breadcrumb-menu-item a, .hs-breadcrumb-menu-item.last-crumb a, .hs-breadcrumb-label{
    font-size: 14px;
  }
  .hs-breadcrumb-menu-divider:before {
    margin: 0 5px;
    font-size: 14px;
  }
  .body-container-wrapper ul.hs-breadcrumb-menu{
    margin: 0;
    padding: 20px 0;
  }
}
.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label span {
  display: none;
}
.hs_cos_wrapper_type_blog_comments .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label span {
  display: block;
}
.hs-author-profile .hs-author-avatar {
  margin-top: 60px;
}
.hs_newsletter_type.hs-newsletter_type * {
  border-top: none !important;
  border: none !important;
}