/* Cache Generated at 2026-07-21 01:28:37 | Post: 215 | Template: .twig, page.twig, default.twig */
 .map-band { position: relative; min-height: clamp(300px, 40vw, 460px); background: var(--color-surface); } .map-band__card { position: absolute; left: clamp(16px, 4vw, 48px); bottom: clamp(16px, 4vw, 48px); z-index: 1; max-width: 320px; background: #fff; border-radius: 14px; padding: 1.2rem 1.4rem; box-shadow: 0 24px 50px -30px rgba(0, 0, 0, .5); } .map-band__name { font-family: var(--font-family-secondary); font-weight: 700; color: var(--color-primary); font-size: 1.3rem; margin: 0 0 .35rem; } .map-band__card p { margin: 0 0 .6rem; color: var(--color-text-muted); font-size: .92rem; line-height: 1.5; } .map-band__label { display: block; font-family: var(--font-family-primary); font-weight: 700; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--color-primary); margin-bottom: .1rem; } .map-band__link { display: inline-block; margin-top: .1rem; font-family: var(--font-family-primary); font-weight: 600; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--color-primary); } .map-band__link:hover { text-decoration: none; opacity: .8; }  .google-map { position: relative; width: 100%; height: 450px; background-color: var(--color-surface); transition: opacity 0.3s ease; opacity: 0; } .google-map.loaded { opacity: 1; } @media (min-width: 992px) { .google-map { height: 620px; } } .google-map__pin { display: flex; align-items: center; justify-content: center; } .google-map__property-logo { width: auto; height: auto; max-width: 100%; max-height: 100%; } .google-map__icon { width: 100%; height: 100%; object-fit: cover; } /* Hide Google's default white background + tail behind the bubble so our custom one shows through cleanly. */ .gm-style .gm-style-iw-tc::after { background: var(--iw-bg, #ffffff); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); } .gm-style .gm-style-iw-c { padding: 0 !important; /* remove default inner padding */ background: var(--iw-bg, #ffffff) !important; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08) !important; max-width: 320px !important; overflow: hidden !important; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; } /* Inner scrollable wrapper — kill the forced extra padding/scrollbar that Google adds when content is short. */ .gm-style .gm-style-iw-d { overflow: auto !important; padding: 18px 20px 16px !important; max-height: none !important; color: var(--iw-text, #1f2937); line-height: 1.5; font-size: 14px; } /* Reposition + restyle the close (×) button */ .gm-style .gm-style-iw-chr { position: absolute; top: 6px; right: 6px; height: auto !important; } .gm-style .gm-ui-hover-effect { width: 28px !important; height: 28px !important; opacity: 0.6 !important; border-radius: 50% !important; transition: opacity 0.15s ease, background-color 0.15s ease; } .gm-style .gm-ui-hover-effect:hover { opacity: 1 !important; background-color: rgba(0, 0, 0, 0.05) !important; } .gm-style .gm-ui-hover-effect > span { margin: 6px !important; width: 16px !important; height: 16px !important; } /* ---------- Theme 1: Modern (default) ---------- */ :root { --iw-bg: #ffffff; --iw-text: #1f2937; --iw-muted: #6b7280; --iw-accent: #2563eb; --iw-border: #e5e7eb; } /* ---------- Theme 2: Glass / Frosted ---------- Uncomment to use. Works best over satellite imagery. ------------------------------------------------- */ .gm-style .gm-style-iw-c { background: rgba(255, 255, 255, 0.72) !important; backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); border: 1px solid rgba(255, 255, 255, 0.6) !important; } .gm-style .gm-style-iw-tc::after { background: rgba(255, 255, 255, 0.72); backdrop-filter: blur(20px) saturate(180%); } /* ---------- Theme 3: Dark ---------- Uncomment for dark-mode maps. ------------------------------------ */ /* :root { --iw-bg: #1f2937; --iw-text: #f3f4f6; --iw-muted: #9ca3af; --iw-accent: #60a5fa; --iw-border: #374151; } .gm-style .gm-ui-hover-effect { filter: invert(1); } */ /* ============================================================ Content classes — wrap your InfoWindow HTML with these for a consistent layout. Example: <div class="iw"> <div class="iw__image" style="background-image:url(...)"></div> <div class="iw__body"> <h3 class="iw__title">Blue Bottle Coffee</h3> <p class="iw__subtitle">Coffee shop · $$</p> <div class="iw__meta"> <span class="iw__rating">★ 4.6</span> <span class="iw__dot">·</span> <span>1,248 reviews</span> </div> <p class="iw__desc">Specialty pour-over and pastries in a minimalist space.</p> <a class="iw__button" href="#">Get directions</a> </div> </div> ============================================================ */ .iw { margin: -18px -20px -16px; /* counter .gm-style-iw-d padding */ } .iw__image { height: 140px; background-size: cover; background-position: center; background-color: #f3f4f6; } .iw__body { padding: 14px 18px 16px; } .iw__title { margin: 0 0 2px; font-size: 16px; font-weight: 600; color: var(--iw-text); letter-spacing: -0.01em; } .iw__subtitle { margin: 0 0 10px; font-size: 13px; color: var(--iw-muted); } .iw__meta { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--iw-muted); margin-bottom: 10px; } .iw__rating { color: #f59e0b; font-weight: 600; } .iw__dot { opacity: 0.5; } .iw__desc { margin: 0 0 14px; font-size: 13.5px; color: var(--iw-text); line-height: 1.5; } .iw__button { display: inline-block; padding: 8px 14px; background: var(--iw-accent); color: #ffffff; font-size: 13px; font-weight: 500; text-decoration: none; transition: background-color 0.15s ease, transform 0.05s ease; } .iw__button:hover { background: color-mix(in srgb, var(--iw-accent) 88%, black); } .iw__button:active { transform: translateY(1px); } /* Secondary / ghost button variant */ .iw__button--ghost { background: transparent; color: var(--iw-accent); border: 1px solid var(--iw-border); } .iw__button--ghost:hover { background: rgba(0, 0, 0, 0.03); } /* Divider */ .iw__divider { height: 1px; background: var(--iw-border); margin: 10px 0; } /* Tag / chip */ .iw__tag { display: inline-block; padding: 2px 8px; background: color-mix(in srgb, var(--iw-accent) 12%, transparent); color: var(--iw-accent); font-size: 11px; font-weight: 500; letter-spacing: 0.02em; } .google-map__pin:not(.google-map__pin--primary) { mask-image: url("https://www.mifflinchapter.com/wp-content/themes/university-partners-2026/assets/images/icons/map-marker.svg"); mask-size: contain; mask-repeat: no-repeat; mask-position: center; background-color: var(--color-accent); width: 32px; height: 32px; } .google-map__pin.google-map__pin--primary { background-color: var(--color-primary-dark); padding: .65rem 1rem; } .google-map__pin.google-map__pin--primary::before { content: ""; background: url("https://www.mifflinchapter.com/wp-content/uploads/2026/06/logo-white.svg"); background-size: contain; background-repeat: no-repeat; background-position: center; background-color: var(--color-primary-dark); width: 135px; aspect-ratio: 200/64; } /* After arrow at bottom center of primary pin */ .google-map__pin.google-map__pin--primary::after { content: ""; position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 12px solid var(--color-primary-dark); }  .footer { background: var(--color-primary-deep); color: #f4ece9; text-align: center; padding-top: clamp(2.4rem, 5vw, 3.4rem); } .footer__brand { line-height: 0; margin-bottom: 1.4rem; } .footer__logo { height: clamp(48px, 4.4vw, 62px); width: auto; display: inline-block; } /* Contact: phone · divider · stacked labeled addresses */ .footer__contact { font-size: .92rem; color: #f0ddd8; margin-bottom: 1.6rem; padding: 0 var(--x-gap); display: flex; flex-direction: column; align-items: center; gap: 1rem; } .footer__phone { font-family: var(--font-family-secondary); font-weight: 700; font-size: clamp(1.45rem, 2.4vw, 1.95rem); line-height: 1; letter-spacing: .01em; color: #fff; } .footer__phone:hover { text-decoration: underline; } .footer__divider { width: 64px; height: 1px; background: rgba(255, 255, 255, .28); } .footer__addresses { display: flex; flex-direction: column; gap: .35rem; text-align: center; } .footer__addr { display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; align-items: center; gap: .5rem; } .footer__addr-label { font-family: var(--font-family-primary); font-weight: 700; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--color-accent-light); } @media (min-width: 680px) { .footer__contact { flex-direction: row; align-items: center; justify-content: center; gap: 0; } .footer__divider { width: 1px; height: 50px; margin: 0 1.5rem; } .footer__addresses { text-align: left; } .footer__addr { flex-direction: row; justify-content: flex-start; } } /* Social icons restyled for the dark footer (outlined circles) */ .footer__socials { justify-content: center; margin-bottom: 2.2rem; } .footer__socials .sns__link { background: #fff; border: 1.5px solid rgba(255, 255, 255, .6); padding: .6rem; } .footer__socials .sns__link::before { background: var(--color-primary-deep); } .footer__socials .sns__link:hover, .footer__socials .sns__link:focus-visible { background: transparent; } .footer__socials .sns__link:hover::before, .footer__socials .sns__link:focus-visible::before { background: #fff; } /* Bottom bar: policies · footer nav · partner logo */ .footer__bar { border-top: 1px solid rgba(255, 255, 255, .18); padding: 1.2rem var(--x-gap); display: grid; grid-template-columns: 1fr; gap: 1rem; align-items: center; justify-items: center; } .footer__policies-menu { display: flex; gap: .5rem; justify-content: center; } .footer__policies-menu .menu__item { display: inline-block; } .footer__policies-menu .menu__item:not(:last-child)::after { content: '|'; font-size: .7em; color: rgba(255, 255, 255, .18); margin-left: .25rem; } .footer__policies-menu .menu__link { font-family: var(--font-family-primary); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; color: #f4ece9; } .footer__nav { display: flex; flex-wrap: wrap; gap: .9rem 1.4rem; justify-content: center; } .footer__nav .menu__link { font-family: var(--font-family-primary); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 600; color: #f4ece9; } /* current page: coral accent + underline against the brick footer */ .footer__nav .menu__item--current .menu__link { color: var(--color-accent, #e9bcb0); text-decoration: underline; text-underline-offset: 4px; } .footer__partner { display: flex; align-items: center; } .footer__partner img { width: 90px; height: auto; display: block; } @media (min-width: 980px) { .footer__bar { grid-template-columns: 1fr auto 1fr; } .footer__policies-menu { justify-self: start; } .footer__nav { justify-self: center; } .footer__partner { justify-self: end; grid-column: 3; } } 