@font-face {
  font-family: "Leaf";
  src: url("fonts/leaf.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "OpenLocal";
  src: url("fonts/open-sans.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

:root {
  --green: #5fae3f;
  --green-dark: #2f7538;
  --green-soft: #eff8e9;
  --navy: #17475d;
  --text: #24323a;
  --muted: #647179;
  --gold: #f7b719;
  --gold-soft: #fff3c4;
  --coral: #ee7c85;
  --coral-soft: #ffe5e7;
  --blue: #5f9dbc;
  --blue-soft: #e8f4f8;
  --cream: #fffaf0;
  --white: #ffffff;
  --line: #dde8dd;
  --shadow: 0 18px 45px rgba(25, 57, 42, 0.14);
  --radius: 8px;
  --site-max: 1900px;
  --container: 1500px;
  --page-bg: #dbeecd;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--page-bg);
  font-family: OpenLocal, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

.site-header,
main,
.site-footer,
#cp {
  width: 100%;
  max-width: var(--site-max);
  margin-inline: auto;
}

img,
svg,
iframe {
  max-width: 100%;
}

img {
  height: auto;
  display: block;
}

a {
  color: var(--green-dark);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--navy);
}

p,
h1,
h2,
h3,
li,
dd,
address {
  overflow-wrap: break-word;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(247, 183, 25, 0.7);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 20;
  padding: 0.65rem 1rem;
  border-radius: var(--radius);
  background: var(--navy);
  color: var(--white);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
  color: var(--white);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 1rem;
}

.top-strip {
  background: linear-gradient(90deg, var(--green-dark), var(--green));
  color: var(--white);
  font-size: 0.9rem;
}

.top-strip__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.top-strip a {
  color: var(--white);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.top-strip span {
  overflow-wrap: anywhere;
}

.top-strip__group {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-home::before { content: "\f015"; }
.fa-calendar::before { content: "\f073"; }
.fa-pencil::before { content: "\f040"; }
.fa-file-text-o::before { content: "\f0f6"; }
.fa-users::before { content: "\f0c0"; }
.fa-files-o::before { content: "\f0c5"; }
.fa-bullhorn::before { content: "\f0a1"; }
.fa-university::before { content: "\f19c"; }
.fa-map-marker::before { content: "\f041"; }
.fa-phone::before { content: "\f095"; }
.fa-envelope-o::before { content: "\f003"; }
.fa-facebook::before { content: "\f09a"; }
.fa-file-pdf-o::before { content: "\f1c1"; }
.fa-road::before { content: "\f018"; }
.fa-external-link-square::before { content: "\f14c"; }
.fa-heart-o::before { content: "\f08a"; }
.fa-leaf::before { content: "\f06c"; }

.contact-link,
.main-nav a,
.footer-list a,
.js-email,
.email-link,
.button,
.download-link,
.directions-form button {
  column-gap: 0;
}

.contact-link .fa,
.main-nav a .fa,
.footer-list a .fa,
.js-email .fa,
.email-link .fa,
.button .fa,
.nav-cta .fa,
.download-link .fa,
.directions-form button .fa {
  flex: 0 0 auto;
}

.contact-link .fa + span,
.main-nav a .fa + span,
.footer-list a .fa + span,
.js-email .fa + .email-text,
.email-link .fa + .email-text,
.button .fa + span,
.nav-cta .fa + span,
.download-link .fa + span,
.directions-form button .fa + span {
  margin-left: 0.55rem;
}

.top-strip .contact-link .fa + span,
.main-nav a .fa + span {
  margin-left: 0.32rem;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
}

.contact-link span,
.email-text {
  min-width: 0;
  overflow-wrap: anywhere;
}

.main-nav a,
.js-email,
.footer-list a,
.email-link {
  display: inline-flex;
  align-items: center;
}

.main-nav .fa {
  color: var(--green);
  font-size: 0.9em;
}

.top-strip .fa,
.footer-list .fa,
.email-link .fa {
  font-size: 0.95em;
}

.site-header {
  background: var(--white);
  position: relative;
  z-index: 10;
  box-shadow: 0 2px 18px rgba(36, 50, 58, 0.08);
}

.nav-shell {
  background: rgba(255, 255, 255, 0.96);
}

.nav-inner {
  min-height: 96px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: clamp(115px, 12vw, 155px);
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.45rem, 1.2vw, 1rem);
  flex-wrap: wrap;
  min-width: 0;
  max-width: 100%;
}

.main-nav a {
  color: #30373b;
  font-weight: 800;
  font-size: 0.88rem;
  padding-block: 0.4rem;
  border-bottom: 3px solid transparent;
}

.main-nav a:hover,
.main-nav a:focus,
.main-nav a.is-active {
  color: var(--green-dark);
  border-color: var(--green);
}

.button,
.nav-cta,
.download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.72rem 1.45rem;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover,
.button:focus,
.nav-cta:hover,
.nav-cta:focus,
.download-link:hover,
.download-link:focus {
  transform: translateY(-1px);
}

.button-primary,
.nav-cta {
  background: var(--gold);
  color: #5c4100;
  box-shadow: 0 10px 22px rgba(247, 183, 25, 0.28);
}

.button-primary:hover,
.button-primary:focus,
.nav-cta:hover,
.nav-cta:focus {
  background: #ffc629;
  color: #3d2a00;
}

.button-secondary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 10px 22px rgba(95, 174, 63, 0.25);
}

.button-secondary:hover,
.button-secondary:focus {
  background: var(--green-dark);
  color: var(--white);
}

.button-outline {
  background: rgba(255, 255, 255, 0.78);
  border-color: var(--green);
  color: var(--green-dark);
}

.button-outline:hover,
.button-outline:focus {
  background: var(--green-soft);
  color: var(--green-dark);
}

.hero {
  min-height: clamp(360px, 56vh, 540px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: var(--green-soft);
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 42%, rgba(255, 255, 255, 0.15) 74%),
    url("images/front1.jpg");
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset-inline: -5%;
  bottom: -56px;
  height: 112px;
  background: var(--cream);
  border-radius: 50% 50% 0 0;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 650px;
  min-width: 0;
  padding-block: 3.5rem 4.5rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 0.85rem;
}

.hero h1,
.page-hero h1,
.section-title,
.script-title {
  font-family: OpenLocal, Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.02;
}

.hero h1 {
  font-family: Leaf, OpenLocal, Arial, sans-serif;
  font-weight: 900;
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(2.85rem, 5.4vw, 4.85rem);
  max-width: 760px;
  white-space: nowrap;
  letter-spacing: 0;
}

.hero__tagline {
  margin: 0.1rem 0 1rem;
  color: var(--navy);
  font-family: OpenLocal, Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 3.2vw, 2.75rem);
  line-height: 1.08;
  max-width: 560px;
}

.hero__tagline span {
  display: block;
}

.hero__copy {
  width: 100%;
  max-width: 520px;
  color: #3f4a50;
  font-size: clamp(1.03rem, 1.5vw, 1.22rem);
  margin: 0 0 1.6rem;
  overflow-wrap: break-word;
}

.hero__actions,
.section-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.section-actions.top-space {
  margin-top: 1.4rem;
}

.feature-ribbon {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.92), var(--white));
  border-bottom: 1px solid var(--line);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  padding: 2rem 0 1.8rem;
}

.feature-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1rem;
  align-items: start;
  min-width: 0;
}

.feature-item > div,
.mini-card,
.program-card,
.staff-card,
.document-card,
.contact-card,
.soft-panel {
  min-width: 0;
}

.icon-circle {
  width: 64px;
  height: 64px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  flex: 0 0 auto;
}

.icon-circle svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-green {
  background: var(--green);
}

.icon-gold {
  background: var(--gold);
}

.icon-coral {
  background: var(--coral);
}

.icon-blue {
  background: var(--blue);
}

.feature-item h2,
.feature-item h3 {
  margin: 0 0 0.15rem;
  font-size: 1.04rem;
  line-height: 1.25;
}

.feature-item p {
  margin: 0;
  color: #46545a;
  font-size: 0.94rem;
  line-height: 1.5;
}

.section {
  padding: clamp(3.2rem, 6vw, 5.25rem) 0;
}

.section-white {
  background: var(--white);
}

.section-cream {
  background: var(--cream);
}

.section-green {
  background: linear-gradient(180deg, var(--green-soft), #f9fff4);
}

.section-gold {
  background: linear-gradient(90deg, #fff7d8, #fdf7e7);
}

.section-title {
  margin: 0 0 1rem;
  color: var(--navy);
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.section-title.green {
  color: var(--green-dark);
}

.section-title.center,
.section-intro.center {
  text-align: center;
}

.section-intro {
  margin: 0 0 2rem;
  color: #455157;
  font-size: 1.05rem;
}

.lead {
  color: #455157;
  font-size: 1.08rem;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.two-column.reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.image-window {
  border-radius: 48% 52% 48% 52% / 14% 16% 18% 17%;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}

.image-window img {
  width: 100%;
  min-height: 280px;
  object-fit: cover;
}

.image-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}

.image-card img {
  width: 100%;
}

.soft-panel {
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 85% 20%, rgba(95, 174, 63, 0.14), transparent 28%),
    linear-gradient(135deg, #f4faef, #ffffff);
  border: 1px solid var(--line);
  padding: clamp(1.4rem, 3vw, 2.2rem);
  box-shadow: 0 12px 30px rgba(40, 95, 58, 0.09);
}

.soft-panel h2,
.soft-panel h3 {
  margin-top: 0;
}

.panel-script-title {
  color: var(--green-dark);
  font-size: 2.2rem;
}

.aside-title {
  font-size: 2.55rem;
}

.calendar-title {
  font-size: 2.55rem;
}

.program-list,
.check-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.program-list li,
.check-list li {
  position: relative;
  margin: 0.42rem 0;
  padding-left: 1.55rem;
}

.program-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.68);
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.mini-card,
.program-card,
.staff-card,
.document-card,
.contact-card {
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 32px rgba(35, 70, 50, 0.08);
}

.mini-card {
  padding: 1.45rem;
}

.mini-card h3,
.program-card h2,
.staff-card h2,
.document-card h2,
.contact-card h2 {
  margin: 0 0 0.4rem;
  color: var(--navy);
  line-height: 1.2;
}

.mini-card p,
.program-card p,
.staff-card p,
.contact-card p {
  margin: 0.35rem 0;
}

.quote-band {
  background: linear-gradient(90deg, #fff6d5, #fffaf0 46%, #eef8ec);
  border-block: 1px solid var(--line);
}

.quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) repeat(3, minmax(0, 0.7fr));
  gap: 1.25rem;
  align-items: center;
}

.quote {
  margin: 0;
  color: #34434a;
  font-size: 1.05rem;
}

.quote strong {
  color: var(--green-dark);
}

.testimonials-section {
  background: linear-gradient(90deg, #fff6d5, #fffaf0 46%, #eef8ec);
  border-block: 1px solid var(--line);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.testimonial-card {
  position: relative;
  min-width: 0;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(221, 232, 221, 0.9);
  box-shadow: 0 14px 32px rgba(35, 70, 50, 0.08);
  padding: 1.6rem;
}

.testimonial-card blockquote {
  margin: 0;
}

.testimonial-card p {
  margin: 0;
}

.testimonial-mark {
  color: var(--gold);
  font-size: 3.5rem;
  line-height: 0.8;
  font-weight: 900;
  margin-bottom: 0.4rem;
}

.testimonial-card blockquote p {
  color: #34434a;
  font-size: 0.98rem;
  font-style: italic;
  line-height: 1.62;
}

.testimonial-author {
  margin-top: 1rem;
  color: var(--green-dark);
  font-weight: 900;
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    url("images/2a.jpg") center / cover;
  padding: clamp(3rem, 6vw, 5rem) 0;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  margin: 0 0 0.45rem;
  color: var(--green-dark);
  font-size: clamp(2.65rem, 5vw, 4.25rem);
}

.page-hero p {
  width: min(720px, 100%);
  margin: 0;
  color: #455157;
  font-size: 1.08rem;
}

.breadcrumb {
  color: var(--green-dark);
  font-weight: 900;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.7rem;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.program-card {
  overflow: hidden;
}

.program-card__media {
  display: grid;
  grid-template-columns: 1fr;
}

.program-card__media.duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.program-card__body {
  padding: 1.45rem;
}

.program-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.program-card .ratio {
  display: inline-flex;
  margin-top: 0.8rem;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 900;
  font-size: 0.9rem;
}

.split-list {
  margin: 0.8rem 0;
  padding-left: 1.1rem;
}

.split-list li {
  margin-bottom: 0.4rem;
}

.staff-section + .staff-section {
  margin-top: 3rem;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.staff-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1.2rem;
  align-items: start;
  padding: 1rem;
  min-width: 0;
}

.staff-card > div {
  min-width: 0;
}

.staff-card img {
  width: 200px;
  height: 280px;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius);
  background: var(--green-soft);
}

.staff-card .role {
  color: var(--green-dark);
  font-weight: 900;
}

.staff-card .meta {
  color: #445258;
  margin-top: 0.65rem;
}

.staff-card .meta p,
.staff-card .email-link {
  overflow-wrap: anywhere;
}

.staff-card .email-link {
  display: inline-flex;
  margin-top: 0.65rem;
  font-weight: 800;
}

.document-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.supply-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.document-card {
  min-height: 170px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.document-card p {
  margin: 0;
  color: var(--muted);
}

.download-link {
  width: fit-content;
  min-height: 40px;
  padding: 0.55rem 1rem;
  background: var(--green-soft);
  color: var(--green-dark);
  border-color: rgba(95, 174, 63, 0.34);
  font-size: 0.9rem;
}

.download-link:hover,
.download-link:focus {
  background: var(--green);
  color: var(--white);
}

.calendar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.42fr);
  gap: 2rem;
  align-items: start;
}

.calendar-full {
  width: 100%;
}

.calendar-frame {
  overflow: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.calendar-frame img {
  width: 100%;
  max-width: 850px;
  min-width: 0;
  margin-inline: auto;
}

.calendar-download-row {
  margin-top: 1.5rem;
}

.calendar-download-card {
  max-width: 560px;
  margin-inline: auto;
  text-align: center;
}

.calendar-download-card .section-actions {
  justify-content: center;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 1.5rem;
  align-items: start;
}

.contact-stack {
  display: grid;
  gap: 1rem;
}

.contact-card {
  padding: 1.35rem;
}

.contact-card address {
  font-style: normal;
}

.contact-card dl {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.contact-card dt {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-card dd {
  margin: 0.1rem 0 0;
  font-size: 1.08rem;
}

.contact-card h2 .fa {
  margin-right: 0.45rem;
}

.form-embed {
  min-height: 430px;
}

.map-panel {
  margin-top: 1.5rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--white);
}

.map-panel iframe {
  display: block;
  width: 100%;
  height: 430px;
  border: 0;
}

.directions-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  padding: 1rem;
  border-top: 1px solid var(--line);
}

.directions-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbd8ca;
  border-radius: var(--radius);
  padding: 0 0.85rem;
  font: inherit;
}

.site-footer {
  background: #173d32;
  color: rgba(255, 255, 255, 0.86);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr 0.75fr;
  gap: 2rem;
  padding: 3rem clamp(2rem, 4vw, 4.5rem);
}

.footer-logo {
  width: clamp(115px, 12vw, 155px);
  margin-bottom: 0.9rem;
}

.footer-title {
  margin: 0 0 0.45rem;
  color: var(--white);
  font-family: Leaf, OpenLocal, Arial, sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}

.site-footer a {
  color: var(--white);
  font-weight: 800;
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list li + li {
  margin-top: 0.4rem;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 0.8rem;
  color: var(--gold);
  font-size: 1rem;
}

#cp {
  background-color: rgba(0,0,0,1);
  color: var(--white);
  font-size: 0.72rem;
  text-align: center;
}

.vicwdcopyright {
  margin: 0;
  padding: 0.42rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.2;
}

.copy {
  margin: 0 0.2rem 0 0.1rem;
}

.vicwdicon {
  height: 16px;
  width: auto;
  margin: 0 0.25rem 0 0.55rem;
  display: inline-block;
  flex: 0 0 auto;
  object-fit: contain;
}

.vicwd {
  color: var(--white);
  font-weight: 900;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
}

.vicwd:hover,
.vicwd:focus {
  color: var(--white);
  border-bottom-color: transparent;
}

.badge-row {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

.badge-row img {
  max-height: 74px;
  width: auto;
}

.portal-card {
  display: grid;
  gap: 0.8rem;
  align-items: start;
}

.note {
  color: var(--muted);
  font-size: 0.94rem;
}

@media (max-width: 1040px) {
  .nav-inner {
    grid-template-columns: auto 1fr;
  }

  .nav-cta {
    grid-column: 1 / -1;
    justify-self: start;
    margin-bottom: 1rem;
  }

  .main-nav {
    justify-content: flex-end;
  }

  .feature-grid,
  .mini-grid,
  .testimonial-grid,
  .document-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .staff-grid,
  .program-grid {
    grid-template-columns: 1fr;
  }

  .quote-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .calendar-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .top-strip__inner,
  .top-strip__group {
    justify-content: center;
  }

  .nav-inner {
    min-height: auto;
    padding: 1rem 0;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1rem;
  }

  .main-nav {
    justify-content: center;
    width: 100%;
  }

  .nav-cta {
    justify-self: center;
    margin-bottom: 0;
  }

  .hero {
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.74)),
      url("images/front1.jpg");
  }

  .hero__content {
    padding-block: 2.6rem 3.8rem;
  }

  .two-column,
  .two-column.reverse,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .image-window img {
    min-height: 220px;
  }

  .directions-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .container {
    padding-inline: 0.625rem;
  }

  .main-nav {
    gap: 0.35rem 0.85rem;
  }

  .main-nav a {
    font-size: 0.88rem;
  }

  .main-nav {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    column-gap: 1rem;
    row-gap: 0.45rem;
  }

  .top-strip__inner {
    padding: 0.4rem 0;
    gap: 0.25rem;
    text-align: center;
  }

  .top-strip__group {
    width: 100%;
    flex-direction: column;
    gap: 0.2rem;
  }

  .top-strip .contact-link {
    width: 100%;
    justify-content: center;
  }

  .top-strip .email-text {
    font-size: 0;
  }

  .top-strip .email-text::after {
    content: "Email Us";
    font-size: 0.95rem;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
    white-space: normal;
  }

  .hero__content,
  .feature-grid {
    max-width: 370px;
  }

  .feature-grid {
    margin-inline: auto;
  }

  .hero__tagline {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .feature-grid,
  .mini-grid,
  .testimonial-grid,
  .document-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .feature-item {
    grid-template-columns: 54px 1fr;
  }

  .icon-circle {
    width: 54px;
    height: 54px;
  }

  .icon-circle svg {
    width: 28px;
    height: 28px;
  }

  .staff-card {
    grid-template-columns: 1fr;
  }

  .staff-card img {
    width: min(100%, 240px);
    height: auto;
    justify-self: center;
  }

  .program-card img {
    height: 200px;
  }

  .program-card__media.duo {
    grid-template-columns: 1fr;
  }

  .footer-title {
    font-size: 2.25rem;
  }
}
