/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Prevent sticky header overlap */
#starthere {
  scroll-margin-top: 120px;
  position: relative;
  transform-origin: center top;
}

/* Trigger animation */
#starthere:target {
  animation: starthere-focus-glow 4s ease-out;
}

/* Smooth zoom + glow animation */
@keyframes starthere-focus-glow {

  0% {
    transform: scale(0.97);
    opacity: 0.7;
    box-shadow: 0 0 0 rgba(255,255,255,0);
  }

  18% {
    transform: scale(1.02);
    opacity: 1;
    box-shadow: 0 0 90px 28px rgba(255,255,255,0.95);
  }

  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 rgba(255,255,255,0);
  }

}


/* Card hover animation for Start Here section */

.start-here-columns .wp-block-group {
    box-shadow: 0 8px 24px rgba(16,24,40,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.start-here-columns .wp-block-group:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

/* =========================
   DEFAULT: all pages except blog
   White menu + visible hover
   ========================= */

.ast-builder-menu-1 .menu-link {
    color: #ffffff !important;
    transition: color 0.25s ease;
}

.ast-builder-menu-1 .menu-item:hover > .menu-link,
.ast-builder-menu-1 .menu-link:hover {
    color: #dbeafe !important; /* light blue hover */
}

.ast-builder-menu-1 .current-menu-item > .menu-link,
.ast-builder-menu-1 .current-menu-ancestor > .menu-link {
    color: #dbeafe !important;
}




































/* =========================
DEFAULT MENU (ALL PAGES)
White menu
========================= */

.ast-builder-menu-1 .menu-link {
    color: #ffffff !important;
    transition: color 0.25s ease;
}

.ast-builder-menu-1 .menu-item:hover > .menu-link,
.ast-builder-menu-1 .menu-link:hover {
    color: #dbeafe !important;
}

.ast-builder-menu-1 .current-menu-item > .menu-link,
.ast-builder-menu-1 .current-menu-ancestor > .menu-link {
    color: #dbeafe !important;
}


















































/* =========================
   GLOSSARY PAGE STYLING
========================= */

/* Smooth landing below header */
h2[id], h3[id] {
    scroll-margin-top: 110px;
}

/* Content width (clean + readable) */
.page-slug-homebuyer-glossary .entry-content {
    max-width: 900px;
    margin: 0 auto;
}

/* Letter headings */
.page-slug-homebuyer-glossary h2 {
    margin-top: 48px;
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e6e6;
}

/* Paragraph spacing */
.page-slug-homebuyer-glossary .entry-content p {
    line-height: 1.75;
}

.page-slug-homebuyer-glossary .entry-content p + p {
    margin-top: 14px;
}

/* =========================
   JUMP MENU (A–Z BAR)
========================= */

.glossary-jump-links {
    margin: 24px 0 32px;
    padding: 14px 18px;
    background: #f7f9fc;
    border: 1px solid #e6edf5;
    border-radius: 12px;
    line-height: 1.9;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

/* Base link style */
.glossary-jump-links a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.25s ease;
}

/* Hover = light blue */
.glossary-jump-links a:hover {
    color: #4da3ff;
}

/* Click / focus */
.glossary-jump-links a:focus,
.glossary-jump-links a:active {
    color: #4da3ff;
    font-weight: 700;
}

/* Underline animation */
.glossary-jump-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: #4da3ff;
    transition: width 0.25s ease;
}

.glossary-jump-links a:hover::after,
.glossary-jump-links a:focus::after {
    width: 100%;
}

/* =========================
   NOTE BOX
========================= */

.page-slug-homebuyer-glossary .glossary-note {
    margin: 0 0 32px;
    padding: 16px 18px;
    background: #f8fbff;
    border-left: 4px solid #4da3ff;
    border-radius: 8px;
}

/* =========================
   CTA BOX
========================= */

.page-slug-homebuyer-glossary .glossary-cta {
    margin-top: 42px;
    padding: 24px;
    background: #f7f9fc;
    border: 1px solid #e6edf5;
    border-radius: 12px;
}

/* =========================
GLOSSARY PAGE MENU (MATCH LEGAL)
========================= */

body.page-id-3138 .ast-builder-menu-1 .menu-link {
    color: #1e73be !important;
}

/* Hover = darker blue */
body.page-id-3138 .ast-builder-menu-1 .menu-link:hover,
body.page-id-3138 .ast-builder-menu-1 .menu-item:hover > .menu-link {
    color: #144e8c !important;
}

/* Current menu item */
body.page-id-3138 .ast-builder-menu-1 .current-menu-item > .menu-link,
body.page-id-3138 .ast-builder-menu-1 .current-menu-ancestor > .menu-link {
    color: #1e73be !important;
}

/* Force logo to show original colors */
.custom-logo,
.site-logo-img img {
    filter: none !important;
    opacity: 1 !important;
}

/* Remove any white/black overrides on transparent header */
.ast-header-break-point .site-logo-img img,
.ast-theme-transparent-header .site-logo-img img {
    filter: none !important;
}
/* Homepage + Contact page: make logo white */
.home .site-logo-img img,
.home .custom-logo,
.page-id-968 .site-logo-img img,
.page-id-968 .custom-logo {
    filter: brightness(0) invert(1) !important;
}




/* ============================= */
/* 7 PAGES: MATCH BLOG MENU COLORS */
/* ============================= */

/* Header background */
.page-id-3349 .ast-primary-header-bar,
.page-id-3409 .ast-primary-header-bar,
.page-id-3414 .ast-primary-header-bar,
.page-id-3416 .ast-primary-header-bar,
.page-id-3418 .ast-primary-header-bar,
.page-id-3421 .ast-primary-header-bar,
.page-id-3424 .ast-primary-header-bar {
    background: #ffffff !important;
}

/* Default menu color (blue) */
.page-id-3349 .ast-builder-menu-1 .menu-item > .menu-link,
.page-id-3409 .ast-builder-menu-1 .menu-item > .menu-link,
.page-id-3414 .ast-builder-menu-1 .menu-item > .menu-link,
.page-id-3416 .ast-builder-menu-1 .menu-item > .menu-link,
.page-id-3418 .ast-builder-menu-1 .menu-item > .menu-link,
.page-id-3421 .ast-builder-menu-1 .menu-item > .menu-link,
.page-id-3424 .ast-builder-menu-1 .menu-item > .menu-link {
    color: #2f6fb3 !important;
}

/* Hover + active (darker blue) */
.page-id-3349 .ast-builder-menu-1 .menu-item > .menu-link:hover,
.page-id-3349 .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
.page-id-3349 .ast-builder-menu-1 .menu-item.current_page_item > .menu-link,
.page-id-3349 .ast-builder-menu-1 .menu-item.current-menu-ancestor > .menu-link,

.page-id-3409 .ast-builder-menu-1 .menu-item > .menu-link:hover,
.page-id-3409 .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
.page-id-3409 .ast-builder-menu-1 .menu-item.current_page_item > .menu-link,
.page-id-3409 .ast-builder-menu-1 .menu-item.current-menu-ancestor > .menu-link,

.page-id-3414 .ast-builder-menu-1 .menu-item > .menu-link:hover,
.page-id-3414 .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
.page-id-3414 .ast-builder-menu-1 .menu-item.current_page_item > .menu-link,
.page-id-3414 .ast-builder-menu-1 .menu-item.current-menu-ancestor > .menu-link,

.page-id-3416 .ast-builder-menu-1 .menu-item > .menu-link:hover,
.page-id-3416 .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
.page-id-3416 .ast-builder-menu-1 .menu-item.current_page_item > .menu-link,
.page-id-3416 .ast-builder-menu-1 .menu-item.current-menu-ancestor > .menu-link,

.page-id-3418 .ast-builder-menu-1 .menu-item > .menu-link:hover,
.page-id-3418 .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
.page-id-3418 .ast-builder-menu-1 .menu-item.current_page_item > .menu-link,
.page-id-3418 .ast-builder-menu-1 .menu-item.current-menu-ancestor > .menu-link,

.page-id-3421 .ast-builder-menu-1 .menu-item > .menu-link:hover,
.page-id-3421 .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
.page-id-3421 .ast-builder-menu-1 .menu-item.current_page_item > .menu-link,
.page-id-3421 .ast-builder-menu-1 .menu-item.current-menu-ancestor > .menu-link,

.page-id-3424 .ast-builder-menu-1 .menu-item > .menu-link:hover,
.page-id-3424 .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
.page-id-3424 .ast-builder-menu-1 .menu-item.current_page_item > .menu-link,
.page-id-3424 .ast-builder-menu-1 .menu-item.current-menu-ancestor > .menu-link {
    color: #144e8c !important;
}

/* Dropdown arrows */
.page-id-3349 .ast-builder-menu-1 .menu-item-has-children > .menu-link .ast-icon,
.page-id-3409 .ast-builder-menu-1 .menu-item-has-children > .menu-link .ast-icon,
.page-id-3414 .ast-builder-menu-1 .menu-item-has-children > .menu-link .ast-icon,
.page-id-3416 .ast-builder-menu-1 .menu-item-has-children > .menu-link .ast-icon,
.page-id-3418 .ast-builder-menu-1 .menu-item-has-children > .menu-link .ast-icon,
.page-id-3421 .ast-builder-menu-1 .menu-item-has-children > .menu-link .ast-icon,
.page-id-3424 .ast-builder-menu-1 .menu-item-has-children > .menu-link .ast-icon {
    color: #2f6fb3 !important;
}

/* Dropdown arrows hover */
.page-id-3349 .ast-builder-menu-1 .menu-item-has-children:hover > .menu-link .ast-icon,
.page-id-3409 .ast-builder-menu-1 .menu-item-has-children:hover > .menu-link .ast-icon,
.page-id-3414 .ast-builder-menu-1 .menu-item-has-children:hover > .menu-link .ast-icon,
.page-id-3416 .ast-builder-menu-1 .menu-item-has-children:hover > .menu-link .ast-icon,
.page-id-3418 .ast-builder-menu-1 .menu-item-has-children:hover > .menu-link .ast-icon,
.page-id-3421 .ast-builder-menu-1 .menu-item-has-children:hover > .menu-link .ast-icon,
.page-id-3424 .ast-builder-menu-1 .menu-item-has-children:hover > .menu-link .ast-icon {
    color: #144e8c !important;
}

/* Header shadow */
.page-id-3349 .site-header,
.page-id-3409 .site-header,
.page-id-3414 .site-header,
.page-id-3416 .site-header,
.page-id-3418 .site-header,
.page-id-3421 .site-header,
.page-id-3424 .site-header {
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}






/* ================================
   Start Here Cards - Responsive Fix
   ================================ */

/* Desktop (unchanged) */
@media (min-width: 1025px) {
  .start-here-cards .wp-block-group {
    min-height: 600px;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .start-here-cards .wp-block-group {
    min-height: auto !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .start-here-cards .wp-block-group {
    min-height: auto !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  /* tighten button spacing */
  .start-here-cards .wp-block-buttons {
    margin-top: 12px !important;
  }
}
@media (max-width: 767px) {
  .start-here-cards .wp-block-group {
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  }
}


/* ================================
   Start Here Cards - Mobile Center Alignment
   ================================ */

@media (max-width: 767px) {

  /* Center all text inside cards */
  .start-here-cards .wp-block-group {
    text-align: center;
  }

  /* Ensure headings are centered */
  .start-here-cards .wp-block-heading {
    text-align: center !important;
  }

  /* Ensure paragraphs are centered */
  .start-here-cards .wp-block-paragraph {
    text-align: center !important;
  }

  /* Center buttons */
  .start-here-cards .wp-block-buttons {
    justify-content: center !important;
  }

  /* Optional: center button itself perfectly */
  .start-here-cards .wp-block-button {
    margin-left: auto;
    margin-right: auto;
  }
}



/* ================================
   Start Here Cards - Tablet Center Alignment
   ================================ */

@media (min-width: 768px) and (max-width: 1024px) {

  /* Center all text inside cards */
  .start-here-cards .wp-block-group {
    text-align: center;
  }

  /* Ensure headings are centered */
  .start-here-cards .wp-block-heading {
    text-align: center !important;
  }

  /* Ensure paragraphs are centered */
  .start-here-cards .wp-block-paragraph {
    text-align: center !important;
  }

  /* Center buttons */
  .start-here-cards .wp-block-buttons {
    justify-content: center !important;
  }

  /* Keep button perfectly centered */
  .start-here-cards .wp-block-button {
    margin-left: auto;
    margin-right: auto;
  }
}






/* WHY UNPACKING HOMES EXISTS — mobile width fix only */
@media (max-width: 767px) {

  /* make the whole section use the available mobile width */
  .why-exists-mobile,
  .why-exists-mobile .wp-block-columns,
  .why-exists-mobile .wp-block-column,
  .why-exists-mobile .wp-block-group,
  .why-exists-mobile .wp-block-kadence-column,
  .why-exists-mobile .wp-block-kadence-container,
  .why-exists-mobile .kb-row-layout-wrap,
  .why-exists-mobile .kt-row-layout-inner,
  .why-exists-mobile .kt-inside-inner-col,
  .why-exists-mobile .kb-container,
  .why-exists-mobile .kb-container-inner {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: 1 1 100% !important;
    flex-basis: 100% !important;
    align-self: stretch !important;
  }

  /* widen the actual text wrapper */
  .why-exists-mobile .wp-block-column > .wp-block-container,
  .why-exists-mobile .wp-block-column > .wp-block-group,
  .why-exists-mobile .wp-block-column > .wp-block-kadence-container,
  .why-exists-mobile .wp-block-column > .kb-container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }

  /* ensure text lines can use the full width */
  .why-exists-mobile h1,
  .why-exists-mobile h2,
  .why-exists-mobile h3,
  .why-exists-mobile h4,
  .why-exists-mobile h5,
  .why-exists-mobile h6,
  .why-exists-mobile p {
    width: 100% !important;
    max-width: none !important;
  }
}









/* =========================
   WHY EXISTS SECTION — MOBILE ONLY
   Force true centering + equal side margins
   ========================= */

@media (max-width: 768px) {

  .why-exists-mobile,
  .why-exists-mobile > .wp-block-group__inner-container,
  .why-exists-mobile > .wp-block-cover__inner-container,
  .why-exists-mobile .wp-block-group__inner-container,
  .why-exists-mobile .wp-block-cover__inner-container {
    width: 100% !important;
    max-width: 520px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }

  .why-exists-mobile,
  .why-exists-mobile h1,
  .why-exists-mobile h2,
  .why-exists-mobile h3,
  .why-exists-mobile h4,
  .why-exists-mobile h5,
  .why-exists-mobile h6,
  .why-exists-mobile p,
  .why-exists-mobile li,
  .why-exists-mobile .wp-block-heading,
  .why-exists-mobile .wp-block-paragraph {
    text-align: center !important;
  }

  .why-exists-mobile .wp-block-buttons {
    justify-content: center !important;
  }

  .why-exists-mobile .wp-block-button {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  .why-exists-mobile .wp-block-button__link {
    margin-left: auto !important;
    margin-right: auto !important;
  }

}




@media (max-width: 767px) {
  .single-post .site-content,
  .blog .site-content,
  .archive .site-content,
  .single-post article,
  .blog article,
  .archive article,
  .single-post .entry-content,
  .blog .entry-content,
  .archive .entry-content {
    overflow-x: hidden !important;
  }

  .single-post .entry-content,
  .blog .entry-content,
  .archive .entry-content {
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
  }

  .single-post .entry-content ul,
  .single-post .entry-content ol,
  .blog .entry-content ul,
  .blog .entry-content ol,
  .archive .entry-content ul,
  .archive .entry-content ol {
    padding-left: 22px !important;
    margin-left: 0 !important;
  }
}



/* =====================================
DESKTOP ONLY
Blog + custom pages: blue menu text
===================================== */
@media (min-width: 1025px) {

  body.blog .ast-builder-menu-1 .menu-link,
  body.home.blog .ast-builder-menu-1 .menu-link,
  body.archive .ast-builder-menu-1 .menu-link,
  body.single-post .ast-builder-menu-1 .menu-link,

  body.page-id-3034 .ast-builder-menu-1 .menu-link,
  body.page-id-3036 .ast-builder-menu-1 .menu-link,
  body.page-id-3048 .ast-builder-menu-1 .menu-link,
  body.page-id-3042 .ast-builder-menu-1 .menu-link,
  body.page-id-3039 .ast-builder-menu-1 .menu-link,
  body.page-id-3046 .ast-builder-menu-1 .menu-link,
  body.page-id-3349 .ast-builder-menu-1 .menu-link,
  body.page-id-3409 .ast-builder-menu-1 .menu-link,
  body.page-id-3414 .ast-builder-menu-1 .menu-link,
  body.page-id-3416 .ast-builder-menu-1 .menu-link,
  body.page-id-3418 .ast-builder-menu-1 .menu-link,
  body.page-id-3421 .ast-builder-menu-1 .menu-link,
  body.page-id-3424 .ast-builder-menu-1 .menu-link {
    color: #1e5faf !important;
  }

  body.blog .ast-builder-menu-1 .menu-link:hover,
  body.blog .ast-builder-menu-1 .menu-item:hover > .menu-link,
  body.home.blog .ast-builder-menu-1 .menu-link:hover,
  body.home.blog .ast-builder-menu-1 .menu-item:hover > .menu-link,
  body.archive .ast-builder-menu-1 .menu-link:hover,
  body.archive .ast-builder-menu-1 .menu-item:hover > .menu-link,
  body.single-post .ast-builder-menu-1 .menu-link:hover,
  body.single-post .ast-builder-menu-1 .menu-item:hover > .menu-link,

  body.page-id-3034 .ast-builder-menu-1 .menu-link:hover,
  body.page-id-3034 .ast-builder-menu-1 .menu-item:hover > .menu-link,
  body.page-id-3036 .ast-builder-menu-1 .menu-link:hover,
  body.page-id-3036 .ast-builder-menu-1 .menu-item:hover > .menu-link,
  body.page-id-3048 .ast-builder-menu-1 .menu-link:hover,
  body.page-id-3048 .ast-builder-menu-1 .menu-item:hover > .menu-link,
  body.page-id-3042 .ast-builder-menu-1 .menu-link:hover,
  body.page-id-3042 .ast-builder-menu-1 .menu-item:hover > .menu-link,
  body.page-id-3039 .ast-builder-menu-1 .menu-link:hover,
  body.page-id-3039 .ast-builder-menu-1 .menu-item:hover > .menu-link,
  body.page-id-3046 .ast-builder-menu-1 .menu-link:hover,
  body.page-id-3046 .ast-builder-menu-1 .menu-item:hover > .menu-link,
  body.page-id-3349 .ast-builder-menu-1 .menu-link:hover,
  body.page-id-3349 .ast-builder-menu-1 .menu-item:hover > .menu-link,
  body.page-id-3409 .ast-builder-menu-1 .menu-link:hover,
  body.page-id-3409 .ast-builder-menu-1 .menu-item:hover > .menu-link,
  body.page-id-3414 .ast-builder-menu-1 .menu-link:hover,
  body.page-id-3414 .ast-builder-menu-1 .menu-item:hover > .menu-link,
  body.page-id-3416 .ast-builder-menu-1 .menu-link:hover,
  body.page-id-3416 .ast-builder-menu-1 .menu-item:hover > .menu-link,
  body.page-id-3418 .ast-builder-menu-1 .menu-link:hover,
  body.page-id-3418 .ast-builder-menu-1 .menu-item:hover > .menu-link,
  body.page-id-3421 .ast-builder-menu-1 .menu-link:hover,
  body.page-id-3421 .ast-builder-menu-1 .menu-item:hover > .menu-link,
  body.page-id-3424 .ast-builder-menu-1 .menu-link:hover,
  body.page-id-3424 .ast-builder-menu-1 .menu-item:hover > .menu-link {
    color: #144e8c !important;
  }
}

/* =====================================
MOBILE ONLY
Custom pages: blue off-canvas menu + white text
===================================== */
@media (max-width: 1024px) {

  body.page-id-3034 .ast-mobile-popup-drawer,
  body.page-id-3036 .ast-mobile-popup-drawer,
  body.page-id-3048 .ast-mobile-popup-drawer,
  body.page-id-3042 .ast-mobile-popup-drawer,
  body.page-id-3039 .ast-mobile-popup-drawer,
  body.page-id-3046 .ast-mobile-popup-drawer,
  body.page-id-3349 .ast-mobile-popup-drawer,
  body.page-id-3409 .ast-mobile-popup-drawer,
  body.page-id-3414 .ast-mobile-popup-drawer,
  body.page-id-3416 .ast-mobile-popup-drawer,
  body.page-id-3418 .ast-mobile-popup-drawer,
  body.page-id-3421 .ast-mobile-popup-drawer,
  body.page-id-3424 .ast-mobile-popup-drawer,

  body.page-id-3034 .ast-mobile-popup-drawer .ast-mobile-popup-inner,
  body.page-id-3036 .ast-mobile-popup-drawer .ast-mobile-popup-inner,
  body.page-id-3048 .ast-mobile-popup-drawer .ast-mobile-popup-inner,
  body.page-id-3042 .ast-mobile-popup-drawer .ast-mobile-popup-inner,
  body.page-id-3039 .ast-mobile-popup-drawer .ast-mobile-popup-inner,
  body.page-id-3046 .ast-mobile-popup-drawer .ast-mobile-popup-inner,
  body.page-id-3349 .ast-mobile-popup-drawer .ast-mobile-popup-inner,
  body.page-id-3409 .ast-mobile-popup-drawer .ast-mobile-popup-inner,
  body.page-id-3414 .ast-mobile-popup-drawer .ast-mobile-popup-inner,
  body.page-id-3416 .ast-mobile-popup-drawer .ast-mobile-popup-inner,
  body.page-id-3418 .ast-mobile-popup-drawer .ast-mobile-popup-inner,
  body.page-id-3421 .ast-mobile-popup-drawer .ast-mobile-popup-inner,
  body.page-id-3424 .ast-mobile-popup-drawer .ast-mobile-popup-inner,

  body.page-id-3034 .ast-mobile-popup-drawer .menu-mobile-popup-content,
  body.page-id-3036 .ast-mobile-popup-drawer .menu-mobile-popup-content,
  body.page-id-3048 .ast-mobile-popup-drawer .menu-mobile-popup-content,
  body.page-id-3042 .ast-mobile-popup-drawer .menu-mobile-popup-content,
  body.page-id-3039 .ast-mobile-popup-drawer .menu-mobile-popup-content,
  body.page-id-3046 .ast-mobile-popup-drawer .menu-mobile-popup-content,
  body.page-id-3349 .ast-mobile-popup-drawer .menu-mobile-popup-content,
  body.page-id-3409 .ast-mobile-popup-drawer .menu-mobile-popup-content,
  body.page-id-3414 .ast-mobile-popup-drawer .menu-mobile-popup-content,
  body.page-id-3416 .ast-mobile-popup-drawer .menu-mobile-popup-content,
  body.page-id-3418 .ast-mobile-popup-drawer .menu-mobile-popup-content,
  body.page-id-3421 .ast-mobile-popup-drawer .menu-mobile-popup-content,
  body.page-id-3424 .ast-mobile-popup-drawer .menu-mobile-popup-content,

  body.page-id-3034 .ast-mobile-popup-drawer .ast-builder-menu-mobile,
  body.page-id-3036 .ast-mobile-popup-drawer .ast-builder-menu-mobile,
  body.page-id-3048 .ast-mobile-popup-drawer .ast-builder-menu-mobile,
  body.page-id-3042 .ast-mobile-popup-drawer .ast-builder-menu-mobile,
  body.page-id-3039 .ast-mobile-popup-drawer .ast-builder-menu-mobile,
  body.page-id-3046 .ast-mobile-popup-drawer .ast-builder-menu-mobile,
  body.page-id-3349 .ast-mobile-popup-drawer .ast-builder-menu-mobile,
  body.page-id-3409 .ast-mobile-popup-drawer .ast-builder-menu-mobile,
  body.page-id-3414 .ast-mobile-popup-drawer .ast-builder-menu-mobile,
  body.page-id-3416 .ast-mobile-popup-drawer .ast-builder-menu-mobile,
  body.page-id-3418 .ast-mobile-popup-drawer .ast-builder-menu-mobile,
  body.page-id-3421 .ast-mobile-popup-drawer .ast-builder-menu-mobile,
  body.page-id-3424 .ast-mobile-popup-drawer .ast-builder-menu-mobile,

  body.page-id-3034 .ast-mobile-popup-drawer .main-navigation,
  body.page-id-3036 .ast-mobile-popup-drawer .main-navigation,
  body.page-id-3048 .ast-mobile-popup-drawer .main-navigation,
  body.page-id-3042 .ast-mobile-popup-drawer .main-navigation,
  body.page-id-3039 .ast-mobile-popup-drawer .main-navigation,
  body.page-id-3046 .ast-mobile-popup-drawer .main-navigation,
  body.page-id-3349 .ast-mobile-popup-drawer .main-navigation,
  body.page-id-3409 .ast-mobile-popup-drawer .main-navigation,
  body.page-id-3414 .ast-mobile-popup-drawer .main-navigation,
  body.page-id-3416 .ast-mobile-popup-drawer .main-navigation,
  body.page-id-3418 .ast-mobile-popup-drawer .main-navigation,
  body.page-id-3421 .ast-mobile-popup-drawer .main-navigation,
  body.page-id-3424 .ast-mobile-popup-drawer .main-navigation,

  body.page-id-3034 .ast-mobile-popup-drawer .main-header-menu,
  body.page-id-3036 .ast-mobile-popup-drawer .main-header-menu,
  body.page-id-3048 .ast-mobile-popup-drawer .main-header-menu,
  body.page-id-3042 .ast-mobile-popup-drawer .main-header-menu,
  body.page-id-3039 .ast-mobile-popup-drawer .main-header-menu,
  body.page-id-3046 .ast-mobile-popup-drawer .main-header-menu,
  body.page-id-3349 .ast-mobile-popup-drawer .main-header-menu,
  body.page-id-3409 .ast-mobile-popup-drawer .main-header-menu,
  body.page-id-3414 .ast-mobile-popup-drawer .main-header-menu,
  body.page-id-3416 .ast-mobile-popup-drawer .main-header-menu,
  body.page-id-3418 .ast-mobile-popup-drawer .main-header-menu,
  body.page-id-3421 .ast-mobile-popup-drawer .main-header-menu,
  body.page-id-3424 .ast-mobile-popup-drawer .main-header-menu,

  body.page-id-3034 .ast-mobile-popup-drawer .sub-menu,
  body.page-id-3036 .ast-mobile-popup-drawer .sub-menu,
  body.page-id-3048 .ast-mobile-popup-drawer .sub-menu,
  body.page-id-3042 .ast-mobile-popup-drawer .sub-menu,
  body.page-id-3039 .ast-mobile-popup-drawer .sub-menu,
  body.page-id-3046 .ast-mobile-popup-drawer .sub-menu,
  body.page-id-3349 .ast-mobile-popup-drawer .sub-menu,
  body.page-id-3409 .ast-mobile-popup-drawer .sub-menu,
  body.page-id-3414 .ast-mobile-popup-drawer .sub-menu,
  body.page-id-3416 .ast-mobile-popup-drawer .sub-menu,
  body.page-id-3418 .ast-mobile-popup-drawer .sub-menu,
  body.page-id-3421 .ast-mobile-popup-drawer .sub-menu,
  body.page-id-3424 .ast-mobile-popup-drawer .sub-menu {
    background: #1e5faf !important;
  }

  body.page-id-3034 .ast-mobile-popup-drawer a,
  body.page-id-3036 .ast-mobile-popup-drawer a,
  body.page-id-3048 .ast-mobile-popup-drawer a,
  body.page-id-3042 .ast-mobile-popup-drawer a,
  body.page-id-3039 .ast-mobile-popup-drawer a,
  body.page-id-3046 .ast-mobile-popup-drawer a,
  body.page-id-3349 .ast-mobile-popup-drawer a,
  body.page-id-3409 .ast-mobile-popup-drawer a,
  body.page-id-3414 .ast-mobile-popup-drawer a,
  body.page-id-3416 .ast-mobile-popup-drawer a,
  body.page-id-3418 .ast-mobile-popup-drawer a,
  body.page-id-3421 .ast-mobile-popup-drawer a,
  body.page-id-3424 .ast-mobile-popup-drawer a,

  body.page-id-3034 .ast-mobile-popup-drawer .menu-link,
  body.page-id-3036 .ast-mobile-popup-drawer .menu-link,
  body.page-id-3048 .ast-mobile-popup-drawer .menu-link,
  body.page-id-3042 .ast-mobile-popup-drawer .menu-link,
  body.page-id-3039 .ast-mobile-popup-drawer .menu-link,
  body.page-id-3046 .ast-mobile-popup-drawer .menu-link,
  body.page-id-3349 .ast-mobile-popup-drawer .menu-link,
  body.page-id-3409 .ast-mobile-popup-drawer .menu-link,
  body.page-id-3414 .ast-mobile-popup-drawer .menu-link,
  body.page-id-3416 .ast-mobile-popup-drawer .menu-link,
  body.page-id-3418 .ast-mobile-popup-drawer .menu-link,
  body.page-id-3421 .ast-mobile-popup-drawer .menu-link,
  body.page-id-3424 .ast-mobile-popup-drawer .menu-link,

  body.page-id-3034 .ast-mobile-popup-drawer .menu-item > a,
  body.page-id-3036 .ast-mobile-popup-drawer .menu-item > a,
  body.page-id-3048 .ast-mobile-popup-drawer .menu-item > a,
  body.page-id-3042 .ast-mobile-popup-drawer .menu-item > a,
  body.page-id-3039 .ast-mobile-popup-drawer .menu-item > a,
  body.page-id-3046 .ast-mobile-popup-drawer .menu-item > a,
  body.page-id-3349 .ast-mobile-popup-drawer .menu-item > a,
  body.page-id-3409 .ast-mobile-popup-drawer .menu-item > a,
  body.page-id-3414 .ast-mobile-popup-drawer .menu-item > a,
  body.page-id-3416 .ast-mobile-popup-drawer .menu-item > a,
  body.page-id-3418 .ast-mobile-popup-drawer .menu-item > a,
  body.page-id-3421 .ast-mobile-popup-drawer .menu-item > a,
  body.page-id-3424 .ast-mobile-popup-drawer .menu-item > a,

  body.page-id-3034 .ast-mobile-popup-drawer .ast-menu-toggle,
  body.page-id-3036 .ast-mobile-popup-drawer .ast-menu-toggle,
  body.page-id-3048 .ast-mobile-popup-drawer .ast-menu-toggle,
  body.page-id-3042 .ast-mobile-popup-drawer .ast-menu-toggle,
  body.page-id-3039 .ast-mobile-popup-drawer .ast-menu-toggle,
  body.page-id-3046 .ast-mobile-popup-drawer .ast-menu-toggle,
  body.page-id-3349 .ast-mobile-popup-drawer .ast-menu-toggle,
  body.page-id-3409 .ast-mobile-popup-drawer .ast-menu-toggle,
  body.page-id-3414 .ast-mobile-popup-drawer .ast-menu-toggle,
  body.page-id-3416 .ast-mobile-popup-drawer .ast-menu-toggle,
  body.page-id-3418 .ast-mobile-popup-drawer .ast-menu-toggle,
  body.page-id-3421 .ast-mobile-popup-drawer .ast-menu-toggle,
  body.page-id-3424 .ast-mobile-popup-drawer .ast-menu-toggle,

  body.page-id-3034 .ast-mobile-popup-drawer .dropdown-menu-toggle,
  body.page-id-3036 .ast-mobile-popup-drawer .dropdown-menu-toggle,
  body.page-id-3048 .ast-mobile-popup-drawer .dropdown-menu-toggle,
  body.page-id-3042 .ast-mobile-popup-drawer .dropdown-menu-toggle,
  body.page-id-3039 .ast-mobile-popup-drawer .dropdown-menu-toggle,
  body.page-id-3046 .ast-mobile-popup-drawer .dropdown-menu-toggle,
  body.page-id-3349 .ast-mobile-popup-drawer .dropdown-menu-toggle,
  body.page-id-3409 .ast-mobile-popup-drawer .dropdown-menu-toggle,
  body.page-id-3414 .ast-mobile-popup-drawer .dropdown-menu-toggle,
  body.page-id-3416 .ast-mobile-popup-drawer .dropdown-menu-toggle,
  body.page-id-3418 .ast-mobile-popup-drawer .dropdown-menu-toggle,
  body.page-id-3421 .ast-mobile-popup-drawer .dropdown-menu-toggle,
  body.page-id-3424 .ast-mobile-popup-drawer .dropdown-menu-toggle {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    fill: #ffffff !important;
    opacity: 1 !important;
  }
}



/* GLOBAL MOBILE MENU FIX (ALL PAGES) */
@media (max-width: 1024px) {

  .ast-mobile-popup-drawer {
    background: #1e5faf !important;
  }

  .ast-mobile-popup-drawer a,
  .ast-mobile-popup-drawer .menu-link,
  .ast-mobile-popup-drawer .menu-item > a,
  .ast-mobile-popup-drawer .sub-menu .menu-item > a,
  .ast-mobile-popup-drawer .ast-menu-toggle,
  .ast-mobile-popup-drawer .dropdown-menu-toggle {

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
  }

}










@media (max-width: 1024px) {
  body.page-id-3421 .ast-mobile-header-wrap,
  body.page-id-3349 .ast-mobile-header-wrap,
  body.page-id-3414 .ast-mobile-header-wrap,
  body.page-id-3416 .ast-mobile-header-wrap,
  body.page-id-3418 .ast-mobile-header-wrap,
  body.page-id-3424 .ast-mobile-header-wrap,
  body.page-id-3409 .ast-mobile-header-wrap,
  body.page-id-3421 .ast-mobile-popup-drawer,
  body.page-id-3349 .ast-mobile-popup-drawer,
  body.page-id-3414 .ast-mobile-popup-drawer,
  body.page-id-3416 .ast-mobile-popup-drawer,
  body.page-id-3418 .ast-mobile-popup-drawer,
  body.page-id-3424 .ast-mobile-popup-drawer,
  body.page-id-3409 .ast-mobile-popup-drawer,
  body.page-id-3421 .ast-builder-menu-mobile,
  body.page-id-3349 .ast-builder-menu-mobile,
  body.page-id-3414 .ast-builder-menu-mobile,
  body.page-id-3416 .ast-builder-menu-mobile,
  body.page-id-3418 .ast-builder-menu-mobile,
  body.page-id-3424 .ast-builder-menu-mobile,
  body.page-id-3409 .ast-builder-menu-mobile,
  body.page-id-3421 .ast-builder-menu-mobile .main-header-menu,
  body.page-id-3349 .ast-builder-menu-mobile .main-header-menu,
  body.page-id-3414 .ast-builder-menu-mobile .main-header-menu,
  body.page-id-3416 .ast-builder-menu-mobile .main-header-menu,
  body.page-id-3418 .ast-builder-menu-mobile .main-header-menu,
  body.page-id-3424 .ast-builder-menu-mobile .main-header-menu,
  body.page-id-3409 .ast-builder-menu-mobile .main-header-menu,
  body.page-id-3421 .ast-builder-menu-mobile .sub-menu,
  body.page-id-3349 .ast-builder-menu-mobile .sub-menu,
  body.page-id-3414 .ast-builder-menu-mobile .sub-menu,
  body.page-id-3416 .ast-builder-menu-mobile .sub-menu,
  body.page-id-3418 .ast-builder-menu-mobile .sub-menu,
  body.page-id-3424 .ast-builder-menu-mobile .sub-menu,
  body.page-id-3409 .ast-builder-menu-mobile .sub-menu {
    background: #1e5faf !important;
  }

  body.page-id-3421 .ast-mobile-header-wrap a,
  body.page-id-3349 .ast-mobile-header-wrap a,
  body.page-id-3414 .ast-mobile-header-wrap a,
  body.page-id-3416 .ast-mobile-header-wrap a,
  body.page-id-3418 .ast-mobile-header-wrap a,
  body.page-id-3424 .ast-mobile-header-wrap a,
  body.page-id-3409 .ast-mobile-header-wrap a,
  body.page-id-3421 .ast-mobile-popup-drawer a,
  body.page-id-3349 .ast-mobile-popup-drawer a,
  body.page-id-3414 .ast-mobile-popup-drawer a,
  body.page-id-3416 .ast-mobile-popup-drawer a,
  body.page-id-3418 .ast-mobile-popup-drawer a,
  body.page-id-3424 .ast-mobile-popup-drawer a,
  body.page-id-3409 .ast-mobile-popup-drawer a,
  body.page-id-3421 .ast-builder-menu-mobile .menu-link,
  body.page-id-3349 .ast-builder-menu-mobile .menu-link,
  body.page-id-3414 .ast-builder-menu-mobile .menu-link,
  body.page-id-3416 .ast-builder-menu-mobile .menu-link,
  body.page-id-3418 .ast-builder-menu-mobile .menu-link,
  body.page-id-3424 .ast-builder-menu-mobile .menu-link,
  body.page-id-3409 .ast-builder-menu-mobile .menu-link,
  body.page-id-3421 .ast-builder-menu-mobile .ast-menu-toggle,
  body.page-id-3349 .ast-builder-menu-mobile .ast-menu-toggle,
  body.page-id-3414 .ast-builder-menu-mobile .ast-menu-toggle,
  body.page-id-3416 .ast-builder-menu-mobile .ast-menu-toggle,
  body.page-id-3418 .ast-builder-menu-mobile .ast-menu-toggle,
  body.page-id-3424 .ast-builder-menu-mobile .ast-menu-toggle,
  body.page-id-3409 .ast-builder-menu-mobile .ast-menu-toggle {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    fill: #ffffff !important;
    opacity: 1 !important;
  }
}







