@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap');

h1, h2, h3, .pwr-hero__title {
  font-family:'Barlow Condensed', sans-serif;
}

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


/* 6,7 rows down are header fixes */
.pwr-header-full.pwr--clearfix .pwr-burger__icon-open{
  right:20px !important;
  height:20px !important;
  
}
.pwr-burger__icon-open span, .pwr-burger__icon-open::after, .pwr-burger__icon-open::before
{
  background: var(--clr-base-dk) !important;
  width: 24px !important;
}
#hs_cos_wrapper_header_page .scroll .pwr-header-logo, #hs_cos_wrapper_header_page .scroll .pwr-header-logo__img--sticky{
  margin-left:0% !important;
}
.pwr-header--dark-on-scroll.scroll .pwr-burger__icon-open span,.pwr-header--dark-on-scroll.scroll .pwr-burger__icon-open::before,.pwr-header--dark-on-scroll.scroll .pwr-burger__icon-open::after{
 background:white !important; 
}
.pwr-header-logo.pwr-header-logo--has-sticky{
 left:2% !important; 
}

.pwr-burger-bottom-bar {
   height: 28%;
}
@media (min-width:475px) and (max-width:575px){   .form-columns-2 > div:nth-child(1){
padding:0 15px 0 0 !important;
  }
   .form-columns-2 > div:nth-child(2){
padding:0 0 0 15px !important;
  }