
:root {
  --navy: #0b2340;
  --navy-soft: #163251;
  --slate: #5f6b78;
  --slate-light: #8f9aa5;
  --ivory: #f5f2ea;
  --stone: #d8d3c7;
  --white: #ffffff;
  --text: #1f2b3a;
}

body {
  background: var(--ivory);
  color: var(--text);
}

body, input, select, textarea {
  color: var(--text);
}

a {
  color: var(--navy);
}

a:hover {
  color: var(--slate) !important;
}

p {
  color: rgba(31, 43, 58, 0.86);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--navy);
  letter-spacing: 0.08em;
}

h1 {
  line-height: 1.08;
}

.major > :first-child:after {
  background-color: rgba(11, 35, 64, 0.18);
}

.button, input[type="submit"], input[type="reset"], input[type="button"], button {
  box-shadow: inset 0 0 0 2px rgba(11, 35, 64, 0.2);
  color: var(--navy) !important;
}

.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
  background-color: rgba(11, 35, 64, 0.04);
  box-shadow: inset 0 0 0 2px rgba(11, 35, 64, 0.35);
}

.button.primary, input[type="submit"].primary, input[type="reset"].primary, input[type="button"].primary, button.primary {
  background-color: var(--navy);
  color: var(--white) !important;
}

.button.primary:hover, input[type="submit"].primary:hover, input[type="reset"].primary:hover, input[type="button"].primary:hover, button.primary:hover {
  background-color: #1b395b;
}

#wrapper {
  background-color: var(--ivory);
}

#header {
  background: rgba(8, 22, 40, 0.88);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 40px rgba(8, 20, 34, 0.12);
  height: 4.5em;
  line-height: 4.5em;
  letter-spacing: 0.18em;
}

#header.alt {
  background: rgba(8, 22, 40, 0.22);
}

#header .logo.brandmark {
  align-items: center;
  display: inline-flex;
  height: inherit;
  line-height: 1;
  max-width: calc(100vw - 8.75rem);
  padding: 0 1.5em;
  text-decoration: none;
  text-transform: none;
}

#header .logo.brandmark img {
  display: block;
  height: 46px;
  max-width: 100%;
  width: auto;
}

#header nav a {
  color: var(--white);
}

#header nav a[href="#menu"]:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %23f5f2ea%3B %7D%3C/style%3E%3Cline x1='0' y1='11' x2='24' y2='11' /%3E%3Cline x1='0' y1='21' x2='24' y2='21' /%3E%3Cline x1='0' y1='16' x2='24' y2='16' /%3E%3C/svg%3E");
}

#header nav a[href="#menu"]:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %23cfd7df%3B %7D%3C/style%3E%3Cline x1='0' y1='11' x2='24' y2='11' /%3E%3Cline x1='0' y1='21' x2='24' y2='21' /%3E%3Cline x1='0' y1='16' x2='24' y2='16' /%3E%3C/svg%3E");
}

#menu {
  background: #0a1d35;
}

#menu .links > li > a {
  color: rgba(255, 255, 255, 0.86);
}

#menu .menu-note {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 0.75rem;
  padding-top: 1.5rem;
}

#menu .menu-note p,
#menu .menu-note span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

#menu .menu-note span {
  display: block;
  margin-top: 0.5rem;
  text-transform: none;
}

#banner {
  margin-bottom: -4.5em;
  min-height: 28em;
  top: -4.5em;
}

#banner:after {
  background-color: rgba(8, 20, 35, 0.72);
  opacity: 1;
}

#banner.major {
  max-height: 56em;
  min-height: 38em;
}

#banner.vc-hero {
  padding: 9.5em 0 4.5em 0;
}

#banner.vc-hero:after {
  background: linear-gradient(180deg, rgba(7, 19, 34, 0.52) 0%, rgba(7, 19, 34, 0.76) 48%, rgba(7, 19, 34, 0.88) 100%);
}

#banner.vc-hero h1,
#banner.vc-subpage h1,
#banner.vc-subpage p,
#banner.vc-hero p,
#banner.vc-subpage .eyebrow,
#banner.vc-hero .eyebrow {
  color: var(--white);
}

#banner.vc-hero h1 {
  font-size: 4.1em;
  max-width: 14ch;
}

#banner.vc-hero .content {
  align-items: flex-start;
  display: block;
  margin-top: 1.5em;
  max-width: 42rem;
}

#banner.vc-hero .content p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.9;
  margin-bottom: 2rem;
  text-transform: none;
}

.eyebrow {
  color: rgba(255, 255, 255, 0.72);
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-actions .button {
  margin: 0;
}

.hero-actions .button:not(.primary) {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.55);
  color: var(--white) !important;
}

.hero-actions .button:not(.primary):hover {
  background: rgba(255, 255, 255, 0.08);
}

#banner.vc-subpage {
  min-height: 23em;
  padding: 8.5em 0 3.5em 0;
}

#banner.vc-subpage:after {
  background: linear-gradient(135deg, rgba(10, 24, 41, 0.76) 0%, rgba(13, 37, 65, 0.72) 100%);
}

#banner.vc-subpage .content {
  margin-top: 1rem;
}

#banner.vc-subpage .content p {
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin: 0;
  max-width: 42rem;
  text-transform: none;
}

#main {
  background-color: var(--ivory);
}

#main > * {
  border-top: 1px solid rgba(11, 35, 64, 0.08);
}

#main > * > .inner {
  padding: 5.25em 0 3.25em 0;
  max-width: 70em;
}

#main.alt {
  border-bottom: 1px solid rgba(11, 35, 64, 0.08);
}

.section-intro {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1.4fr 0.9fr;
}

.section-intro .summary-card {
  background: var(--white);
  border: 1px solid rgba(11, 35, 64, 0.08);
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.summary-card h3 {
  font-size: 1rem;
  margin-bottom: 0.7rem;
}

.summary-card p,
.summary-card li {
  font-size: 0.95rem;
}

.summary-card ul {
  margin: 0;
  padding-left: 1.2rem;
}

.summary-card ul li {
  margin-bottom: 0.55rem;
}

.tiles.tiles-vc article {
  min-height: 20em;
  padding: 3.5em 3.25em 2em 3.25em;
  width: 50% !important;
}

.tiles.tiles-vc article:before {
  background-color: rgba(11, 35, 64, 0.78) !important;
  opacity: 1;
}

.tiles.tiles-vc article:after {
  background-color: rgba(11, 35, 64, 0.24);
}

.tiles.tiles-vc article p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
}

.tiles.tiles-vc article h3,
.tiles.tiles-vc article h3 a {
  color: var(--white);
}

.tiles.tiles-vc article:hover:before {
  opacity: 0.38;
}

.vc-cards {
  margin-top: 1rem;
}

.vc-card,
.office-card,
.quote-card {
  background: var(--white);
  border: 1px solid rgba(11, 35, 64, 0.09);
  border-radius: 0.5rem;
  box-shadow: 0 18px 45px rgba(10, 24, 41, 0.05);
  height: 100%;
  padding: 1.65rem 1.6rem;
}

.vc-card h3,
.office-card h3 {
  font-size: 1rem;
  margin-bottom: 0.85rem;
}

.vc-card p,
.office-card p,
.quote-card p {
  font-size: 0.95rem;
  margin-bottom: 0;
}

.vc-card .eyebrow-dark,
.office-card .eyebrow-dark {
  color: var(--slate);
  display: block;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.philosophy-points .vc-card {
  min-height: 100%;
}

.spotlights.vc-spotlights > section > .content {
  background: #122f4f;
}

.spotlights.vc-spotlights > section:nth-child(2n) > .content {
  background: #102845;
}

.spotlights.vc-spotlights > section > .content p,
.spotlights.vc-spotlights > section > .content h2,
.spotlights.vc-spotlights > section > .content h3,
.spotlights.vc-spotlights > section > .content .eyebrow {
  color: var(--white);
}

.spotlights.vc-spotlights > section > .image:before {
  background: linear-gradient(180deg, rgba(11, 35, 64, 0.08) 0%, rgba(11, 35, 64, 0.4) 100%);
  opacity: 1;
}

.spotlights.vc-spotlights > section > .image img {
  object-fit: cover;
  object-position: center;
}

.team-spotlights > section > .image img {
  object-position: center top;
}

.partner-role {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

.partner-meta {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.35rem;
}

.partner-meta div {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 0.8rem;
}

.partner-meta span {
  color: rgba(255, 255, 255, 0.62);
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.partner-meta p {
  font-size: 0.9rem;
  margin: 0;
}

.office-grid {
  margin-top: 1.5rem;
}

.office-card h3 {
  margin-bottom: 0.4rem;
}

.office-card .city-region {
  color: var(--slate);
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.office-card address {
  color: rgba(31, 43, 58, 0.84);
  font-style: normal;
  line-height: 1.9;
  margin: 0;
}

.office-note {
  margin-top: 2rem;
}

.quote-card {
  background: #112d4b;
  border-color: rgba(255, 255, 255, 0.08);
}

.quote-card p,
.quote-card h3,
.quote-card span {
  color: var(--white);
}

.quote-card span {
  display: block;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

#contact {
  background: #0d233d;
  border-bottom: 0;
}

#contact > .inner > :nth-child(2n - 1) {
  border-right-color: rgba(255, 255, 255, 0.11);
}

#contact > .inner > .split > *:before {
  border-top-color: rgba(255, 255, 255, 0.11);
}

#contact h2,
#contact h3,
#contact p,
#contact a,
#contact span {
  color: var(--white);
}

#contact p {
  color: rgba(255, 255, 255, 0.76);
}

#contact .button {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
  color: var(--white) !important;
}

#contact .button:hover {
  background: rgba(255, 255, 255, 0.08);
}

#contact .contact-method .icon.alt {
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
}

.contact-lead {
  max-width: 34rem;
}

.contact-lead .actions {
  margin-top: 1.5rem;
}

#footer {
  background: #081a2f;
}

#footer .inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer-brand img {
  display: block;
  height: 118px;
  width: auto;
}

#footer .copyright {
  color: rgba(255, 255, 255, 0.6);
  justify-content: center;
  text-align: center;
}

#footer .copyright a {
  color: rgba(255, 255, 255, 0.72);
}

.credit-line {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .section-intro {
    grid-template-columns: 1fr;
  }

  .tiles.tiles-vc article {
    width: 100% !important;
  }
}

@media screen and (max-width: 736px) {
  #header {
    height: 3.4em;
    line-height: 3.4em;
  }

  #header .logo.brandmark {
    max-width: calc(100vw - 7rem);
    padding: 0 1rem;
  }

  #header .logo.brandmark img {
    height: 36px;
  }

  #banner {
    margin-bottom: -3.4em;
    top: -3.4em;
  }

  #banner.vc-hero {
    padding: 7.4em 0 3em 0;
  }

  #banner.vc-hero h1 {
    font-size: 2.5em;
    max-width: 100%;
  }

  #banner.vc-subpage {
    padding: 7em 0 2.5em 0;
  }

  #main > * > .inner {
    padding: 3.5em 0 1.75em 0;
    width: calc(100% - 3em);
  }

  .tiles.tiles-vc article {
    min-height: 17em;
    padding: 2.75em 1.5em 1.5em 1.5em;
  }

  .partner-meta {
    grid-template-columns: 1fr;
  }

  .footer-brand img {
    height: 90px;
  }
}


.spotlights.vc-spotlights > section > .image { display: block; }


/* Stability overrides */
body {
  padding-top: 4.5em;
}

#header,
#header.alt {
  position: fixed;
  background: rgba(8, 22, 40, 0.94);
  box-shadow: 0 12px 40px rgba(8, 20, 34, 0.12);
}

#banner {
  margin-bottom: 0;
  min-height: 0;
  top: 0;
}

#banner.major {
  max-height: none;
  min-height: calc(100vh - 4.5em);
}

#banner > .inner,
#main > * > .inner,
#contact > .inner,
#footer > .inner {
  width: calc(100% - 6em);
}

#banner.vc-hero {
  align-items: flex-end;
  min-height: calc(100vh - 4.5em);
  padding: 4.5em 0 5.25em 0;
}

#banner.vc-subpage {
  min-height: 24em;
  padding: 4.25em 0 4em 0;
}

#banner.vc-hero h1 {
  font-size: clamp(2.75rem, 5vw, 4.5rem);
  max-width: 12ch;
}

#banner.vc-subpage h1 {
  color: var(--white);
  font-size: clamp(2.15rem, 4vw, 3.35rem);
  max-width: 13ch;
}

#banner.vc-subpage .major > :first-child:after,
#banner.vc-hero .major > :first-child:after {
  background-color: rgba(255, 255, 255, 0.24);
}

.tiles.tiles-vc {
  display: grid !important;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 1.25rem;
}

.tiles.tiles-vc article {
  align-items: flex-end;
  border-radius: 0.5rem;
  height: 24rem;
  max-height: none;
  min-height: 24rem;
  overflow: hidden;
  padding: 2.5rem;
  width: auto !important;
}

.tiles.tiles-vc article:before {
  background-color: rgba(11, 35, 64, 0.62) !important;
}

.tiles.tiles-vc article:hover:before {
  opacity: 0.12;
}

.tiles.tiles-vc article header {
  max-width: 24rem;
}

.tiles.tiles-vc article h3 {
  font-size: 1.45rem;
  margin-bottom: 0.65rem;
}

.tiles.tiles-vc article p {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  line-height: 1.7;
}

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

.spotlights.vc-spotlights > section,
.spotlights.vc-spotlights > section:nth-child(2n) {
  background: #122f4f;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column !important;
  overflow: hidden;
}

.spotlights.vc-spotlights > section > .image,
.spotlights.vc-spotlights > section > .content {
  width: 100% !important;
}

.spotlights.vc-spotlights > section > .image img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  width: 100%;
}

.spotlights.vc-spotlights > section > .content,
.spotlights.vc-spotlights > section:nth-child(2n) > .content {
  align-items: stretch;
  padding: 2rem 1.75rem 1.5rem 1.75rem;
}

.spotlights.vc-spotlights > section > .content > .inner {
  margin: 0;
  max-width: none;
  width: 100%;
}

.section-intro,
.partner-meta {
  align-items: start;
}

.office-grid {
  row-gap: 1.25rem;
}

.quote-card,
.office-card,
.vc-card,
.summary-card {
  overflow-wrap: anywhere;
}

#footer .inner {
  gap: 1rem;
  padding: 2.5rem 0 2rem 0;
}

#footer .copyright {
  margin: 0;
}

.credit-line {
  display: none;
}

@media screen and (max-width: 980px) {
  body {
    padding-top: 4.5em;
  }

  #banner.major,
  #banner.vc-hero {
    min-height: 0;
  }

  .tiles.tiles-vc,
  .spotlights.vc-spotlights {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 736px) {
  body {
    padding-top: 3.4em;
  }

  #header,
  #header.alt {
    height: 3.4em;
    line-height: 3.4em;
  }

  #banner,
  #banner.vc-hero,
  #banner.vc-subpage,
  #banner.major {
    min-height: 0;
    top: 0;
  }

  #banner > .inner,
  #main > * > .inner,
  #contact > .inner,
  #footer > .inner {
    width: calc(100% - 3em);
  }

  #banner.vc-hero {
    padding: 3.25em 0 3em 0;
  }

  #banner.vc-subpage {
    padding: 3em 0 2.5em 0;
  }

  .tiles.tiles-vc article {
    height: 20rem;
    min-height: 20rem;
    padding: 2rem 1.5rem;
  }

  .spotlights.vc-spotlights {
    padding: 0 0 2.5rem;
  }

  .spotlights.vc-spotlights > section > .content,
  .spotlights.vc-spotlights > section:nth-child(2n) > .content {
    padding: 1.75rem 1.5rem 1.25rem 1.5rem;
  }
}

/* Final overlap fixes */
:root {
  --header-height-desktop: 5.5rem;
  --header-height-mobile: 4rem;
}

html,
body {
  overflow-x: hidden;
}

body {
  padding-top: var(--header-height-desktop);
}

#wrapper,
#main,
#contact,
#footer,
#banner,
#banner > .inner,
#main > * > .inner,
#contact > .inner,
#footer > .inner,
.section-intro > *,
.spotlights.vc-spotlights > section,
.spotlights.vc-spotlights > section > .image,
.spotlights.vc-spotlights > section > .content,
.contact-grid,
.contact-card,
.office-card,
.summary-card,
.vc-card {
  min-width: 0;
}

#header,
#header.alt {
  height: var(--header-height-desktop);
  line-height: var(--header-height-desktop);
}

#header {
  background: rgba(8, 22, 40, 0.96);
}

#header .logo.brandmark {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

#header .logo.brandmark img {
  height: 42px;
}

#banner {
  margin-bottom: 0;
  top: 0;
}

#banner > .inner,
#main > * > .inner,
#contact > .inner,
#footer > .inner {
  width: min(82rem, calc(100% - 6rem));
}

#banner.major,
#banner.vc-hero {
  max-height: none;
  min-height: calc(100vh - var(--header-height-desktop));
}

#banner.vc-hero {
  align-items: flex-start;
  background-position: center center;
  padding: 6.75rem 0 5rem 0;
}

#banner.vc-subpage {
  align-items: flex-end;
  background-position: center center;
  min-height: 27rem;
  padding: 6rem 0 4rem 0;
}

#banner.vc-hero .inner,
#banner.vc-subpage .inner {
  padding-top: 0;
}

#banner.vc-hero .major,
#banner.vc-subpage .major {
  margin-bottom: 0;
}

#banner.vc-hero h1 {
  font-size: clamp(2.8rem, 4.5vw, 4.35rem);
  line-height: 1.08;
  max-width: 11ch;
}

#banner.vc-subpage h1 {
  font-size: clamp(2.1rem, 3.5vw, 3.2rem);
  line-height: 1.1;
  max-width: 12ch;
}

#banner.vc-hero .content,
#banner.vc-subpage .content {
  margin-top: 1.5rem;
  max-width: 44rem;
}

#banner.vc-hero .content p,
#banner.vc-subpage .content p {
  max-width: 40rem;
}

.tiles.tiles-vc {
  gap: 1.5rem;
  padding: 1.5rem;
}

.tiles.tiles-vc article {
  background-position: center center;
  background-size: cover;
  border-radius: 0.65rem;
  height: 23rem;
  min-height: 23rem;
  padding: 2.5rem;
}

.tiles.tiles-vc article header {
  max-width: 26rem;
}

.tiles.tiles-vc article p {
  letter-spacing: 0.1em;
  text-transform: none;
}

.spotlights.vc-spotlights {
  gap: 1.5rem;
}

.spotlights.vc-spotlights > section > .content,
.spotlights.vc-spotlights > section:nth-child(2n) > .content {
  padding: 2rem 1.75rem 1.75rem 1.75rem;
}

.spotlights.vc-spotlights > section > .image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

#contact.vc-contact {
  background: #0d233d;
  border-bottom: 0;
}

#contact.vc-contact > .inner.vc-contact-inner {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  padding: 4rem 0 3.5rem 0 !important;
}

#contact.vc-contact > .inner.vc-contact-inner > * {
  border: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

#contact.vc-contact .contact-lead {
  max-width: 36rem;
}

#contact.vc-contact .contact-lead p {
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 0;
}

#contact.vc-contact .actions {
  margin-top: 2rem;
}

#contact.vc-contact .button {
  min-width: 12rem;
}

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

#contact.vc-contact .contact-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.6rem;
  margin: 0;
  padding: 1.35rem 1.4rem 1.25rem 1.4rem;
  position: relative;
}

#contact.vc-contact .contact-card .icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  display: inline-flex;
  height: 2.75rem;
  justify-content: center;
  left: auto;
  margin-bottom: 1rem;
  position: static;
  top: auto;
  width: 2.75rem;
}

#contact.vc-contact .contact-card h3 {
  color: var(--white);
  font-size: 0.98rem;
  letter-spacing: 0.16em;
  margin-bottom: 0.5rem;
}

#contact.vc-contact .contact-card a,
#contact.vc-contact .contact-card span {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  font-size: 1.02rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

#footer .inner {
  padding: 2.25rem 0 2rem 0;
}

.footer-brand img {
  height: 92px;
}

@media screen and (max-width: 1280px) {
  #banner.vc-hero {
    padding-top: 6rem;
  }

  #contact.vc-contact > .inner.vc-contact-inner {
    grid-template-columns: 1fr;
  }

  #contact.vc-contact .contact-lead {
    max-width: none;
  }
}

@media screen and (max-width: 980px) {
  #banner.vc-hero,
  #banner.major {
    min-height: 0;
  }

  #banner.vc-hero {
    padding-top: 5.25rem;
  }

  #banner.vc-subpage {
    min-height: 0;
    padding-top: 5rem;
  }

  .tiles.tiles-vc,
  .spotlights.vc-spotlights {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 736px) {
  body {
    padding-top: var(--header-height-mobile);
  }

  #header,
  #header.alt {
    height: var(--header-height-mobile);
    line-height: var(--header-height-mobile);
  }

  #header .logo.brandmark {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #header .logo.brandmark img {
    height: 34px;
  }

  #banner > .inner,
  #main > * > .inner,
  #contact > .inner,
  #footer > .inner {
    width: calc(100% - 2.5rem);
  }

  #banner.vc-hero {
    padding: 4rem 0 3.25rem 0;
  }

  #banner.vc-subpage {
    padding: 4rem 0 2.75rem 0;
  }

  #banner.vc-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
    max-width: 100%;
  }

  #banner.vc-subpage h1 {
    font-size: clamp(1.9rem, 8vw, 2.5rem);
    max-width: 100%;
  }

  .tiles.tiles-vc {
    gap: 1rem;
    padding: 1rem 0;
  }

  .tiles.tiles-vc article {
    height: 18.5rem;
    min-height: 18.5rem;
    padding: 1.75rem 1.35rem;
  }

  #contact.vc-contact > .inner.vc-contact-inner {
    gap: 1.25rem;
    padding: 3rem 0 2.75rem 0 !important;
  }

  #contact.vc-contact .contact-card {
    padding: 1.15rem 1.1rem 1rem 1.1rem;
  }

  .footer-brand img {
    height: 76px;
  }
}
