/* =========================================
   ROOT VARIABLES
   ========================================= */
:root {
  --afs-red: #cc0000;
  --afs-red-dark: #a80000;
  --afs-blue: #003459;
  --afs-blue-light: #5aa9e6;
  --t4-font-sans-serif: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font-family: "Segoe UI", Public Sans, sans-serif;
}

/* =========================================
   FAQ ACCORDION
   ========================================= */
.blueprint-accordion .accordion-item { border:1px solid var(--afs-blue); border-radius:8px; overflow:hidden; background-color:#f0f0f0; }
.blueprint-accordion .accordion-button { color:#2c3f4d; font-weight:700; background-color:#f0f0f0; box-shadow:none; }
.blueprint-accordion .accordion-button:not(.collapsed) { color:#2c3f4d; font-weight:700; background-color:#f0f0f0; border-bottom:2px solid var(--afs-red); }
.blueprint-accordion .accordion-button:focus { box-shadow:none; border-color:var(--afs-blue); }
.blueprint-accordion .accordion-body { background-color:#f0f0f0; color:#2c3f4d; font-weight:400; text-align:left; }

/* =========================================
   SERVICE CARDS
   ========================================= */
.service-card { display:flex; flex-direction:column; border:1px solid var(--afs-blue); border-radius:16px; padding:28px 24px; text-align:center; background:#fff; max-width:360px; margin:0 auto; min-height:439px; }
.service-card-icon img { width:48px; height:48px; object-fit:contain; }
.service-card-title { color:var(--afs-blue); font-weight:700; font-size:20px; margin:12px 0; }
.service-card-desc { color:var(--afs-blue); margin-bottom:18px; }
.service-card-btn { background-color:var(--afs-red); color:#fff; font-weight:700; border:none; padding:10px 28px; border-radius:6px; cursor:pointer; margin-top:auto; }
.service-card-btn:hover { background-color:var(--afs-red-dark); }
.service-card-more { max-height:0; overflow:hidden; transition:max-height 0.35s ease; text-align:left; margin-top:0; color:var(--afs-blue); }
.service-card-more.open { max-height:600px; margin-top:18px; }
.service-card-includes { font-weight:700; margin-bottom:6px; }
.service-card-more ul { padding-left:20px; margin:0; }
.service-card-more li { margin-bottom:4px; }

.service-card--dark { background:var(--afs-blue); border-color:var(--afs-blue); }
.service-card--dark .service-card-title, .service-card--dark .service-card-desc, .service-card--dark .service-card-more { color:#fff; }

.service-card-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:24px; align-items:start; }
.service-card-grid .service-card { max-width:none; margin:0; }
@media (max-width:992px) { .service-card-grid { grid-template-columns:repeat(2, 1fr); } }
@media (max-width:576px) { .service-card-grid { grid-template-columns:1fr; } }

/* =========================================
   TEAM CARDS
   ========================================= */
.team-row { display:flex; justify-content:center; flex-wrap:wrap; gap:24px; }
.team-row-3up { margin-top:24px; }
.team-card { display:flex; flex-direction:column; width:220px; background:var(--afs-blue); border-radius:16px; padding:16px; text-align:center; }
.team-photo { border:2px solid var(--afs-red); border-radius:8px; overflow:hidden; margin-bottom:12px; }
.team-photo img { display:block; width:100%; height:auto; }
.team-name {
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  margin: 0 0 4px;
}
.team-title {
  color: #fff;
  font-weight: 400;
  font-size: 19px;
  margin: 0 0 14px;
}
.team-btn { background-color:var(--afs-red); color:#fff; font-weight:700; border:none; padding:8px 24px; border-radius:6px; cursor:pointer; margin-top:auto; }
.team-btn:hover { background-color:var(--afs-red-dark); }
.team-bio-panel {
  display: none;
  margin-top: 32px;
  text-align: left;
  border: 2px solid var(--afs-red);
  border-radius: 12px;
  padding: 20px 24px;
}
.team-bio-heading { color:var(--afs-blue); font-weight:700; font-size:22px; margin-bottom:12px; }
.team-bio-panel p { color:#34495e; font-size:16px; line-height:1.6; margin-bottom:14px; }

/* =========================================
   HOME HERO
   ========================================= */
.custom {
  max-width: 1400px;
  margin: 0 auto;
}
.afs-hero-section { position:relative; background-image:url('/images/afs_2026/main_header.png'); background-size:cover; background-position:center; min-height:480px; display:flex; align-items:center; border-radius:8px; overflow:hidden; }
.afs-hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.45) 45%, rgba(0,0,0,0.05) 75%); }
.afs-hero-content { position:relative; z-index:2; padding:48px 5% 80px; padding-left:max(5%, calc((100% - 900px) / 2)); max-width:640px; }
.afs-hero-title { color:#fff; font-weight:800; font-size:34px; line-height:1.2; margin:0 0 16px; text-transform:uppercase; white-space:nowrap; }
.afs-hero-title-accent { color:var(--afs-red); }
.afs-hero-desc { color:#fff; font-size:15px; line-height:1.6; margin:0 0 14px; max-width:240px; }
.afs-hero-tagline { color:#fff; font-weight:700; font-size:15px; margin:0 0 20px; }
.afs-hero-buttons { display:flex; gap:14px; flex-wrap:nowrap; }
.afs-hero-btn { display:inline-block; padding:12px 26px; font-weight:700; font-size:15px; border-radius:6px; text-decoration:none; cursor:pointer; white-space:nowrap; }
.afs-hero-btn-primary { background-color:var(--afs-red); color:#fff; border:2px solid var(--afs-red); }
.afs-hero-btn-primary:hover { background-color:var(--afs-red-dark); border-color:var(--afs-red-dark); color:#fff; }
.afs-hero-btn-secondary { background-color:transparent; color:#fff; border:2px solid #fff; }
.afs-hero-btn-secondary:hover { background-color:rgba(255,255,255,0.15); color:#fff; }
.afs-hero-banner { position:relative; z-index:3; background-color:var(--afs-blue); border-radius:16px; padding:24px 40px; max-width:900px; margin:-60px auto 0; text-align:center; box-shadow:0 8px 24px rgba(0,0,0,0.25); }
.afs-hero-banner-text { color:#fff; font-size:16px; line-height:1.5; margin:0 0 10px; }
.afs-hero-banner-highlight { color:#fff; font-weight:800; font-size:18px; margin:0; letter-spacing:0.5px; }
@media (max-width:768px) {
  .afs-hero-content { max-width:100%; padding:32px 6% 100px; }
  .afs-hero-overlay { background:linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.35) 100%); }
  .afs-hero-title { font-size:26px; white-space:normal; }
  .afs-hero-buttons { flex-wrap:wrap; }
  .afs-hero-banner { margin:-40px auto 0; padding:18px 20px; }
}

/* =========================================
   WHY CHOOSE AFS BANNER
   ========================================= */
.afs-why-banner {
  position: relative;
  background-image: url('/images/afs_2026/why_choose_banner.jpg');
  background-size: cover;
  background-position: center right;
  min-height: 420px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.afs-why-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--afs-blue) 0%, var(--afs-blue) 50%, rgba(0,52,89,0.4) 65%, rgba(0,52,89,0) 80%);
}
.afs-why-content {
  position: relative;
  z-index: 2;
  padding: 48px 5%;
  max-width: 560px;
}
.afs-why-title {
  color: #fff;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.25;
  margin: 0 0 20px;
}
.afs-why-title-accent {
  color: var(--afs-red);
}
.afs-why-desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  max-width: 480px;
}
@media (max-width: 768px) {
  .afs-why-content { max-width: 100%; padding: 32px 6%; text-align: center; }
  .afs-why-title { font-size: 26px; }
  .afs-why-desc { margin: 0 auto; }
}

/* =========================================
   ALL THE SERVICES / STATS SECTION
   ========================================= */
.afs-stats-section {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 32px 0;
  flex-wrap: wrap;
}
.afs-stats-intro {
  flex: 0 0 300px;
}
.afs-stats-heading {
  color: var(--afs-blue);
  font-weight: 800;
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 14px;
}
.afs-stats-heading-accent {
  color: var(--afs-red);
}
.afs-stats-desc {
  color: var(--afs-blue);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px;
}
.afs-stats-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--afs-blue);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  padding: 14px 22px;
  border-radius: 6px;
  line-height: 1.4;
}
.afs-stats-btn:hover {
  background-color: #002542;
  color: #fff;
}
.afs-stats-grid {
  flex: 1 1 600px;
  display: flex;
  align-items: stretch;
}
.afs-stat-item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
  border-left: 1px solid #d9d9d9;
}
.afs-stat-item:first-child {
  border-left: none;
}
.afs-stat-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 12px;
}
.afs-stat-number {
  color: var(--afs-red);
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 8px;
}
.afs-stat-label {
  color: var(--afs-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .afs-stats-grid { flex-wrap: wrap; }
  .afs-stat-item { flex: 1 1 33%; border-left: none; margin-bottom: 24px; }
}
@media (max-width: 700px) {
  .afs-stats-section { flex-direction: column; }
  .afs-stats-intro { flex: 0 0 auto; text-align: center; }
}

/* =========================================
   THE AFS ADVANTAGE
   ========================================= */
.afs-advantage-section {
  padding: 32px 0;
}
.afs-advantage-heading {
  text-align: center;
  color: var(--afs-blue);
  font-weight: 800;
  font-size: 28px;
  margin: 0 0 8px;
  position: relative;
  padding-bottom: 14px;
}
.afs-advantage-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background-color: var(--afs-red);
}
.afs-advantage-grid {
  display: flex;
  gap: 20px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.afs-advantage-card {
  flex: 1 1 0;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  box-sizing: border-box;
}
.afs-advantage-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--afs-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.afs-advantage-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.afs-advantage-title {
  display: inline-block;
  color: var(--afs-blue);
  font-weight: 800;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 12px;
  position: relative;
  padding-bottom: 10px;
}
.afs-advantage-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: var(--afs-red);
}
.afs-advantage-text {
  color: var(--afs-blue);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 900px) {
  .afs-advantage-card { flex: 1 1 45%; }
}
@media (max-width: 600px) {
  .afs-advantage-card { flex: 1 1 100%; }
}

/* =========================================
   COMPLETE FACILITY SOLUTIONS
   ========================================= */
.afs-solutions-section {
  padding: 32px 0;
}
.afs-solutions-heading {
  text-align: center;
  color: var(--afs-blue);
  font-weight: 800;
  font-size: 32px;
  margin: 0 0 32px;
}
.afs-solutions-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.afs-solutions-item {
  flex: 1 1 0;
  min-width: 140px;
  text-align: center;
}
.afs-solutions-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: var(--afs-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.afs-solutions-icon img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}
.afs-solutions-title {
  display: inline-block;
  color: var(--afs-blue);
  font-weight: 800;
  font-size: 19px;
  line-height: 1.3;
  margin: 0 0 10px;
  position: relative;
  padding-bottom: 8px;
}
.afs-solutions-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: var(--afs-red);
}
.afs-solutions-text {
  color: var(--afs-blue);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 992px) {
  .afs-solutions-item { flex: 1 1 30%; }
}
@media (max-width: 700px) {
  .afs-solutions-item { flex: 1 1 45%; }
}
@media (max-width: 480px) {
  .afs-solutions-item { flex: 1 1 100%; }
}

/* =========================================
   FAQ PAGE HEADER + CTA
   ========================================= */
.afs-faq-header { display:block; width:100%; height:auto; margin:0 0 24px; }
.afs-faq-cta { text-align:center; margin:0 0 32px; }
.afs-faq-cta-heading { color:var(--afs-blue); font-weight:700; font-size:20px; margin:0 0 16px; }
.afs-faq-cta-btn { display:inline-block; background-color:var(--afs-red); color:#fff; font-weight:700; font-size:15px; padding:10px 28px; border-radius:6px; border:2px solid var(--afs-red); text-decoration:none; cursor:pointer; }
.afs-faq-cta-btn:hover { background-color:var(--afs-red-dark); border-color:var(--afs-red-dark); color:#fff; }

/* =========================================
   CTA STRIP ("Whatever You Need" piece)
   ========================================= */
.afs-cta-top {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  background-color: var(--afs-blue);
}
.afs-cta-callout {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: var(--afs-blue);
  flex: 1 1 auto;
  padding: 24px 32px;
  box-sizing: border-box;
}
.afs-cta-icon {
  width: 68px;
  height: 69px;
  flex-shrink: 0;
}
.afs-cta-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.afs-cta-side {
  flex: 0 0 420px;
  margin: auto 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: var(--afs-blue);
  padding: 24px 32px;
  box-sizing: border-box;
}
.afs-cta-accent {
  color: #e03e2d;
}
@media (max-width: 700px) {
  .afs-cta-top { flex-direction: column; align-items: stretch; }
}

/* White-background variant of the CTA strip */
.afs-cta-top--white,
.afs-cta-top--white .afs-cta-callout,
.afs-cta-top--white .afs-cta-side {
  background-color: #fff;
}
.afs-cta-top--white .afs-cta-text,
.afs-cta-top--white .afs-cta-side {
  color: var(--afs-blue);
}
.afs-cta-top--white .afs-cta-accent {
  color: var(--afs-red);
}

/* =========================================
   ONE PARTNER / CONTACT US TODAY BANNER
   ========================================= */
.afs-cta-banner {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: var(--afs-blue);
  padding: 20px 24px;
  width: 100%;
  box-sizing: border-box;
}
.afs-cta-banner-icon {
  width: 100px;
  height: 95px;
  flex-shrink: 0;
}
.afs-cta-banner-content {
  flex: 1 1 auto;
}
.afs-cta-banner-heading {
  color: #ecf0f1;
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 8px;
}
.afs-cta-banner-text {
  color: #ecf0f1;
  margin: 0;
}
.afs-cta-banner-btn {
  flex-shrink: 0;
  display: inline-block;
  background-color: var(--afs-red);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  padding: 14px 32px;
  white-space: nowrap;
}
.afs-cta-banner-btn:hover {
  background-color: var(--afs-red-dark);
  color: #fff;
}
.afs-cta-banner a.afs-cta-banner-btn,
.afs-cta-banner a.afs-cta-banner-btn:visited,
.afs-cta-banner a.afs-cta-banner-btn:hover {
  color: #fff !important;
}
@media (max-width: 700px) {
  .afs-cta-banner { flex-direction: column; text-align: center; }
}

/* =========================================
   NEED A SERVICE/INDUSTRY / EMAIL US BANNER
   ========================================= */
.afs-email-banner {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: var(--afs-blue);
  border-radius: 0;
  padding: 20px 28px;
  width: 100%;
  box-sizing: border-box;
}
.afs-email-icon {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.afs-email-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.afs-email-icon--circle {
  border-radius: 50%;
  background-color: var(--afs-red);
}
.afs-email-content {
  flex: 1 1 auto;
}
.afs-email-heading {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  margin: 0 0 6px;
}
.afs-email-text {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.afs-email-btn {
  flex-shrink: 0;
  display: inline-block;
  background-color: var(--afs-red);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  padding: 16px 28px;
  white-space: nowrap;
}
.afs-email-btn:hover {
  background-color: var(--afs-red-dark);
  color: #fff;
}
.afs-email-banner a.afs-email-btn,
.afs-email-banner a.afs-email-btn:visited,
.afs-email-banner a.afs-email-btn:hover {
  color: #fff !important;
}
@media (max-width: 700px) {
  .afs-email-banner { flex-direction: column; text-align: center; }
}

/* =========================================
   READY TO SIMPLIFY YOUR WORKDAY BANNER
   ========================================= */
.afs-workday-banner {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: var(--afs-red);
  border-radius: 16px;
  padding: 24px 32px;
  box-sizing: border-box;
}
.afs-workday-icon {
  flex-shrink: 0;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 6px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.afs-workday-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  display: block;
}
.afs-workday-content {
  flex: 1 1 auto;
  text-align: left;
}
.afs-workday-heading {
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  margin: 0 0 6px;
}
.afs-workday-text {
  color: #fff;
  font-size: 14px;
  margin: 0 0 16px;
  white-space: nowrap;
}
.afs-workday-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.afs-workday-btn {
  display: inline-block;
  width: 230px;
  padding: 12px 22px;
  font-weight: 700;
  font-size: 13px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
}
.afs-workday-btn-primary {
  background-color: var(--afs-blue);
}
.afs-workday-btn-primary:hover {
  background-color: #002542;
}
.afs-workday-btn-secondary {
  background-color: #fff;
}
.afs-workday-btn-secondary:hover {
  background-color: #f0f0f0;
}
.afs-workday-banner a.afs-workday-btn-primary,
.afs-workday-banner a.afs-workday-btn-primary:visited,
.afs-workday-banner a.afs-workday-btn-primary:hover {
  color: #fff !important;
}
.afs-workday-banner a.afs-workday-btn-secondary,
.afs-workday-banner a.afs-workday-btn-secondary:visited {
  color: var(--afs-red) !important;
}
.afs-workday-banner a.afs-workday-btn-secondary:hover {
  color: var(--afs-red-dark) !important;
}
@media (max-width: 700px) {
  .afs-workday-banner { flex-direction: column; text-align: center; }
  .afs-workday-content { text-align: center; }
  .afs-workday-text { white-space: normal; }
  .afs-workday-buttons { justify-content: center; }
}

/* =========================================
   SERVICES / INDUSTRIES PAGE: BANNERS + COVERAGE
   ========================================= */
.afs-page-banner {
  width: 100%;
  margin: 0 0 24px;
}
.afs-page-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.afs-section-heading {
  text-align: center;
  color: #34495e;
  font-weight: 700;
  font-size: 40px;
  margin: 0 0 12px;
}
.afs-section-subtext {
  text-align: center;
  font-size: 18px;
  color: #34495e;
  max-width: 800px;
  margin: 0 auto 24px;
}
.afs-intro-text {
  font-size: 18px;
  color: #34495e;
  margin: 0 0 24px;
}
.afs-coverage {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 32px 0;
}
.afs-coverage-media {
  flex: 0 0 330px;
  text-align: center;
}
.afs-coverage-media img {
  display: block;
  width: 100%;
  max-width: 330px;
  height: auto;
  margin: 0 auto 6px;
}
.afs-coverage-caption {
  color: #34495e;
  font-size: 16px;
  margin: 0;
}
.afs-coverage-content {
  flex: 1 1 auto;
}
.afs-coverage-heading {
  color: #34495e;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px;
}
.afs-coverage-text {
  color: #34495e;
  font-size: 18px;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .afs-coverage { flex-direction: column; text-align: center; }
  .afs-coverage-media { flex: 0 0 auto; }
}

/* =========================================
   B.L.U.E.P.R.I.N.T. FEATURE BANNER
   ========================================= */
.afs-blueprint-banner {
  display: flex;
  align-items: center;
  gap: 32px;
  background-color: #eaf1fb;
  border-radius: 12px;
  padding: 40px;
  box-sizing: border-box;
}
.afs-blueprint-col {
  flex: 1 1 0;
}
.afs-blueprint-text {
  flex: 1 1 30%;
  text-align: left;
}
.afs-blueprint-eyebrow {
  color: var(--afs-blue-light);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.afs-blueprint-heading {
  color: #1a1a1a;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 14px;
}
.afs-blueprint-accent {
  color: var(--afs-blue-light);
}
.afs-blueprint-desc {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px;
}
.afs-blueprint-btn {
  display: inline-block;
  background-color: var(--afs-red);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 26px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
}
.afs-blueprint-btn:hover {
  background-color: var(--afs-red-dark);
  color: #fff;
}
.afs-blueprint-media {
  flex: 1 1 40%;
  text-align: center;
}
.afs-blueprint-media img {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0 auto;
}
.afs-blueprint-list {
  flex: 1 1 22%;
}
.afs-blueprint-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.afs-blueprint-checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 15px;
}
.afs-blueprint-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--afs-blue-light);
}
.afs-blueprint-checklist li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
@media (max-width: 900px) {
  .afs-blueprint-banner { flex-direction: column; text-align: center; }
  .afs-blueprint-checklist li { text-align: left; }
}

/* =========================================
   WHY CHOOSE / REASONS LIST
   ========================================= */
.afs-reasons-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 24px 0;
  max-width: 1120px;
  margin: 0 auto;
}
.afs-reasons-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(90deg, var(--afs-blue) 0%, #0b5487 55%, #1a75ab 100%);
  border-radius: 40px;
  padding: 24px 40px;
  box-sizing: border-box;
}
.afs-reasons-item:nth-child(even) {
  background: linear-gradient(90deg, #1a75ab 0%, #0b5487 45%, var(--afs-blue) 100%);
}
.afs-reasons-title {
  color: #fff;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.3;
  flex: 0 0 auto;
}
.afs-reasons-desc {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  flex: 0 0 170px;
}
@media (max-width: 600px) {
  .afs-reasons-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px;
  }
  .afs-reasons-desc {
    text-align: left;
    flex: 1 1 auto;
  }
}

/* =========================================
   B.LU.E.P.R.I.N.T. SHOWCASE + NATIONAL FOOTPRINT CARD
   ========================================= */
.afs-blueprint-showcase {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  padding: 32px 0;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 0 auto;
}
.afs-blueprint-showcase-col {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
.afs-blueprint-showcase-col--footprint {
  text-align: center;
}
.afs-blueprint-showcase-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.afs-blueprint-showcase-text {
  flex: 0 0 200px;
  color: var(--afs-blue);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}
.afs-blueprint-showcase-img {
  flex: 0 0 auto;
  height: 260px;
  width: auto;
  object-fit: contain;
  margin: 0;
}
.afs-blueprint-showcase-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background-color: var(--afs-red);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 0;
  border-radius: 8px;
}
.afs-blueprint-showcase-btn:hover {
  background-color: var(--afs-red-dark);
  color: #fff;
}
.afs-footprint-map {
  height: 260px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.afs-footprint-caption {
  color: var(--afs-blue);
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
}
@media (max-width: 900px) {
  .afs-blueprint-showcase { flex-direction: column; }
  .afs-blueprint-showcase-col, .afs-blueprint-showcase-col--footprint { width: 100%; }
}
@media (max-width: 700px) {
  .afs-blueprint-showcase-top { flex-direction: column; }
  .afs-blueprint-showcase-text { flex: 1 1 auto; }
  .afs-blueprint-showcase-img, .afs-footprint-map { height: auto; width: 100%; }
}

/* =========================================
   AFFORDABLE RATES
   ========================================= */
.afs-rates-section {
  padding: 24px 0;
}
.afs-rates-heading {
  text-align: center;
  color: var(--afs-blue);
  font-weight: 800;
  font-size: 30px;
  margin: 0 0 8px;
  position: relative;
  padding-bottom: 14px;
}
.afs-rates-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90px;
  height: 3px;
  background-color: var(--afs-red);
}
.afs-rates-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}
.afs-rates-card {
  background-color: var(--afs-blue);
  border-radius: 40px;
  padding: 20px 28px;
  flex: 0 1 calc(33.333% - 14px);
  box-sizing: border-box;
}
.afs-rates-card-title {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  text-align: center;
  margin: 0 0 8px;
}
.afs-rates-card-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
@media (max-width: 900px) {
  .afs-rates-card { flex: 0 1 calc(50% - 10px); }
}
@media (max-width: 600px) {
  .afs-rates-card { flex: 1 1 100%; }
}

/* =========================================
   TESTIMONIAL + NATIONAL FOOTPRINT
   ========================================= */
.afs-testimonial-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.afs-testimonial-col {
  flex: 1 1 60%;
}
.afs-testimonial-heading {
  color: var(--afs-blue);
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 16px;
}
.afs-testimonial-card {
  position: relative;
  background-color: #dcdcdc;
  border-radius: 20px;
  padding: 28px 60px;
}
.afs-testimonial-quote {
  position: absolute;
  color: var(--afs-red);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  font-family: Georgia, serif;
}
.afs-testimonial-quote--open {
  top: 20px;
  left: 20px;
}
.afs-testimonial-quote--close {
  bottom: 60px;
  right: 20px;
}
.afs-testimonial-text {
  color: var(--afs-blue);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 16px;
}
.afs-testimonial-link {
  color: var(--afs-blue);
  text-decoration: underline;
}
.afs-testimonial-stars {
  color: #f0b400;
  font-size: 22px;
  letter-spacing: 4px;
  margin: 0 0 12px;
}
.afs-testimonial-attribution {
  color: var(--afs-blue);
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.afs-testimonial-nav {
  position: absolute;
  bottom: 20px;
  right: 60px;
  display: flex;
  gap: 10px;
}
.afs-testimonial-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background-color: var(--afs-blue);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.afs-testimonial-arrow:hover {
  background-color: var(--afs-blue-light);
}

.afs-footprint-col {
  flex: 1 1 30%;
  text-align: center;
}
.afs-footprint-card {
  border: 2px solid var(--afs-blue);
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
}
.afs-footprint-heading {
  color: var(--afs-blue);
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 12px;
}
.afs-footprint-legend {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline-block;
}
.afs-footprint-legend li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--afs-blue);
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 6px;
}
.afs-footprint-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  flex-shrink: 0;
}
.afs-footprint-dot--green { background-color: #1fde64; }
.afs-footprint-dot--red { background-color: var(--afs-red); }
.afs-footprint-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 800px) {
  .afs-testimonial-row { flex-direction: column; }
  .afs-testimonial-card { padding: 24px 32px; }
}

/* =========================================
   CONTACT FORM (Joomla native com_contact, Plain Style)
   ========================================= */
.afs-contact-wrap {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.afs-contact-banner {
  position: relative;
  background: linear-gradient(180deg, #cfe4f5 0%, var(--afs-blue) 100%);
  border-radius: 8px 8px 0 0;
  padding: 32px 20px 40px;
  overflow: hidden;
}
.afs-contact-title {
  color: var(--afs-blue);
  font-weight: 800;
  font-size: 32px;
  margin: 0 0 4px;
}
.afs-contact-subtitle {
  color: var(--afs-blue);
  font-size: 14px;
  margin: 0;
}
.afs-contact-wave {
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.afs-contact-heading {
  color: var(--afs-blue);
  font-weight: 800;
  font-size: 22px;
  margin: 28px 0 10px;
}
.afs-contact-subtext {
  color: var(--afs-blue);
  font-size: 15px;
  margin: 0 0 24px;
}
.afs-contact-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.afs-contact-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px 28px;
  background-color: var(--afs-blue);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  border: 3px solid transparent;
}
.afs-contact-tab:hover {
  background-color: #002542;
  color: #fff;
}
.afs-contact-tab--active {
  border-color: var(--afs-red);
}
.afs-contact-form-heading {
  color: var(--afs-blue);
  font-weight: 800;
  font-size: 20px;
  margin: 0 0 20px;
}
.afs-contact-form-subtext {
  color: var(--afs-blue);
  font-size: 14px;
  margin: 0 0 24px;
}
.afs-contact-note {
  text-align: center;
  color: var(--afs-blue);
  font-size: 13px;
  margin-top: 16px;
}

/* Joomla-generated wrapper cleanup */
.contact .page-header {
  display: none;
}
.contact .contact-miscinfo > h3,
.contact .contact-miscinfo > .jicons-icons {
  display: none;
}
.contact .contact-address {
  display: none;
}
.contact .plain-style > .row {
  display: block !important;
}
.contact .plain-style > .row > [class*="col-"] {
  max-width: 100% !important;
  width: 100% !important;
  flex: 0 0 100% !important;
}

/* Native Joomla contact form re-skin */
#contact-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
#contact-form .control-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}
#contact-form .form-control {
  width: 100%;
  box-sizing: border-box;
  background-color: #e0e0e0;
  border: none;
  border-radius: 4px;
  padding: 14px 16px;
  color: var(--afs-blue);
  font-size: 15px;
}
#contact-form textarea.form-control {
  min-height: 130px;
}
#contact-form .control-btn {
  text-align: center;
}
#contact-form .btn.btn-primary {
  display: inline-block;
  background-color: var(--afs-blue);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 48px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
#contact-form .btn.btn-primary:hover {
  background-color: #002542;
}
#contact-form .form-group:has(#jform_contact_emailmsg) {
  display: none;
}
#contact-form .contact-mes {
  display: none;
}

/* =========================================
   CAREERS FORM (Creative Contact Form)
   Scoped to body.item-248 only, so it doesn't affect any
   other Creative Contact Form forms elsewhere on the site.
   ========================================= */
body.item-248 .creativecontactform_header {
  display: none;
}
body.item-248 .creativecontactform_wrapper {
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}
body.item-248 .creativecontactform_field_box {
  margin-bottom: 20px;
}
body.item-248 .creativecontactform_field_name {
  display: block;
  color: var(--afs-blue);
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 6px;
}
body.item-248 .creative_text-input,
body.item-248 .creative_email,
body.item-248 .creative_textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #e0e0e0 !important;
  border: none !important;
  border-radius: 4px;
  padding: 14px 16px;
  color: var(--afs-blue);
  font-size: 15px;
}
body.item-248 .creative_input_dummy_wrapper,
body.item-248 .creative_textarea_dummy_wrapper {
  background: #e0e0e0 !important;
  border: none !important;
  padding: 0 !important;
}
body.item-248 .creativecontactform_input_element {
  background: #e0e0e0 !important;
  padding: 0 !important;
  border: none !important;
}
body.item-248 .creativecontactform_wrapper:hover,
body.item-248 .creativecontactform_wrapper_inner:hover {
  border: none !important;
}
body.item-248 .creative_textarea {
  min-height: 130px;
}
body.item-248 .creative_captcha {
  background-color: #e0e0e0 !important;
  border: none !important;
  border-radius: 4px;
  padding: 14px 16px !important;
  color: var(--afs-blue);
  font-size: 15px;
  box-sizing: border-box !important;
  height: auto !important;
}
body.item-248 .creativecontactform_captcha_input_wrapper {
  background: #e0e0e0 !important;
}
body.item-248 .creative_fileupload_wrapper {
  background-color: #e0e0e0;
  border-radius: 4px;
  padding: 14px 16px;
  box-sizing: border-box;
}
body.item-248 .creative_fileupload {
  color: var(--afs-blue);
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}
body.item-248 .creativecontactform_submit_wrapper {
  text-align: center;
  margin-top: 10px;
}
body.item-248 .creativecontactform_send {
  display: inline-block;
  background-color: var(--afs-blue);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 48px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
body.item-248 .creativecontactform_send:hover {
  background-color: #002542;
}
body.item-248 .creativecontactform_field_box.creative_timing_sendmecopy .answer_name {
  color: var(--afs-blue);
  font-size: 14px;
}

/* =========================================
   REQUEST INFORMATION FORM (Creative Contact Form)
   Same structure as Careers, rescoped to body.item-247,
   plus checkbox styling for Preferred Contact Method.
   ========================================= */
body.item-247 .creativecontactform_wrapper,
body.item-247 .creativecontactform_wrapper_inner {
  border: none !important;
}
body.item-247 .creativecontactform_wrapper:hover,
body.item-247 .creativecontactform_wrapper_inner:hover {
  border: none !important;
}
body.item-247 .creativecontactform_header {
  display: none;
}
body.item-247 .creativecontactform_wrapper {
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}
body.item-247 .creativecontactform_field_box {
  margin-bottom: 20px;
}
body.item-247 .creativecontactform_field_name {
  display: block;
  color: var(--afs-blue);
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 6px;
}
body.item-247 .creative_text-input,
body.item-247 .creative_email,
body.item-247 .creative_textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #e0e0e0 !important;
  border: none !important;
  border-radius: 4px;
  padding: 14px 16px;
  color: var(--afs-blue);
  font-size: 15px;
}
body.item-247 .creative_input_dummy_wrapper,
body.item-247 .creative_textarea_dummy_wrapper {
  background: #e0e0e0 !important;
  border: none !important;
  padding: 0 !important;
}
body.item-247 .creativecontactform_input_element {
  background: #e0e0e0 !important;
  padding: 0 !important;
  border: none !important;
}
body.item-247 .creative_textarea {
  min-height: 130px;
}
body.item-247 .creative_captcha {
  background-color: #e0e0e0 !important;
  border: none !important;
  border-radius: 4px;
  padding: 14px 16px !important;
  color: var(--afs-blue);
  font-size: 15px;
  box-sizing: border-box !important;
  height: auto !important;
}
body.item-247 .creativecontactform_captcha_input_wrapper {
  background: #e0e0e0 !important;
}
body.item-247 .creative_checkbox_wrapper .answer_name,
body.item-247 .creative_checkbox_wrapper .answer_name label {
  color: var(--afs-blue);
  font-size: 14px;
}
body.item-247 .creativecontactform_submit_wrapper {
  text-align: center;
  margin-top: 10px;
}
body.item-247 .creativecontactform_send {
  display: inline-block;
  background-color: var(--afs-blue);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 48px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
body.item-247 .creativecontactform_send:hover {
  background-color: #002542;
}
body.item-247 .creativecontactform_field_box.creative_timing_sendmecopy .answer_name {
  color: var(--afs-blue);
  font-size: 14px;
}

/* =========================================
   VENDORS & PARTNERSHIPS FORM (Creative Contact Form)
   Same structure as Careers, rescoped to body.item-249.
   ========================================= */
body.item-249 .creativecontactform_wrapper,
body.item-249 .creativecontactform_wrapper_inner {
  border: none !important;
}
body.item-249 .creativecontactform_wrapper:hover,
body.item-249 .creativecontactform_wrapper_inner:hover {
  border: none !important;
}
body.item-249 .creativecontactform_header {
  display: none;
}
body.item-249 .creativecontactform_wrapper {
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}
body.item-249 .creativecontactform_field_box {
  margin-bottom: 20px;
}
body.item-249 .creativecontactform_field_name {
  display: block;
  color: var(--afs-blue);
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 6px;
}
body.item-249 .creative_text-input,
body.item-249 .creative_email,
body.item-249 .creative_textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #e0e0e0 !important;
  border: none !important;
  border-radius: 4px;
  padding: 14px 16px;
  color: var(--afs-blue);
  font-size: 15px;
}
body.item-249 .creative_input_dummy_wrapper,
body.item-249 .creative_textarea_dummy_wrapper {
  background: #e0e0e0 !important;
  border: none !important;
  padding: 0 !important;
}
body.item-249 .creativecontactform_input_element {
  background: #e0e0e0 !important;
  padding: 0 !important;
  border: none !important;
}
body.item-249 .creative_textarea {
  min-height: 130px;
}
body.item-249 .creative_captcha {
  background-color: #e0e0e0 !important;
  border: none !important;
  border-radius: 4px;
  padding: 14px 16px !important;
  color: var(--afs-blue);
  font-size: 15px;
  box-sizing: border-box !important;
  height: auto !important;
}
body.item-249 .creativecontactform_captcha_input_wrapper {
  background: #e0e0e0 !important;
}
body.item-249 .creativecontactform_submit_wrapper {
  text-align: center;
  margin-top: 10px;
}
body.item-249 .creativecontactform_send {
  display: inline-block;
  background-color: var(--afs-blue);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 48px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
body.item-249 .creativecontactform_send:hover {
  background-color: #002542;
}
body.item-249 .creativecontactform_field_box.creative_timing_sendmecopy .answer_name {
  color: var(--afs-blue);
  font-size: 14px;
}

/* =========================================
   FOOTER
   ========================================= */
.afs-footer-stack { width:100%; }
.afs-footer-stack table { margin:0; box-sizing:border-box; }
.afs-footer { background-color:var(--afs-blue); color:#fff; padding:24px 30px; display:flex; flex-wrap:wrap; align-items:flex-start; gap:28px; font-size:13px; line-height:1.6; width:100%; box-sizing:border-box; margin:0; }
.afs-footer-col { flex:1 1 0; min-width:150px; }
.afs-footer-col:first-child { min-width: 220px; }
.afs-footer-col p { color:#fff; margin:0 0 10px; }
.afs-footer-copyright { margin:0 0 12px; }
.afs-footer-social { display:flex; gap:8px; align-items:center; flex-wrap:nowrap; }
.afs-footer-social img { width:22px; height:22px; display:block; flex-shrink:0; }
.afs-footer-veteran { display:flex; align-items:center; gap:10px; margin:0 0 10px; }
.afs-footer-veteran img { width:56px; height:auto; }
.afs-footer-links { list-style:none; margin:0; padding:0; }
.afs-footer-links li { margin:0 0 6px; }
.afs-footer-links a { color:#fff; text-decoration:none; }
.afs-footer-links a:hover { color: var(--afs-blue-light) !important; }
.afs-footer-links--accent a { color:#fff; }
.afs-footer-contact { list-style:none; margin:0; padding:0; }
.afs-footer-contact li { margin:0 0 4px; }
.afs-footer-contact a { color:#fff; text-decoration:none; }
.afs-footer-contact a:hover { color: var(--afs-blue-light) !important; }
.afs-footer--gray {
  background-color: #e0e0e0;
  color: var(--afs-blue);
}
.afs-footer--gray .afs-footer-col p {
  color: var(--afs-blue);
}
.afs-footer--gray .afs-footer-links a,
.afs-footer--gray .afs-footer-links--accent a,
.afs-footer--gray .afs-footer-contact a {
  color: var(--afs-blue);
}
.afs-footer--gray .afs-footer-links a:hover,
.afs-footer--gray .afs-footer-contact a:hover {
  color: var(--afs-red) !important;
}
@media (max-width:900px) { .afs-footer { flex-direction:column; gap:20px; } }

/* =========================================
   HEADER CONTACT BOX (header-r position)
   ========================================= */
.afs-header-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--afs-red);
  border-radius: 8px;
  background: #fff;
  padding: 6px 16px;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
}
.afs-header-contact:hover {
  background: #f8f8f8;
  border-color: var(--afs-red-dark);
}
.afs-header-phone {
  display: block;
  color: var(--afs-red);
  font-weight: 700;
  font-size: 15px;
}
.afs-header-email {
  display: block;
  color: var(--afs-red);
  font-weight: 600;
  font-size: 13px;
}

/* =========================================
   HEADER LAYOUT FIX (single row)
   ========================================= */
#t4-header .container-xxl {
  max-width: 1600px;
}
#t4-header .header-wrap {
  flex-wrap: nowrap;
}
#t4-header .t4-navbar {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}
#t4-header .navbar-nav {
  flex-wrap: nowrap;
  align-items: center;
}
#t4-header .nav-item {
  white-space: nowrap;
}
#t4-header .nav-link {
  padding-left: 0.55rem;
  padding-right: 0.55rem;
}
#t4-header .nav-link:hover,
#t4-header .nav-link:focus {
  color: var(--afs-blue-light) !important;
}
#t4-header .t4-header-r {
  flex-shrink: 0;
}

/* =========================================
   MAIN CONTENT WIDTH (site-wide, below menus)
   ========================================= */
.item-page.layout-1 .top-article-info,
.item-page.layout-default.no-sidebar .top-article-info {
  max-width: 1400px;
}
.item-page.layout-1 .bottom-article-info,
.item-page.layout-default.no-sidebar .bottom-article-info {
  max-width: 1400px;
}
#t4-main-body .container-xxl {
  max-width: 1716px;
}
#t4-main-body > .t4-section-inner.container {
  max-width: 1400px;
}
#t4-main-body .com-content-article.item-page > .container {
  max-width: 1400px;
}

/* =========================================
   HIDE EMPTY T4 POSITIONS/SECTIONS
   ========================================= */
#t4-section-6 {
  display: none;
}
#t4-section-3,
#t4-section-3 .t4-section-inner {
  background-color: #fff !important;
}
#t4-section-3 .t4-mod-wrap {
  background-color: #fff !important;
}
#t4-footer {
  background-color: #fff !important;
}
.t4-footnav {
  display: none;
}

/* =========================================
   LAYOUT / SPACING FIXES (HOME PAGE ONLY)
   ========================================= */
#t4-footer .t4-col.footer {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
body.item-101 #t4-main-body {
  padding-top: 0;
  padding-bottom: 0;
}
body.item-101 #t4-main-body .com-content-article.item-page {
  margin: 0;
  padding: 0;
}
body.item-101 #t4-main-body .top-article-info,
body.item-101 #t4-main-body .full-image,
body.item-101 #t4-main-body .bottom-article-info {
  margin: 0;
  padding: 0;
  min-height: 0;
}
