/* @import url('https://use.typekit.net/ijj6iiz.css'); */

/*--- increase top margin to support sticky header nav -- */
.body-wrapper .body-container-wrapper{
/*   margin-top: 85px; */
  margin-top:110px;
}
/*--- remove top margin for LPs since using a different nav  -- */
.body-wrapper.hs-landing-page .body-container-wrapper{
  margin-top: 0;
}

--tt-title: capitalize!important;

b, 
strong,
p strong {
  font-weight: 700!important;
}

.pwr-sec__title-intro {
  text-transform: uppercase;
}

.glightbox-container {
  z-index: 999999999 !important;
}
/*************************************************/
/*     LOGO SLIDER module: CSS Border Add on     */
/*************************************************/

.integrations .pwr-sec-clients__logo-img {
  height: 115px !important;
  border-radius: 10px !important;
  padding: 30px;
  border: 1px solid #AAA;
}

  @media (max-width:980px){
    .pwr-sec-clients.integrations .pwr-sec-clients__slider.pwr-sec-clients--grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
  }

  @media (max-width:680px){
    .pwr-sec-clients.integrations .pwr-sec-clients__slider.pwr-sec-clients--grid {
        grid-template-columns: repeat(1, 1fr) !important;
        padding-bottom:2rem;
    }
  }

/*******************************************/
/*     ACCORDION module: Arrow Change     */
/******************************************/

.pwr-accordion__icon {
    position: absolute;
    right: 40px;
    top: 50%;
    /* Added width and height for consistent centering of the new icon */
    width: 12px;
    height: 12px;
    transform: translateY(-50%); /* Better vertical centering */
}
.pwr-accordion__icon::before,
.pwr-accordion__icon::after {
    width: 12px;
    height: 2px;
    left: 0;
    top: 5px;
    transform-origin: left center;
}
.pwr-accordion__icon::before {
    left: -7px !important;
    top: -3.3px !important;
}
.pwr-accordion__icon.active::before {
    top: 13.5px !important;
}
.pwr-accordion__icon::before {
    transform: rotate(45deg);
}
.pwr-accordion__icon::after {
    transform: rotate(-45deg);
}
.pwr-accordion.active .pwr-accordion__icon::before {
    transform: rotate(-45deg);
}
.pwr-accordion.active .pwr-accordion__icon::after {
    transform: rotate(45deg);
}

/*******************************************/
/*         BULLET LIST: Icon Change        */
/******************************************/

.pwr-rich-text ul:not([style*="list-style-type"]) li::before,
.hs_cos_wrapper_type_rich_text ul:not(.inputs-list):not([style*="list-style-type"]) li::before {
    height: 15px;
    top: 5px;
    width: 15px;
    border-radius: 100px;
    border: 3px solid var(--clr-txt-bullet-lt);
    background-color: transparent;
}
.hs_cos_wrapper_type_rich_text ul:not(.inputs-list):not([style*="list-style-type"]) li::before {
  top: 13px!important;
}

  .hs_cos_wrapper_type_rich_text ul:not(.inputs-list):not([style*=list-style-type]) li.toc-list-item::before
{
  top: 23px !important;
}

@media (max-width: 768px) {
  .hs_cos_wrapper_type_rich_text ul:not(.inputs-list):not([style*=list-style-type]) li.toc-list-item::before {
    top: 16px !important;
  }
}


.pwr-sec-text-tabs .pwr-tabs__tab-wrapper--hor li.pwr-tabs__tab::before {
  content: "";
  background-color: transparent;
  border: 3px solid var(--clr-txt-bullet-lt);
  border-radius: 100px;
  height: 15px;
  top: 2px;
  width: 15px;
  list-style: none;
  display: inline-block;
  left: 0;
  position: relative;
  margin-right: 20px;
}
/*******************************************/
/*           THEME OVERWRITES              */
/******************************************/

.footer--links .pwr-services-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 30px 20px 30px !important;
}

.footer--links .pwr-services-item .pwr-services-item__icon {
    left: 0;
    position: relative;
    top: 0;
    padding-right: 20px;
    padding-bottom: 0;
}

.footer--links .pwr-services .pwr-services-item {
    padding-top: 0;
}
.footer--links .pwr-services .pwr-services-item .pwr-services-item__more-link{
    display: none;
}
.pwr-sec-video {
  border-radius: 25px;
  overflow: hidden;
}
.pwr-comparison-table__icon--checkmark circle {
  fill: var(--clr-primary);
}
.pwr-sec-posts--vertical-layout .pwr-sec-posts__intro-sec,
.pwr-sec-services__intro-sec,
.pwr-sec-testimonials__intro-sec--style-multiple,
.pwr-sec-clients__intro-sec {
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .row-fluid .span3 {
    width: 49.618784527%;
    *width: 49.5655930376383%;
    margin: 0 !important;
  }
}
@media (max-width: 580px) {
  .pwr-footer .pwr-footer-full__menu .hs-menu-wrapper li.hs-menu-depth-1 {
    width: 100%;
  }
}

/*******************************************/
/*    TESTIMONIAL SLIDER - Reduce Space    */
/******************************************/

.pwr-sec-testimonials__intro-sec {
    margin-bottom: 20px !important;
}

/*******************************************/
/*    POWER SEC IMAGES - OVERRIDE BORDER RADIUS   */
/******************************************/

.pwr-sec-images.override-img-border .pwr-swiper, 
.pwr-sec-images.override-img-border .pwr-swiper img {
    border-radius: 0 !important;
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
}

/*******************************************/
/*    POWER TESTIMONIAL - OVERRIDE AVATAR IMG   */
/******************************************/

.pwr-sec-testimonials.override-img-size .pwr-testimonial__avatar {
    height: auto;
    width: 55px;
}

.pwr-sec-testimonials.override-img-size .pwr-avatar__small {
    height:40px;
    width:40px;
}

/*******************************************/
/*    Free Employee Time Tracking Tools OVERRIDE  */
/******************************************/

.pwr-adc__content-wrapper.tracking-tools__list .pwr-adc-content.pwr-adc-content--icon-text {
    width: 90%;
}

.pwr-adc__content-wrapper.tracking-tools__list a.cta_button {
    text-align: left !important;
}

/*******************************************/
/*    Free Timesheet Card Hover OVERRIDE  */
/******************************************/

.time-sheet-cards .pwr-adc-content__text.pwr-rich-text {
    color: #ff621a !important;
}
.time-sheet-cards:hover .pwr-adc-content__text.pwr-rich-text {
    text-decoration: underline !important;
    color: #cc4e15 !important;
}

/*******************************************/
/*    Blog Post Template OVERRIDE  */
/******************************************/

/*   FAQ MODULE STYLES  */
.hs-blog-post .plus-close svg{
  display: none;
}
.hs-blog-post .pricing-faq-accordion button {
  width: 100%;
  margin: 10px 0;
}
.hs-blog-post .pricing-faq-accordion button > .faq-item-title {
  width: 100%;
  text-align: left;
}
#tableOfContents button{
  display: none;
}
#hs_cos_wrapper_post_body .otc-copper-7-bg {
  background-position: 0 0;
  background-color: rgba(255,98,26,0.07) !important;
  background-image: none !important;
  background-repeat: repeat !important;
  background-attachment: scroll !important;
  padding: 1.5rem !important;
}
#hs_cos_wrapper_post_body .otc-copper-7-bg .ml-3{
  margin-left: 1rem !important;
}

#hs_cos_wrapper_post_body .list-unstyled {
  padding-left: 0 !important;
}
#hs_cos_wrapper_post_body .list-unstyled li::before{
  content: none!important;
}
#hs_cos_wrapper_post_body .mr-3 {
  margin-right: 1rem !important;
}
.pwr-blog-pagination__btn {
  color: #fff;
  font-family: var(--ff-btn);
  font-size: 13px;
  font-weight: 700;
  text-transform: var(--tt-link);
}
.pwr-blog-pagination__btn:hover {
  color: #333 !important;
}
.hs-blog-post .pwr-post-content .sidebar{
  display: none;
}
.toc-card {
  margin: auto;
  border-radius: 15px!important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0px solid transparent;
  border-radius: 0;
  margin-bottom: 2rem;
}
.toc-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f9fa;
  padding: 1rem 1.7rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header:first-child {
  border-radius: 0.4rem 0.4rem 0 0;
}
.toc-table {
  width: 100%;
}
.toc-card .card-body .toc-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.toc-card .card-body .toc-table tr:last-child td {
  border-bottom: none;
}

/* -- minimize spacing with comment removal --- */

.body-wrapper.hs-blog-post.hs-blog-id-205459504666 .pwr-sec-posts.pwr-sec-posts--standard {
    padding-top: 0 !important;
}

.body-wrapper.hs-blog-post.hs-blog-id-205459504666 .pwr-post-content {
    padding-bottom: 0 !important;
}


/*******************************************/
/*   override for single page tesimonials   */
/******************************************/

.pwr-sec-testimonials.override-img-size.img-reposition, 
.pwr-sec-testimonials.override-img-size.img-reposition .pwr-swiper {
    overflow: visible;
}

.pwr-sec-testimonials.override-img-size.img-reposition .pwr-avatar__round.pwr-avatar__small {
    position: absolute;
    height:50px;
    width:50px;
    top: -50px;
    left: -50px;
    z-index: 10;
}

/* -- alternate layout -- */
.pwr-sec-testimonials.reduce-namespace.lazyloaded .pwr-rich-text.pwr-testimonial__quote {
    margin-bottom: 1rem;
}

/* --- author box -- */

.hs-blog-post .pwr-author-profile__wrapper {
    display: block !important;
}
.hs-blog-post .pwr-author-profile__wrapper .pwr-author-profile {
    background: rgba(255, 98, 26, .10);
}
.hs-blog-post .pwr-author-profile__wrapper .pwr-author-profile__info {
    padding-left: 0;
}


/*******************************************/
/*   override buttons for service module  */
/******************************************/

.pwr-sec-services--style-4.lrg-btn a.pwr-cta_button {
    font-size: 1.15rem;
    padding: 1rem 1.5rem !important;
    padding-right: 1.5rem !important;
}

/*******************************************/
/*   override bambee service module */
/******************************************/

.pwr-sec-services.bambee-featured .pwr-services-box__inner.pwr--colored-box {
    background: #fafafa;
    border-top: solid 4px #ff621a;
    margin-top:1rem;
}


/* --- override pricing module cta buttosn -- */

.otc-pricing .pwr-price-table:not(.pwr-price-table--highlighted) a.pwr-cta_button:hover {
    color: #ff621a !important;
}

.otc-pricing .pwr-price-table--highlighted .pwr-price-table__cta.pwr-cta--long.pwr-cta--regular-solid-primary-background a.pwr-cta_button:before,
.otc-pricing .pwr-price-table--highlighted .pwr-price-table__cta.pwr-cta--long.pwr-cta--regular-solid-primary-background a.pwr-cta_button:after, 
.otc-pricing .pwr-price-table--highlighted .pwr-price-table__cta.pwr-cta--long.pwr-cta--regular-solid-primary-background a.pwr-cta_button {
    background-color: #ffffff !important;
}

.otc-pricing .pwr-price-table--highlighted .pwr-price-table__cta.pwr-cta--long.pwr-cta--regular-solid-primary-background:hover a.pwr-cta_button:before,
.otc-pricing .pwr-price-table--highlighted .pwr-price-table__cta.pwr-cta--long.pwr-cta--regular-solid-primary-background:hover a.pwr-cta_button:after, 
.otc-pricing .pwr-price-table--highlighted .pwr-price-table__cta.pwr-cta--long.pwr-cta--regular-solid-primary-background:hover a.pwr-cta_button {
    background-color: #CB4F16 !important;
    color:white !important;
}

/* .otc-pricing .pwr-price-table--highlighted a.pwr-cta_button:hover,
.otc-pricing .pwr-price-table--highlighted a.pwr-cta_button:hover::before,
.otc-pricing .pwr-price-table--highlighted a.pwr-cta_button:hover::after {
    background-color: #CB4F16 !important;
} */


/* --- override accountants setp module to 3 col -- */

  @media (max-width:1380px){
    .pwr-sec-steps.vanilla.pwr-mh-group-byRow.pwr-sec-steps--centered.otc-accountants .pwr-step {
        width: calc(33.33% - 20px);
    }
  }

  @media (max-width:1280px){
    .pwr-sec-steps.vanilla.pwr-mh-group-byRow.pwr-sec-steps--centered.otc-accountants .pwr-step {
        width: calc(50% - 20px);
    }
  }

  @media (max-width:1040px){
    .pwr-sec-steps.vanilla.pwr-mh-group-byRow.pwr-sec-steps--centered.otc-accountants .pwr-step {
        width: calc(100% - 20px);
    }
  }

.otc-accountants .pwr-steps.pwr-steps--46.pwr--neg-margin-lr-10 {
    margin: 0;
}

.otc-accountants .pwr-step {
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.05);
    padding: 2rem;
}
.pwr-sec-steps.otc-accountants span.pwr-step__title.pwr-step__title--has-desc {
    display:none !important;
}
/* --- badge --- */

.pwr-sec-steps.otc-accountants .pwr-mh--wrapper.am--img img.pwr-step__badge-img {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 50px;
    height: 50px;
}


/* --- airplane icon fix --- */

.ico-airplane span.pwr-services-item__icon img {
    max-height: 56px !important;
    max-width: 85px !important;
    height: 56px !important;
    width: auto;
}

.pwr-sec-steps.pwr-sec-steps--with-intro.remove-circle-img .pwr-rich-text img {
    border-radius: 0 !important;
}

.ascroll {
    scroll-margin-top: 110px;
        }
/* ----- blue button ---- */

.btn-outline-secondary a{
  color: #000bff!important;
  background-image: none!important;
}
.btn-outline-secondary a::before{
  background-color: transparent!important;
  border: 2px solid #000bff !important;
  border-radius: var(--br-btn);
}
.btn-outline-secondary a:hover{
  color: #fff!important;
}
.btn-outline-secondary a:hover::after {
  background-color: #000bff!important;
  border-color: #000bff!important;
}

/* --- global CSS --- */

.remove-circle-img img {
  border-radius: 0!important;
}

.pwr--light .pwr-rich-text a:not(.pwr-cta):not([class*="cta_button"]) {
  color: var(--clr-link-lt) !important;
}

.homepage-grid .pwr-step {
  display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.pwr-post-social:not(:has(.hs-blog-social-share-item)) {
  display: block !important;
}

@media (max-width: 767px) {
    .pwr-step__title {
        font-size: 19px !important;
  }
}

/* FAQ Accordion Styles */

.faq-container {
    margin: 2em 0;
}

.faq-item {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #ff621A;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: #f8f9fa;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
}

.faq-question:hover {
    background: #fff7f3;
}

.faq-question h3 {
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
    color: #212529;
    flex: 1;
    padding-right: 20px;
}

.faq-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: white;
    border: 2px solid #ff621A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    transition: all 0.3s ease;
}

.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    background: #ff621A;
    transition: all 0.3s ease;
}

.faq-icon::before {
    width: 12px;
    height: 2px;
}

.faq-icon::after {
    width: 2px;
    height: 12px;
}

.faq-item.active .faq-icon {
    background: #ff621A;
    transform: rotate(45deg);
}

.faq-item.active .faq-icon::before,
.faq-item.active .faq-icon::after {
    background: white;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    background: white;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 0 24px 24px 24px;
}

.faq-answer p {
    margin: 16px 0 0 0;
    color: #495057;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-question {
        padding: 16px 18px;
    }
    
    .faq-question h3 {
        font-size: 1em;
        padding-right: 12px;
    }
    
    .faq-icon {
        width: 28px;
        height: 28px;
    }
    
    .faq-icon::before {
        width: 10px;
    }
    
    .faq-icon::after {
        height: 10px;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 18px 18px 18px;
    }
  
  .pwr-sec-prev-next-nav{display: none !important;}
  
  .pwr-sec-txt-toc{padding: 0px 0 135px; !important;}
}