/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* Add your own styles here. */

/* =========================================================
   Four Corners Urgent Care - Design System
   ========================================================= */

:root {
  /* Brand Colors */
  --fcuc-blue: #1290ca;
  --fcuc-navy: #06263d;
  --fcuc-red: #ef3e4e;
  --fcuc-red-dark: #b92535;

  /* Neutral Colors */
  --fcuc-charcoal: #1e2d36;
  --fcuc-light-gray: #d9e3ea;
  --fcuc-white: #ffffff;

  /* Text Colors */
  --fcuc-text: #1e2d36;
  --fcuc-text-muted: #5f6f7a;

  /* Background Colors */
  --fcuc-bg-white: #ffffff;
  --fcuc-bg-light: #f6f8fa;
  --fcuc-bg-soft-blue: #e9f6fc;

  /* Borders */
  --fcuc-border: #d9e3ea;

  /* Button / Hover Colors */
  --fcuc-blue-hover: #0874a6;
  --fcuc-blue-light: #d7f0fb;
  --fcuc-red-hover: #d92f40;

  /* Fonts */
  --fcuc-font-heading: "Barlow Condensed", sans-serif;
  --fcuc-font-body: "Open Sans", sans-serif;
}

/* =========================================================
   Cookie Consent
   ========================================================= */
.avia-cookie-consent p {
  color: #fff;
}

.avia-cookie-consent {
  background-color: rgba(6, 38, 61, 0.85) !important;
}

.avia-cookie-consent .avia-cookie-consent-button,
.avia-popup .avia-cookie-consent-button,
.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-hide-notification {
  background-color: #1290ca !important;
  color: #fff !important;
  border-width: 0 !important;
  font-weight: 600;
}

/* =========================================================
   Font System
   ========================================================= */

/*
Hero H1:      54–64px desktop / 38–44px mobile
Page H1:      46–54px desktop / 34–40px mobile
H2:           36–44px desktop / 30–34px mobile
H3:           26–32px
Body Copy:    17–18px
Small Text:   14–15px
Buttons:      16–18px
Navigation:   16px

Headlines:        Barlow Condensed
Subheadings:      Barlow Condensed
Navigation:       Barlow Condensed
Buttons / CTAs:   Barlow Condensed

Body Copy:        Open Sans
Paragraphs:       Open Sans
FAQs:             Open Sans
Forms:            Open Sans
Footer Copy:      Open Sans
*/

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.hero-title,
.av-special-heading-tag {
  font-family: var(--fcuc-font-heading);
  color: var(--fcuc-navy);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

body,
p,
li,
input,
textarea,
select {
  font-family: var(--fcuc-font-body);
  color: var(--fcuc-text);
  line-height: 1.65;
  font-weight: 400;
}

.hero-title {
  font-size: clamp(38px, 4vw, 64px) !important;
}

h1,
.page-title {
  font-size: clamp(34px, 3.3vw, 54px);
}

h2,
.section-title {
  font-size: clamp(30px, 2.6vw, 44px);
}

h3 {
  font-size: clamp(26px, 2vw, 32px);
}

body,
p,
li {
  font-size: 17px;
}

small,
.fcuc-small-text {
  font-size: 14px;
}

/* =========================================================
   Global Buttons + Navigation Typography
   ========================================================= */

.button,
.avia-button,
.main_menu a,
.fcuc-btn,
.fcuc-location-card a,
.fcuc-service-card {
  font-family: var(--fcuc-font-heading);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.button,
.avia-button,
.fcuc-btn {
  font-size: 16px;
}

.main_menu a {
  font-size: 16px;
}

.av-main-nav > li > a {
  padding: 0 14px;
}

body div .avia-button {
  border-radius: 6px !important;
}

.avia-button:hover {
  opacity: 1;
}

.avia-button.avia-size-large {
  font-size: 17px;
  min-width: 189px;
  font-weight: 600;
  padding: 10px 30px 10px;
}

.avia-button.avia-size-x-large {
  font-size: 20px !important;
  font-weight: 600;
  padding: 20px 50px 19px;
}

/* Enfold Dropdown Menu Rounded Corners
--------------------------------------------- */

/* Main desktop dropdown container */
#top #header .av-main-nav ul.sub-menu,
#top #header .av-main-nav .sub-menu {
  border-radius: 10px !important;
  overflow: hidden !important;
  border: 0;
  box-shadow: 0 10px 24px rgba(158, 165, 167, 0.14);
}

/* =========================================================
   Avia Button Color System
   ========================================================= */

.avia-button.avia-color-red {
  background-color: #ef3c4d !important;
  border-color: #ef3c4d !important;
  color: #ffffff;
}

.avia-button.avia-color-red:hover {
  background-color: #b92534 !important;
  border-color: #b92534 !important;
  color: #ffffff;
}

.avia-button.avia-color-blue {
  background-color: #0d90ca !important;
  border-color: #0d90ca !important;
  color: #ffffff;
}

.avia-button.avia-color-blue:hover {
  background-color: #0874a6 !important;
  border-color: #0874a6 !important;
  color: #ffffff;
}

#top .avia-button.avia-color-light {
  color: #0d90ca;
  border: 1px solid #0d90ca;
  background: transparent;
}

#top .avia-button.avia-color-light:hover {
  color: #ef3c4d;
  border: 1px solid #ef3c4d;
  background: transparent;
}

#top .avia-button.avia-color-light .avia-svg-icon svg,
#top .avia-button.avia-color-light .avia-svg-icon svg *,
#top .avia-button.avia-color-light .avia-svg-icon path {
  fill: #0d90ca !important;
  color: #0d90ca !important;
  transition:
    fill 0.2s ease,
    color 0.2s ease;
}

#top .avia-button.avia-color-light:hover .avia-svg-icon svg,
#top .avia-button.avia-color-light:hover .avia-svg-icon svg *,
#top .avia-button.avia-color-light:hover .avia-svg-icon path {
  fill: #ef3c4d !important;
  color: #ef3c4d !important;
}

/* =========================================================
   Above Header Alert Bar
   ========================================================= */

.fcuc-top-header-bar {
  width: 100%;
  background: var(--fcuc-blue) !important;
  border-bottom: 0 solid var(--fcuc-light-gray);
  position: relative;
  z-index: 9999;
}

.fcuc-top-header-inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.fcuc-top-header-bar .widget,
.fcuc-top-header-bar .textwidget,
.fcuc-top-header-bar p,
.fcuc-top-header-widget {
  margin: 0;
  padding: 0;
}

.fcuc-alert-bar-content {
  min-height: 50px;
  display: grid;
  grid-template-columns: minmax(300px, 430px) 1fr minmax(220px, 340px);
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fa 100%);
  font-family: var(--fcuc-font-heading);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--fcuc-navy);
  overflow: hidden;
}

.fcuc-alert-left {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 58px 0 42px;
  background: var(--fcuc-red);
  color: var(--fcuc-white);
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  min-width: 370px;
}

.fcuc-alert-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -58px;
  width: 0;
  height: 0;
  border-top: 50px solid var(--fcuc-red);
  border-right: 58px solid transparent;
}

.fcuc-alert-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--fcuc-white);
  color: var(--fcuc-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.fcuc-alert-message {
  font-family: var(--fcuc-font-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--fcuc-text);
  text-align: left;
  padding-left: 36px;
}

.fcuc-alert-phone {
  justify-self: end;
  padding-right: 48px;
  color: var(--fcuc-red);
  font-family: var(--fcuc-font-heading);
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.fcuc-alert-phone:hover {
  color: var(--fcuc-red-dark);
  text-decoration: none;
}

.fcuc-alert-phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  line-height: 1;
  flex-shrink: 0;
}

.fcuc-alert-phone-icon .av_font_icon,
.fcuc-alert-phone-icon .av-icon-char,
.fcuc-alert-phone-icon svg {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--fcuc-red) !important;
  fill: var(--fcuc-red) !important;
  stroke: var(--fcuc-red) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1 !important;
}

.fcuc-alert-phone:hover .fcuc-alert-phone-icon .av_font_icon,
.fcuc-alert-phone:hover .fcuc-alert-phone-icon .av-icon-char,
.fcuc-alert-phone:hover .fcuc-alert-phone-icon svg {
  color: var(--fcuc-red-dark) !important;
  fill: var(--fcuc-red-dark) !important;
  stroke: var(--fcuc-red-dark) !important;
}

/* =========================================================
   Header + Main Navigation
   ========================================================= */

.logo,
.logo a {
  padding: 5px 0;
}

#top #wrap_all #header .main_menu .fcuc-nav-checkin > a .avia-menu-text,
#top
  #wrap_all
  .header_color
  .main_menu
  .fcuc-nav-checkin.av-menu-button-colored
  > a
  .avia-menu-text {
  background-color: var(--fcuc-red) !important;
  color: #ffffff !important;
  border-color: var(--fcuc-red-dark) !important;
  font-family: var(--fcuc-font-heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 15px 24px !important;
  border-radius: 6px !important;
  border-width: 0 !important;
  border-style: solid !important;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

#top #wrap_all #header .main_menu .fcuc-nav-checkin > a:hover .avia-menu-text,
#top
  #wrap_all
  .header_color
  .main_menu
  .fcuc-nav-checkin.av-menu-button-colored
  > a:hover
  .avia-menu-text {
  background-color: var(--fcuc-red-dark) !important;
  color: #ffffff !important;
  border-color: var(--fcuc-red-dark) !important;
}

#top #wrap_all #header .main_menu .fcuc-nav-checkin .avia-menu-fx,
#top #wrap_all #header .main_menu .fcuc-nav-checkin .avia-bullet {
  display: none !important;
}

#top #wrap_all #header .main_menu .fcuc-nav-checkin > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#top #wrap_all #av-burger-menu-ul .fcuc-nav-checkin > a .avia-menu-text {
  background-color: var(--fcuc-red) !important;
  color: #ffffff !important;
  border: 0 solid var(--fcuc-red-dark) !important;
  border-radius: 6px !important;
  padding: 13px 20px !important;
  display: inline-block;
}

/* =========================================================
   Page Section Hooks
   ========================================================= */

/* FCUC Location Card Content
--------------------------------------------- */

.fcuc-location-card-content {
  text-align: center;
  font-family: var(--fcuc-font-body);
  color: var(--fcuc-text);
}

.fcuc-location-card-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 22px;
}

.fcuc-location-icon-wrap {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--fcuc-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fcuc-location-icon {
  display: block;
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.fcuc-location-info {
  text-align: left;
}

.fcuc-location-info h3 {
  margin: 0 0 8px 0;
  color: var(--fcuc-navy);
  font-family: var(--fcuc-font-heading);
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fcuc-location-hours {
  color: var(--fcuc-text);
  font-family: var(--fcuc-font-body);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}

/* Phone link */
.fcuc-location-phone {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--fcuc-blue) !important;
  font-family: var(--fcuc-font-heading);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  margin: 0 0 20px 0;
}

.fcuc-location-phone:hover {
  color: var(--fcuc-red) !important;
  text-decoration: none !important;
}

/* Phone icon generated by CSS so Enfold cannot strip it */
.fcuc-location-phone::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  flex-shrink: 0;
  background-color: var(--fcuc-blue);

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2026%2032%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M14.752%2017.92q5.184-5.184%203.776-6.592l-0.256-0.256q-0.96-0.96-1.312-1.536t-0.128-1.728%201.568-2.816q0.64-0.768%201.184-1.248t1.12-0.512%200.96-0.032%200.928%200.416%200.768%200.576%200.832%200.8%200.672%200.704q1.536%201.536-0.192%206.208t-6.528%209.408q-4.8%204.8-9.44%206.56t-6.176%200.224q-0.064-0.064-0.736-0.704t-0.8-0.8-0.576-0.768-0.416-0.992%200.064-0.96%200.48-1.12%201.216-1.184q1.344-1.088%202.24-1.504t1.728-0.064%201.12%200.576%201.248%201.184q1.408%201.408%206.656-3.84z%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2026%2032%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M14.752%2017.92q5.184-5.184%203.776-6.592l-0.256-0.256q-0.96-0.96-1.312-1.536t-0.128-1.728%201.568-2.816q0.64-0.768%201.184-1.248t1.12-0.512%200.96-0.032%200.928%200.416%200.768%200.576%200.832%200.8%200.672%200.704q1.536%201.536-0.192%206.208t-6.528%209.408q-4.8%204.8-9.44%206.56t-6.176%200.224q-0.064-0.064-0.736-0.704t-0.8-0.8-0.576-0.768-0.416-0.992%200.064-0.96%200.48-1.12%201.216-1.184q1.344-1.088%202.24-1.504t1.728-0.064%201.12%200.576%201.248%201.184q1.408%201.408%206.656-3.84z%27/%3E%3C/svg%3E");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;
}

.fcuc-location-phone:hover::before {
  background-color: var(--fcuc-red);
}

/* Clean up Enfold auto paragraph spacing inside the card */
.fcuc-location-card-content p {
  margin: 0;
  padding: 0;
}

/* Home hero p 
---------------------------------------------*/
#home_hero p {
  font-weight: 600;
  line-height: 1.2em;
}

/* FCUC Home Services Strip
--------------------------------------------- */
/* SVG icon images */
.fcuc-home-service-icon img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.fcuc-home-services-strip {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 40px;
  text-align: center;
}

/* Clean up Enfold auto paragraph tags if placed in a Text Block */
.fcuc-home-services-strip p {
  margin: 0 !important;
  padding: 0 !important;
}

/* Heading with horizontal lines */
.fcuc-section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: 100%;
  margin: 0 0 28px 0;
}

.fcuc-section-heading::before,
.fcuc-section-heading::after {
  content: "";
  display: block;
  height: 1px;
  flex: 1 1 auto;
  background: rgba(6, 38, 61, 0.22);
}

.fcuc-section-heading h2 {
  margin: 0;
  color: var(--fcuc-navy);
  font-family: var(--fcuc-font-heading);
  font-size: clamp(30px, 2.6vw, 44px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;

  text-transform: uppercase;
  white-space: nowrap;
}

/* Hide any accidental empty spans from the old heading HTML */
.fcuc-section-heading > span,
.fcuc-section-heading p {
  display: none !important;
}

/* Services grid */
.fcuc-home-services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: stretch;
  width: 100%;
}

/* Enfold Text Block paragraph wrapper support */
.fcuc-home-services-grid > p {
  display: block !important;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

/* Individual service link */
.fcuc-home-service-item {
  min-height: 122px;
  padding: 0 22px;
  color: var(--fcuc-navy) !important;
  text-decoration: none !important;

  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;

  width: 100%;
  height: 100%;
  position: relative;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

/* Divider lines if service links are direct children */
.fcuc-home-services-grid > .fcuc-home-service-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: rgba(6, 38, 61, 0.2);
  z-index: 2;
}

/* Divider lines if Enfold wraps service links in <p> tags */
.fcuc-home-services-grid > p:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: rgba(6, 38, 61, 0.2);
  z-index: 2;
}

/* Make links fill paragraph/grid area when wrapped by Enfold */
.fcuc-home-services-grid > p > .fcuc-home-service-item {
  width: 100%;
  height: 100%;
}

/* Icon wrapper */
.fcuc-home-service-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--fcuc-blue);
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

/* Inline SVG support */
.fcuc-home-service-icon svg {
  width: 58px;
  height: 58px;
  display: block;
}

.fcuc-home-service-icon svg,
.fcuc-home-service-icon svg *,
.fcuc-home-service-icon path {
  fill: var(--fcuc-blue);
  stroke: var(--fcuc-blue);
  transition:
    fill 0.2s ease,
    stroke 0.2s ease;
}

/* Service title */
.fcuc-home-service-title {
  display: block;
  color: var(--fcuc-navy);
  font-family: var(--fcuc-font-heading);
  font-size: 19px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  transition: color 0.2s ease;
}

/* Hover states */
.fcuc-home-service-item:hover {
  color: var(--fcuc-blue) !important;
  transform: translateY(-2px);
}

.fcuc-home-service-item:hover .fcuc-home-service-title {
  color: var(--fcuc-blue);
}

/* FCUC Home FAQs
--------------------------------------------- */

#bottom_home .av-minimal-toggle .single_toggle {
  border-bottom: 1px solid var(--fcuc-light-gray);
}

.js_active .toggler {
  border-width: 0 !important;
}

#bottom_home .togglecontainer {
  margin: 20px 0px 5px 0px !important;
}

/* FCUC View All Link
--------------------------------------------- */

.fcuc-view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--fcuc-blue) !important;
  font-family: var(--fcuc-font-body);
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: color 0.2s ease;
  margin-left: 12px;
}

.fcuc-view-all-link:hover {
  color: var(--fcuc-red) !important;
  text-decoration: none !important;
}

.fcuc-view-all-arrow {
  display: inline-block;
  font-size: 30px;
  line-height: 0.75;
  font-weight: 700;
  transform: translateY(-1px);
  transition: transform 0.2s ease;
}

.fcuc-view-all-link:hover .fcuc-view-all-arrow {
  transform: translate(3px, -1px);
}

/* FCUC Care Highlight Image + Checklist
--------------------------------------------- */

.fcuc-care-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 38px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

/* Enfold Text Block cleanup */
.fcuc-care-highlight p {
  margin: 0 !important;
  padding: 0 !important;
}

.fcuc-care-highlight br {
  display: none;
}

.fcuc-care-highlight-image {
  width: 100%;
}

.fcuc-care-highlight-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.75 / 1;
  object-fit: cover;
  border-radius: 14px;
}

.fcuc-care-highlight-content {
  width: 100%;
}

.fcuc-care-checklist {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fcuc-care-checklist li {
  position: relative;
  list-style: none !important;
  margin: 0 0 14px 0 !important;
  padding: 0 0 0 34px !important;
  color: var(--fcuc-navy, #06263d);
  font-family: var(--fcuc-font-body, "Open Sans", sans-serif);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 500;
}

.fcuc-care-checklist li:last-child {
  margin-bottom: 0 !important;
}

.fcuc-care-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--fcuc-blue, #1290ca);
  color: var(--fcuc-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

h3.fourcorners {
  margin-bottom: 37px;
}

/* FCUC Contact Form 7
--------------------------------------------- */

.fcuc-contact-form {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: var(--fcuc-white, #ffffff);
}

/* Remove default Contact Form 7 spacing */
.fcuc-contact-form p {
  margin: 0 !important;
  padding: 0 !important;
}

.fcuc-contact-form br {
  display: none;
}

/* Rows */
.fcuc-form-row {
  width: 100%;
  margin: 0 0 14px 0;
}

.fcuc-form-row-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

/* Fields */
.fcuc-form-field {
  width: 100%;
}

/* Inputs, select, textarea */
.fcuc-contact-form input[type="text"],
.fcuc-contact-form input[type="email"],
.fcuc-contact-form input[type="tel"],
.fcuc-contact-form select,
.fcuc-contact-form textarea {
  width: 100% !important;
  min-height: 48px;
  margin: 0 !important;
  padding: 13px 16px !important;
  border: 1px solid var(--fcuc-border, #d9e3ea) !important;
  border-radius: 4px !important;
  background: var(--fcuc-white, #ffffff) !important;
  color: var(--fcuc-text, #1e2d36) !important;
  font-family: var(--fcuc-font-body, "Open Sans", sans-serif) !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  outline: none !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

/* Placeholder text */
.fcuc-contact-form input::placeholder,
.fcuc-contact-form textarea::placeholder {
  color: var(--fcuc-text-muted, #5f6f7a);
  opacity: 0.75;
}

/* Select */
.fcuc-contact-form select {
  appearance: auto;
  cursor: pointer;
  color: var(--fcuc-text-muted, #5f6f7a) !important;
}

/* Textarea */
.fcuc-contact-form textarea {
  min-height: 112px;
  resize: vertical;
}

/* Focus state */
.fcuc-contact-form input[type="text"]:focus,
.fcuc-contact-form input[type="email"]:focus,
.fcuc-contact-form input[type="tel"]:focus,
.fcuc-contact-form select:focus,
.fcuc-contact-form textarea:focus {
  border-color: var(--fcuc-blue, #1290ca) !important;
  box-shadow: 0 0 0 2px rgba(18, 144, 202, 0.12) !important;
}

/* Submit wrapper */
.fcuc-form-submit {
  width: 100%;
}

/* Submit button */
.fcuc-contact-form input[type="submit"],
.fcuc-contact-form .wpcf7-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 52px;
  margin: 0 !important;
  padding: 14px 34px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: var(--fcuc-red, #ef3e4e) !important;
  color: var(--fcuc-white, #ffffff) !important;
  font-family: var(
    --fcuc-font-heading,
    "Barlow Condensed",
    sans-serif
  ) !important;
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: none !important;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.fcuc-contact-form input[type="submit"]:hover,
.fcuc-contact-form .wpcf7-submit:hover {
  background: var(--fcuc-red-dark, #b92535) !important;
  color: var(--fcuc-white, #ffffff) !important;
  transform: translateY(-1px);
}

/* Contact Form 7 response messages */
.fcuc-contact-form .wpcf7-response-output {
  margin: 18px 0 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 4px;
  font-family: var(--fcuc-font-body, "Open Sans", sans-serif);
  font-size: 15px;
  line-height: 1.4;
}

.fcuc-contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: var(--fcuc-red, #ef3e4e);
  font-family: var(--fcuc-font-body, "Open Sans", sans-serif);
  font-size: 13px;
  line-height: 1.3;
}

/* FCUC Contact Info / Payment Block
--------------------------------------------- */

.fcuc-contact-info-list {
  width: 100%;
  max-width: 760px;
  margin: 0;
  padding: 0;
  background: var(--fcuc-white, #ffffff);
  font-family: var(--fcuc-font-body, "Open Sans", sans-serif);
}

/* Enfold Text Block cleanup */
.fcuc-contact-info-list p {
  margin: 0 !important;
  padding: 0 !important;
}

.fcuc-contact-info-list br {
  display: none;
}

/* Rows */
.fcuc-contact-info-row {
  display: grid;
  grid-template-columns: 28px 120px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 0 0 20px 0;
}

.fcuc-contact-info-row:last-child {
  margin-bottom: 0;
}

/* Pay Online row without description text */
.fcuc-contact-info-payment {
  grid-template-columns: 28px 120px auto;
}

/* Icons */
.fcuc-contact-info-icon {
  width: 24px;
  height: 24px;
  background-color: var(--fcuc-blue, #1290ca);
  display: block;
  flex-shrink: 0;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;
}

/* Phone Icon */
.fcuc-icon-phone {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M6.62%2010.79C8.06%2013.62%2010.38%2015.94%2013.21%2017.38L15.41%2015.18C15.68%2014.91%2016.08%2014.82%2016.43%2014.94C17.55%2015.31%2018.76%2015.51%2020%2015.51C20.55%2015.51%2021%2015.96%2021%2016.51V20C21%2020.55%2020.55%2021%2020%2021C10.61%2021%203%2013.39%203%204C3%203.45%203.45%203%204%203H7.5C8.05%203%208.5%203.45%208.5%204C8.5%205.24%208.7%206.45%209.07%207.57C9.18%207.92%209.1%208.31%208.82%208.59L6.62%2010.79Z%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M6.62%2010.79C8.06%2013.62%2010.38%2015.94%2013.21%2017.38L15.41%2015.18C15.68%2014.91%2016.08%2014.82%2016.43%2014.94C17.55%2015.31%2018.76%2015.51%2020%2015.51C20.55%2015.51%2021%2015.96%2021%2016.51V20C21%2020.55%2020.55%2021%2020%2021C10.61%2021%203%2013.39%203%204C3%203.45%203.45%203%204%203H7.5C8.05%203%208.5%203.45%208.5%204C8.5%205.24%208.7%206.45%209.07%207.57C9.18%207.92%209.1%208.31%208.82%208.59L6.62%2010.79Z%27/%3E%3C/svg%3E");
}

/* Email Icon */
.fcuc-icon-email {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M20%204H4C2.9%204%202.01%204.9%202.01%206L2%2018C2%2019.1%202.9%2020%204%2020H20C21.1%2020%2022%2019.1%2022%2018V6C22%204.9%2021.1%204%2020%204ZM20%208L12%2013L4%208V6L12%2011L20%206V8Z%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M20%204H4C2.9%204%202.01%204.9%202.01%206L2%2018C2%2019.1%202.9%2020%204%2020H20C21.1%2020%2022%2019.1%2022%2018V6C22%204.9%2021.1%204%2020%204ZM20%208L12%2013L4%208V6L12%2011L20%206V8Z%27/%3E%3C/svg%3E");
}

/* Credit Card Icon */
.fcuc-icon-card {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M20%204H4C2.9%204%202%204.9%202%206V18C2%2019.1%202.9%2020%204%2020H20C21.1%2020%2022%2019.1%2022%2018V6C22%204.9%2021.1%204%2020%204ZM20%2018H4V12H20V18ZM20%208H4V6H20V8ZM6%2015H12V17H6V15Z%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M20%204H4C2.9%204%202%204.9%202%206V18C2%2019.1%202.9%2020%204%2020H20C21.1%2020%2022%2019.1%2022%2018V6C22%204.9%2021.1%204%2020%204ZM20%2018H4V12H20V18ZM20%208H4V6H20V8ZM6%2015H12V17H6V15Z%27/%3E%3C/svg%3E");
}

/* Labels */
.fcuc-contact-info-label {
  color: var(--fcuc-blue, #1290ca);
  font-family: var(--fcuc-font-body, "Open Sans", sans-serif);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

/* Values */
.fcuc-contact-info-value,
.fcuc-contact-info-value a {
  color: var(--fcuc-navy, #06263d) !important;
  font-family: var(--fcuc-font-body, "Open Sans", sans-serif);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  text-decoration: none !important;
}

.fcuc-contact-info-value a:hover {
  color: var(--fcuc-red, #ef3e4e) !important;
  text-decoration: none !important;
}

/* Button wrapper */
.fcuc-contact-info-action {
  display: flex;
  justify-content: flex-start;
}

/* Payment button */
.fcuc-payment-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 48px;
  padding: 13px 28px;
  border-radius: 6px;
  background: var(--fcuc-red);
  color: var(--fcuc-white, #ffffff) !important;
  font-family: var(--fcuc-font-heading, "Barlow Condensed", sans-serif);
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.fcuc-payment-button:hover {
  background: var(--fcuc-red-dark);
  color: var(--fcuc-white, #ffffff) !important;
}

/* FCUC Emergency Alert Box
--------------------------------------------- */

.fcuc-emergency-alert {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 760px;
  padding: 22px 26px;
  border: 1px solid var(--fcuc-red, #ef3e4e) !important;
  border-radius: 8px;
  background: rgba(239, 62, 78, 0.04);
  font-family: var(--fcuc-font-body, "Open Sans", sans-serif);
}

/* Enfold Text Block cleanup */
.fcuc-emergency-alert p {
  margin: 0 !important;
  padding: 0 !important;
}

.fcuc-emergency-alert br {
  display: block;
}

/* Icon */
.fcuc-emergency-alert-icon {
  width: 46px;
  height: 46px;
  background: var(--fcuc-red, #ef3e4e);
  color: var(--fcuc-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 4%, 96% 92%, 4% 92%);
  font-family: Arial, sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
  padding-top: 8px;
}

/* Content */
.fcuc-emergency-alert-content {
  width: 100%;
}

.fcuc-emergency-alert-title {
  margin: 0 0 5px 0;
  color: var(--fcuc-red, #ef3e4e);
  font-family: var(--fcuc-font-heading, "Barlow Condensed", sans-serif);
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fcuc-emergency-alert-text {
  color: var(--fcuc-navy, #06263d);
  font-family: var(--fcuc-font-body, "Open Sans", sans-serif);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}

/* FCUC Contact Sidebar Box
--------------------------------------------- */

.fcuc-contact-sidebar-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 460px;
}

/* Enfold Text Block cleanup */
.fcuc-contact-sidebar-box p {
  margin: 0 !important;
  padding: 0 !important;
}

.fcuc-contact-sidebar-box br {
  display: none;
}

/* Push emergency alert to bottom of the text box */
.fcuc-contact-sidebar-box .fcuc-emergency-alert {
  margin-top: auto;
}

/* FCUC Locations Map - Hide Google My Maps Header
--------------------------------------------- */

.fcuc-locations-map-wrap {
  width: 100%;
  height: 510px;
  overflow: hidden;
  background: #d9e3ea;
  position: relative;
}

.fcuc-locations-map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Crop the My Maps title/header bar */
.fcuc-locations-map-wrap.fcuc-hide-map-header iframe {
  height: calc(100% + 46px);
  margin-top: -60px;
}

/* FCUC About Info Grid
--------------------------------------------- */

.fcuc-about-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: var(--fcuc-white, #ffffff);
  font-family: var(--fcuc-font-body, "Open Sans", sans-serif);
}

/* Enfold Text Block cleanup */
.fcuc-about-info-grid p {
  margin: 0 !important;
  padding: 0 !important;
}

.fcuc-about-info-grid br {
  display: none;
}

/* Individual items */
.fcuc-about-info-item {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 26px;
  position: relative;
  padding: 0 52px 38px 0;
  margin-bottom: 38px;
  border-bottom: 1px solid var(--fcuc-border, #d9e3ea);
}

/* Right column spacing */
.fcuc-about-info-item:nth-child(even) {
  padding-left: 52px;
  padding-right: 0;
  border-left: none;
}

/* Center divider line for right column items */
.fcuc-about-info-item:nth-child(even)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  background: var(--fcuc-border, #d9e3ea);
}

/* Top-right divider: leaves space at bottom */
.fcuc-about-info-item:nth-child(2)::before {
  top: 0;
  bottom: 38px;
}

/* Bottom-right divider: leaves space at top */
.fcuc-about-info-item:nth-child(4)::before {
  top: 38px;
  bottom: 0;
}

/* Remove bottom border on last row */
.fcuc-about-info-item:nth-last-child(-n + 2) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Icons */
.fcuc-about-info-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.fcuc-about-info-icon img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

/* Content */
.fcuc-about-info-content {
  width: 100%;
}

.fcuc-about-info-content h3 {
  margin: 0 0 12px 0;
  color: var(--fcuc-navy, #06263d);
  font-family: var(--fcuc-font-heading, "Barlow Condensed", sans-serif);
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fcuc-about-info-content p {
  color: var(--fcuc-text, #1e2d36);
  font-family: var(--fcuc-font-body, "Open Sans", sans-serif);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}

/* FCUC About Summary
--------------------------------------------- */

.fcuc-about-summary {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.7fr);
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  font-family: var(--fcuc-font-body, "Open Sans", sans-serif);
}

/* Enfold Text Block cleanup */
.fcuc-about-summary p {
  margin: 0 !important;
  padding: 0 !important;
}

/* Left section */
.fcuc-about-summary-intro {
  display: flex;
  align-items: center;
  padding-right: 48px;
}

.fcuc-about-summary-intro-inner {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  width: 100%;
}

/* Icon placeholder */
.fcuc-about-summary-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.fcuc-about-summary-icon img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.fcuc-about-summary-copy {
  width: 100%;
}

/* Shared headings */
.fcuc-about-summary-intro h3,
.fcuc-about-summary-choices h3 {
  margin: 0 0 16px 0;
  color: var(--fcuc-navy, #06263d);
  font-family: var(--fcuc-font-heading, "Barlow Condensed", sans-serif);
  font-size: 30px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fcuc-about-summary-intro p {
  color: var(--fcuc-text, #1e2d36);
  font-family: var(--fcuc-font-body, "Open Sans", sans-serif);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

/* Right section and separator */
.fcuc-about-summary-choices {
  position: relative;
  padding-left: 48px;
}

/* Vertical separator line */
.fcuc-about-summary-choices::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: rgba(6, 38, 61, 0.22);
}

.fcuc-about-summary-choices h3 {
  text-align: center;
}

/* Choice grid */
.fcuc-about-choice-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 22px;
}

.fcuc-about-choice-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  text-align: center;
  margin-top: 20px;
}

/* Check circles */
.fcuc-about-choice-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--fcuc-blue, #1290ca);
  color: var(--fcuc-white, #ffffff);
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.fcuc-about-choice-title {
  color: var(--fcuc-navy, #06263d);
  font-family: var(--fcuc-font-body, "Open Sans", sans-serif);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
}

/* =========================================================
   Footer
   ========================================================= */

.flex_column .widget .widgettitle,
.content .widget .widgettitle {
  margin-top: 0;
}

#footer .flex_column:nth-child(1) {
  padding-right: 0;
}

#footer .flex_column:nth-child(2),
#footer .flex_column:nth-child(3) {
  padding-left: 0;
}

#footer .flex_column {
  min-height: 300px;
  max-width: 380px;
}

#footer .flex_column:nth-child(1),
#footer .flex_column:nth-child(2) {
  border-right: 1px solid #ffffff;
  padding-right: 40px;
}

#footer .flex_column:nth-child(2),
#footer .flex_column:nth-child(3) {
  padding-left: 40px;
}

#footer .fcuc-footer-brand {
  color: #ffffff;
  font-family: var(--fcuc-font-body);
}

#footer .fcuc-footer-logo-link {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 18px;
}

#footer .fcuc-footer-logo {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
}

#footer .fcuc-footer-tagline {
  color: #ffffff;
  font-family: var(--fcuc-font-body);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 18px;
}

#footer .fcuc-footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff !important;
  font-family: var(--fcuc-font-heading);
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  margin-bottom: 20px;
}

#footer .fcuc-footer-phone:hover {
  color: var(--fcuc-blue-light) !important;
  text-decoration: none !important;
}

#footer .fcuc-footer-phone-icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  flex-shrink: 0;
  background-color: #ffffff;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M6.62%2010.79C8.06%2013.62%2010.38%2015.94%2013.21%2017.38L15.41%2015.18C15.68%2014.91%2016.08%2014.82%2016.43%2014.94C17.55%2015.31%2018.76%2015.51%2020%2015.51C20.55%2015.51%2021%2015.96%2021%2016.51V20C21%2020.55%2020.55%2021%2020%2021C10.61%2021%203%2013.39%203%204C3%203.45%203.45%203%204%203H7.5C8.05%203%208.5%203.45%208.5%204C8.5%205.24%208.7%206.45%209.07%207.57C9.18%207.92%209.1%208.31%208.82%208.59L6.62%2010.79Z%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M6.62%2010.79C8.06%2013.62%2010.38%2015.94%2013.21%2017.38L15.41%2015.18C15.68%2014.91%2016.08%2014.82%2016.43%2014.94C17.55%2015.31%2018.76%2015.51%2020%2015.51C20.55%2015.51%2021%2015.96%2021%2016.51V20C21%2020.55%2020.55%2021%2020%2021C10.61%2021%203%2013.39%203%204C3%203.45%203.45%203%204%203H7.5C8.05%203%208.5%203.45%208.5%204C8.5%205.24%208.7%206.45%209.07%207.57C9.18%207.92%209.1%208.31%208.82%208.59L6.62%2010.79Z%27/%3E%3C/svg%3E");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

#footer .fcuc-footer-phone:hover .fcuc-footer-phone-icon {
  background-color: var(--fcuc-blue-light);
}

#footer .fcuc-footer-social {
  margin-top: 4px;
}

#footer .fcuc-footer-social .widget {
  margin: 0;
  padding: 0;
}

#footer .fcuc-footer-social .social_bookmarks,
#footer .fcuc-footer-social ul {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

#footer .fcuc-footer-social li {
  margin: 0 !important;
  padding: 0 !important;
}

#footer .fcuc-footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff !important;
  color: var(--fcuc-navy) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 19px;
  line-height: 1;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

#footer .fcuc-footer-social a:hover {
  background: var(--fcuc-red) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* =========================================================
   Socket / Copyright
   ========================================================= */

#top #socket .copyright {
  float: none;
  margin: 0 auto;
  display: block;
  text-align: center;
}

/* =========================================================
   Responsive Styles
   ========================================================= */

/* Desktop Header Compression
--------------------------------------------- */
/* Keeps full desktop nav visible until 1440px */
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  #top #header .logo img,
  .responsive #top #header .logo img {
    max-width: 340px;
    height: auto;
  }

  #top #header .av-main-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    letter-spacing: 0.02em;
  }

  #top #wrap_all #header .main_menu .fcuc-nav-checkin > a .avia-menu-text,
  #top
    #wrap_all
    .header_color
    .main_menu
    .fcuc-nav-checkin.av-menu-button-colored
    > a
    .avia-menu-text {
    padding: 13px 18px !important;
    font-size: 14px;
    letter-spacing: 0.03em;
  }
}



/* FCUC Home Services Strip Responsive
--------------------------------------------- */



@media only screen and (max-width: 1024px) {
  .fcuc-home-services-grid {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 28px;
  }

  /* Hide dividers at end of each row when links are direct children */
  .fcuc-home-services-grid > .fcuc-home-service-item:nth-child(4)::after,
  .fcuc-home-services-grid > .fcuc-home-service-item:last-child::after {
    display: none;
  }

  /* Hide dividers at end of each row when Enfold wraps links in <p> tags */
  .fcuc-home-services-grid > p:nth-child(4)::after,
  .fcuc-home-services-grid > p:last-child::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .fcuc-home-services-strip {
    padding: 28px 20px;
  }

  .fcuc-section-heading {
    gap: 18px;
  }

  .fcuc-home-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 0;
  }

  .fcuc-home-service-item {
    min-height: 112px;
    padding: 18px 14px;
  }

  .fcuc-home-service-icon,
  .fcuc-home-service-icon svg {
    width: 52px;
    height: 52px;
  }

  .fcuc-home-service-title {
    font-size: 18px;
  }

  /* Remove vertical dividers on mobile */
  .fcuc-home-services-grid > .fcuc-home-service-item::after,
  .fcuc-home-services-grid > p::after {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .fcuc-section-heading::before,
  .fcuc-section-heading::after {
    display: none;
  }

  .fcuc-home-services-grid {
    grid-template-columns: 1fr;
  }

  .fcuc-home-service-item {
    border-bottom: 1px solid var(--fcuc-light-gray);
  }

  .fcuc-home-services-grid > p {
    border-bottom: 1px solid var(--fcuc-light-gray);
  }

  .fcuc-home-service-item:last-child,
  .fcuc-home-services-grid > p:last-child {
    border-bottom: none;
  }
}

/* FCUC Care Highlight Responsive
--------------------------------------------- */

@media only screen and (max-width: 767px) {
  .fcuc-care-highlight {
    grid-template-columns: 1fr;
    gap: 26px;
    max-width: 100%;
  }

  .fcuc-care-highlight-image img {
    border-radius: 12px;
  }

  .fcuc-care-checklist li {
    font-size: 16px;
    padding-left: 32px !important;
  }
}

/* Desktop Sticky Header + Top Bar */
@media only screen and (min-width: 1025px) {
  .fcuc-top-header-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10000;
  }

  .html_header_top.html_header_sticky #top #header {
    top: 50px !important;
  }

  .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 162px !important;
  }

  body.admin-bar .fcuc-top-header-bar {
    top: 32px;
  }

  body.admin-bar.html_header_top.html_header_sticky #top #header {
    top: 82px !important;
  }
}

/* Burger Menu Breakpoint */
@media only screen and (max-width: 1440px) {
  #top #header .av-main-nav > li.menu-item {
    display: none !important;
  }

  #top #header .av-burger-menu-main {
    cursor: pointer;
    display: block !important;
  }

  #av-burger-menu-ul::before {
    content: "";
    background-image: url("/wp-content/uploads/2026/06/Four-Corners-Urgent-Care-Vertical-Logo-icon.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50%;
    height: 63px;
    display: inline-block;
    padding-bottom: 120px;
  }

  .av-hamburger-inner,
  .av-hamburger-inner::before,
  .av-hamburger-inner::after {
    background-color: var(--fcuc-blue) !important;
  }

  .html_av-overlay-side #top #wrap_all .av-burger-overlay li li a {
    padding-left: 50px !important;
  }

  #services_area h3 {
    padding-bottom: 10px;
  }
}

/* FCUC Location Cards - Tablet Fix
--------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .avia-button.avia-size-large {
    min-width: 149px;
  }

  .fcuc-location-card-content {
    padding: 0 8px;
  }

  .fcuc-location-card-top {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-bottom: 20px;
    text-align: center;
  }

  .fcuc-location-icon-wrap {
    width: 78px;
    height: 78px;
    margin: 0 auto;
  }

  .fcuc-location-icon {
    width: 56px;
    height: 56px;
  }

  .fcuc-location-info {
    text-align: center;
    width: 100%;
  }

  .fcuc-location-info h3 {
    font-size: 29px;
    line-height: 1;
    margin: 0 0 8px 0;
  }

  .fcuc-location-hours {
    font-size: 12px;
    line-height: 1.4;
    max-width: 170px;
    margin: 0 auto;
  }

  .fcuc-location-phone {
    font-size: 22px;
    gap: 5px;
    margin-bottom: 18px;
  }

  .fcuc-location-phone::before {
    width: 18px;
    height: 18px;
  }
}

/* Tablet */
@media only screen and (max-width: 1024px) {
  .fcuc-top-header-bar {
    position: relative;
    top: auto;
  }

  .fcuc-alert-bar-content {
    display: none;
  }

  .html_header_top.html_header_sticky #top #header {
    top: 0 !important;
  }
}

/* Small Tablet */
@media only screen and (max-width: 989px) {
  .fcuc-alert-bar-content {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .fcuc-alert-left {
    width: 100%;

    min-width: 0;
    justify-content: center;
    padding: 12px 24px;
    font-size: 24px;
  }

  .fcuc-alert-left::after {
    display: none;
  }

  .fcuc-alert-message {
    padding: 10px 20px;
    text-align: center;
    font-size: 15px;
  }

  .fcuc-alert-phone {
    justify-self: center;
    padding: 0 20px 12px;
    font-size: 22px;
  }
}

/* FCUC Emergency Alert Box Responsive
--------------------------------------------- */

@media only screen and (max-width: 767px) {
  .fcuc-emergency-alert {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 18px;
    margin-top: 24px;
  }

  .fcuc-emergency-alert-icon {
    width: 38px;
    height: 38px;
    font-size: 22px;
    padding-top: 7px;
  }

  .fcuc-emergency-alert-title {
    font-size: 19px;
  }

  .fcuc-emergency-alert-text {
    font-size: 15px;
  }

  .fcuc-about-info-item:nth-child(even)::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0px;
    background: var(--fcuc-border, #d9e3ea);
  }

  #socket {
    display: none;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  /* FCUC Contact Info / Payment Block Responsive
--------------------------------------------- */

  .fcuc-contact-info-row,
  .fcuc-contact-info-payment {
    grid-template-columns: 28px 1fr;
    gap: 8px 14px;
    align-items: start;
    margin-bottom: 24px;
  }

  .fcuc-contact-info-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-top: 1px;
  }

  .fcuc-contact-info-label {
    grid-column: 2;
    font-size: 17px;
  }

  .fcuc-contact-info-value {
    grid-column: 2;
  }

  .fcuc-contact-info-action {
    grid-column: 2;
    justify-content: flex-start;
    margin-top: 4px;
  }

  .fcuc-payment-button {
    min-width: 0;
    width: 100%;
  }

  #footer .widget {
    margin: 10px 0 0 0 !important;
  }

  #footer .fcuc-footer-brand {
    text-align: left;
  }

  #footer .fcuc-footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  #footer .fcuc-footer-phone {
    justify-content: center;
    font-size: 28px;
  }

  #footer .fcuc-footer-social .social_bookmarks,
  #footer .fcuc-footer-social ul {
    justify-content: center;
  }

  #footer .flex_column {
    min-height: auto;
  }

  #footer .flex_column:nth-child(1),
  #footer .flex_column:nth-child(2) {
    border-right: none;
    padding-right: 0;
  }

  #footer .flex_column:nth-child(2),
  #footer .flex_column:nth-child(3) {
    padding-left: 0;
  }

  #top #socket .copyright {
    float: left;
    margin: 0 auto;
    display: block;
    text-align: left;
  }

  .html_av-overlay-side-classic #top .av-burger-overlay li a {
    text-align: center !important;
  }
}

/* Small Mobile */
@media only screen and (max-width: 480px) {
  .fcuc-alert-left {
    font-size: 22px;
    gap: 10px;
  }

  .fcuc-alert-icon {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .fcuc-alert-message {
    font-size: 14px;
    line-height: 1.4;
  }

  .fcuc-alert-phone {
    font-size: 20px;
  }

  .fcuc-alert-phone-icon {
    width: 22px;
    height: 22px;
  }
}

/* FCUC About Info Grid Responsive
--------------------------------------------- */

@media only screen and (max-width: 989px) {
  .fcuc-about-info-item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 22px;
    padding-right: 34px;
  }

  .fcuc-about-info-item:nth-child(even) {
    padding-left: 34px;
  }

  .fcuc-about-info-icon {
    width: 58px;
    height: 58px;
  }

  .fcuc-about-info-icon img {
    width: 50px;
    height: 50px;
  }

  .fcuc-about-info-content h3 {
    font-size: 29px;
  }

  .fcuc-about-info-content p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .fcuc-about-info-grid {
    grid-template-columns: 1fr;
  }

  .fcuc-about-info-item,
  .fcuc-about-info-item:nth-child(even) {
    grid-template-columns: 54px minmax(0, 1fr);

    gap: 20px;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
    border-left: none;
    border-bottom: 1px solid var(--fcuc-border, #d9e3ea);
  }

  .fcuc-about-info-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .fcuc-about-info-item:nth-last-child(2) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--fcuc-border, #d9e3ea);
  }

  .fcuc-about-info-icon {
    width: 54px;
    height: 54px;
  }

  .fcuc-about-info-icon img {
    width: 48px;
    height: 48px;
  }

  .fcuc-about-info-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .fcuc-about-info-content p {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* FCUC About Summary Responsive
--------------------------------------------- */

@media only screen and (max-width: 989px) {
  .fcuc-about-summary {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .fcuc-about-summary-intro {
    padding-right: 0;
  }

  .fcuc-about-summary-intro-inner {
    max-width: 620px;
    margin: 0 auto;
  }

  .fcuc-about-summary-choices {
    padding-left: 0;
    padding-top: 34px;
  }

  .fcuc-about-summary-choices::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 1px;
  }

  .fcuc-about-choice-grid {
    grid-template-columns: repeat(5, minmax(100px, 1fr));
    gap: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .fcuc-about-summary-intro-inner {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
  }

  .fcuc-about-summary-icon {
    width: 54px;
    height: 54px;
  }

  .fcuc-about-summary-icon img {
    width: 48px;
    height: 48px;
  }

  .fcuc-about-summary-intro h3,
  .fcuc-about-summary-choices h3 {
    font-size: 28px;
  }

  .fcuc-about-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 18px;
  }

  .fcuc-about-choice-item:last-child {
    grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 480px) {
  .fcuc-about-choice-grid {
    grid-template-columns: 1fr;
  }

  .fcuc-about-choice-item:last-child {
    grid-column: auto;
  }
}
