/* HEADER: full-width blue background, white text, logo-height match
#masthead{
  position:relative;
  color:#fff !important;
  border:none;
  overflow:visible;              
}
#masthead::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:100vw;                   
  height:100%;
  background:#1d3c79;
  z-index:-1;
}

#masthead .site-logo img{
  max-height:170px;              
  height:auto;
}
#masthead .site-branding{
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  min-height:170px;
  padding:0;
}


#masthead .site-branding h1.site-title,
#masthead .site-branding p.site-description,
#masthead .primary-navigation a{ color:#fff !important; }
#masthead .primary-navigation a:hover{ color:#ffd24c !important; }


html, body, .wp-site-blocks, .site, #page{ overflow-x:hidden; }


.primary-menu-container.roundedNav{
  display:flex;
  justify-content:center;
  align-items:center;
  white-space:nowrap;
  overflow-x:visible;
}
.primary-menu-container.roundedNav .menu-wrapper{
  display:flex;
  flex-wrap:nowrap;
  list-style:none;
  margin:0;
  padding:0;
}
.primary-menu-container.roundedNav .menu-wrapper>li{ margin-right:20px; }
.primary-menu-container.roundedNav .menu-wrapper>li:last-child{ margin-right:0; }
.primary-menu-container.roundedNav .menu-item a{
  text-decoration:none;
  padding:8px 14px;
  font-weight:600;
  color:#000;
}
@media (max-width:600px){
  .primary-menu-container.roundedNav{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    justify-content:flex-start;
    padding-bottom:6px;
  }
  .primary-menu-container.roundedNav .menu-wrapper>li{ margin-right:16px; }
  .primary-menu-container.roundedNav .menu-item a{ padding:8px 10px; }
}

#masthead .site-branding .site-title,
#masthead .site-branding .site-title a,
#masthead .site-branding .site-title a:visited,
#masthead .site-branding .site-title a:hover,
#masthead .site-branding .site-title a:focus,
#masthead .site-branding .site-description {
  color: #fff !important;
  text-decoration: none;
} */


    .calendly-badge-widget {
        left: 20px !important; /* Adjust this value for desired left spacing */
        right: auto !important; /* This overrides the default right alignment */
    }