/*# sourceMappingURL=bulma.style.css.map */

@import url("https://use.typekit.net/bxl8mjf.css");
@import url("");
.fas, .fa-solid {
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900 !important;
}
html, body, * {
  font-family: "futura-pt", sans-serif !important;
}
html{
    max-width:100vw;
    min-height:100vh;
    margin:0;
    padding:0;
    font-weight: 500;
    font-style: normal;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}
body{
    display:block;
    position:relative;
    max-width:100%;
    min-height:100%;
    margin:0;
    font-weight: 400;
    font-style: normal;
    font-size:19px;
    line-height:1.5rem;
}
footer{
    font-size:.85rem;
    font-weight:400;
    background: linear-gradient(rgba(10,62,102,.5), rgba(10,62,102,.5)), url('images/discBGGrey.webp');
    background-position: left;
    background-attachment: scroll;
    background-size: auto 225%;
    background-repeat: no-repeat;
}
footer a:link,footer a:visited{
    text-decoration:none;
    color:#fff!important;
}
footer a:hover{
    text-decoration:underline;
}
.mdBlueBG{
    background-color:#298CB5;
    color:#fff!important;
}
.dkBlueBG{
    background-color:#0A3E66;
    color:#fff!important;
}
.mdBlue{
    color:#298CB5!important;
}
.dkBlue{
    color:#0A3E66!important;
}

nav.medspaNav .navbar-item:hover, nav.medspaNav .navbar-item:active{
    color:#298CB5!important;
}
.navbar{
    border-bottom: 2px solid #298CB5;
}
#main-menu.is-fixed-top {
  top: calc(.9rem + 22px);
}
#main-menu .navbar-burger{
    height:100%;
    top:50px;
    width:3rem;
}
.navbar-burger span{
    width:30px;
}
.navbar-burger span:nth-child(1){
    top:calc(50% - 8px);
}
.navbar-burger span:nth-child(2){
    top:calc(50%);
}
.navbar-burger span:nth-child(3){
    top:calc(50% + 8px);
}
.navbar-burger.is-active span:nth-child(1){
    transform: translateY(8px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2){
    opacity:0;
}
.navbar-burger.is-active span:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
}
#block-bulma-branding{
    padding-left:0px!important;
}
nav.medspaNav .navbar-item{
    color:#0A3E66!important;
    text-decoration:none!important;
    font-weight:500;
    font-size:1.1rem;
    padding-right:1.2rem;
    padding-left:1.2rem;
}
.navbar-item.button.mdBlueBG:hover{
    background-color:#0A3E66!important;
    text-decoration:none;
    font-weight:500;
    color:#fff!important;
}
.navbar-item.button.mdBlueBG a, .navbar-item.button.mdBlueBG a:hover{
    color:#fff!important;
    text-decoration:none;
}
.button.mdBlueBG:hover, a.mdBlueBG:hover{
    color:#fff!important;
    text-decoration:none!important;
    background-color:#0A3E66;
}
#block-bulma-branding figure a img{
    width:240px;
    height:67px;
    max-height:67px;
}

.offer{
    font-size:clamp(6px, 14px, .9rem);
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#fff;
    text-transform:uppercase;
    font-weight:light;
    text-align:center;
    DISPLAY:BLOCK;
    background-color:#333;
    padding:10px 0px;
    left: 0;
    position: fixed;
    right: 0;
    top:0;
    z-index: 30;
}
.heroCard{
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url('images/discBGGrey.webp');
    background-position: right;
    background-attachment: scroll;
    background-size: auto 225%;
    background-repeat: no-repeat;
}
.heroCard .card-content{
}
#cardButton{
    background-image:none;
}
#cardButton:hover{
    text-decoration:none;
}


/* UX STYLES */
svg.tel{
    display:none;
    visibility:hidden;
}
.js-modal-trigger{
  cursor:pointer;
}
.has-background{
    background-size:cover;
}
.easeUp {
  opacity: 0;
  transform: translateY(70px);
  transition: all 0.7s ease-out;
}
.easeUp.delayed {
  transition-delay: 0.1s;
}
/* END OF UX STYLES */


#treatmentCards div.label{
    display:none;
}
.card-footer{
    background-image:none;
    background-color:#298CB5;
}
a.card-footer-item{
    background: linear-gradient(rgba(41,140,181,.5), rgba(41,140,181,.5)), url('images/pWatermark.webp');
    background-color:#298CB5;
    background-position: right;
    background-attachment: scroll;
    background-size: auto 225%;
    background-repeat: no-repeat;
}
.watermark{
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url('images/pWatermark.webp');
     background-position: center;
     background-attachment:scroll;
     background-repeat: no-repeat;
     background-size:contain;
}

#directions{
    background-color:#f6f6f6;
    border-top: 1px dotted #0A3E66;
}