/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.pwr-adc-content__menu .hs-menu-wrapper li.hs-menu-depth-1:hover>a, .pwr-adc-content__menu .hs-menu-wrapper.no-flyouts li.hs-menu-depth-1:hover>ul a{
    color: #56a806 !important;
}
.pwr-adc__content-wrapper .pwr-adc__content-wrapper--ix-1-1-2 .pwr-adc__content-wrapper--padding .pwr-adc__content-wrapper--border-radius .pwr--align-fcol-t .pwr--align-l .pwr--relative .blyol-menu-wrap a:hover{
  color: #ffffff;
}
.hs-menu-wrapper li.hs-menu-depth-1.active-branch>a:not(.is-anchor), .hs-menu-wrapper li.hs-menu-depth-1:hover>a {
  opacity: none
color:#56a806 !important
}
.nav-title-sec #hs_cos_wrapper_header_page a.pwr-adc__content-wrapper--ix-4-2-3:hover .pwr-adc-content__title .pwr-adc-content__title--4-2-4-1:hover {
  color: #56a806 !important;
}
#hs_cos_wrapper_header_page  a.nav-title-sec:hover .pwr-adc-content__title {
    color: #56a806 !important;
transition: color .3s ease-in-out;
}
.pwr-header__menu .hs-menu-wrapper li.hs-menu-depth-1:>a .pwr-menu_submenu-btn .pwr-menu_submenu-arrow:hover{
   color: #56a806 !important;
transition: color .3s ease-in-out;
}
}

/* for 404 & 500 System Error Pages */

.pwr-sec-maintenance-error  {
  padding: 40px 0 40px !important;
}

/*to fix spacing in Testimonials slider */

.pwr-sec-testimonials__intro-sec {
  margin-bottom: 35px;
}

.testimonial-box {
  max-width: 775px; 
  margin: auto;
}

.pwr--light .swiper-button-prev, .pwr--light .swiper-button-next {
  color: #56A806;
}

@media screen and (min-width: 1280px){
.swiper-buttons-beside .swiper-button-prev {
  left:10px;
}
  .swiper-buttons-beside .swiper-button-next{
    right: 10px;
  }
}
/* to fix bullet points alignment */

.pwr-rich-text ul:not([style*=list-style-type]) li:before {
    top: 6px;
}

.features-header .pwr-hero__title {
    padding-top: 50px;
  }
.features-header  .pwr-hero__cta-container{
    padding-bottom: 40px;
  }

.pwr-toc__container--fixed-header .pwr-toc-menu:not(.pwr-toc-menu--overlay) {
top: 10px;
}

.pwr-sec-form__content--v-align {
    align-items: inherit;
  }  
  
body .hs-form-field {
    margin-bottom: 20px;
  }

body .hs-submit {
    display: inline-block;
    margin-top: 10px;
}

body .hs-form-booleancheckbox span {
  font-size: 12px;
  line-height: normal;
}

.smaller-box {
  max-width: 900px;
  margin: auto;
}
.pwr-sec-services__intro-sec {
  margin-bottom: 50px;
}

/* for Growth Center categories buttons  */

#hs_cos_wrapper_widget_1747942994651 .hhs-table-mod table th, #hs_cos_wrapper_widget_1747942994651 .hhs-table-mod table td {

vertical-align: top;
}
  
  @media screen and (max-width: 992px) {
 #hs_cos_wrapper_widget_1747942994651 .hhs-table-mod table td {
  text-align: center;
    }
  }

 .category-box .usp-list  ul:not([style*=list-style-type]) li:before {
    display: none !important;
  }
  
 .category-box .usp-list {
    display: flex;
  flex-flow: row wrap;
    justify-content: center;
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    text-align: center;
}

  .category-box .usp-list  li {
    width: 30%;
    min-width: 30%;
    margin: 8px !important;
  }
  
 .category-box .usp-list span {
   display: flex;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 1.2;
    border: none;
    border-radius: 5px;
    height: 100%;
    margin-bottom: 0px;
    padding: 12px 12px;
    background-color: #f2f5f8;
    color: #7dc037;
    align-items: center;
    justify-content: center;
    white-space: normal;
    flex-wrap: wrap;
  }
  
 .category-box .usp-list span:hover {
    background-color: #7dc037;
    color: #ffffff;
  }
  
  @media (max-width: 768px) {
   .category-box .usp-list li {
      width: 45%;
    }
  }