<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">   .firstLevelBanner {
	 height: clamp(25rem, 50vw, 40rem);
	 display: grid;
	 grid-template-rows: 1fr auto;
	 background-size:cover;
	 background-position:center;
	 background-position-y:20%

}
 .firstLevelBanner::before {
	 content:"";
	 background-image: linear-gradient(to top, var(--gfColors-navy) 20%, transparent 65%);
	 opacity:0.65;
	 width:100%;
	 height:100%;
	 grid-area:1/1/3/3;
}

 .firstLevelBanner h1 {
	 grid-area: 2/1/3/3;
	 color: var(--gfColors-slate15);
	 z-index:10;
	 margin-bottom:5rem;
	 letter-spacing:0.20rem;
     text-transform: uppercase;
     display: grid;
     grid-template-columns: auto;
     column-gap: 1rem;
     max-width: 992px;
}

.firstLevelBanner h1 span {
    font-size: 1.2rem;
    font-family: var(--gfVars-bodyFont);
    font-weight: bold;
    letter-spacing: .25rem;
    display: block;
    margin-top: 1rem;
}

 #clinicHeader .firstLevelBanner {
	 background-image:url(/physical-therapy-clinic/_assets-index/images/clinic-banner.jpg);
}
@media(max-width:768px) {
    #clinicHeader .firstLevelBanner h1 {
        font-size: 3em;
        margin-bottom: 3rem;
    }
}

@media(max-width:540px) {
    .firstLevelBanner::before {
	 background-image: linear-gradient(to top, var(--gfColors-navy) 40%, transparent 85%);
	 opacity:0.65;

}
}
@media(max-width:375px) {
    #clinicHeader .firstLevelBanner h1 {
        font-size: 2.6em;
        margin-bottom: 2rem;
        letter-spacing: 0;
    }
}
#clinic-intro .location {
    background-color: var(--gfColors-slate15);
    padding: 1rem 1rem 1rem 2rem;
}
#clinic-intro h2 {
    margin-top: 1rem;
}

#clinic-intro h3 {
       margin-top: 0.5rem;
}  

    
@media(min-width:991.98px)  {
    #clinic-intro .u-grid2Columns {
        grid-template-columns: 2fr 1fr;
        gap:4rem;
    }
}
@media(max-width:991.98px) {
     #clinic-intro .u-grid2Columns {
        grid-template-columns: 1fr;
}
    #clinic-intro h3 {
        margin-top:1rem;
    }   
}
#cost_component {
    margin-bottom:1rem;
}
#services_component {
     margin-bottom:0rem;
}
#cost_component .slash {
    content: '';
    display: block;
    width: 3rem;
    height: 2px;
    background-color: var(--gfColors-slate45);
    margin: 2rem 0rem;
}

@media(min-width:767.98px) {
#cost_component .slash {
    content: '';
    display: block;
    width: 2px;
    height: 10rem;
    background-color: var(--gfColors-slate45);
    margin-left: auto;
    margin-right: auto;
}
#cost_component .u-grid3Columns {
    grid-template-columns: 1fr 5px 1fr;
    gap: 4rem;
}
#cost_component h2 {
    text-align: center;
}
}
#cost_component h2 {
    font-size: 3em;
    text-transform: uppercase;
}
#cost_component h3 {
    font-family: var(--gfVars-bodyFont);
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-weight: bold;
}

#appointments p{
    max-width:992px;
    margin-left:auto;
    margin-right:auto;
}
#services-heading_component {
    text-align:center;
    text-transform:uppercase;
    letter-spacing: .25rem;
    margin-bottom: -1rem;
    margin-top: 3rem;
    
}
#services-heading_component h2 {
    font-size: 4em;
    text-transform: uppercase;
    letter-spacing: .25rem;
}
#services-heading_component .u-lineHeaderBoth::before, #services-heading_component .u-lineHeaderBoth::after {
  background-color: var(--gfColors-slate45);
}

.last-colored-component {
    margin-bottom:0;
}
.last-colored-component + .ctaButtons { 
    margin-top: -3rem !important; 
    
}</pre></body></html>