/* @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    */
/*****************************************/

/* Custom Fonts from Adobe Fonts (typekit) */
@import url("https://use.typekit.net/jqo6ugu.css");

:root {
    --ff-accent: brandon-grotesque, sans-serif; !important;
}

/* footer subscribe button styling */
.pwr-footer-subscribe__form--email-only .hs-submit {
   width: 35%;
   height: 50px; 
}

/* overlapping tree icon */
#hs_cos_wrapper_widget_1717533550268 {
   z-index: 1; 
}


/* styling for testimonial slider arrows to show up */

.swiper-buttons-beside .swiper-button-prev {
 left: 20px !important; 
}

.swiper-buttons-beside .swiper-button-next {
 right: 20px!important; 
}

@media (max-width: 1260px) {
.swiper-buttons-beside .swiper-button-prev {
 left: -30px !important; 
}
}

@media (max-width: 1260px) {
.swiper-buttons-beside .swiper-button-next {
 right: -30px!important; 
}
}

/* Custom Color for Breadcrumbs */
.pwr--light .pwr-sec-breadcrumbs__link, .pwr-sec-breadcrumbs.pwr--light .pwr-sec-breadcrumbs__link {    
  color: #0096D1 !important;
}

/* Custom Color for Form Check Box*/
#hs_cos_wrapper_widget_1718897398403 .pwr--dark [type="checkbox"]+span:before, #hs_cos_wrapper_widget_1718897398403 .pwr-form.pwr--dark [type="checkbox"]+span:before {
    background-color: rgba(var(--clr-base-lt-rgb), .5) !important;
}

/* Hiding Blog Author */
.pwr-author-profile__wrapper .pwr--sec-padding-t-md .pwr--sec-padding-b-md {
  display: none;
}

.pwr-author-profile {
  display:none;
}