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

/* Font Override */

@font-face {
    font-family: 'Museo Sans';
    src: local('Museo Sans'), 
         url('https://adaptiva.com/hubfs/website-2024/fonts/MuseoSans-300.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: local('Museo Sans'), 
         url('https://adaptiva.com/hubfs/website-2024/fonts/MuseoSans-100.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: local('Museo Sans'), 
         url('https://adaptiva.com/hubfs/website-2024/fonts/MuseoSans_500.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: local('Museo Sans'), 
         url('https://adaptiva.com/hubfs/website-2024/fonts/MuseoSans_700.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --ff-base: Museo Sans, "Raleway", Arial, sans-serif !important;
    --ff-accent: Museo Sans, "Raleway", Arial, sans-serif !important;
}

/* Navigation - Background */

.pwr-header--padding {
    padding: 12px 0!important;
}

.pwr-header {
background-image: url("https://adaptiva.com/hubfs/_website-2024/adaptiva-navigation-website-page.svg")!important;
background-repeat: no-repeat!important;
background-position: center!important;
background-size: cover!important;
}

@media (max-width: 767px){

.pwr-header {
    background-image: url(https://adaptiva.com/hubfs/_website-2024/header%20backgrounds/svg/adaptiva-navigation-website-page-768.svg)!important;
    background-repeat: no-repeat!important;
    background-position: left!important;
    background-size: contain!important;
}
  
}

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

.pwr-header {
    background-image: url(https://adaptiva.com/hubfs/_website-2024/header%20backgrounds/svg/adaptiva-navigation-website-page-1200-1.svg)!important;
    background-repeat: no-repeat!important;
    background-position: left!important;
    background-size: contain!important;
}
  
}

header .hs-menu-wrapper li a {
color: #ffffff!important;
   font-weight: 500; 
}

header .hs-menu-wrapper li.hs-menu-depth-2 a {
color: #171b25!important;
}

@media (min-width: 1201px){
header .hs-menu-wrapper li.has-mega-menu>a:after, header .hs-menu-wrapper li.hs-item-has-children>a:after {
color: #ffffff!important;
}
}

@media (max-width: 1200px){
  header .hs-menu-wrapper li.has-mega-menu>a:after, header .hs-menu-wrapper li.hs-item-has-children>a:after {
color: #202020!important;
}
}


.pwr-header-fixed {
margin-top: 24px!important;
}

.pwr-header-fixed.scroll {
margin-top: 0px!important;
  transition: margin 150ms!important;
}

.pwr-header-fixed.scroll {
    box-shadow: none!important;
}


@media (max-width: 1200px){

.pwr-header--dark-on-scroll.scroll {
    background-color: #ffffff!important;
    color: #202020!important;
}
  
  .pwr-header--dark-on-scroll.scroll .pwr-burger__icon-open span, .pwr-header--dark-on-scroll.scroll .pwr-burger__icon-open:after, .pwr-header--dark-on-scroll.scroll .pwr-burger__icon-open:before {
    background-color: #000000!important;
}
  
  .pwr-burger__menu .hs-menu-wrapper li.hs-item-has-children>a:before {
    background-color: #ffffff!important;
}

}

.pwr-burger-bottom-bar {
    text-align: center!important;
}

.pwr-burger-bottom-bar__item.pwr-cta {    
    padding-right: 15px!important;
}

/* Announcement Banner */






/* Title Section */

.title-section-h1 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 25%, rgba(255, 255, 255, .0) 25%) !important;
}

.title-section {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 25%, rgba(255, 255, 255, .0) 25%) !important;
}

.title-section section.title2, .title-section-h1 section h1, .title-section section h2{
  position: relative;
}

.title-section section.title2::before {
    background: #000;
    content: " ";
    display: block;
    height: 80px;
    position: absolute;
    right: 1080px;
    top: 0;
    /* width: 1000000px!important; */
    z-index: 0;
}

.title-section  section.title2::after {
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 1.0) 50%, rgba(255, 255, 255, 0.0) 50%, rgba(255, 255, 255, 0.0));
  width: 80px!important;
  height: 80px;
  content: " ";
  display: inline-block;
    content: "";
   
}

.title-section-h1 {
margin-top: 60px!important;
}

.title-section-h1  section.title1::after {
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 1.0) 50%, rgba(255, 255, 255, 0.0) 50%, rgba(255, 255, 255, 0.0));
  width: 104px!important;
  height: 104px;
  content: " ";
  display: inline-block;
    content: "";
   
}

@media (max-width: 767px){
.title-section-h1 {
margin-top: 48px!important;
}
}

.title-section section h2 {
  text-align: left!important;
  color: #ffffff!important;
  height: 80px!important;
  line-height: 80px!important;
  min-width: 220px!important;
  font-size: 48px!important;
  background: #000000!important;   
  padding-right: 20px!important;
}

.title-section-h1 section h1 {
  text-align: left!important;
  color: #ffffff!important;
  height: 104px!important;
  line-height: 104px!important;
  font-size: 72px!important;
  background: #000000!important;   
  padding-right: 20px!important;
  min-width: 220px!important;
}



.title-section section, .title-section-h1 section {
   display: flex!important;
}


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

  .title-section-h1  section.title1::after {
  width: 68px!important;
  height: 68px;     
}

.title-section-h1 section h1 {
  height: 68px!important;
  line-height: 68px!important;
  font-size: 44px!important; 
  padding-right: 20px!important;
    min-width: 100px!important;
}
  
  h1.pwr-sec__title, h1 {
  font-size: 44px!important;
  }
  
    h2.pwr-sec__title, h2 {
  font-size: 32px!important;
  }
  
    .title-section  section.title2::after {
  width: 54px!important;
  height: 54px;     
}

.title-section section h2 {
  height: 54px!important;
  line-height: 54px!important;
  font-size: 32px!important; 
  padding-right: 20px!important;
    min-width: 100px!important;
}
  
}


@media (max-width: 767px){

  .title-section-h1  section.title1::after {
  width: 52px!important;
  height: 52px;     
}

.title-section-h1 section h1 {
  height: 52px!important;
  line-height: 52px!important;
  font-size: 32px!important; 
  padding-right: 0px!important;
    min-width: 100px!important;
}
  
    h1.pwr-sec__title, h1 {
  font-size: 40px!important;
  }
  
/*  h2.pwr-sec__title, h2 {
  font-size: 24px!important;
  }
*/
  
.title-section section.title2::after {
  width: 48px!important;
  height: 48px; 
  }
  
  .title-section section h2 {
  height: 48px!important;
  line-height: 48px!important;
  font-size: 24px!important; 
  padding-right: 0px!important;
    min-width: 100px!important;
}




}

@media (max-width: 1300px){

.title-section, .title-section-h1 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 7%, rgba(255, 255, 255, .0) 7%) !important;
}
}

@media (min-width: 1301px) and (max-width: 1500px){

.title-section, .title-section-h1 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 10%, rgba(255, 255, 255, .0) 10%) !important;
}
}


@media (min-width: 1501px) and (max-width: 1700px){

.title-section, .title-section-h1 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 15%, rgba(255, 255, 255, .0) 15%) !important;
}
}

@media (min-width: 1701px) and (max-width: 1800px){

.title-section, .title-section-h1 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 20%, rgba(255, 255, 255, .0) 20%) !important;
}
}

@media (min-width: 1801px) and (max-width: 1920px){

.title-section, .title-section-h1 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 25%, rgba(255, 255, 255, .0) 25%) !important;
}
}


@media (min-width: 1921px) and (max-width: 2300px){

.title-section, .title-section-h1 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 30%, rgba(255, 255, 255, .0) 30%) !important;
}

}


@media (min-width: 1921px) and (min-width: 2400px){

.title-section, .title-section-h1{
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 32%, rgba(255, 255, 255, .0) 32%) !important;
}

}

@media (min-width: 2401px) and (min-width: 2900px){

.title-section, .title-section-h1 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 33%, rgba(255, 255, 255, .0) 33%) !important;
}

}

@media (min-width: 3100px){

.title-section, .title-section-h1 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 35%, rgba(255, 255, 255, .0) 35%) !important;
}

}

@media (min-width: 3900px){

.title-section, .title-section-h1{
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 40%, rgba(255, 255, 255, .0) 40%) !important;
}

}




/* Homepage Left Offset Section */

.left-offset h2 {
max-width: 1000px!important;
}

.left-offset .pwr--abs-full {
    height: auto!important;
    left: 0;
    position: absolute;
    top: 0;
    width: auto!important;
}

.left-offset  .pwr-step__title {    
    font-size: 24px!important;
  line-height: 36px!important;
    font-weight: 700!important;    
}

.left-offset .pwr-steps {
padding-left: 20%!important;
}

@media (max-width: 1200px){
.left-offset .pwr-steps {
padding-left: 0%!important;
} 
}

@media (max-width: 922px){
.left-offset .pwr-step {
    float: none!important;
    width: 100%!important;
}
}

.left-offset .cta_button:not(.pwr-cta--hubspot-style) {
    background-color: transparent!important;
    font-weight: bold!important;
    font-size: 16px!important;
    color: #202020!important;
  padding: 0px!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;

}

.left-offset .cta_button:not(.pwr-cta--hubspot-style)::after {
    background-image: url(https://adaptiva.com/hubfs/_website-2024/icon%20_arrow-right.svg)!important;
    content: ""!important;
    display: inline-block!important;
    height: 20px!important;
    margin-left: 10px!important;
    position: relative!important;
    top: 5px!important;
    width: 20px!important;  
}

.left-offset .pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):before {
    background-color: #ffffff!important;
}

.left-offset  .cta_button:not(.pwr-cta--hubspot-style):hover:after, .left-offset  .pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover:after {
background-color: #ffffff!important;
}


.left-offset .cta_button:not(.alt-arrow-cta):hover {
    color: #202020!important;
}

/* Power Sec Text Overrides */

.side-by-side .pwr-sec-split__content {
    padding: 60px 25px 60px 0px!important;
}

.side-by-side .pwr-sec-split__content p {
    font-size: 24px!important;
}

.pwr-sec-split--invert-cols.side-by-side  .pwr-sec-split__content {
    padding: 60px 0px 60px 25px!important;
}

.pwr-sec-split__img img {
padding-left: 25px!important;
  padding-right: 0px!important;
}

.pwr-sec-split--invert-cols .pwr-sec-split__img img {
padding-left: 0px!important;
  padding-right: 25px!important;
}

@media (max-width: 991px){
    .side-by-side .pwr-sec-split__content, .pwr-sec-split--invert-cols.side-by-side .pwr-sec-split__content{
    padding: 3rem 0px 1rem 0px!important;
    }
  
  .pwr-sec-split__img--mode-contain .pwr-background-img {
  padding: 2rem 0px 0px 0px!important;}
  
}

.side-by-side li {
font-weight: bold!important;
padding-bottom: 10px!important;
}

.side-by-side li:last-child {
padding-bottom: 0px!important;
margin-bottom: 0px!important;
}

.side-by-side li span {
font-weight: 400!important;
  line-height: 1.5!important;
  display: block!important;
}

.side-by-side .pwr-rich-text ul:not([style*=list-style-type]) li:before {
    background-color: transparent!important;
    content: url('https://adaptiva.com/hubfs/_website-2024/icon%20_arrow-right.svg')!important;
    height: 20px!important;
    left: -42px;
    position: absolute;
    top: 3px!important;
    width: 20px!important;
}

/* Vertical Tabs Text Sec */

.vertical-tabs .pwr-tabs__header {
    padding-right: 60px!important;
}

.vertical-tabs .pwr-tabs__tab--hor {
   font-size: 48px!important;
    line-height: 1.6em;
    margin-bottom: 0px!important;
  text-align: right!important;
}

.vertical-tabs  .pwr-tabs__tab--hor.pwr-tabs__tab--active {
    opacity: 1!important;
    color: #202020!important;
    opacity: 1.0!important;
}

.vertical-tabs .pwr-tabs__body {
  padding-top: 25px!important;
}

.vertical-tabs .pwr-tabs__body h2 {
  font-size: 32px!important;
  margin-bottom: 10px!important;
}

.vertical-tabs .pwr-tabs__body p {
  font-size: 24px!important;
  line-height: 36px!important;
}

.pwr-sec-text-tabs.vertical-tabs {
    padding: 0px!important;
}

@media (max-width: 1200px){
.vertical-tabs .pwr-tabs__tab--hor {
   font-size: 32px!important;
}
}

@media (max-width: 1120px){
.vertical-tabs .pwr-tabs__tab--hor {
   font-size: 24px!important;
}
}

@media (max-width: 930px){
.vertical-tabs .pwr-tabs__tab--hor {
   font-size: 18px!important;
}
}


  @media (min-width: 768px){
.pwr-tabs__header--hor {
    float: left;
    font-family: var(--ff-base);
    margin-top: 10px;
    width: 33.33%!important;
}
    .vertical-tabs .pwr-tabs__tab--hor {
    font-size: 32px!important;
    text-align: right!important;
    float: right;
    width: 100%;
  padding: 0.75rem!important;
       opacity: 0.66;
}
    .pwr-tabs__tab--hor.pwr-tabs__tab--active {
    border-bottom: none;
    opacity: 1;
}
    .pwr-tabs__body--hor {
    width: 66.66%!important;
}
    .pwr-tabs__tab:not(.pwr-tabs__tab--active) {
    border-bottom: 0px!important;
}
  }
  @media (max-width: 767px){
.vertical-tabs .pwr-tabs__header {
    padding-right: 0px!important;
}
    .vertical-tabs .pwr-tabs__tab--hor {
      font-size: 32px!important;
      width: 100%;
      text-align: center!important;
      padding: 0.75rem!important;
          opacity: 0.66;
    }
    .vertical-tabs .pwr-tabs__body {
    padding-top: 0.5rem!important;
}
        .pwr-tabs__tab--hor.pwr-tabs__tab--active {
    border-bottom: none;
    opacity: 1;
}
    .pwr-tabs__tab:not(.pwr-tabs__tab--active) {
    border-bottom: 0px!important;
}
  }
  @media (max-width: 575px){
.pwr-tabs__tab-wrapper {
    display: block!important;
}
    .pwr-tabs__dropdown {
    display: none!important;
}
  }
  .pwr--colored-box{
    background-color: #fff;
  }
  @media (min-width: 768px) and (max-width: 991px){
.pwr-post-item:not(.pwr-post-item--1col) {
    width: calc(33.33% - 20px);
}
  }

/* post preview */



.pwr-post-item  {
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.24)!important;
-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.24)!important;
-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.24)!important;
}



.pwr-post-item__content {
transition: none!important;
}

.pwr-post-item__img {
    transition: none!important;
} 

.pwr-sec-posts--vertical-layout .pwr-sec-posts__intro-sec {
    margin-bottom: 40px!important;
}

/*
.pwr-post-item__img {
    transition: height .2s ease-in-out!important;
} 
*/


/* resource boxes */

.resource-box .pwr-image-box__title {
margin-bottom: 20px!important;
}

.resource-box p {
margin-bottom: 25px!important;
padding-top: 0px!important;
margin-top: 0px!important;
}

/*.read-more {
  font-weight: bold!important;
  font-size: 16px!important;
  color: #202020!important;
padding: 12px 24px!important;
  text-shadow: none!important;
  width: auto!important;
  line-height: 1.5em!important;
  border-radius: 4px!important;
background-color: #fc9032!important;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.24);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.24);
}*/

/*.read-more::after {
  background-image: url(https://adaptiva.com/hubfs/_website-2024/icon%20_arrow-right.svg)!important;
  content: ""!important;
  display: inline-block!important;
  height: 20px!important;
  margin-left: 10px!important;
  position: relative!important;
  top: 5px!important;
  width: 20px!important;
}*/


.resource-box .pwr-3D-box {
box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.24)!important;
-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.24)!important;
-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.24)!important;
background-color: #ffffff!important;
    margin-bottom: 1.5rem!important;
border-radius: 4px;
}

.resource-box .pwr-image-box__below {
  padding: 2rem;
}

.resource-box .pwr-image-box__title {
  max-height: 28.8px; 
  overflow: hidden;
  white-space: nowrap;  
  text-overflow: ellipsis;
}

.resource-box .pwr-rich-text.pwr-image-box__desc p {
  max-height: calc(48px + 25px); 
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

/*.resource-box .pwr-3D-box:hover {
box-shadow: none!important;
-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
}*/

/* home posts */

.home-posts .pwr-post-item__desc {
font-size: 16px!important;
}

.pwr-post-item__more-link {
  color: #202020;
  font-size: 16px!important;
}


/* home posts */

.home-posts .pwr-post-item__desc {
font-size: 16px!important;
}

.pwr-post-item__more-link {
    color: #202020;
    font-size: 16px!important;
}

/*.pwr-post-item:hover .pwr-post-item__more-link {
    color: #ffffff!important;    
}*/

@media (max-width: 1024px){
.home-posts h2.pwr-sec__title {
color: #202020!important;
}
}



/* home bototm overlapping cta */

.overlap-cta {
 border-radius: 4px; 
}

@media (min-width: 1201px){
.overlap-cta .page-center {
max-width: 100%;
  width: 882px;
}
}


.overlap-cta p {
font-size: 24px;
  line-height: 36px;
}

@media (max-width: 767px){
.overlap-cta p {
font-size: 16px;
  line-height: 22px;
}
}

@media (min-width: 1201px){
header .new-class ul.hs-menu-children-wrapper {
  columns: 2!important;
  -webkit-columns: 2!important;
  -moz-columns: 2!important;
}
  
header .new-class ul.hs-menu-children-wrapper li {
  -webkit-column-break-inside: avoid!important;
  -o-column-break-inside: avoid!important;
  -moz-column-break-inside: avoid!important;
  break-inside: avoid!important;
}
  
  header .new-class ul.hs-menu-children-wrapper li, header .new-class ul.hs-menu-children-wrapper li a {
height: 127px!important;
}
  
}


@media (min-width: 1201px){
header .new-class-two ul.hs-menu-children-wrapper {
  columns: 2!important;
  -webkit-columns: 2!important;
  -moz-columns: 2!important;
}
  
header .new-class-two ul.hs-menu-children-wrapper li {
  -webkit-column-break-inside: avoid!important;
  -o-column-break-inside: avoid!important;
  -moz-column-break-inside: avoid!important;
  break-inside: avoid!important;
}
  
}

/* Navigation - dropdown menu adjustments */

@media (min-width: 1200px){

  .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1>ul.hs-menu-children-wrapper {
   padding-left: 1rem; 
     padding-right: 1rem; 
  }
  
header .hs-menu-wrapper.flyouts li:not(.hs-menu-depth-1):first-child>a, header .hs-menu-wrapper.flyouts li:not(.hs-menu-depth-1)>a {
    margin-top: 0px!important;
  margin-left:0px;
  margin-right: 0px;
  
}
  
  header .hs-menu-wrapper li.hs-menu-depth-2 a {
      border-radius: 0.25rem;
    padding: 12px 16px;
    margin-bottom: 16px;
    font-weight: 500;
  }
  
header .hs-menu-wrapper li.hs-menu-depth-2 a:hover {
  background-color: #eeeeee;

}
  
header .hs-item-has-children .hs-menu-children-wrapper {
  padding-top: 10px!important;
    padding-bottom: 10px!important;
    
  }
  
}

/* Annoucnement Banner - banner module*/

.banner-wrapper {
padding: 40px 15px 0px 15px;
}

.banner-inner {
background-color: #eeeeee;
  padding: 15px 30px;
  width: fit-content!important;
  max-width: 1200px;  
  margin: 0 auto;
  border-radius: 4px!important;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.24);
-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.24);
  display: flex!important;
    justify-content: space-between!important;
  align-items: center!important;
}

.banner-inner p {
 margin-top: 0px!important;
  margin-bottom: 0px!important;
  display: inline-block!important;
  padding-right: 25px!important;
}

.banner-inner .arow {
font-weight: bold!important;
text-decoration: none; 
  display: inline-block;  
  padding-right: 0px!important;
  font-size: 16px!important;
  color: #202020!important;
  width: auto!important;
}

.banner-wrapper a {
  color: #202020!important;
  transition: none!important;
}



.banner-inner .arow::after {
 background-image: url("https://adaptiva.com/hubfs/_website-2024/icon%20_arrow-right.svg");
    width: 20px!important;
    height: 20px;    
    display: inline-block;
      content: "";
  position: relative;
    top: 5px!important;
    margin-left: 5px;
}

.banner-wrapper a:hover, .banner-wrapper a:hover .banner-inner .arow {
  color: #ffffff!important;
}

.banner-wrapper a:hover .arow::after {
 background-image: url("https://adaptiva.com/hubfs/_website-2024/icon%20_arrow-right-white.svg");
}

.banner-wrapper a:hover .banner-inner {
background-color: #0860B8;
}

@media (max-width: 550px){

.banner-inner {
 display: block!important;
}

.banner-inner p {
 display: block!important;
  padding-bottom: 10px!important;
}

.banner-inner a {
 display: block!important;
  
}
  
}


/* homepage onesite-platform section */

/*
.onesite-platform {
margin-top: -200px!important;

} */

.onesite-platform .pwr-sec-split__left p, .onesite-platform .pwr-sec-split__left span {
 font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 19.2px;
}

.onesite-platform.pwr-sec-split, .onesite-platform .pwr-sec-split__left, .onesite-platform .pwr-sec-split__right {
  overflow: visible;
}

.onesite-platform section.title2 {
  position: relative;
}

.onesite-platform section.title2 h2 {
  /*position: absolute;
  top:0px;
  left:0px;*/
}

.onesite-platform section.title2::before { 
  width: 1000000px!important;
    height: 80px;
  background: #000;
  position: absolute;
  top: 0px;
  right: 200px;
      content: " ";
    display: block;
    z-index: -1;
}

.onesite-platform section.title2::after { 
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 1.0) 50%, rgba(255, 255, 255, 0.0) 50%, rgba(255, 255, 255, 0.0));
    width: 80px!important;
    height: 80px;
    content: " ";
    display: inline-block;
  position: absolute!important;
     
}

.onesite-platform h2 {
    text-align: left!important;
    color: #ffffff!important;
    height: 80px!important;
    line-height: 80px!important;
    font-size: 48px!important;
    background: #000000!important;   
    padding-right: 20px!important;
    font-weight: 500!important;
      width: fit-content!important;
      display: inline-block!important;
  margin-bottom: 30px!important;
  padding-left: 0px!important;
  } 

.onesite-platform .pwr-sec-split__cta-container {
 margin-top: 1rem; 
}

.onesite-platform .pwr-video-box--is-link:hover .pwr-video-box__img {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.onesite-platform .pwr-video-box:hover .pwr-sec-video__button {
    -webkit-transform: translate(-50%,-50%) scale(1.02);
    transform: translate(-50%,-50%) scale(1.02);
}

.onesite-platform {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 10%, rgba(8, 96, 184, 1) 60%) !important;
  border-radius: 0.25rem;
}




@media (max-width: 991px){
   .onesite-platform {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1) 10%, rgba(8, 96, 184, 1) 60%) !important;
  }
  .onesite-platform section.title2::before { 
    right: 400px; 
  } 
}

@media (max-width: 767px){

  /* .onesite-platform section.title2 { 
    display: none;
  } */
  
  .onesite-platform h2 {
    font-size: 24px!important;
}
  
  .onesite-platform section.title2::before {
    right: 355px!important;
}
  
}

@media (max-width: 550px){

  .onesite-platform section.title2::before {
    right: 300px!important;
}
  
}

@media (max-width: 400px){
.pwr-sec-split__content {
    padding: 30px 20px!important;
}
}


@media (min-width: 992px){

.onesite-platform .pwr-sec-split__left {
    width: 55%!important;
}
  
.onesite-platform .pwr-sec-split__right {
    width: 45%!important;
}
  
.onesite-platform  .pwr-sec-split__content {
    padding: 60px 60px 60px 20px!important;
}
  
}

@media (max-width: 991px){

.onesite-platform.pwr-sec-split--invert-cols .pwr-sec-split__img img {    
    padding-right: 25px!important;
    padding-left: 25px!important;
}
}


/* Image Boxes & Post Preview Hover Effect Changes */

.pwr-image-box:hover .pwr-3D-box__info-box, .pwr-image-box__front {
    display: none;
}

.pwr-image-box { transition: all .4s ease-in-out; }
.pwr-image-box:hover { transform: scale(1.02); }
.pwr-image-box .pwr-image-box__img {overflow: hidden;}
.pwr-image-box .pwr-image-box__img img { transition: all .4s ease-in-out; }
.pwr-image-box:hover .pwr-image-box__img img { transform: scale(1.02); }

.pwr-post-item__overlay {
 display: none; 
}

.pwr-post-item:not(.pwr-post-item--1col):hover .pwr-post-item__img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 238px!important;
}

.pwr-post-item__title, .pwr-post-item__desc, .pwr-post-item__more-link {
  color: var(--clr-text-lt)!important;
}

.pwr-post-item a, .pwr-post-item__more-link a {
 color: var(--clr-text-lt)!important; 
}

.pwr-post-item { transition: all .4s ease-in-out; border-radius: 4px; }
.pwr-post-item:hover { transform: scale(1.02); }

.pwr-post-item::hover .pwr-post-item__img {
  
}

/* Forms */

form input[type=color], form input[type=date], form input[type=datetime-local], form input[type=datetime], form input[type=email], form input[type=file], form input[type=month], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form input[type=time], form input[type=url], form input[type=week], form select, form textarea {
border: none!important;
}

body .hs-form-field {
 margin-bottom: 1rem; 
  line-height: 1.4;
}

[type=checkbox]:checked:not(.hs-toggle-switch-input), [type=checkbox]:not(:checked):not(.hs-toggle-switch-input), [type=radio]:checked, [type=radio]:not(:checked) {
    left: 0px;
    position: relative;
}



body .hs-form-field input:not([type="submit"]):not([type="checkbox"]), body .hs-form-field select, body .hs-form-field textarea {
background-color: #EEEEEE;  
      box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.24);
  border-radius: 4px;
  padding: 12px 16px;
  color: var(--clr-text-lt)!important;
}

body .hs-input::placeholder {
    color: #595959!important;
}

.footer-above-form-text p {
  font-size: 1rem;
    line-height: 1.4;
  margin-bottom: 1rem;
}

.pwr--dark [type=checkbox]+span:before, .pwr-form.pwr--dark [type=checkbox]+span:before {
  display: none;
}

[type=checkbox]+span:not(.slider):before, [type=checkbox]:checked+span:not(.slider):after {
 display: none; 
}

[type=checkbox]:checked, [type=checkbox]:not(:checked), [type=radio]:checked, [type=radio]:not(:checked) {
    left: 0;
    position: relative;
      float: inherit!important;
}

.legal-consent-container [type=checkbox]:checked+span, .legal-consent-container [type=checkbox]:checked+span p, .legal-consent-container [type=checkbox]:not(:checked)+span, .legal-consent-container [type=checkbox]:not(:checked)+span p {
 font-size: 1rem; 
  padding-left:  0.25rem!important;
}

body .pwr--dark form.hs-form ul.inputs-list.hs-error-msgs, body .pwr-form.pwr--dark form.hs-form ul.inputs-list.hs-error-msgs {
 font-size: 0.75rem;
  margin-top: 0.5rem;
}

form .hs-recaptcha {
  margin-top: 1rem;
  margin-bottom: 0px;
}

form .hs-submit {
  margin-top: 1rem;
}

form .hs-submit {
    overflow: visible!important;
  border-radius: 4px!important;
}

form .hs-button {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: #FC9032;
    border-radius: 6px;
    border-width: 0px;
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 12px 44px 12px 24px!important;
    text-shadow: none;
    width: auto;
    font-size: 1rem!important;
    line-height: 1.5em;
    border-radius: 4px;
    color: #EEEEEE!important;
    font-size: 16px;
    font-weight: 600!important;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.24)!important;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.24)!important;
    background-image: url(https://adaptiva.com/hubfs/_website-2024/icon%20_arrow-right-white.svg)!important;
    background-repeat: no-repeat;
    background-position:right 0.75rem center;
  background-size: 20px 20px!important;
}

.hs-submit:after, .hs-submit:before {
border-radius: 4px!important;
}

/* footer */

footer h3 {
font-size: 32px!important;
  font-weight: 200!important;
}

.pwr-footer .pwr-adc__content-wrapper {
  border-radius: 4px;
}

.hs-form-bf784a50-2551-4aa2-a904-f2c46c4b1570_b0cb748b-55e3-4a18-a1d3-e8f833a63dd6 .legal-consent-container .hs-richtext, .hs-form-bf784a50-2551-4aa2-a904-f2c46c4b1570_b0cb748b-55e3-4a18-a1d3-e8f833a63dd6 .legal-consent-container label:not(.hs-error-msg) {
color: #ffffff!important;
font-size: 18px!important;
}


.footer-icons {
float: right!important;
}

.footer-icons-inner {
  background-color: #0860B8!important;
  padding-top: 22px!important;  
  position: relative!important;
  padding-right: 20px!important;
  height: 74px!important;
}

.footer-icons .hs_cos_wrapper_type_icon {
display: inline-block!important;
margin-left: 20px!important;
}

.footer-icons p {
margin-top: 0px!important;
margin-bottom: 0px!important;
}

.pwr-footer__content .pwr-adc__col {
 overflow: visible; 
}

.footer-icons {
 position: relative; 
}

.footer-icons-inner::before {
background: -webkit-linear-gradient(135deg, rgba(8, 96, 184, 1.0), rgba(8, 96, 184, 1.0) 50%, rgba(255, 255, 255, 0.0) 50%, rgba(255, 255, 255, 0.0));
    width: 74px!important;
    height: 74px;
    content: " ";
    display: inline-block;
    position: absolute;
    left: -74px!important;
    top: 0px!important;
     
}

.footer-icons::after {
  background-color: #0860B8;
      content: " ";
  display: block;
  height: 74px;
    width: 10000px;
    position: absolute;
    top: 0px;
    left: 160px;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px){
   .pwr-footer .pwr-adc-main__cols {
     margin-top: 3rem;
  }
     
  .pwr-footer .pwr-adc__col--width-6 {
   width: 100%;
    margin-bottom: 2rem;
  }
  .pwr-footer .pwr-adc__col--width-2 {
   width: 33.33% 
  }
  .pwr-footer .pwr-footer__content .pwr-adc__col {
     margin-bottom: 1rem;
  }
}

@media (max-width: 767px){
  .pwr-footer .pwr-adc-sub__cols {
    width: 100%;
  }
  .pwr-footer .pwr-adc__col--width-6 {
    width: 100%;
  }
 .pwr-footer .pwr-adc-main__cols .pwr-adc__col--width-6 {
    margin-top: 1rem;
   margin-bottom: 3rem!important;
  }
  .pwr-footer .pwr-adc__col--width-2, .pwr-footer .pwr-adc__col--width-3, .pwr-footer .pwr-adc__col--width-4, .pwr-footer .pwr-adc__col--width-5 {
        width: 50%;
  }
  .pwr-footer .footer-logo {
   text-align: center; 
  }
 .pwr-footer .pwr-footer__content .pwr-adc__col {
   margin-bottom: 1rem;
  }
  .pwr-footer .pwr-adc__content-wrappers {
        gap: 1rem;
    margin: 0px;
  }
  .footer-icons {
    float: none!important;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .footer-icons-inner {
    background-color: transparent!important;
  }
  .footer-icons-inner::before, .footer-icons::after {
    display: none;
  }
}

@media (max-width: 767px) {
footer .pwr-heading-style--h4, h4 {
    font-size: 24px!important;        
    line-height: 38px!important;
}
}

/* subpage narrow text */

.narrow-text {
max-width: 800px!important;
}

/* sub accordion overrides */

.pwr-accordion__title {
font-size: 24px!important;
}

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

.pwr-accordion {
    margin-bottom: 0px!important;
}

.pwr-sub-accordion {
padding: 0px 0px!important;
  border-radius: 4px!important;
  box-shadow: -2px 2px 2px 3px rgba(0,0,0,0.1)!important;
-webkit-box-shadow: -2px 2px 2px 3px rgba(0,0,0,0.1)!important;
-moz-box-shadow: -2px 2px 2px 3px rgba(0,0,0,0.1)!important;
}

.pwr-accordion--text-only {    
    border-bottom: none!important;    
}


.pwr-sub-accordion i:before, .pwr-sub-accordion i:after {
    content: ""!important;
    position: absolute!important;
    background-color: #202020!important;
    width: 3px!important;
    height: 9px!important;
}

.pwr-sub-accordion .pwr-accordion__title {
  padding: 30px 30px!important;
}

@media (max-width: 767px) {
.pwr-sub-accordion .pwr-accordion__title {
    padding: 16px 16px !important;
}  
  
  .pwr-sub-accordion {
  margin-bottom: 30px!important;
  }
  
}



.pwr-sub-accordion .pwr-accordion__title:hover, .pwr-accordion--text-only:hover {
  background-color: #eeeeee!important;
}

.pwr-accordion__desc {
padding-left: 30px!important;
  padding-right: 30px!important;
  padding-bottom: 30px!important;
}

/* arrow down */

.pwr-sub-accordion .pwr-accordion--text-only .pwr-accordion__icon {
    right: 40px!important;
}

.pwr-sub-accordion i:before {
    transform: translate(-2px, 0) rotate(-45deg)!important;
    left: 0px!important;
}

.pwr-sub-accordion i:after {
    transform: translate(2px, 0) rotate(45deg)!important;
   top: 0px!important;
}

.pwr-sub-accordion i.active:before {
    transform: translate(-2px, 0) rotate(45deg)!important;
    left: 0px!important;
}

.pwr-sub-accordion i.active:after {
    transform: translate(2px, 0) rotate(-45deg)!important;
   top: 0px!important;
}




/* arrow up */

/*

.pwr-sub-accordionul i.active:before {
  transform: translate(2px, 0) rotate(-45deg)!important;
  left: 5px!important;
}

.pwr-sub-accordion i.active:after {
   transform: translate(-2px, 0) rotate(45deg)!important;
  left: -5px!important;
} */

.pwr-sub-accordion ul li i:before, .pwr-sub-accordion i:after {
    transition: all 0.25s ease-in-out!important;
     
}


/* home mods */

  .pwr-image-box__desc {
    padding-top: 0px;
  }


/* svg icon shadows */

footer svg {
  filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 0.4))!important;
}

/* Testimonials */

.swiper-pagination-bullet-active {
    background-color: #202020!important;
}

.pwr-testimonial__quote {
    font-size: 18px;
    line-height: 2em;
    margin: 0 auto 40px;
    max-width: 580px!important;    
    width: 100%;
    text-align: left!important;
}

.pwr-testimonial__author {    
    width: 100%!important;
    max-width: 420px!important;
    text-align: right!important;
}

@media (max-width: 767px){
  
.pwr-testimonial__author {    
    max-width: 320px!important;
} 
  
}


.pwr-testimonial__quote  .testimonial-inner {
position: relative!important;
  padding-left: 70px!important;
  padding-right: 70px!important;
}

.pwr-testimonial__quote  .testimonial-inner:before{
    position: absolute;    
content: url('https://adaptiva.com/hubfs/_website-2024/icon_quote-left.png')!important;
    top: 0; left: 0px;    
}

.pwr-testimonial__quote .testimonial-inner:after{
    position: absolute;    
content: url('https://adaptiva.com/hubfs/_website-2024/icon_quote-right.png')!important;
    bottom: 0; right: 0px;    
}


 /* Download LP Hero */


.downloads li {
padding-bottom: 0px!important;
}

.downloads li:last-child {
  padding-bottom: 20px!important;
}

.arrow-line-item li {
padding-bottom: 0px!important;
}

.arrow-line-item li:last-child {
  padding-bottom: 20px!important;
}

.arrow-line-item li:before {
    background-color: transparent!important;
    content: url('https://adaptiva.com/hubfs/_website-2024/icon%20_arrow-right.svg')!important;
    height: 20px!important;
    left: -30px;
    position: absolute;
    top: 3px!important;
    width: 20px!important;
}


.downloads .pwr-rich-text ul:not([style*=list-style-type]) li:before {
    background-color: transparent!important;
    content: url('https://adaptiva.com/hubfs/_website-2024/icon%20_arrow-right.svg')!important;
    height: 20px!important;
    left: -30px;
    position: absolute;
    top: 3px!important;
    width: 20px!important;
}

.downloads .pwr-sec__title-intro, .pwr-sec__title-intro {
font-weight: 700!important;
  padding: 5px 10px!important;
  border-radius: 3px!important;  
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3)!important;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3)!important;
-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3)!important;
}

.legal-consent-container {
    margin-bottom: 0px!important;
}

.hs-recaptcha {
    margin: 0px 0 10px!important;
}



/* sidebar vertical posts */

.vertical-posts .pwr-post-item__desc {
font-size: 16px!important;
}

@media (max-width: 1024px){
.vertical-posts h2.pwr-sec__title {
color: #202020!important;
}
}

.vertical-posts .pwr-post-item {
    width: 100%!important;
  max-width: 350px!important;
}

.vertical-posts .pwr-sec-posts__intro-sec {
margin-bottom: 20px!important;
}

@media (max-width: 767px){
.vertical-posts .pwr-post-item:not(.pwr-post-item--1col) {
    margin-left: 0;
    margin-right: 0;
    width: 100%!important;
  max-width: 100%!important;
}
}

/* News and Events Cards */

.news-card-outer {
  padding: 30px 30px;    
  border-radius: 5px!important;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3)!important;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3)!important;
-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3)!important;
}

/* Contact and Partner Hero Text */

.contact-page p {
  font-size: 2em!important;
  line-height: 1.3em!important;
  max-width: 600px!important;
}

.partner-page p {
  font-size: 2em!important;
  line-height: 1.3em!important;
  max-width: 800px!important;
}


.pwr-sec-split--invert-cols.push-pull .pwr-sec-split__img {
  display: flex !important;
  flex-direction: column !important;
 /*  justify-content: center !important; */
}


/*
.cta_button {
    background-color: transparent!important;
}

.cta_button:before {
    background-color: #fc9032!important;
}

.cta_butto:after, .cta_butto:before {
    transition: all .4s ease-in-out!important;
}

*/

/*
.arrow-cta::after {
    background-image: url(https://adaptiva.com/hubfs/website-2024/arrow-right-1.png)!important;
    content: ""!important;
    display: inline-block!important;
    height: 20px!important;
    margin-left: 10px!important;
    position: relative!important;
    top: 5px!important;
    width: 20px!important;
} */

/*
.cta_button {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: rgb(252,144,50);
    border-radius: 6px;
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 12px 44px 12px 24px!important;
    text-shadow: none;
    width: auto;
    font-size: 1rem!important;
    line-height: 1.5em;
    border-radius: 4px;
    color: #202020!important;
    font-size: 16px;
    font-weight: 600!important;
    box-shadow: -1px 3px 3px 0px rgba(0,0,0,0.24)!important;
    -webkit-box-shadow: -1px 3px 3px 0px rgba(0,0,0,0.24)!important;
    background-image: url(https://adaptiva.com/hubfs/website-2024/arrow-right-1.png)!important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
} */

.cta_button:not(.alt-arrow-cta) {
color: #202020!important;
  padding: 12px 44px 12px 24px!important;  
    line-height: 1.5em!important;
    border-radius: 4px!important;
    font-size: 16px!important;
    font-weight: 600!important;
    box-shadow: -1px 3px 3px 0px rgba(0,0,0,0.24)!important;
    -webkit-box-shadow: -1px 3px 3px 0px rgba(0,0,0,0.24)!important;
  background-image: url(https://adaptiva.com/hubfs/_website-2024/icon%20_arrow-right.svg)!important;
    background-repeat: no-repeat!important;
    background-position: right 0.75rem center!important;
  background-size: 20px 20px!important;
}

.cta_button.alt-arrow-cta {
color: #202020;
  padding: 12px 44px 12px 24px!important;  
    line-height: 1.5em!important;
    border-radius: 4px!important;
    font-size: 16px!important;
    font-weight: 600!important;
    box-shadow: -1px 3px 3px 0px rgba(0,0,0,0.24)!important;
    -webkit-box-shadow: -1px 3px 3px 0px rgba(0,0,0,0.24)!important;
}

.pwr--dark .pwr-cta--primary-solid .cta_button:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover {
color: #202020!important;
}

.cta_button.alt-arrow-cta {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}

.cta_button.alt-arrow-cta:before {
    background-color: transparent!important;    
}

.cta_button.alt-arrow-cta:before {
    background-color: transparent!important;    
}

.cta_button:not(.alt-arrow-cta):hover {
color: #ffffff!important;
}

p {
line-height: 1.5rem;
}

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

.home-posts .pwr-post-item__desc {
  line-height: 1.5rem!important;
}

.pwr-sec-split__cta-container {
    margin-top: 25px!important;
}



@media (max-width: 1200px){
 .page-center {
    margin-left: 0px!important;
    margin-right: 0px!important;
} 

  .title-section .page-center, .title-section-h1 .page-center {  
    padding-left: 32px!important;
    padding-right: 32px!important;
}
  
}

@media (min-width: 768px) and (max-width: 1200px){
.home-posts .pwr-post-item:not(.pwr-post-item--1col) {
    width: calc(50% - 20px)!important;
}
}

@media (max-width: 767px){
.pwr--neg-margin-lr-10 {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
}

.pwr-sec-posts__container {
      padding-left: 4px!important;
    padding-right: 4px!important;

} 

@media (max-width: 991px) {
.pwr-footer .pwr-footer__content .pwr-adc__col {
    padding: 0px;
    margin-bottom: 1rem;
    padding-left: 16px;
    padding-right: 16px;
}
}

/* Text size for new module size toggle */

.large-text p, .large-text ul li {
    font-size: 24px!important;
  line-height: 30px!important;
}

.largest-text p, .largest-text ul li {
    font-size: 32px!important;
  line-height: 42px!important;
}

@media (max-width: 767px) {
.pwr-header {
  padding-left: 16px!important;
  padding-right: 16px!important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
.pwr-header {
  padding-left: 48px!important;
  padding-right: 48px!important;
  }
}

@media (max-width: 767px){
.simple-hero {
    padding-left: 16px!important;
    padding-right: 16px!important;
}
}


/* Hunter Added 2-19 */
.cta_button.arrow-cta {
color: #202020!important;
}

.cta_button.arrow-cta:hover {
color: #ffffff!important;
}

.pwr--light .cta_button.arrow-cta:hover, a.pwr-image-box .cta_button.arrow-cta:hover {
color: #fff!important;
}

.cta_button {
background-image: none!important;
}

.cta_button.arrow-cta .arrow-cta-arrow, .cta_button.alt-arrow-cta .arrow-cta-arrow {
background-image: url(https://adaptiva.com/hubfs/_website-2024/icon%20_arrow-right.svg)!important;  
background-size: 20px 20px!important;
height: 20px;
width: 20px;
position: absolute;
top: calc(50% - 10px);
right: 16px;
transition: all 0.4s ease-in-out;
}



.pwr--light a.cta_button.arrow-cta:hover .arrow-cta-arrow, .pwr--light a.cta_button.alt-arrow-cta:hover .arrow-cta-arrow, a.pwr-image-box .cta_button.arrow-cta:hover .arrow-cta-arrow, .resource-center.loooad_moree .cta_button.arrow-cta:hover .arrow-cta-arrow {
filter: invert(100%);
-webkit-filter: invert(100%);
}


/* LP Header and Footer Overrides */

  .lp-footer .pwr-adc-main {
    display: none!important;
  }

.pwr-header.lp-header  {
    background-image: url(https://adaptiva.com/hubfs/_website-2024/header%20backgrounds/svg/adaptiva-navigation-landing-page-3800.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
}



@media (max-width: 767px){

  .pwr-header.lp-header  {
    background-image: url(https://adaptiva.com/hubfs/_website-2024/header%20backgrounds/svg/adaptiva-navigation-website-page-768.svg)!important;
    background-repeat: no-repeat!important;
    background-position: left!important;
    background-size: contain!important;
}

}


@media (min-width: 768px) and (max-width: 1200px){
  .pwr-header.lp-header  {
    background-image: url(https://adaptiva.com/hubfs/_website-2024/header%20backgrounds/svg/adaptiva-navigation-website-page-1200-1.svg)!important;
    background-repeat: no-repeat!important;
    background-position: left!important;
    background-size: contain!important;
} 
}

@media (min-width: 1201px) and (max-width: 1270px){
  .pwr-header.lp-header  {
    background-image: url(https://adaptiva.com/hubfs/_website-2024/header%20backgrounds/svg/adaptiva-navigation-website-page-1200-1.svg)!important;
    background-repeat: no-repeat!important;
    background-position: left!important;
    background-size: contain!important;
} 
}

/* Blog Posts */

.pwr-sec-posts.vertical-posts, .pwr-sec-posts.home-posts {    
    padding: 0px!important;    
}

.blg-cta-bkg {
    background-image: url(https://adaptiva.com/hubfs/website-2024/cta-bkg-white-grey.svg) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* topic tags for above posts */
.topic-pill {
background-color: #ffffff;
    padding: 8px;
    border-radius: 4px;
    font-weight: 700;
  color: #202020!important;
      box-shadow: -1px 3px 3px 0px rgba(0,0,0,0.24)!important;
    -webkit-box-shadow: -1px 3px 3px 0px rgba(0,0,0,0.24)!important;
    margin-right: 20px!important;
}

/* topic tags inside cards */
.topic-tag {
    background-color: #ffffff;
    padding: 8px;
    border-radius: 3px;
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2; font-weight: 700;
}

.pwr-post-item__date+.pwr-post-item__n-min-read:before, .pwr-post-item__name+.pwr-post-item__date:before, .pwr-post-item__name+.pwr-post-item__n-min-read:before {
    content: ""!important;
    padding: 0px!important;
}



.pwr-post-item__date, .pwr-post-item__name {
    font-size: 16px;
    font-weight: 400!important;
  padding-right: 20px!important;   
}

.pwr-post-item__n-min-read {
    font-size: 16px!important;
  font-weight: 400!important;
}

.pwr-post-item__n-min-read span {
    font-size: 16px!important;
    font-weight: 700!important;    
      padding-right: 5px!important;
}

.pwr-post-header__title {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}

.author-wrap {
display: flex!important;
margin-bottom: 30px!important;
align-items: center!important;
}

.pwr-post-body {
    background-color: transparent!important;
}

.pwr-post-content {    
    padding-bottom: 0px!important;
}

.body-container {
background-color: transparent!important;
transition: background-color 1s linear!important;
}

.dark-mode-blog .body-container {
background-color: #202020!important;
  transition: background-color 1s linear!important;
}

.dark-mode-blog .header__container {
background-color: #202020!important;
  transition: background-color 1s linear!important;
}

.header__container {
background-color: #ffffff!important;
  transition: background-color 1s linear!important;
}



.announce-bkg {
  background-color: #ffffff!important;
  transition: background-color 1s linear!important;
}

.dark-mode-blog .announce-bkg {
background-color: #202020!important;
  transition: background-color 1s linear!important;
}

.pwr-header {
background-color: #ffffff!important;
  transition: background-color 1s linear!important;
}


.dark-mode-blog .pwr-header {
background-color: #202020!important;
  transition: background-color 1s linear!important;
}


.dark-mode-blog h1 {
color: #ffffff!important;
transition: color 1s linear!important;
}

.blog-container-wrapper .pwr--light {
background-color: transparent!important;
}

.dark-mode-blog .pwr-post-item__date, .dark-mode-blog .pwr-post-item__n-min-read, .dark-mode-blog .pwr-post-item__name, .dark-mode-blog .pwr-post-content, .dark-mode-blog .pwr-post-content h2, .dark-mode-blog .pwr-post-content h3 {
color: #ffffff!important;
transition: color 1s linear!important;
}

.dark-mode-blog .blg-cta-bkg {
    background-image: none!important;
background-color: #202020!important;
  transition: background-color 1s linear!important;
}

.dark-mode-blog .pricing__option {
color: #ffffff!important;
transition: color 1s linear!important;
}

.pwr-post-item__content {
background-color: #ffffff!important;
transition: background-color 1s linear!important;
}

.dark-mode-blog .pwr-post-item__content {
background-color: #323232!important;
transition: background-color 1s linear!important;
}

.dark-mode-blog .pwr-post-item__title, .dark-mode-blog .pwr-post-item__desc, .dark-mode-blog .pwr-post-item__author, .dark-mode-blog h2, .dark-mode-blog h3, .dark-mode-blog h1, .dark-mode-blog .pwr-sec-cta__desc  {
  color: #ffffff!important;
transition: color 1s linear!important;
}

.dark-mode-blog .pwr-post-item a, .dark-mode-blog .pwr-post-item__more-link a, .dark-mode-blog .pwr-post-item__content a {
  color: #0860B8!important;
transition: color 1s linear!important;
}

.dark-mode-blog a.topic-tag {
color: #202020!important;
}

.dark-mode-blog .pwr-sec-cta__title {
  color: #FC9032!important;
transition: color 1s linear!important;
}

.dark-mode-blog .pwr-sec-cta .pwr-bg {
 -webkit-filter: invert(1)!important;
   filter: invert(1)!important;
}

.dark-mode-blog .body-container {
background-image: none!important;
}

/* .header__container {
padding-top: 28px!important;
} */



.pricing__options {
float: right!important;
  padding-top: 15px!important;
  padding-bottom: 15px!important;
  max-width: 1200px!important;
}

.pricing__toggle {
    background: none;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 0;
    height: 18px;
    line-height: 0;
    margin: 0 10px;
    outline: none;
    padding: 0;
    position: relative;
    transition: .2s ease-in-out;
    width: 35px;
      top: -5px;
}

.pricing--subscription.pricing--1 .pricing__token--1, .pricing--subscription.pricing--2 .pricing__token--2 {
    display: block;
}

.pricing--active .pricing__token {
    animation: uiPop .2s ease-in-out forwards;
}

.pricing__toggle__bg {
    background: linear-gradient(111.02deg,#f05c28,#fc9609);
    border-radius: 999px;
    bottom: 0;
    display: block;
    left: 0;
    opacity: .4;
    position: absolute;
    right: 0;
    top: 0;
}


.pricing__toggle__dot {    
    border-radius: 999px;
    /* box-shadow: 0 8px 16px rgba(240,92,40,.2), 0 4px 8px rgba(240,92,40,.2); */
    height: 20px;
    position: absolute;
    top: -1px;
    transition: .2s ease-in-out;
    width: 20px;
}

.light-mode-blog .pricing__toggle__dot {
    left: 0!important;
  background: linear-gradient(111.02deg,#f05c28,#fc9609);
}

.dark-mode-blog .pricing__toggle__dot {
    right: 0!important;
  background: linear-gradient(111.02deg,#FEFCD7,#FEFCD7);
}

.blog-dnd-section {
padding-top: 0px!important;
padding-bottom: 80px!important;
}

.blog-dnd-section .vertical-posts .pwr-post-item {
    max-width: 370px!important;
    width: 100%!important;
}


@media (max-width: 767px){
.blog-dnd-section .vertical-posts .pwr-post-item {
    max-width: 100%!important;
    width: 100%!important;
}
}

.pwr-post-item__info-box {
    padding: 32px!important;
}


/* side padding */


@media (max-width: 767px){
.dnd-section, .title-section .page-center, .title-section-h1 .page-center,  .pwr-sec-cta, .pwr-footer .pwr-footer__content .pwr-adc__col, .pricing__options {
    padding-left: 16px!important;
    padding-right: 16px!important;
}
}



@media (min-width: 768px) and (max-width: 1200px){
.dnd-section, .title-section .page-center, .title-section-h1 .page-center, .pwr-footer .pwr-footer__content .pwr-adc__col, .pricing__options {
    padding-left: 48px!important;
    padding-right: 48px!important;
}
}

@media (min-width: 768px){
.pwr-sec-cta {
    padding-left: 48px!important;
    padding-right: 48px!important;
}
}

/* blog tags, date and min read alignment */

.pwr-post-item__n-min-read, .pwr-post-item__date {
  padding-bottom: 0px!important;
  padding-top: 0px!important;    
}

.tags-date-min {
display: flex;    
flex-wrap: wrap;
}

.tag-wrap, .pwr-post-item__date, .pwr-post-item__n-min-read {
height: 50px;
  display: flex;
    align-items: center;
}


/* side padding for hubspot builder sections */

/*
.dnd-section:not(.title-section) {
max-width: calc(100% - 96px)!important;
margin: 0 auto!important;

} */


/* mobile padding for all dnd sections, overridable at page level */

@media (min-width: 768px){
  
.dnd-section:first-child:not(.title-section) {
padding-top: 60px!important;
}
  
.dnd-section:first-child.title-section-h1 {
    padding-top: 0px!important;
}
  
.title-section + .dnd-section:not(.title-section) {
    padding-top: 20px!important;
}
  
}

@media (max-width: 767px){
  
.dnd-section:not(.title-section) {
    padding-top: 48px;
    padding-bottom: 48px;
}
  
  
.title-section + .dnd-section:not(.title-section) {
    padding-top: 20px!important;
    padding-bottom: 48px;
}
   
}



@media (max-width: 767px){
.subpage-hero p, .largest-text p, .largest-text ul li  {
    font-size: 24px!important;
  margin-bottom: 22px!important;
  margin-top: 15px!important;
  line-height: 1.5rem!important;
}
  
.large-text p, .large-text ul li, .partner-page p {
    font-size: 16px!important;

}

}

@media (min-width: 768px) and (max-width: 1200px){
.subpage-hero p, .largest-text p, .largest-text ul li {
    font-size: 24px!important;
    margin-top: 20px!important
      line-height: 1.5rem!important;
}
  
.large-text p, .large-text ul li, .partner-page p {
    font-size: 16px!important;
}    
  
}

/* blog and media sidebar responsiveness */



@media (max-width: 1200px){
  .blog-dnd-section .row-fluid .span4, .blog-dnd-section .row-fluid .span8, {
  width: 100%!important;
  }
  
    .blog-dnd-section .row-fluid .span4 {
  margin-left: 0px!important;
      padding-top: 60px!important;
  }
  
  .blog-dnd-section {
    padding-bottom: 48px!important;
}
  .blog-dnd-section .pwr-post-content {
  margin-left: 0px!important;
  margin-right: 0px!important;
  }
  
  .blog-dnd-section .pwr-post-social {
  display: none!important;
  }
  
}

@media (min-width: 768px) and (max-width: 1200px){
.blog-dnd-section .vertical-posts .pwr-post-item {
    width: calc(50% - 20px)!important;
  max-width: 100%!important;
}
  
 .blog-dnd-section .pwr-post-content {
    max-width: 100%!important;    
}
  
  .pricing__options {
  padding-top: 48px!important;
  margin-bottom: -40px!important;
  }
  
}

@media (max-width: 767px){
  .pwr-post-body {
  padding-top: 30px!important;
  }
  
  .pricing__options {
  padding-top: 36px!important;
  margin-bottom: 20px!important;
  }
  
}

@media (min-width: 1201px) and (max-width: 1296px){
.blog-dnd-section .pwr-post-content {
    max-width: calc(100% - 96px)!important;
}
}

/* fix for dnd columns side margins */

@media (min-width: 1201px) and (max-width: 1296px){
.span12.dnd-column {
    max-width: 1100px;
    float: none;    
    margin: 0 auto!important;
}
}

.mid-hero-text p, .mid-hero-text ul li, .mid-hero-text h4 {
font-size: 24px!important;
}

.mid-hero-text p {
margin-bottom: 15px!important;
font-size: 24px!important;
}

.mid-hero-text h4 {
 font-weight: bold!important;
}

@media (max-width: 1200px){
  
.mid-hero-text p, .mid-hero-text h4, .mid-hero-text ul li {
font-size: 16px!important;
}
  
}

.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 {
    background-color: #202020!important;
}

a.fit-content {
width: fit-content!important;
}

/* partner portal */

.legal-consent-container, .legal-consent-container p {
    line-height: 1.3rem!important;
}

[type=checkbox]:checked+span:not(.slider), [type=checkbox]:not(:checked)+span:not(.slider) {
    padding-left: 15px!important;
}

.large-text a:not(.cta_button) {
text-decoration: underline!important;
}

.systems-page {
    margin: 0 auto!important;
    max-width: 600px!important;
    padding: 4rem 20px 4rem!important;
  position: relative!important;
}

ul.no-list {
    list-style: none!important;
  padding-left: 0px!important;
}

/* hid for now, not working */
.hs-register-widget-show-password, .hs-reset-widget-show-password {
display: none!important;
}

/* .systems-page .hs-submit:hover {
filter: invert(100%)!important;
-webkit-filter: invert(100%)!important;
} */

.systems-page .hs-submit, .systems-page .hs-button {
text-align: left!important;
}


.systems-page .hs-submit:hover, .systems-page .hs-button:hover {
color: #ffffff!important;
}

.legal-consent-container li:before {
background-color: #fff!important;
}

footer .pwr-rich-text ul:not([style*=list-style-type]) li:before {
    background-color: transparent!important;
}

.systems-page form .hs-button:hover {
background-image: url(https://adaptiva.com/hubfs/_website-2024/icon%20_arrow-right-white.svg)!important;
}

.systems-page .cta_button.arrow-cta:hover .arrow-cta-arrow {
background-image: url(https://adaptiva.com/hubfs/_website-2024/icon%20_arrow-right-white.svg)!important;
}

.pwr-sec-form__content form .hs-submit :hover.hs-button {
background-image: url(https://adaptiva.com/hubfs/_website-2024/icon%20_arrow-right-white.svg)!important;
}

.pwr-sec-form__content form .hs-submit :hover.hs-button {
color: #ffffff!important;
}
/* 
.hs-landing-page .pwr-sec-form .pwr-sec-form__content {
margin-top: -50px!important;
}
*/

/* icons in dropdown */

.hs-menu-wrapper.flyouts li:not(.hs-menu-depth-1):last-child>a {
    margin-bottom: 0px!important;
}

.icon-nav {}


.nav-icon {
    width: 250px !important;
    white-space: normal;
    padding-left: 55px;
    background-repeat: no-repeat !important;
    background-position: top left !important;
    background-size: 40px 40px !important;
}

.nav-icon span  {
  font-weight: 300!important;
  font-size: 14px!important;
}

.nav-icon span span {
  font-weight: 600!important;
  font-size: 16px!important;
  margin-bottom: 8px!important;
    display: block!important;
  line-height: 20px!important;
}

.nav-icon.icon-1 {
    background-image: url(https://adaptiva.com/hubfs/_website-2024/nav-icons/OneSite_Patch_ICON_256px.svg)!important;
}

.nav-icon.icon-2 {
    background-image: url(https://adaptiva.com/hubfs/_website-2024/nav-icons/OneSite_Anywhere_ICON_256px.svg)!important;
}

.nav-icon.icon-3 {
    background-image: url(https://adaptiva.com/hubfs/_website-2024/nav-icons/OneSite_Wake_ICON_256px.svg)!important;
}

.nav-icon.icon-4 {
    background-image: url(https://adaptiva.com/hubfs/_website-2024/nav-icons/OneSite_Patch_CrowdStrike_ICON_256px.svg)!important;
}

.nav-icon.icon-5 {
    background-image: url(https://adaptiva.com/hubfs/_website-2024/nav-icons/OneSite_Health_ICON_256px.svg)!important;
}



@media (min-width: 1201px){
header .hs-menu-wrapper li.hs-menu-depth-2 a {    
    margin-top: 10px!important;
  margin-bottom: 10px!important;
}
}

@media (max-width: 1200px){
header .hs-menu-wrapper li.hs-menu-depth-2 a {    
    margin-top: 10px!important;
  margin-bottom: 10px!important;
}
  
  .nav-icon {
  width: auto!important;
}
  
  .nav-icon span span {  
  font-size: 16px!important;  
}
  div#hs_menu_wrapper_header_page_ {
    height: 100%;
    overflow: auto;
  }
}

/* resource center */

/*
#CategorySelectwidget_1708542749926{
  height: 44px!important;
  border: none!important;
  overflow: hidden!important;
}
#CategorySelectwidget_1708542749926::-moz-focus-inner {
  border: 0!important;
}
#CategorySelectwidget_1708542749926:focus {
  outline: none!important;
}
#CategorySelectwidget_1708542749926 option{
  width: 60px!important;
  font-size: 1.2em!important;
  padding: 10px 0!important;
  text-align: center!important;
  margin-right: 20px!important;
  display: inline-block!important;
  cursor: pointer!important;
  border:rgb(204, 204, 0) solid 1px!important;
  border-radius: 5px!important;
  color: rgb(204, 204, 0)!important;
}
 */

.careers-blog .pwr-post-content {    
    max-width: 1200px!important;
}

.careers-blog h5 {
font-size: 24px!important;
}

.pwr-post-item__author {
font-size: 24px!important;
}

.careers-blog .pwr-post-body {
padding-top: 20px!important;
}

@media (min-width: 768px) and (max-width: 1200px){
.careers-blog .title-section-h1 .page-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}

.careers-blog div:not(.pwr-form)>.hs_cos_wrapper_type_form form.hs-form .hs-submit:before {
    background-color: #fc9032!important;
}

.careers-blog div:not(.pwr-form)>.hs_cos_wrapper_type_form form.hs-form .hs-submit:hover:after {
    background-color: #0860B8!important;
}

.careers-blog .hs-submit:hover .hs-button {
    color: #ffffff !important;
  background-image: url(https://adaptiva.com/hubfs/_website-2024/icon%20_arrow-right-white.svg) !important;
}

@media (max-width: 767px) {
.careers-blog .author-wrap {
  margin-top: 20px!important;
}

}

@media (min-width: 768px) {
.careers-blog .author-wrap {
  margin-top: -40px!important;
}

}


@media (max-width: 767px){
.careers-blog .title-section-h1 section h1 {
    font-size: 14px !important;
}
}

@media (min-width: 768px) and (max-width: 1200px){
.careers-blog .title-section-h1 section h1 {
    font-size: 29px !important;
}
  }


@media (min-width: 1201px){
.careers-blog .title-section-h1 section h1 {
    font-size: 50px !important;
}
  }
  

 @media (max-width: 767px){
.careers-blog .title-section .page-center, .careers-blog .title-section-h1 .page-center {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
} 

 @media (max-width: 767px){
.title-section-h1 .page-center {
    padding-left: 16px!important;
    padding-right: 16px!important;
}
} 


/* CTA button shadow fix */

.pwr-sec-txt, .pwr-sec-form {
    overflow: visible!important;
}

/* nav height adjustments */

/* .pwr-header {
height: 78px!important;
}

.pwr-header--padding {
padding: 16px 0 !important;
} */

.header__container {
padding-top: 24px!important;
}

@media (max-width: 767px){
.header__container {
    padding-top: 24px!important;
}
} 

.pwr-burger__menu .hs-menu-wrapper li a {
    font-size: 16px!important;
  font-weight: bold!important;
}


.footer-icon-fill {
display: inline-block;
}

.footer-icons a>span>.hs_cos_wrapper_type_icon>svg {
    fill: #ffffff!important;
}

.footer-icons a:hover>span>.hs_cos_wrapper_type_icon>svg {
    fill: #fc9032!important;
}

/* radio styling */

[type=radio]+span:after, [type=radio]:checked+span:before {
    display: none!important;
}

[type=radio]:checked+span, [type=radio]:not(:checked)+span {
    padding-left: 15px!important; 
}

@media (max-width: 767px) {

.test-wrapper {
 flex-direction: column!important;
  gap: 1rem!important;
}
  
  .test-right {
    width: 100%!important;
}
  
  .vertical-tabs .pwr-tabs__body p {
    font-size: 16px !important;
    line-height: 24px !important;
}
  
.vertical-tabs .pwr-tabs__body h2, .vertical-tabs .pwr-tabs__tab--hor {
    font-size: 24px !important;
}
  
  .test-left img {
    padding-right: 0px!important;
    margin: 0 auto!important;
    display: block!important;
}
  
}


.hs-menu-wrapper li.hs-item-has-children:not(.has-mega-menu) {
     padding-right: 14px!important;
}

.pwr-header__menu {
    left: 14%!important;
}

.topic-tag {
display: none!important;
}

.dark-mode-blog .pwr-post-item__more-link {
    color: #fc9032!important;
}

.tags-date-min.tag-spacer {
padding-top: 40px!important;
}

.blog-tag-list {
padding-top: 8px !important;
padding-bottom: 8px !important;
font-weight: 700 !important;
 color: #202020 !important;
  height: 50px !important;
    line-height: 50px !important;
    margin-right: 20px !important;
}

.hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1)>a:not(.is-anchor) {
    background-color: inherit!important;    
}

.hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1)>a:not(.is-anchor):hover {
    background-color: #eeeeee!important;    
}

.pwr-post-content, .pwr-post-content p {
  line-height: 1.5;
}

.pwr-sec-schedule__intro-sec {
    margin-bottom: 0px!important;
    position: relative;
}

.pwr-sec-simple-list-items__intro-sec {
  margin-bottom: 24px!important;
}

.pwr-sec-services__intro-sec {
  margin-bottom: 48px!important;
}


/* Zac's CTA edits 11/21/2024 */
.arrow-no-animation.cta_button:not(.pwr-cta--hubspot-style):hover:after {
  height: 0;
}