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

/**text transform**/

.dynamic-header-top-style {
top: 0px !important; 
}




#hs_cos_wrapper_header_page {
        background-color: #007abc ! important;
      }

.pwr-sec-breadcrumbs__list-item:not(:last-child)::after {
/*   content: "\f105"; */
  box-shadow: inset -3px 3px 0 0;
  color: #9ed07c;
  content: ""; 
  display: block;
  height: 9px;
  position: absolute;
  right: 14px;
  top: 52%;
    -webkit-transform: translateY(-5px) rotate(135deg);
  transform: translateY(-5px) rotate(45deg);
    -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 9px;
  opacity: 1.0;
}

.pwr-sec-breadcrumbs__list-item {
  padding: 0px 25px 0px 0px !important;
  position: relative;

}


.pwr-sec-breadcrumbs .pwr-sec-breadcrumbs__link:hover {
  color: #fff;
}

p {
  margin-block-end: 1.5rem;
}

p a {
  text-decoration: underline;
}

h3 {
  margin-top: 2rem;
}

.pwr-sec__desc p {
  line-height: 1.33rem;
}

.pwr-post-content ul, .pwr-rich-text ul {
  margin-block-start: 1rem;
}

.pwr-post-content ul li, .pwr-rich-text ul li {
  line-height: 24px !important;
}

.pwr-post-content ul li a, .pwr-rich-text ul li a {
  text-decoration: underline;
}


.pwr-rich-text ul li:before {
  background-image: url(https://20436228.fs1.hubspotusercontent-na1.net/hubfs/20436228/Logos/Booster%20triangle%20-%20blue.svg);
  background-color: transparent !important;
  top: 4px !important;
  display: block;
  height: 15px !important;
  width: 15px !important;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}


.pwr-post-content ul li:before {
  background-image: url(https://20436228.fs1.hubspotusercontent-na1.net/hubfs/20436228/Logos/Booster%20triangle%20-%20blue.svg);
  background-color: transparent !important;
  top: 5px !important;
  display: block;
  height: 15px !important;
  width: 15px !important;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.pwr-post-content ul li.b-cross:before, .pwr-rich-text ul li.b-cross:before {
  background-image: url(https://20436228.fs1.hubspotusercontent-na1.net/hubfs/20436228/Icons/booster-cross.svg);
}

.pwr-post-content ul li.b-check:before, .pwr-rich-text ul li.b-check:before {
  background-image: url(https://20436228.fs1.hubspotusercontent-na1.net/hubfs/20436228/Icons/booster-check.svg);
}

.pwr-rich-text ol,
.pwr-post-content ol {
  margin: 0 0 1em 0;
  padding: 0;
  counter-reset: li;
  list-style: none;
}
.pwr-rich-text ol li,
.pwr-post-content ol li {
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 50px;
  min-height: 35px;
  margin: 10px 0px;
  padding-top: 4px;
  line-height: 24px;
}
.pwr-rich-text ol li:before,
.pwr-post-content ol li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: initial;
  border: 1px solid #007ABC;
  background-color: #007ABC;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  content: counter(li);
  counter-increment: li;
}

.pwr-sec-image-boxes__container--centered .pwr-image-box__below {
  padding-right: 40px;
}


.pwr-post-content a:not(.pwr-cta):not(.cta_button):hover,
.pwr-rich-text a:not(.pwr-cta):not(.cta_button):hover {
  font-weight: bold;
}

.pwr-header {
text-transform: none;
}

.cta_button {
text-transform: none !important;
  
}

.pwr-services-item__title {
text-transform: none;
}

.pwr-footer-full .hs-menu-wrapper.hs-menu-flow-vertical li.hs-menu-depth-1>a, .pwr-footer-subscribe__title {
 text-transform: none;
}

.pwr-tabs__tab--active, .pwr-tabs__tab--active:hover {
  color: #4D4D4D;
}




hr, hr.booster-hr {
  margin-top: 3rem;
  margin-bottom: 2.5rem;
  color: #F2F2F2;
  background-color: #F2F2F2;
  height: 3px;
}

/***sticky TOC changes***/
.pwr-toc-menu .is-active-link {
  color: #4D4D4D;
}

.pwr-toc-menu {
  color: #4D4D4D;
}

/***hero changes***/

.pwr-hero__desc {
max-width: 100%;
}

.pwr-hero__title {
max-width: 100%;
}

/**button color change**/

.pwr-cta--regular-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style),
.pwr-btn--regular-border .hs-submit,
.cta_button.pwr-cta--regular-border,
.pwr-cta--primary-border .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style),
.pwr-btn--primary-border .hs-submit,
.cta_button.pwr-cta--primary-border {
  color: #fff;
}

.cta_button:not(.pwr-cta--hubspot-style),
.hs-submit,
.pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style),
.cta_button.pwr-cta--primary-solid,
.pwr-btn--primary-solid .hs-submit,
.pwr-form.pwr-btn--primary-solid.pwr--light .hs-submit {
  color: #007abc;
}

.pwr-cta--plain .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style),
.cta_button.pwr-cta--plain {
    background-color: transparent;
    box-shadow: none;
    margin-right: 20px;
    overflow: visible;
    padding: 0;
    position: relative;
}

.pwr-cta--plain .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style),
.cta_button.pwr-cta--plain,
.pwr-cta--plain .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before,
.cta_button.pwr-cta--plain:before  {
    color: #4D4D4D;
}

.pwr--dark .pwr-cta--plain .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style),
.pwr--dark .cta_button.pwr-cta--plain,
.pwr--dark .pwr-cta--plain .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before,
.pwr--dark .cta_button.pwr-cta--plain:not(.pwr-cta--hubspot-style):before  {
    color: #FFFFFF;
}

.pwr-cta--plain .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style),
.cta_button.pwr-cta--plain,
.pwr-cta--plain .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before,
.cta_button.pwr-cta--plain:before  {
    background-color: transparent;
}

.pwr-cta--plain .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after,
.cta_button.pwr-cta--plain:hover:after {
    background-color: transparent;
    color: #007ABC;
}

.pwr-cta--plain .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover,
.cta_button.pwr-cta--plain:hover,
.pwr-cta--plain .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):active,
.cta_button.pwr-cta--plain:active{
    color: #007ABC;
}

.pwr--dark .pwr-cta--plain .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):after,
.pwr--dark .cta_button.pwr-cta--plain:after {
    background-color: transparent;
}

.pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:before, 
.cta_button.pwr-cta--regular-solid:hover:before, .pwr-header--light-on-scroll.scroll .pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:before, 
.pwr-btn--regular-solid .hs-submit:hover:before, .pwr-form.pwr-btn--regular-solid.pwr--light .hs-submit:hover:before {
  background-color: transparent;
}

.pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after, 
.cta_button.pwr-cta--regular-solid:hover:after, .pwr-header--light-on-scroll.scroll .pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after, 
.pwr-btn--regular-solid .hs-submit:hover:after, .pwr-form.pwr-btn--regular-solid.pwr--light .hs-submit:hover:after {
  background-color: transparent;
}

.pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style), .cta_button.pwr-cta--regular-solid, 
.pwr-header--light-on-scroll.scroll .pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style), 
.pwr-btn--regular-solid .hs-submit, .pwr-form.pwr-btn--regular-solid.pwr--light .hs-submit {
  border: 2px solid transparent;
}

.pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover, .cta_button.pwr-cta--regular-solid:hover, 
.pwr-header--light-on-scroll.scroll .pwr-cta--regular-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover, 
.pwr-btn--regular-solid .hs-submit:hover, .pwr-form.pwr-btn--regular-solid.pwr--light .hs-submit:hover {
  color: #007abc;
  background-color: #fff;
  border: 2px solid #007abc;
}

.pwr-mini-cta--align-c .boost-blue-prim,
.pwr-mini-cta--align-c .boost-blue-sec,
.pwr-mini-cta--align-c .boost-yellow-prim,
.pwr-mini-cta--align-c .boost-yellow-sec {
    margin: auto;
}

.pwr-mini-cta--align-r .boost-blue-prim,
.pwr-mini-cta--align-r .boost-blue-sec,
.pwr-mini-cta--align-r .boost-yellow-prim,
.pwr-mini-cta--align-r .boost-yellow-sec {
    margin-left: auto;
}

a.boost-cta-button {
  margin: auto;
  font-weight: 600;
}

.booster-nav .pwr-btn--primary-border .hs-submit a.pwr-cta_button,
.booster-nav .pwr-cta--custom-01 a.pwr-cta_button,
.booster-nav .pwr-cta--custom-02 a.pwr-cta_button,
.pwr-header-right-bar .pwr-cta_button  {
  padding: 9px 23px;
}

.pwr-blog-listing a.pwr-cta--regular-border {
  color: var(--clr-btn-dk);
}

.boost-bsize {
  width: 250px;
}

.boost-blue-prim {
  height: 50px;
  background-color: #007ABC;
  border: 2px solid #007ABC;
  border-radius: 7px;
  color: #fff;
  display: flex;  
}

.boost-blue-prim a {
  color: #fff;
}

.boost-blue-prim:hover {
  background-color: transparent;
  color: #007ABC;  
  cursor: pointer;  
  transition: all .4s ease-in-out;  
}

.boost-blue-prim:hover a {
  color: #007ABC;
}

.boost-blue-sec {
  height: 50px;
  background-color:#fff;
  color: #007ABC;
  border: 2px solid #007ABC;
  border-radius: 7px;
  transition: all .4s ease-in-out;
  display: flex;  
}

.boost-blue-sec:hover {
  background-color: #007ABC; 
  cursor: pointer;  
}

.boost-blue-sec:hover a {
  color: #fff;
}


.boost-green-prim {
  height: 50px;
  background-color:#9ed07c;
  color: #fff;
  border: 2px solid #9ed07c;
  border-radius: 7px;
  transition: all .4s ease-in-out;
  display: flex;  
}

.boost-green-prim:hover {
  background-color: #007ABC; 
  cursor: pointer;  
}

.boost-green-prim:hover a {
  color: #fff;
}



.boost-dark-sec {
  height: 50px;
  background-color:#00507c;
  border: 2px solid #00507c;
  border-radius: 7px;
  color: #fff;
  border-radius: 7px;
  display: flex;  
}

.boost-dark-sec:hover {
  background-color: transparent;
  color: #fff;  
  cursor: pointer;  
  transition: all .4s ease-in-out;  
}

.boost-dark-sec:hover a {
  color: #fff;
}


.boost-yellow-prim {
  height: 50px;
  background-color:#FFDD55;
  color: #007ABC;
  border: 2px solid #FFDD55;
  border-radius: 7px;
  transition: all .4s ease-in-out;
  display: flex;
}

.boost-yellow-prim:hover {
  background-color: transparent;
  cursor: pointer;
}

.boost-yellow-prim:hover a {
  color: #FFDD55;
}

.boost-yellow-sec {
  height: 50px;
  background-color: transparent;
  border: 2px solid #FFDD55;
  border-radius: 7px;
  transition: all .4s ease-in-out;
  display: flex;  
}

.boost-yellow-sec a {
  color: #FFDD55;
}

.boost-yellow-sec:hover {
  background-color: #FFDD55;
  cursor: pointer;  
}

.boost-yellow-sec:hover a {
  color: #007ABC;
}

.pwr-accordion:hover .pwr-accordion__title,
.pwr-accordion.active .pwr-accordion__title,
.pwr-accordion.active .pwr-accordion__desc {
  color: #2b2b2b!important;
}

.pwr-accordion:hover .pwr-accordion__icon:after, .pwr-accordion:hover .pwr-accordion__icon:before {
  background-color: #2b2b2b!important;
}

@media (max-width: ) {
    .pwr-cta--plain .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style),
    .cta_button:not(.pwr-cta--hubspot-style) {
        font-size: -1px;
    }
}

@media (max-width: ) {
.pwr-mini-cta--align-r .boost-blue-prim,
.pwr-mini-cta--align-r .boost-blue-sec,
.pwr-mini-cta--align-r .boost-yellow-prim,
.pwr-mini-cta--align-r .boost-yellow-sec {
    margin-right: auto;
}
  
}


/***header changes*****/

.header__container .pwr-header.pwr--dark {
  background-color: #007abc;
  color: #fff;
  border-bottom: 3px solid #005C8E;
  padding-bottom: 1px;
}
.header__container li.hs-menu-item.hs-menu-depth-1 {
    border-bottom: 3px solid transparent;
}

.header__container li.hs-menu-item.hs-menu-depth-1:hover {
    border-bottom: 3px solid #9ed07c;
}

.hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1:not(.hs-item-has-children):last-child>a {
    padding-right: 30px;
}

.pwr-header-right-bar__icon {
    background-color: white;
    color: #007abc;
    border: 10px solid white;
    border-radius: 50%;
    padding-right: 0px;
    margin-right: 0.5rem;  
}

.pwr-header-right-bar__icon:hover {
  background-color: #b8da9b;
  border-color: #b8da9b;
}

.pwr-header-right-bar>.pwr-header-right-bar__item .pwr-header-right-bar__link:hover {
  opacity: 1;
}

.pwr-header-right-bar .cta_button {
  padding: 11px 25px;
}

.header__container .pwr-cta--regular-solid-primary-background .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style), .cta_button.pwr-cta--regular-solid-primary-background, .pwr-btn--regular-solid-primary-background .hs-submit {
    color: #FFF;
}

.header__container .pwr-cta--regular-solid-primary-background .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before, .cta_button.pwr-cta--regular-solid-primary-background:before, .pwr-btn--regular-solid-primary-background .hs-submit:before {
    background-color: #007abc;
    border: 2px solid #9ed07c;
    border-radius: 7px;
}

.header__container .pwr-cta--regular-solid-primary-background .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover, .pwr-btn--regular-solid-primary-background .hs-submit:hover {
    color: #007abc !important;
}

.header__container .pwr-cta--regular-solid-primary-background .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after, .pwr-btn--regular-solid-primary-background .hs-submit:hover:after {
    background-color: #9ed07c;
}
 
.header__container .pwr--dark .cta_button:not(.pwr-cta--hubspot-style):hover:after, .pwr-header--dark-on-scroll.scroll .cta_button:not(.pwr-cta--hubspot-style):hover:after, .pwr--dark .hs-submit:hover:after, .pwr--dark .pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after, .pwr--dark .cta_button.pwr-cta--primary-solid:hover:after, .pwr-header--dark-on-scroll.scroll .pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after, .pwr--dark .pwr-btn--primary-solid .hs-submit:hover:after, .pwr-form.pwr-btn--primary-solid.pwr--dark .hs-submit:hover:after {
    background-color: #007abc;
    border: 2px solid #9ed07c;
    border-radius: 7px;
}

.header__container .pwr--dark .cta_button:not(.pwr-cta--hubspot-style):not(.pwr-cta--link):hover, .pwr-header--dark-on-scroll.scroll .cta_button:not(.pwr-cta--hubspot-style):hover, .pwr--dark .hs-submit:hover, .pwr--dark .pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover, .pwr--dark .cta_button.pwr-cta--primary-solid:hover, .pwr-header--dark-on-scroll.scroll .pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover, .pwr--dark .pwr-btn--primary-solid .hs-submit:hover, .pwr-form.pwr-btn--primary-solid.pwr--dark .hs-submit:hover {
    color: #FFF;
}

.hs-menu-wrapper li.hs-item-has-children>a:hover:after {
    color: #9ed07c !important;
}

.pwr-header-right-bar__item .cta_button:not(.pwr-cta--hubspot-style):before, .pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before {
    background-color: #b8da9b;
}

.header__container .pwr--dark .hs-submit:hover:after, .pwr--dark .pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after {
     border: 2px solid #b8da9b;
}

.header__container .pwr-cta--regular-solid-primary-background .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after {
    background-color: #b8da9b;
}

.header__container .pwr-cta--regular-solid-primary-background .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before {
     border: 2px solid #b8da9b;
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-3>a {
  font-weight: 400;
  line-height: 19px;
  display: block;
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-3:hover>a {
  background-color: transparent;
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-2:not(:last-child):after {
  width: 0;
}

.hs-menu-wrapper li.hs-menu-depth-1:hover>a, .hs-menu-wrapper li.hs-menu-depth-1.active-branch>a, .pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-3>a {
  opacity: 1;
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-3>a span.b-mega {
  font-weight: 600;
  margin-bottom: -0.5rem;
  display: block;  
}

.pwr-header__menu--mega-menu .hs-menu-wrapper li.hs-menu-depth-3:hover>a span.b-mega {
  text-decoration: underline;
  text-decoration-color: #9ed07c;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25em;  
}

.hs-menu-wrapper.flyouts ul.hs-menu-children-wrapper { 
  opacity: 0; 
} 

.pwr-header-search__input {
  color: #2b2b2b;
}


.booster-nav .pwr-adc-content__text h5 {
  font-size: 16px;
}

.booster-nav .pwr-adc-content__text p {
  font-size: 14px;
  font-weight: 400 !important;
}

.booster-nav .pwr-adc-content__text h5 {
  font-weight: 600; 
}

.booster-nav .pwr-adc-content__text p a {
  text-decoration: none;
}

.booster-nav .pwr-adc-content__text p a:hover {
  font-weight: 400 !important; 
}

.booster-nav .pwr-adc-content__text h5 a:hover {
  text-decoration: underline;
  text-decoration-color: #9ed07c;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25em;  
}

.booster-nav .pwr-adc-content__text h5#mybooster-tool a, 
.booster-nav .pwr-adc-content__text p#mybooster-tool a {
  color: #2b2b2b;
}

@media (max-width: 1200px) {
  .dnd-section {
    padding-left: 0px;
    padding-right: 0px;
  } 
}

@media (max-width: 920px) {
  .pwr--dark .pwr-burger__menu .hs-menu-wrapper li.hs-item-has-children>a:before {
    background-color: transparent;
  }
  .hs-menu-wrapper li.hs-item-has-children>a:hover:after {
      color: #fff !important;
  } 
  .pwr-burger-bottom-bar {
    background-color: #f2f2f2;
  }  
  .pwr--dark .pwr-burger-bottom-bar__item-link, 
  .pwr--dark .pwr-burger-bottom-bar__item-link:hover,
  .pwr--dark .pwr-burger-search__input,
  .pwr-burger-search__input+.pwr-search-field__icon {
    color: #2b2b2b;
  }  
  .pwr-burger-search__input input[type=text] {
    color: #2b2b2b;
  }
  input[type=text].pwr-burger-search__input::-webkit-input-placeholder {
    color: #007ABC;
  }  
  input[type=text].pwr-burger-search__input::-moz-placeholder  {
    color: #007ABC;
  }    
  .pwr--dark .pwr-burger-search__input {
    color: #2b2b2b !important;
  }
/*   .booster-nav .pwr-cta--custom-01 a.pwr-cta_button {
    color: #007ABC !important;
  }    
} */

/*****footer changes****/

.pwr-footer a:hover {
  text-decoration: underline;
}

.footer .page-center {
    max-width: 1200px;
}

.pwr-footer-full__content {
    padding-bottom: 100px;
    max-width: 1200px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
}

.pwr-footer-legal {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
    position: relative;
    width: 100%;
    background-color: #4d4d4d;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

.pwr-footer-legal__content {
    width: 100%;
    background-color: 4d4d4d;
    max-width: 1200px;
    margin: auto;
}

span.pwr-footer__item.pwr-footer-legal__notice {
    margin-top: 6px;
}

.pwr-footer-legal__content .pwr-footer__item:not(:last-child):after, .pwr-footer-legal__content .pwr-footer__item .hs-menu-wrapper li:not(:last-child):after {
/*     content: '|';
    padding-right: 15px;
    padding-left: 15px; */
    visibility: hidden;
}

span.pwr-footer__item.pwr-footer-legal__menu.pwr-js-menu {
    float: right;
}

.pwr-footer-legal__back-to-top {
    float: left;
    visibility: hidden;
    height: 0;
}

.pwr-footer-legal__content {
  float: none;
}

.pwr-footer-full {
  padding-bottom: 0px;
}

.pwr-footer-full .hs-menu-wrapper.hs-menu-flow-vertical>ul li {
  padding-right: 1rem;
}


@media (max-width:1200px) .footer .page-center {
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 991px) {
  .pwr-footer-legal {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  span.pwr-footer__item.pwr-footer-legal__menu.pwr-js-menu {
    float: none;
  }
}

@media only screen and (max-width: 575px) { 
      .pwr-header-right-bar__icon {
        display: none !important;
      }
      .pwr-header-right-bar {
        display: block !important;
        transform: scale(0.77);
        float: right;
        margin-right: 0rem;
        position: static;
      }
  
  .hs_cos_wrapper_type_post_filter ul li:before, .hs_cos_wrapper_type_post_listing ul li:before, .hs_cos_wrapper_type_rich_text ul:not(.inputs-list):not([style*=list-style-type]) li:before, .pwr-rich-text ul:not([style*=list-style-type]) li:before {
    left: -20px !important;
  
  }
}
/*******team-module change******/
.pwr-team-member__overlay {
  background-color: #007FC4;
}

.pwr-image-box__img {
  background-color: #f2f2f2;
}


.pwr-image-box:hover .pwr-image-box__overlay
{
background-color: #007abc;
  
}

/*************** Blog listing style ****************/
.pwr-post-item__tag {
  color: #007abc;
}

.pwr-post-item__more-link
{
  color: #007abc;
  
}



(post-item--1col):hover .pwr-post-item__tag:hover > span {
  color: #fff;
}

.pwr-post-item__overlay{
     background-color: #007abc; 
}


.pwr-author-profile {
  padding: 30px 30px 25px;
  
}



/**************** Booster Blog post ****************************/

.pwr-post-content h2 {
  font-size: 28px;
}

.pwr-post-content h3 {
  font-size: 24px;
}

.pwr-post-content h4 {
  font-size: 20px;
}

.pwr-post-body .hs_cos_wrapper_type_rich_text ul:not(.inputs-list),
.pwr-post-body .pwr-rich-text ul {
  -webkit-padding-start: 21px;
  padding-inline-start: 21px;  
}