/*
Theme Name: Vivo Gutenberg
Theme URI: https://www.vivolandscape.com/
Description: Native block theme for the Vivo Landscape Gutenberg migration.
Author: Vivo Landscape
Version: 1.0.0
Text Domain: vivo-gutenberg
*/

:root {
  --vivo-blue: #005a82;
  --vivo-deep-blue: #00394f;
  --vivo-green: #80b62b;
  --vivo-red: #c90000;
  --vivo-ink: #252525;
  --vivo-muted: #60666a;
  --vivo-white: #fff;
  --vivo-black: #111;
  --vivo-wide: 1180px;
  --vivo-shadow: 0 16px 42px rgba(0, 57, 79, .14);
}

html { scroll-behavior: smooth; }
body {
  background: var(--vivo-white);
  color: var(--vivo-muted);
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6, .wp-block-heading {
  color: var(--vivo-ink);
  font-family: "Fjalla One", "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
}

a { color: var(--vivo-blue); }
.wp-site-blocks { padding: 0; }
.wp-site-blocks > * { margin-block-start: 0; }

.vivo-site-header {
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid rgba(0, 57, 79, .09);
  position: relative;
  z-index: 100;
}

.vivo-header-inner {
  min-height: 90px;
  padding: 8px 28px;
}

.vivo-brand-logo {
  display: block;
  height: auto;
  width: 120px;
}

.vivo-primary-nav {
  color: var(--vivo-deep-blue);
  font-size: 13px;
  font-weight: 600;
}

.vivo-primary-nav .wp-block-navigation__container {
  column-gap: clamp(12px, 1.65vw, 26px);
  row-gap: 8px;
}

.vivo-primary-nav .wp-block-navigation-item__content {
  white-space: nowrap;
}

.vivo-primary-nav a {
  color: var(--vivo-deep-blue);
  text-decoration: none;
}

.vivo-primary-nav a:hover,
.vivo-primary-nav a:focus {
  color: var(--vivo-blue);
  text-decoration: underline;
  text-decoration-color: var(--vivo-green);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.vivo-primary-nav .wp-block-navigation__submenu-container {
  background: #fff !important;
  border: 1px solid #d7dde0 !important;
  box-shadow: 0 12px 28px rgba(0, 57, 79, .12);
  min-width: 235px !important;
  padding: 8px 0 !important;
}

.vivo-primary-nav .wp-block-navigation__submenu-container a {
  color: var(--vivo-deep-blue) !important;
  padding: 9px 18px !important;
}

.vivo-hero {
  min-height: clamp(360px, 42vw, 520px);
}

.vivo-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, 0)) !important;
  opacity: 1 !important;
}

.vivo-hero-copy {
  margin-left: max(28px, calc((100vw - var(--vivo-wide)) / 2));
  max-width: 720px;
  padding: 72px 24px;
}

.vivo-hero h1 {
  color: #fff;
  font-size: clamp(2.65rem, 4vw, 3.65rem);
  line-height: 1.03;
  margin: 0;
  text-shadow: 0 3px 14px rgba(0, 0, 0, .62);
}

.vivo-hero-kicker {
  color: #fff;
  font-family: "Fjalla One", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.95rem);
  line-height: 1.15;
  margin-top: 10px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .7);
}

.vivo-hub-hero {
  min-height: 300px;
}

.vivo-hub-hero .vivo-hero-copy {
  padding-block: 48px;
}

.vivo-hub-intro {
  padding: clamp(48px, 6vw, 76px) 28px clamp(58px, 7vw, 88px);
  text-align: center;
}

.vivo-hub-intro > h2 {
  font-size: 2rem;
  margin-bottom: 12px;
}

.vivo-red-rule {
  background: #e62449;
  height: 3px;
  margin: 0 auto 20px;
  width: 90px;
}

.vivo-hub-subtitle {
  color: #555;
  font-size: 1.3rem;
  margin-bottom: 48px;
}

.vivo-service-card-grid {
  display: grid;
  gap: clamp(26px, 3.5vw, 48px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vivo-service-card {
  text-align: center;
}

.vivo-service-card figure {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: block;
  margin: 0 auto 24px;
  max-width: 230px;
  overflow: hidden;
  width: min(100%, 230px);
}

.vivo-service-card figure > a {
  display: block;
  height: 100%;
  width: 100%;
}

.vivo-service-card img {
  display: block;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  width: 100% !important;
}

.vivo-service-card h2 {
  font-size: 1.45rem;
  margin: 0 0 12px;
}

.vivo-service-card h2 a {
  color: var(--vivo-ink);
  text-decoration: none;
}

.vivo-service-card p { margin: 0; }

.vivo-content-section {
  padding: clamp(50px, 6vw, 78px) 28px;
}

.vivo-content-section > .wp-block-columns {
  gap: clamp(36px, 6vw, 78px);
}

.vivo-content-section p { margin: 0 0 1.15em; }
.vivo-content-section h2 {
  color: var(--vivo-blue);
  font-size: 1.25rem;
  margin: 1.1em 0 .45em;
}

.vivo-content-lead {
  color: #353535;
  font-size: 1rem;
  font-weight: 600;
}

.vivo-services-heading {
  color: #353535 !important;
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  margin-top: 1em !important;
}

.vivo-service-list {
  margin-top: .35em;
  padding-left: 1.25em;
}

.vivo-service-list li { margin-bottom: .16em; }

.vivo-photo-rotator {
  aspect-ratio: 1;
  margin: 0 auto;
  max-width: 340px;
  position: relative;
}

.vivo-photo-rotator .wp-block-image {
  animation: vivo-photo-fade 10s infinite;
  inset: 0;
  margin: 0;
  position: absolute;
}

.vivo-photo-rotator .wp-block-image:nth-child(2) { animation-delay: -5s; }

.vivo-photo-rotator img {
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: var(--vivo-shadow);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.vivo-feature-image {
  margin: 0 auto;
  max-width: 390px;
}

.vivo-feature-image img {
  display: block;
  height: auto;
  width: 100%;
}

.vivo-steps h3 {
  color: var(--vivo-blue);
  font-size: 1.15rem;
  margin: 1.15em 0 .25em;
}

.vivo-management-section {
  padding: clamp(52px, 7vw, 86px) 28px;
}

.vivo-management-leaders {
  display: grid;
  gap: 34px;
}

.vivo-management-profile {
  border-bottom: 1px solid #dce2e4;
  padding-bottom: 30px;
}

.vivo-management-profile h2 {
  color: var(--vivo-blue);
  font-size: 1.55rem;
  margin: 0 0 10px;
}

.vivo-management-profile p { margin: 0; }

.vivo-management-grid {
  display: grid;
  gap: 18px 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
}

.vivo-management-grid h3 {
  color: var(--vivo-ink);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

@keyframes vivo-photo-fade {
  0%, 42% { opacity: 1; transform: scale(1); }
  50%, 92% { opacity: 0; transform: scale(.985); }
  100% { opacity: 1; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .vivo-photo-rotator .wp-block-image { animation: none; }
  .vivo-photo-rotator .wp-block-image:nth-child(2) { display: none; }
}

.vivo-blue-divider {
  background-color: var(--vivo-deep-blue);
  background-position: center;
  background-size: cover;
  min-height: 108px;
}

.vivo-contact-section {
  background: #fff;
  overflow: hidden;
  padding: clamp(54px, 7vw, 88px) 28px 0;
}

.vivo-contact-section > .wp-block-columns {
  gap: clamp(34px, 6vw, 80px);
}

.vivo-contact-copy { padding-bottom: clamp(48px, 6vw, 72px); }
.vivo-contact-copy h2 {
  color: var(--vivo-blue);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  margin-bottom: 12px;
}

.vivo-contact-details {
  font-family: "Fjalla One", "Arial Narrow", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

.vivo-contact-intro { margin-bottom: 8px; }

.vivo-contact-details a {
  color: #202020;
  display: block;
  text-decoration: none;
}

.vivo-contact-figure {
  align-self: flex-end;
  display: flex;
  justify-content: center;
}

.vivo-contact-figure figure { margin: 0; }
.vivo-contact-figure img {
  display: block;
  margin: 0 auto;
  max-height: 520px;
  object-fit: contain;
  object-position: bottom center;
  transform: scale(1.5);
  transform-origin: bottom center;
  width: auto;
}

.vivo-form-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 28px;
}

.vivo-form-field,
.vivo-form-submit { margin: 0; }
.vivo-form-field label {
  color: #70777a;
  display: block;
  font-size: 0;
}

.vivo-form-field input,
.vivo-form-field textarea {
  background: #fff;
  border: 1px solid #d8dddf;
  border-radius: 0;
  box-sizing: border-box;
  color: #303030;
  font: 400 14px/1.4 "Raleway", Arial, sans-serif;
  padding: 11px 13px;
  width: 100%;
}

.vivo-form-field input:focus,
.vivo-form-field textarea:focus {
  border-color: var(--vivo-blue);
  box-shadow: 0 0 0 2px rgba(0, 90, 130, .12);
  outline: 0;
}

.vivo-form-submit input {
  background: var(--vivo-red);
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Fjalla One", "Arial Narrow", Arial, sans-serif;
  font-size: 1.1rem;
  padding: 10px 20px;
}

.vivo-form-submit input:hover { background: #a90000; }

.vivo-careers-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .08)) !important;
}

.vivo-jobs-section {
  background: #f3f6f7;
  padding: clamp(52px, 7vw, 86px) 28px clamp(68px, 8vw, 100px);
}

.vivo-jobs-section h2 {
  color: var(--vivo-blue);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  font-weight: 800;
  margin: 0 0 26px;
}

.vivo-jobs-feed {
  background: #fff;
  border-top: 4px solid var(--vivo-green);
  box-shadow: 0 12px 34px rgba(0, 57, 79, .1);
  padding: clamp(24px, 4vw, 42px);
}

.paylocity-job-filters {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.5fr) minmax(210px, 1fr);
  margin-bottom: 28px;
}

.paylocity-job-filters label { margin: 0; }
.paylocity-job-filters input,
.paylocity-job-filters select {
  background: #fff;
  border: 1px solid #cbd4d8;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--vivo-ink);
  font: 500 15px/1.4 "Raleway", Arial, sans-serif;
  min-height: 48px;
  padding: 11px 13px;
  width: 100%;
}

.paylocity-job-filters input:focus,
.paylocity-job-filters select:focus {
  border-color: var(--vivo-blue);
  box-shadow: 0 0 0 2px rgba(0, 90, 130, .14);
  outline: 0;
}

.paylocity-accordion { border-top: 1px solid #d8e0e3; }
.paylocity-job { border-bottom: 1px solid #d8e0e3; margin: 0; }
.paylocity-job[hidden] { display: none; }
.paylocity-job summary {
  color: var(--vivo-deep-blue);
  cursor: pointer;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  list-style: none;
  padding: 20px 38px 20px 2px;
  position: relative;
}

.paylocity-job summary::-webkit-details-marker { display: none; }
.paylocity-job summary::after {
  color: var(--vivo-green);
  content: "+";
  font: 400 28px/1 "Raleway", Arial, sans-serif;
  position: absolute;
  right: 5px;
  top: 17px;
}

.paylocity-job[open] summary::after { content: "−"; }
.paylocity-job-body { padding: 0 2px 28px; }
.paylocity-job-meta { color: #667176; font-weight: 600; margin: 0 0 18px; }
.paylocity-job-description ul,
.paylocity-job-requirements ul { padding-left: 1.35em; }
.paylocity-job-requirements { margin-top: 22px; }
.paylocity-apply-button,
.vivo-careers-button .wp-block-button__link {
  background: var(--vivo-red);
  border-radius: 0;
  color: #fff !important;
  display: inline-block;
  font-family: "Fjalla One", "Arial Narrow", Arial, sans-serif;
  font-size: 1.05rem;
  padding: 11px 22px;
  text-decoration: none;
}

.paylocity-apply-button:hover,
.paylocity-apply-button:focus,
.vivo-careers-button .wp-block-button__link:hover,
.vivo-careers-button .wp-block-button__link:focus { background: #a90000; }
.paylocity-jobs-empty,
.paylocity-jobs-error { margin: 18px 0 0; }

.vivo-application-section {
  background: #f3f6f7;
  padding: clamp(50px, 7vw, 88px) 28px;
}

.vivo-application-form {
  background: #fff;
  border-top: 4px solid var(--vivo-green);
  box-shadow: 0 12px 34px rgba(0, 57, 79, .1);
  padding: clamp(24px, 5vw, 58px);
}

.vivo-application-form .gform_wrapper input:not([type="submit"]),
.vivo-application-form .gform_wrapper select,
.vivo-application-form .gform_wrapper textarea {
  border: 1px solid #cbd4d8;
  border-radius: 0;
}

.vivo-application-form .gform_wrapper input[type="submit"] {
  background: var(--vivo-red);
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Fjalla One", "Arial Narrow", Arial, sans-serif;
  font-size: 1.05rem;
  padding: 11px 22px;
}

.vivo-phone-cta { min-height: clamp(260px, 31vw, 355px); }
.vivo-phone-cta .wp-block-cover__background {
  background: rgba(0, 0, 0, .33) !important;
  opacity: 1 !important;
}

.vivo-phone-cta h2 {
  color: #fff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(1.85rem, 3.6vw, 2.75rem);
  font-weight: 800;
  margin-bottom: 4px;
}

.vivo-phone-cta p {
  color: #fff;
  font-family: "Fjalla One", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  margin: 0;
}

.vivo-phone-number a {
  color: #fff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(2rem, 4.8vw, 3.8rem);
  text-decoration: none;
}

.vivo-footer {
  background: var(--vivo-black);
  color: #aaa;
  font-size: 13px;
  padding: 48px 28px 22px;
}

.vivo-footer h2,
.vivo-footer h3 {
  color: #fff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.vivo-footer a { color: #fff; }

.vivo-footer > .wp-block-columns {
  column-gap: clamp(36px, 5vw, 72px);
  row-gap: 32px;
}

.vivo-footer-company-copy {
  columns: 2;
  column-gap: clamp(36px, 4vw, 58px);
}

.vivo-footer-rule {
  border-top: 1px solid rgba(255, 255, 255, .14);
  margin-top: 30px;
  padding-top: 18px;
}

.vivo-footer-cow {
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  object-fit: contain;
  vertical-align: middle;
  width: 50px;
}

.vivo-footer-links a {
  margin-right: 18px;
  text-decoration: none;
}

.vivo-social-links a {
  align-items: center;
  background: #252525;
  border-radius: 50%;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  margin-right: 6px;
  text-decoration: none;
  width: 28px;
}

.vivo-home-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .06)) !important;
  opacity: 1 !important;
}

.vivo-home-hero-copy {
  margin-left: max(28px, calc((100vw - var(--vivo-wide)) / 2));
  max-width: 780px;
  padding: 90px 24px;
}

.vivo-home-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 6.2vw, 5.7rem);
  line-height: .98;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .55);
}

.vivo-home-hero p {
  color: #fff;
  font-family: "Fjalla One", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 2.25rem);
  margin: 18px 0 0;
  text-transform: uppercase;
  text-shadow: 0 3px 14px rgba(0, 0, 0, .55);
}

.vivo-home-services {
  padding: clamp(48px, 6vw, 76px) 28px clamp(58px, 7vw, 88px);
}

.vivo-home-services > h2 {
  font-size: 2rem;
  margin: 0 0 12px;
}

.vivo-home-services .wp-block-buttons { margin-bottom: 50px; }
.vivo-home-button .wp-block-button__link {
  background: var(--vivo-red);
  border-radius: 0;
  font-family: "Fjalla One", "Arial Narrow", Arial, sans-serif;
  padding: 10px 24px;
}

.vivo-home-rule {
  background: var(--vivo-blue);
  height: 3px;
  margin: 0 auto 22px;
  width: 90px;
}

.vivo-home-rule-left { margin-left: 0; }
.vivo-home-card-grid {
  display: grid;
  gap: clamp(24px, 3vw, 42px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 44px;
}

.vivo-home-card figure {
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0 auto 20px;
  max-width: 235px;
  overflow: hidden;
}

.vivo-home-card figure > a { display: block; height: 100%; }
.vivo-home-card img { display: block; height: 100% !important; object-fit: cover; width: 100% !important; }
.vivo-home-card h3 { font-size: 1.3rem; margin: 0; }
.vivo-home-card h3 a { color: var(--vivo-ink); text-decoration: none; }

.vivo-experience { padding: clamp(56px, 7vw, 92px) 28px; }
.vivo-experience > .wp-block-columns { gap: clamp(40px, 7vw, 90px); }
.vivo-experience h2 { color: var(--vivo-blue); font-size: 2rem; margin-bottom: 12px; }
.vivo-experience-glyph { margin: 0 auto; max-width: 390px; }
.vivo-experience-glyph img { display: block; height: auto; width: 100%; }
.vivo-experience-grid { display: grid; gap: 26px 42px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 34px; }
.vivo-experience-item { padding-left: 34px; position: relative; }
.vivo-experience-item::before { border: 2px solid var(--vivo-blue); border-radius: 50%; color: var(--vivo-blue); content: "✓"; font-size: 12px; height: 20px; left: 0; line-height: 16px; position: absolute; text-align: center; top: 1px; width: 20px; }
.vivo-experience-item h3 { color: var(--vivo-ink); font-size: 1.05rem; margin: 0 0 5px; }
.vivo-experience-item p { font-size: .88rem; margin: 0; }

.vivo-home-testimonial { padding: 56px 28px; }
.vivo-home-testimonial .wp-block-group { margin-left: max(0px, calc((100vw - var(--vivo-wide)) / 2)); }
.vivo-home-testimonial h2 { color: #fff; font-family: "Raleway", Arial, sans-serif; font-size: 2.25rem; font-weight: 800; }
.vivo-home-testimonial blockquote { border: 0; color: #fff; margin: 0; max-width: 1060px; padding: 0; }
.vivo-home-testimonial blockquote p { font-style: italic; }
.vivo-home-testimonial cite { color: #fff; font-size: 1.1rem; font-style: normal; font-weight: 700; }

.vivo-clients-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .06)) !important;
}

.vivo-clients-section {
  background: #fff;
  padding: clamp(56px, 7vw, 92px) 28px clamp(66px, 8vw, 108px);
}

.vivo-clients-section > h2 {
  color: var(--vivo-blue);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(1.9rem, 3.2vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 12px;
}

.vivo-clients-intro { font-size: 1.08rem; margin-bottom: 42px; }
.vivo-client-logo-grid {
  display: grid;
  gap: clamp(24px, 3vw, 44px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vivo-client-logo {
  align-items: center;
  background: #fff;
  border: 1px solid #e1e6e8;
  box-shadow: 0 10px 28px rgba(0, 57, 79, .08);
  display: flex;
  justify-content: center;
  min-height: 190px;
  padding: 26px;
}

.vivo-client-logo figure { margin: 0; width: 100%; }
.vivo-client-logo a { align-items: center; display: flex; justify-content: center; min-height: 138px; }
.vivo-client-logo img { display: block; height: auto; margin: 0 auto; max-height: 125px; max-width: 100%; object-fit: contain; width: auto; }
.vivo-client-logo:last-child { grid-column: 2; }

.vivo-news-section {
  background: #fff;
  padding: clamp(54px, 7vw, 90px) 28px clamp(64px, 8vw, 104px);
}

.vivo-news-intro {
  font-size: 1.08rem;
  margin: 0 auto 48px;
  max-width: 850px;
}

.vivo-news-query .wp-block-post-template { margin: 0; }
.vivo-news-card {
  border-bottom: 1px solid #dce3e6;
  padding: 0 0 34px;
  margin: 0 0 34px;
}
.vivo-news-card .wp-block-columns { gap: clamp(26px, 4vw, 52px); }
.vivo-news-card .wp-block-post-featured-image { margin: 0; }
.vivo-news-card .wp-block-post-featured-image img { object-fit: cover; width: 100%; }
.vivo-news-card .wp-block-post-title { font-size: clamp(1.55rem, 2.4vw, 2.1rem); line-height: 1.15; margin: 0 0 14px; }
.vivo-news-card .wp-block-post-title a { color: var(--vivo-blue); text-decoration: none; }
.vivo-news-card .wp-block-post-title a:hover { color: var(--vivo-green); }
.vivo-news-card .wp-block-post-excerpt__more-link { color: var(--vivo-red); font-family: "Fjalla One", "Arial Narrow", Arial, sans-serif; text-decoration: none; }
.vivo-news-query .wp-block-query-pagination { gap: 18px; margin-top: 18px; }
.vivo-news-query .wp-block-query-pagination a { color: var(--vivo-blue); text-decoration: none; }

.vivo-news-article-hero .vivo-hero-copy { margin-inline: auto; max-width: 980px; padding-block: 44px; text-align: center; }
.vivo-news-article-hero h1 { font-size: clamp(2rem, 3.5vw, 3rem); }
.vivo-news-article { background: #fff; padding: clamp(48px, 6vw, 76px) 28px clamp(60px, 7vw, 90px); }
.vivo-news-article-inner { max-width: 980px; }
.vivo-news-source-copy { color: var(--vivo-muted); font-size: 1rem; }
.vivo-news-source-copy p { margin: 0 0 1.25em; }
.vivo-news-source-copy ol,
.vivo-news-source-copy ul { margin-bottom: 1.5em; padding-left: 1.4em; }
.vivo-news-source-copy li { margin-bottom: .55em; }
.vivo-news-gallery { gap: 20px !important; margin: 34px 0; }
.vivo-news-gallery .wp-block-image { min-width: min(240px, 100%); }
.vivo-news-gallery img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.vivo-news-back .wp-block-button__link { background: var(--vivo-red); border-radius: 0; font-family: "Fjalla One", "Arial Narrow", Arial, sans-serif; }

@media (max-width: 900px) {
  .vivo-header-inner { min-height: 74px; padding-inline: 20px; }
  .vivo-brand-logo { width: 104px; }
  .vivo-contact-figure img { transform: scale(1.3); }
  .vivo-service-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vivo-home-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vivo-client-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vivo-client-logo:last-child { grid-column: auto; }
}

@media (max-width: 781px) {
  .vivo-content-section,
  .vivo-contact-section { padding-inline: 20px; }
  .vivo-photo-rotator { margin-top: 24px; max-width: 300px; }
  .vivo-contact-figure { display: none; }
  .vivo-footer-company-copy { columns: 1; }
  .vivo-service-card-grid { grid-template-columns: 1fr; }
  .vivo-management-grid { grid-template-columns: 1fr; }
  .vivo-jobs-section,
  .vivo-application-section { padding-inline: 20px; }
  .paylocity-job-filters { grid-template-columns: 1fr; }
  .vivo-home-card-grid,
  .vivo-experience-grid,
  .vivo-client-logo-grid { grid-template-columns: 1fr; }
	.vivo-news-card .wp-block-columns { gap: 20px; }
  .vivo-home-hero { min-height: 480px !important; }
}
