/*new ada and header/footer templates  */



/* ── ROOT VARIABLES ── */
:root {
  --primary: #007BAF;
  
  --gold: #F4A21E;
      
  --dark-blue: #005377;
  --deeper: #003a54;
  --cream: #ffffff;
  --light-gray: #F7F7F7;
  --white: #FFFFFF;
  --text: #333333;
  --muted: #666666;
  --orange: #f9b44a;
}

/* ── RESET ── */
*, *::before, *::after { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

/* ── BASE ── */
html, body { 
  font-family: 'Montserrat', -apple-system, sans-serif; 
  background: white; 
  color: #333333; 
  overflow-x: hidden; 
  width: 100%; 
  padding-top: 95px;
}


.feed-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.research-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2rem; }

/* ── ADA: Skip link ── */

/* Hide skip link until focused */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
}


.skip-link {
  position: fixed;
  top: -40px;
  left: 0;
  background: #005377;
  color: white;
  padding: 8px 16px;
  z-index: 99999;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 4px 0;
  font-family: 'Montserrat', sans-serif;
}
.skip-link:focus { top: 0; }

/* ── ADA: Screen reader only utility ── */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}



.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; width: 100%; }


   .ldr{
  list-style-type:none;
}



/* ── FOTW PANEL ── */
#fotw-panel {
  width: 380px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(6px);
  display: none;
  flex-direction: column;
  margin-left:6rem;
  margin-bottom: 4rem;
}

#fotw-img {
  clip-path: polygon(3% 0%, 98% 2%, 99% 97%, 1% 99%);
  /* More points can be added to make it look more erratic/torn */
  filter: blur(0.5px); /* Optional: slight blur for realism */

  width: 100%;
  height:auto;
  object-fit: cover;
  display: block;
}

#fotw-body {
  padding: 1.25rem 1.5rem 1.5rem;
  text-align: left;
}

#fotw-label {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .5rem;
}

#fotw-headline {
  font-family: 'Lora', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: .6rem;
  line-height: 1.35;
}

#fotw-subtext {
  font-size: .85rem;
  color: rgba(255,255,255,.88);
  line-height: 1.65;
  margin-bottom: 1.1rem;
}

#fotw-btn {
  display: inline-block;
  background: var(--gold);
  color: #003A54;
  font-weight: 700;
  font-size: .82rem;
  padding: .6rem 1.25rem;
  border-radius: 6px;
  text-decoration: none;
}


.date{text-align:center}

.p1{
  line-height:1.6;
  text-align:center;
}
   
   
.p2{
  line-height:1.6;
  margin-left:10rem;
  margin-right:10rem;
}
   
    
.p3{
  line-height:1.6;
  margin-left:10rem;
  margin-right:10rem;
}  


 .p4{
  line-height:1.6;
  margin-top:3rem;
  margin-left:6rem;
  margin-right:6rem;
}  
   
   
/* breadcrumb */

    .breadcrumb {
  background: var(--white);
  border-bottom: 1px solid #d0dde8;
  border-left: 4px solid var(--gold);
  padding: .75rem 1.5rem .75rem 0;
  font-size: .92rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: var(--muted);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .25rem;
  margin-left:3rem;
}

.breadcrumb a {
  color: var(--dark-blue);
  text-decoration: none;
  font-weight: 600;
  transition: color .2s;
}

.breadcrumb a:hover {
  color: var(--gold);
  text-decoration: underline;
  
}

.breadcrumb span.sep {
  color: var(--gold);
  font-weight: 700;
  margin: 0 .2rem;
}

.breadcrumb span.current {
  color: var(--muted);
  font-weight: 500;
}
    
    .registry-btn { padding: .85rem 2rem; background: linear-gradient(135deg, var(--dark-blue), var(--primary)); color: white; border-radius: 10px; font-weight: 700; font-size: 1rem; text-decoration: none; white-space: nowrap; transition: all .3s; }
.registry-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,83,119,.4); }

    
    
    
    
/* ── PATHS SECTION ── */
.paths-section { background: white; padding: 4rem 0; border-bottom: 3px solid var(--cream); }
.paths-section .section-label { text-align: center; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--gold); margin-bottom: .6rem; }
.paths-section h2 { text-align: center; font-family: 'Lora', serif; font-size: 1.8rem; color: var(--dark-blue); margin-bottom: 2.5rem; }
.paths-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.path-card { border: .25rem solid navy; border-radius: 14px; padding: 2rem 1.5rem; text-align: center; transition: all .3s; text-decoration: none; color: inherit; display: flex; flex-direction: column; align-items: center; gap: .75rem; background: var(--light-gray); position: relative; overflow: hidden; }
.path-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gold); transform: scaleX(0); transition: transform .3s; transform-origin: left; }
.path-card:hover { transform: translateY(-5px); box-shadow: 0 10px 32px rgba(0,83,119,.15); border-color: var(--primary); }
.path-card:hover::before { transform: scaleX(1); }
.path-icon { width: 60px; height: 60px; background: linear-gradient(135deg, var(--dark-blue), var(--primary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.4rem; }
.path-audience { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--gold); }
.path-title { font-size: 1.1rem; font-weight: 800; color: var(--dark-blue); line-height: 1.3; }
.path-desc { font-size: .88rem; color: var(--muted); line-height: 1.65; flex: 1; }
.path-link { font-size: .83rem; font-weight: 700; color: navy; display: flex; align-items: center; gap: .3rem; }
.path-card:hover .path-link { color: var(--gold); }


   
   
   
/* Gold only on dark backgrounds */
.utility-bar .section-label,
.utility-bar .util-label,
.dark-bg .section-label,
.footer .section-label { 
  color: #F9C36C; 
}

/* Anywhere gold text appears on a light background */
.section-label,
.card-link,
.flink,
.quick-links-label,
.path-audience,
.rc-label,
.ann-badge,
.badge-announcement,
.breadcrumb span.sep,
.view-all {
  color: #003a54;
}

/* Dark blue on light backgrounds instead of gold */
.section-label,
.quick-links-label,
.card-link,
.flink,
.rc-label,
.path-audience {
  color: #003a54;
}


.breadcrumb, .quick-links-label, .section-label,
.card-link, .flink { color: #b8760e; }
.breadcrumb a { color: #003a54; }
.hero-cta, .btn-orange { background: #b8760e; color: #fff; }
.hero-cta:hover, .btn-orange:hover { background: #9a6200; }
.teal-bg .section-title, .teal-bg .section-desc { color: #002a3a; }

.banner > div > h3 { 
  color: #002a3a; 
  text-shadow: none; 
}
.banner > div > p { 
  color: #002a3a; 
  text-shadow: none; 
}




/* ── UTILITY BAR ── */
.utility-bar {
background: radial-gradient(circle, #00354d 0%, #005377 60%, #006a9a 100%);
    color: #afc4d8; font-size: 1.25rem; border-bottom: 5px solid var(--gold); position: fixed; top: 0; left: 0; right: 0; z-index: 10000; width: 100%; }
.utility-bar .inner { max-width: 1200px; margin: 0 auto; padding: .6rem 1.25rem; display: flex; justify-content: flex-end; align-items: center; gap: .6rem; flex-wrap: wrap; }
.utility-bar a { color: white; text-decoration: none; }
.utility-bar a:hover { color: #afc4d8; }
.util-label { font-weight: 700; color: var(--gold); }
.util-sep { color: #4a5e72; }
.donhb { font-size: 1.25rem; font-family: 'Montserrat', -apple-system, sans-serif; color: white; }
.mysearch { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-right: auto; }
.header-search-form { display: flex; align-items: center; border-bottom: 2px solid var(--gold); padding: 2px 5px; }
.header-search-form .search-icon { color: var(--gold); font-size: 1rem; margin-right: 5px; }
.header-search-form input[type="search"] { background: transparent; border: none; outline: none; color: white; font-family: 'Montserrat', sans-serif; font-size: 1rem; width: 130px; }
.header-search-form input[type="search"]::placeholder { color: rgba(255,255,255,.65); }
.header-search-form button[type="submit"] { background: none; border: none; cursor: pointer; color: var(--gold); font-size: 1rem; padding: 0 3px; }
.social-links { display: flex; gap: .5rem; }
.social-links a { color: white; text-decoration: none; font-size: 15px; transition: opacity .2s; }
.social-links a:hover { opacity: .75; }
.util-dropdown { position: relative; display: inline-block; }
.util-dropdown-btn { display: inline-flex; align-items: center; gap: 5px; padding: .25rem .6rem; border-radius: .25rem; font-weight: 700; font-size: 1rem; cursor: pointer; font-family: inherit; background: linear-gradient(to bottom, #f4a21e, #e2d4d0); border: .1rem solid black; white-space: nowrap; color: var(--dark-blue); }
.util-dropdown-arrow { border: solid var(--dark-blue); border-width: 0 2px 2px 0; display: inline-block; padding: 2px; transform: rotate(45deg); transition: transform .3s; }
.util-dropdown-btn.active .util-dropdown-arrow { transform: rotate(-135deg); }
.util-dropdown-menu { position: absolute; top: calc(100% + 6px); left: 0; background: white; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,.2); min-width: 180px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all .25s; z-index: 4000; border: .1rem solid navy; }
.util-dropdown-menu.show { opacity: 1; visibility: visible; transform: translateY(0); }
.util-dropdown-link { display: block; padding: 10px 16px; text-decoration: none; font-size: 13px; transition: all .2s; border-left: 3px solid transparent; color: var(--dark-blue); }
.util-dropdown-menu a { color: navy; font-weight: 600; }
.util-dropdown-link:hover { background: rgba(0,83,119,.07); border-left-color: var(--dark-blue); }

/* ── HEADER ── */
.header { position: fixed; top: 48px; width: 100%; z-index: 2000; background: var(--white); box-shadow: 0 2px 10px rgba(0,0,0,.1); border-bottom: 5px solid var(--dark-blue); }
.header-main { padding: 1rem 0; padding-right:16rem; background: white; }
.header-main .container { display: flex; justify-content: space-between; align-items: center; }
.logo img { height: auto; padding-top:.5rem;margin-right:3rem;}
.main-nav { display: flex; align-items: center; }
.mobile-menu-toggle { display: none; flex-direction: column; background: none; border: none; cursor: pointer; padding: 8px; }
.mobile-menu-toggle span { width: 24px; height: 3px; background: var(--dark-blue); margin: 3px 0; transition: .3s; display: block; }
.menu { display: flex; list-style: none; margin: 0; padding: 0; }
.menu-item { position: relative; }
.menu-item > a { color: var(--dark-blue); text-decoration: none; font-size: 1rem; font-weight: 700; padding: 10px 10px; display: block; transition: color .3s; border-bottom: 2px solid transparent; white-space: nowrap; }
.menu-item > a:hover { color: var(--gold); border-bottom-color: var(--gold); }
.menu-item.active > a { color: var(--gold); border-bottom-color: var(--gold); }
.submenu { position: absolute; top: 100%; left: 0; background: var(--dark-blue); list-style: none; padding: 8px 0; margin: 0; min-width: 240px; box-shadow: 0 4px 16px rgba(0,0,0,.2); border-radius: 0 0 8px 8px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all .25s; z-index: 1000; }
.menu-item.has-submenu:hover > .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu li { border-bottom: 1px solid rgba(255,255,255,.08); }
.submenu li:last-child { border-bottom: none; }
.submenu a { color: white; text-decoration: none; padding: 9px 14px; display: block; font-size: 13px; transition: background .2s; }
.submenu a:hover { background: var(--gold); color: var(--dark-blue); }
.menu-item.donate-btn > a { background: var(--gold); color: var(--dark-blue) !important; border-radius: 4px; padding: 8px 16px; margin-left: 8px; border-bottom: none !important; }
.menu-item.donate-btn > a:hover { background: var(--orange); color: white !important; }


/* Hero  */

    .hero { color: #fff; padding: 40px 40px 42px; text-align: center; position: relative; overflow: hidden; }
	   .hero {background: radial-gradient(circle, rgba(0,38,60,.88) 0%, rgba(0,53,77,.75) 45%, rgba(0,83,119,.35) 100%);}
	
    .hero-inner { position: relative; max-width: 700px; margin: 0 auto; }
    .hero-eyebrow { display: inline-block; background: var(--orange); color: #fff; font-family: var(--font-head); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 16px; border-radius: 20px; margin-bottom: 18px; }
    .hero h1 { font-family: var(--font-head); font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
    .hero h1 em { color: #f0c060; font-style: normal; }
    .hero p { font-size: 1.05rem; color: rgba(255,255,255,0.87); max-width: 560px; margin: 0 auto 28px; line-height: 1.7; }
    .hero-cta { display: inline-block; 	background: var(--orange); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 13px; letter-spacing: 0.05em; text-transform: uppercase; padding: 13px 30px; border-radius: 4px; transition: background 0.2s, transform 0.15s; text-decoration: none; }
    .hero-cta:hover { background: var(--orange-dark); color: #fff; transform: translateY(-2px); text-decoration: none; }
   





/* ── ADA Fix: contrast corrections ── */
.menu-item.active > a {
  color: #b8760e;
  border-bottom-color: #b8760e;
}
.menu-item.donate-btn > a {
  color: #002a3a !important;
}
.registry-scroll-item a {
  color: #ffd080;
}
.paths-section .section-label {
  color: #b8760e;
}
.section-header .view-all {
  color: #005377;
}
.badge-announcement {
  background: #c47d00;
}
.mission-btn-gold {
  background: #c47d00;
}
.mission-btn-gold:hover {
  background: #a56600;
  transform: translateY(-2px);
}

/* ── ADA Fix: footer heading (h3 replacing h4) ── */
.footer-main {
  align-items: center;
}
.footer-logo-img {
  width: 120px;
  height: auto;
  display: block;
  margin: 0 auto;
}


.footer-contact-heading {
  font-size: 1rem;
  margin-bottom: .75rem;
  color: #ffd080;
  font-weight: 700;
}

/* ── FOOTER ── */
.footer { background: radial-gradient(circle, #00354d 0%, #005377 60%, #006a9a 100%);color: white; padding: 2.5rem 0 1rem; }
.footer-content { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 4rem; margin-bottom: 2rem; }
.footer-main { display: flex; flex-direction: column; gap: 1.25rem; align-items: center; }
.footer-logo-img { width: 120px; height: auto; display: block; margin: 0 auto; }
.footer-social-links { display: flex; gap: .6rem; }
.footer-social-links a { color: #ffd080; text-decoration: none; font-size: 16px; }
.footer-info p { color: rgba(255,255,255,.95); line-height: 1.7; font-size: .9rem; margin-bottom: .75rem; }
.footer-info a { color: #ffd080; text-decoration: none; font-size: .85rem; }
.footer-contact-heading { font-size: 1rem; margin-bottom: .75rem; color: #ffd080; font-weight: 700; }
.contact-info p { color: rgba(255,255,255,.95); line-height: 1.7; font-size: .88rem; }
.contact-info a { color: #ffd080; text-decoration: none; }
.footer-bottom { text-align: center; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.15); }
.footer-bottom p { color: rgba(255,255,255,.95); font-size: .82rem; }


  
@media (max-width: 768px) {

  /* ── Body offset for fixed header ── */
  html, body {
    padding-top: 65px; /* utility bar ~44px + main nav ~56px */
  }

  /* ── UTILITY BAR ── */
  .util-bar,
  .utility-bar {
    padding: 6px 12px;
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .util-bar-inner,
  .utility-bar .inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0;
    padding: 0;
  }

  /* Hide social icons on mobile */
  .social-links,
  .util-social,
  .header-social {
    display: none !important;
  }

  /* Hide search bar on mobile */
  .header-search-form,
  .util-search-form,
  .util-search {
    display: none !important;
  }

  /* Hide LeaderBoard / MDBR long text on mobile */
  .util-label,
  .ldr {
    display: none !important;
  }

  /* Keep MDBR button — shrink it */
  .util-dropdown-btn,
  .mdbr-btn {
    font-size: 0.75rem !important;
    padding: 4px 10px !important;
    white-space: nowrap;
  }

  /* ── MAIN NAV BAR ── */
  .header-main,
  .main-header,
  .cc-header {
    padding: 8px 16px !important;
    min-height: 56px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  /* Logo */
  .logo img,
  .header-logo img,
  .footer-logo-img {
    height: 40px !important;
    width: auto !important;
  }

  /* Hamburger toggle — show on mobile */
  .mobile-menu-toggle {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-right: 0 !important;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 24px;
    height: 2.5px;
    background: var(--dark-blue);
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  /* Hamburger → X animation */
  .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  /* Hide desktop nav links */
  .menu,
  .main-nav ul,
  .cc-nav {
    display: none;
  }

  /* ── MOBILE SLIDE-IN MENU ── */
  .menu.active,
  .main-nav ul.active,
  .cc-nav.open {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    max-width: 85vw;
    height: 100vh;
    background: #ffffff;
    border-left: 3px solid var(--gold);
    box-shadow: -4px 0 24px rgba(0,0,0,0.15);
    padding: 80px 0 24px;
    overflow-y: auto;
    z-index: 9999;
    list-style: none;
    transition: right 0.3s ease;
  }

  /* Mobile menu items */
  .menu-item > a,
  .main-nav ul li a,
  .cc-nav > ul > li > a {
    display: block;
    padding: 12px 24px;
    color: var(--dark-blue) !important;
    font-size: 0.95rem;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    text-decoration: none;
  }

  .menu-item > a:hover,
  .main-nav ul li a:hover {
    background: #f0f6fa;
    color: var(--gold) !important;
  }

  /* Submenus on mobile */
  .submenu,
  .main-nav ul ul,
  .cc-nav ul ul {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    background: rgba(0, 83, 119, 0.06);
    border-radius: 0;
    margin: 0 0 0 16px;
    display: none;
    padding: 0;
  }

  .submenu.open,
  .main-nav ul ul.open,
  .cc-nav ul ul.open {
    display: block;
  }

  .submenu a,
  .main-nav ul ul li a {
    padding: 10px 24px;
    font-size: 0.88rem;
    color: var(--dark-blue) !important;
    border-bottom: 1px solid #e8e8e8;
  }

  /* Dropdown arrow indicator */
  .has-submenu > a::after,
  .menu-item.has-submenu > a::after {
    content: ' ›';
    float: right;
    color: var(--gold);
  }

  /* ── DONATE BUTTON in nav ── */
  .nav-donate,
  .donate-nav-btn {
    margin: 16px 24px 0;
    display: block;
    text-align: center;
    background: var(--gold);
    color: white !important;
    padding: 12px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
  }

  /* ── OVERLAY when menu is open ── */
  .menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9998;
  }
  .menu-overlay.active {
    display: block;
  }

  /* ── DROPDOWN menus (MDBR etc) ── */
  .util-dropdown-menu {
    left: auto !important;
    right: 0 !important;
    width: 200px;
  }


/*Hero  */

 .hero-sub{
    font-size:1rem;
    line-height:1.3;
  }
  
  
.paths-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.feed-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  
}


#fotw-panel{
   display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
 
  }   


  .research-grid{
     display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
    
  }
  
  .hero p {
    padding-bottom:12rem;
  }
   .registry-btn { padding: .5rem.8rem; background: linear-gradient(135deg, var(--dark-blue), var(--primary)); color: white; border-radius: 10px; font-weight: 700; font-size: .6rem; text-decoration: none; white-space: nowrap; transition: all .3s; }

    .footer-content { grid-template-columns: 1fr; text-align: center; margin-bottom:16rem;}
    .footer-bottom{grid-template-columns:1fr}
   .footer-social-links { justify-content: center; }
  
  
  
  .breadcrumb{
    margin-left:1rem;
    margin-top:1rem;
    

  
}
    
  }



  
  
  
  
  
  
  
  
  

  
