*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Helvetica Neue',Arial,sans-serif;color:#1E2D35;background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%}

/* Nav */
.fm-nav{background:#fff;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:52px;border-bottom:3px solid #0D7D6F;position:sticky;top:0;z-index:50}
.fm-nav-brand{font-size:14px;font-weight:700;color:#0D7D6F}
.fm-nav-links{display:flex;gap:18px;font-size:12px;color:#4B6070}
.fm-nav-links a{color:#4B6070}
.fm-nav-links a:hover,.fm-nav-links a.active{color:#0D7D6F;font-weight:600}
.fm-nav-cta{background:#E8633D;color:#fff!important;padding:6px 13px;border-radius:4px;font-size:12px;font-weight:600}
.fm-nav-cta:hover{background:#D05530}

/* Hero */
.fm-hero{background:#0D7D6F;padding:28px 24px 32px}
.fm-crumb{font-size:10px;color:#7DCFC3;margin-bottom:10px}
.fm-crumb span{opacity:.6}
.fm-hero h1{font-size:24px;font-weight:700;color:#fff;margin:0 0 8px;line-height:1.25}
.fm-hero p{font-size:13px;color:#B8E4DE;margin:0;line-height:1.65;max-width:460px}

/* Sections */
.fm-section{padding:24px}
.fm-section.mint{background:#F0FAF7}
.fm-section.white{background:#fff}
.fm-eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#0D7D6F;font-weight:600;margin-bottom:4px}
.fm-section-title{font-size:18px;font-weight:700;color:#1E2D35;margin-bottom:6px}
.fm-section-sub{font-size:12px;color:#4B6070;line-height:1.6;margin-bottom:18px}
.fm-divider{border:none;border-top:1px solid #C9E5DF;margin:0}

/* Intro + aside */
.fm-intro{background:#fff;padding:24px;display:grid;grid-template-columns:1fr 200px;gap:20px}
.fm-intro-body{font-size:13px;color:#4B6070;line-height:1.75}
.fm-intro-body p{margin:0 0 12px}
.fm-aside{background:#F0FAF7;border-radius:8px;padding:14px;border:1px solid #C9E5DF;align-self:start}
.fm-aside-title{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#0D7D6F;font-weight:600;margin-bottom:10px}
.fm-aside-item{display:flex;align-items:flex-start;gap:7px;margin-bottom:8px;font-size:11px;color:#1E2D35}
.fm-aside-item i{color:#0D7D6F;font-size:14px;flex-shrink:0;margin-top:1px}
.fm-aside-item.highlight{color:#085041;font-weight:600}

/* Cards */
.fm-2col{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.fm-3col{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.fm-card{background:#fff;border:1px solid #C9E5DF;border-radius:10px;padding:16px}
.fm-card.mint{background:#F0FAF7}
.fm-card:hover{border-color:#0D7D6F;background:#F5FDFB}
.fm-card-icon{font-size:22px;color:#0D7D6F;margin-bottom:10px;display:block}
.fm-card-title{font-size:14px;font-weight:600;color:#1E2D35;margin-bottom:6px}
.fm-card-body{font-size:12px;color:#4B6070;line-height:1.65;margin-bottom:10px}
.fm-check{display:flex;align-items:flex-start;gap:7px;margin-bottom:6px;font-size:12px;color:#4B6070}
.fm-check i{color:#0D7D6F;font-size:13px;flex-shrink:0;margin-top:1px}
.fm-check.new i{color:#E8633D}
.fm-nip{display:inline-block;background:#E5F5F1;color:#085041;font-size:10px;font-weight:600;padding:2px 7px;border-radius:20px;margin-left:4px;vertical-align:middle}

/* Steps */
.fm-steps{display:grid;grid-template-columns:repeat(4,1fr)}
.fm-step{padding:16px 14px;position:relative}
.fm-step:not(:last-child)::after{content:'';position:absolute;right:0;top:28px;width:1px;height:28px;background:#C9E5DF}
.fm-step-num{width:28px;height:28px;border-radius:50%;background:#0D7D6F;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:10px}
.fm-step-title{font-size:13px;font-weight:600;color:#1E2D35;margin-bottom:4px}
.fm-step-body{font-size:11px;color:#4B6070;line-height:1.6}

/* MBS items */
.fm-mbs{background:#fff;border:1px solid #C9E5DF;border-radius:10px;padding:16px;margin-bottom:10px}
.fm-mbs-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.fm-mbs-title{font-size:13px;font-weight:600;color:#1E2D35}
.fm-mbs-item{font-size:10px;color:#085041;background:#E5F5F1;padding:2px 8px;border-radius:20px;font-weight:600}
.fm-mbs-body{font-size:12px;color:#4B6070;line-height:1.6}
.fm-mbs-note{font-size:11px;color:#4B6070;margin-top:8px;padding-top:8px;border-top:1px solid #E5F5F1;display:flex;align-items:flex-start;gap:6px}
.fm-mbs-note i{color:#0D7D6F;font-size:13px;flex-shrink:0;margin-top:1px}

/* Notice boxes */
.fm-notice{background:#FFF8F0;border:1px solid #F5D9C0;border-radius:8px;padding:14px 16px;display:flex;gap:12px;align-items:flex-start;margin-top:16px}
.fm-notice i{color:#E8633D;font-size:18px;flex-shrink:0;margin-top:1px}
.fm-notice-title{font-size:13px;font-weight:600;color:#1E2D35;margin-bottom:3px}
.fm-notice-body{font-size:12px;color:#4B6070;line-height:1.6}

/* Bulk billing banner */
.fm-bulk{background:#E5F5F1;border-radius:8px;padding:12px 14px;display:flex;gap:8px;align-items:flex-start;margin-bottom:12px}
.fm-bulk i{color:#0D7D6F;font-size:16px;flex-shrink:0;margin-top:1px}
.fm-bulk-title{font-weight:600;margin-bottom:2px;font-size:12px;color:#085041}
.fm-bulk-text{font-size:12px;color:#085041;line-height:1.55}

/* Risk box */
.fm-risk{background:#FFF8F0;border:1px solid #F5D9C0;border-radius:8px;padding:16px;margin-top:4px}
.fm-risk-title{font-size:13px;font-weight:600;color:#1E2D35;margin-bottom:8px;display:flex;align-items:center;gap:7px}
.fm-risk-title i{color:#E8633D;font-size:16px}
.fm-risk-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px}
.fm-risk-item{font-size:11px;color:#4B6070;display:flex;align-items:center;gap:6px;padding:2px 0}
.fm-risk-item i{color:#E8633D;font-size:12px;flex-shrink:0}

/* Conditions grid */
.fm-cond-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.fm-cond-card{background:#fff;border:1px solid #C9E5DF;border-radius:8px;padding:12px}
.fm-cond-title{font-size:11px;font-weight:600;color:#0D7D6F;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;display:flex;align-items:center;gap:6px}
.fm-cond-title i{font-size:14px}
.fm-cond-item{font-size:11px;color:#4B6070;line-height:1.7}

/* NIP schedule */
.fm-schedule{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:4px}
.fm-sched-item{background:#fff;border:1px solid #C9E5DF;border-radius:8px;padding:12px}
.fm-sched-age{font-size:12px;font-weight:700;color:#0D7D6F;margin-bottom:6px}
.fm-sched-vaccine{font-size:11px;color:#4B6070;line-height:1.7}
.fm-nip-note{background:#E5F5F1;border-radius:6px;padding:10px 14px;font-size:11px;color:#085041;margin-top:10px;display:flex;align-items:center;gap:8px}
.fm-nip-note i{font-size:14px;flex-shrink:0}

/* Services index cards */
.fm-svc-card{background:#fff;border:1px solid #C9E5DF;border-radius:10px;padding:20px;cursor:pointer;transition:border-color .15s,background .15s;display:flex;flex-direction:column}
.fm-svc-card:hover{border-color:#0D7D6F;background:#F5FDFB}
.fm-svc-card:hover .fm-svc-link,.fm-svc-card:hover .fm-svc-arrow{color:#E8633D}
.fm-svc-card:hover .fm-svc-icon{color:#E8633D}
.fm-svc-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:10px}
.fm-svc-icon{font-size:26px;color:#0D7D6F;transition:color .15s}
.fm-svc-arrow{font-size:16px;color:#C9E5DF;transition:color .15s}
.fm-svc-title{font-size:15px;font-weight:700;color:#1E2D35;margin-bottom:5px}
.fm-svc-desc{font-size:12px;color:#4B6070;line-height:1.65;margin-bottom:12px}
.fm-svc-items{flex:1;margin-bottom:14px}
.fm-svc-footer{border-top:1px solid #E8F5F0;padding-top:12px;display:flex;align-items:center;justify-content:space-between}
.fm-svc-link{font-size:12px;font-weight:600;color:#0D7D6F;transition:color .15s}
.fm-svc-tags{display:flex;gap:5px;flex-wrap:wrap}
.fm-tag{font-size:10px;background:#E5F5F1;color:#085041;padding:2px 7px;border-radius:20px;font-weight:500}
.fm-tag.coral{background:#FDEBD9;color:#712B13}
.fm-unsure{background:#fff;padding:18px 24px;display:flex;align-items:center;gap:16px;border-top:1px solid #C9E5DF;border-bottom:1px solid #C9E5DF}
.fm-unsure-icon{width:40px;height:40px;background:#E5F5F1;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.fm-unsure-icon i{font-size:20px;color:#0D7D6F}
.fm-unsure-title{font-size:13px;font-weight:600;color:#1E2D35;margin-bottom:2px}
.fm-unsure-text{font-size:12px;color:#4B6070;line-height:1.5}
.fm-unsure-cta{background:#0D7D6F;color:#fff;padding:9px 16px;border-radius:4px;font-size:12px;font-weight:600;white-space:nowrap;flex-shrink:0}

/* Fees */
.fm-fee-item{background:#fff;border:1px solid #C9E5DF;border-radius:10px;padding:18px 20px;margin-bottom:10px;display:flex;align-items:center;gap:20px}
.fm-fee-badge{background:#0D7D6F;color:#fff;border-radius:6px;padding:6px 10px;font-size:10px;font-weight:700;text-align:center;flex-shrink:0;min-width:52px}
.fm-fee-badge-label{font-size:9px;font-weight:400;opacity:.8;display:block;margin-bottom:2px}
.fm-fee-badge-num{font-size:16px;font-weight:700}
.fm-fee-body{flex:1}
.fm-fee-title{font-size:14px;font-weight:600;color:#1E2D35;margin-bottom:2px}
.fm-fee-desc{font-size:12px;color:#4B6070;line-height:1.5}
.fm-fee-amount{font-size:24px;font-weight:700;color:#0D7D6F;flex-shrink:0;text-align:right}
.fm-fee-amount-label{font-size:10px;color:#4B6070;font-weight:400;display:block;text-align:right}
.fm-bulk-banner{background:#E5F5F1;border:1px solid #9FE1CB;border-radius:10px;padding:16px 20px;display:flex;align-items:center;gap:14px;margin-bottom:10px}
.fm-bulk-banner i{font-size:24px;color:#0D7D6F;flex-shrink:0}
.fm-bulk-banner-title{font-size:14px;font-weight:600;color:#085041;margin-bottom:3px}
.fm-bulk-banner-text{font-size:12px;color:#085041;line-height:1.55;opacity:.85}

/* GP cards */
.gp-card{background:#fff;border:1px solid #C9E5DF;border-radius:10px;padding:18px;cursor:pointer;transition:border-color .15s,background .15s;text-align:center}
.gp-card:hover,.gp-card.active{border:2px solid #0D7D6F;background:#F5FDFB}
.gp-avatar{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;margin:0 auto 10px}
.gp-name{font-size:14px;font-weight:600;color:#1E2D35;margin-bottom:3px}
.gp-creds{font-size:11px;color:#4B6070;margin-bottom:8px;line-height:1.4}
.gp-tags{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;margin-bottom:10px}
.gp-tag{font-size:10px;background:#E5F5F1;color:#085041;padding:2px 7px;border-radius:20px}
.gp-view{font-size:11px;color:#0D7D6F;font-weight:500;display:flex;align-items:center;justify-content:center;gap:4px}
.gp-panel{background:#fff;border:2px solid #0D7D6F;border-radius:10px;padding:20px;margin-top:8px;display:none}
.gp-panel-inner{display:flex;align-items:flex-start;gap:16px}
.gp-panel-avatar{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;color:#fff;flex-shrink:0}
.gp-panel-name{font-size:16px;font-weight:700;color:#1E2D35;margin-bottom:2px}
.gp-panel-creds{font-size:11px;color:#4B6070;margin-bottom:10px}
.gp-panel-bio{font-size:12px;color:#4B6070;line-height:1.75;margin-bottom:12px}
.gp-interest-label{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#0D7D6F;font-weight:600;margin-bottom:6px}
.gp-panel-tags{display:flex;flex-wrap:wrap;gap:5px}
.gp-panel-tag{font-size:11px;background:#E5F5F1;color:#085041;padding:3px 9px;border-radius:20px}
.gp-close{font-size:18px;color:#4B6070;cursor:pointer;flex-shrink:0;line-height:1}

/* Practice page */
.fm-about{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
.fm-about-body{font-size:13px;color:#4B6070;line-height:1.8}
.fm-about-body p{margin:0 0 12px}
.fm-values{display:flex;flex-direction:column;gap:10px}
.fm-value{display:flex;align-items:flex-start;gap:10px;background:#F0FAF7;border-radius:8px;padding:12px 14px;border:1px solid #C9E5DF}
.fm-value i{font-size:18px;color:#0D7D6F;flex-shrink:0;margin-top:1px}
.fm-value-title{font-size:13px;font-weight:600;color:#1E2D35;margin-bottom:2px}
.fm-value-text{font-size:12px;color:#4B6070;line-height:1.5}
.fm-location{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}
.fm-loc-card{background:#fff;border:1px solid #C9E5DF;border-radius:10px;padding:16px}
.fm-loc-icon{font-size:22px;color:#0D7D6F;margin-bottom:10px;display:block}
.fm-loc-title{font-size:13px;font-weight:600;color:#1E2D35;margin-bottom:6px}
.fm-loc-body{font-size:12px;color:#4B6070;line-height:1.9}
.fm-loc-label{font-size:10px;color:#4B6070}
.fm-loc-val{font-size:12px;color:#1E2D35;font-weight:500;margin-bottom:6px}
.fm-hours-row{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px solid #E8F5F0;font-size:12px}
.fm-hours-row:last-child{border-bottom:none}
.fm-hours-day{color:#4B6070}
.fm-hours-time{color:#1E2D35;font-weight:500}
.fm-hours-time.closed{color:#E8633D}
.fm-after{background:#1E2D35;padding:20px 24px;display:flex;gap:20px;align-items:center}
.fm-after-icon{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.fm-after-icon i{font-size:20px;color:#7DCFC3}
.fm-after-title{font-size:13px;font-weight:600;color:#fff;margin-bottom:3px}
.fm-after-text{font-size:12px;color:rgba(255,255,255,.6);line-height:1.6}
.fm-after-cta{background:#0D7D6F;color:#fff;padding:9px 14px;border-radius:4px;font-size:11px;font-weight:600;white-space:nowrap;flex-shrink:0}
.fm-np{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.fm-np-card{background:#fff;border:1px solid #C9E5DF;border-radius:10px;padding:16px}
.fm-np-icon{font-size:20px;color:#0D7D6F;margin-bottom:8px;display:block}
.fm-np-title{font-size:13px;font-weight:600;color:#1E2D35;margin-bottom:5px}
.fm-np-body{font-size:12px;color:#4B6070;line-height:1.65}
.fm-np-dl{display:inline-flex;align-items:center;gap:5px;margin-top:8px;font-size:12px;font-weight:600;color:#0D7D6F}
.fm-check-sm{display:flex;align-items:flex-start;gap:6px;margin-bottom:5px;font-size:12px;color:#4B6070}
.fm-check-sm i{color:#0D7D6F;font-size:13px;flex-shrink:0;margin-top:1px}

/* Notes grid */
.fm-notes{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:4px}
.fm-note-card{background:#fff;border:1px solid #C9E5DF;border-radius:8px;padding:14px}
.fm-note-icon{font-size:18px;color:#0D7D6F;margin-bottom:8px;display:block}
.fm-note-title{font-size:12px;font-weight:600;color:#1E2D35;margin-bottom:4px}
.fm-note-text{font-size:11px;color:#4B6070;line-height:1.6}

/* Contact form */
.fm-contact-wrap{background:#F0FAF7;padding:24px;display:grid;grid-template-columns:1fr 220px;gap:20px;align-items:start}
.fm-form-box{background:#fff;border:1px solid #C9E5DF;border-radius:10px;padding:20px}
.fm-form-title{font-size:15px;font-weight:700;color:#1E2D35;margin-bottom:4px}
.fm-form-sub{font-size:12px;color:#4B6070;margin-bottom:18px;line-height:1.5}
.fm-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}
.fm-field{margin-bottom:12px}
.fm-label{font-size:11px;font-weight:600;color:#1E2D35;margin-bottom:4px;display:block}
.fm-label span{color:#E8633D;margin-left:2px}
.fm-input,.fm-select,.fm-textarea{width:100%;border:1px solid #C9E5DF;border-radius:6px;padding:8px 10px;font-size:12px;color:#1E2D35;background:#fff;box-sizing:border-box;outline:none;font-family:inherit}
.fm-input:focus,.fm-select:focus,.fm-textarea:focus{border-color:#0D7D6F}
.fm-select{appearance:none}
.fm-textarea{resize:vertical;min-height:72px}
.fm-radio-group{display:flex;gap:16px;margin-top:2px}
.fm-radio-label{display:flex;align-items:center;gap:6px;font-size:12px;color:#4B6070;cursor:pointer}
.fm-radio-label input{accent-color:#0D7D6F;width:14px;height:14px}
.fm-time-group{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:2px}
.fm-time-btn{border:1px solid #C9E5DF;border-radius:6px;padding:7px 4px;font-size:11px;color:#4B6070;text-align:center;cursor:pointer;background:#fff;transition:all .1s}
.fm-time-btn.sel,.fm-time-btn:hover{border-color:#0D7D6F;background:#E5F5F1;color:#085041;font-weight:600}
.fm-submit{width:100%;background:#E8633D;color:#fff;border:none;border-radius:6px;padding:12px;font-size:13px;font-weight:600;cursor:pointer;margin-top:6px;font-family:inherit}
.fm-submit:hover{background:#D05530}
.fm-privacy{font-size:10px;color:#4B6070;text-align:center;margin-top:8px;line-height:1.5}
.fm-sidebar{display:flex;flex-direction:column;gap:12px}
.fm-contact-card{background:#fff;border:1px solid #C9E5DF;border-radius:10px;padding:14px}
.fm-contact-icon{font-size:18px;color:#0D7D6F;margin-bottom:8px;display:block}
.fm-contact-title{font-size:12px;font-weight:600;color:#1E2D35;margin-bottom:6px}
.fm-contact-line{display:flex;align-items:flex-start;gap:7px;margin-bottom:5px}
.fm-contact-line i{font-size:13px;color:#0D7D6F;flex-shrink:0;margin-top:1px}
.fm-contact-text{font-size:11px;color:#4B6070;line-height:1.5}
.fm-contact-val{font-size:12px;color:#1E2D35;font-weight:500}
.fm-hours-mini{font-size:11px}
.fm-hours-mini-row{display:flex;justify-content:space-between;padding:3px 0;border-bottom:1px solid #E8F5F0;color:#4B6070}
.fm-hours-mini-row:last-child{border-bottom:none}
.fm-hours-mini-time{color:#1E2D35;font-weight:500}
.fm-hours-mini-time.closed{color:#E8633D}
.fm-urgent{background:#FFF8F0;border:1px solid #F5D9C0;border-radius:8px;padding:12px;font-size:11px;color:#4B6070;line-height:1.55}
.fm-urgent strong{color:#E8633D;display:block;margin-bottom:3px}
.fm-success{display:none;text-align:center;padding:24px 16px}
.fm-success i{font-size:40px;color:#0D7D6F;margin-bottom:12px;display:block}
.fm-success-title{font-size:16px;font-weight:700;color:#1E2D35;margin-bottom:6px}
.fm-success-text{font-size:13px;color:#4B6070;line-height:1.6}

/* CTA strip */
.fm-cta{background:#0D7D6F;padding:28px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.fm-cta h2{font-size:17px;font-weight:700;color:#fff;margin:0 0 4px}
.fm-cta p{font-size:12px;color:#B8E4DE;margin:0;line-height:1.6}
.fm-btn-coral{background:#E8633D;color:#fff;padding:10px 18px;border-radius:4px;font-size:12px;font-weight:600;white-space:nowrap;display:inline-block}
.fm-btn-coral:hover{background:#D05530}
.fm-btn-outline{border:1.5px solid rgba(255,255,255,.4);color:#fff;padding:10px 16px;border-radius:4px;font-size:12px;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}
.fm-cta-btns{display:flex;gap:10px;flex-shrink:0}

/* Footer */
.fm-footer{background:#1E2D35;padding:12px 20px;display:flex;justify-content:space-between;align-items:center}

/* Homepage hero */
.fm-home-hero{background:#0D7D6F;padding:40px 24px}
.fm-home-hero h1{font-size:28px;font-weight:700;color:#fff;margin:0 0 10px;line-height:1.2;max-width:420px}
.fm-home-hero p{font-size:13px;color:#B8E4DE;margin:0 0 22px;line-height:1.65;max-width:420px}
.fm-home-eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#7DCFC3;margin-bottom:10px;font-weight:500}
.fm-home-btns{display:flex;gap:10px;flex-wrap:wrap}
.fm-home-btn-primary{background:#E8633D;color:#fff;padding:10px 20px;border-radius:4px;font-size:13px;font-weight:600;display:inline-block}
.fm-home-btn-secondary{border:1.5px solid rgba(255,255,255,.4);color:#fff;padding:10px 18px;border-radius:4px;font-size:13px;display:inline-flex;align-items:center;gap:6px}
.fm-intro-strip{background:#fff;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #C9E5DF}
.fm-intro-text{font-size:12px;color:#4B6070;line-height:1.6;max-width:420px}
.fm-hours-strip{background:#fff;padding:20px;border-top:1px solid #C9E5DF;display:flex;gap:0;align-items:flex-start}
.fm-hours-col{flex:1;padding-right:24px}
.fm-hours-col+.fm-hours-col{border-left:1px solid #C9E5DF;padding-left:24px}
.fm-hours-label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#0D7D6F;margin-bottom:10px;font-weight:600;display:flex;align-items:center;gap:5px}
.fm-hours-label i{font-size:13px}
.fm-announce{background:#E8633D;padding:14px 20px;display:flex;justify-content:space-between;align-items:center}
.fm-announce-text{font-size:12px;color:#fff;font-weight:600;display:flex;align-items:center;gap:8px}
.fm-announce-text i{font-size:16px}
.fm-announce-btn{border:1.5px solid rgba(255,255,255,.5);color:#fff;padding:6px 14px;border-radius:4px;font-size:11px;white-space:nowrap}

@media(max-width:700px){
.fm-intro,.fm-2col,.fm-3col,.fm-cond-grid,.fm-schedule,.fm-steps,.fm-location,.fm-np,.fm-about,.fm-contact-wrap,.fm-notes,.fm-risk-grid,.fm-home-hero,.fm-hours-strip{grid-template-columns:1fr;display:block}
.fm-steps .fm-step:not(:last-child)::after{display:none}
.fm-hours-col+.fm-hours-col{border-left:none;border-top:1px solid #C9E5DF;padding-left:0;padding-top:16px;margin-top:16px}
.fm-fee-item{flex-direction:column;gap:12px}
.fm-cta{flex-direction:column;text-align:center}
.fm-cta-btns{justify-content:center}
.fm-unsure{flex-direction:column}
.fm-bulk-banner{flex-direction:column}
.fm-after{flex-direction:column}
.fm-fm-nav-links{display:none}
}
