@font-face{font-family:'Outfit';src:url('../fonts/Outfit-VariableFont_wght.ttf') format('truetype');font-weight:100 900;font-style:normal}
:root{--eaa-blue:#0A2A75;--eaa-purple:#B25293;--white:#fff}.container{max-width:1280px;margin:0 auto;padding:0 20px;}body{margin:0;font-family:'Outfit',sans-serif;background:#fff}.eaa-header{color:var(--white)}.header-top{display:flex;justify-content:space-between;align-items:center;padding:1em}.logo img{height:45px}.menu-toggle,.search-toggle{background:var(--eaa-purple);color:var(--white);font-weight:400;border:none;padding:30px 1em;font-size:20px;cursor:pointer}nav.mega-menu{display:none;background:#0A2A75;padding:150px 140px 100px 140px}nav.mega-menu.open{display:block}nav.mega-menu ul{display:flex;justify-content:space-between;list-style:none;margin:0;padding:0;flex-wrap:wrap; max-width: 1100px;}nav.mega-menu ul li{width:20%;min-width:150px}nav.mega-menu li a,nav.mega-menu li strong{display:block;color:var(--white);text-decoration:none;margin:.3em 0;font-size:18px;line-height:200%}nav.mega-menu li strong{font-weight:700;margin-bottom:.5em}nav.mega-menu li ul{list-style:none;padding-left:0em;margin:0; white-space: nowrap;}.search-panel{display:none;background-color:var(--eaa-blue);padding:1em;text-align:center}.search-panel.open{display:block}.search-panel input[type=text]{padding:.7em;width:60%;border:none;border-bottom:2px solid var(--white);background:transparent;color:var(--white);font-size:1.1em}.search-panel button{background:none;border:none;color:var(--white);font-size:1.3em;cursor:pointer;margin-left:1em}.footer{background:var(--eaa-blue);color:var(--white);padding:3em 2em 1em;position:relative;background-size:cover;background-position:center}.footer-columns{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2em}.footer .logo{margin-bottom:1em}.footer .social-icons a{margin-right:.7em;color:var(--white);font-size:1.2em}.footer .footer-bottom{background:var(--eaa-blue);padding:1em;text-align:center;font-size:.9em;border-top:1px solid #334;margin-top:2em}.footer a{color:var(--white);text-decoration:none}.footer a:hover{text-decoration:underline}.footer h4{margin-bottom:.5em;font-weight:700}@media screen and (max-width:768px){nav.mega-menu ul{flex-direction:column}nav.mega-menu ul li{width:100%;margin-bottom:1em}.search-panel input[type=text]{width:90%}.footer-columns{flex-direction:column}}.site-footer{font-family:'Outfit',sans-serif;color:#fff}.footer-top{display:flex;justify-content:space-between;padding:60px 0 !important;position:relative;gap:140px;}.footer-column{flex:1;}.footer-logo{display:flex;align-items:center;gap:10px; margin-bottom: 36px;}.footer-logo img{height:40px}.footer-logo-text-full{font-size:1.2em;font-weight:600;line-height:1.2}.footer-social{margin-top:1em}.footer-social a{display:inline-block;margin-right:.5em;font-size:1.2em;color:#fff;text-decoration:none}.footer-contact h3,.footer-menu h3{font-weight:600;margin-bottom:1em; font-size: 24px;}.footer-contact p{margin:.5em 0;font-size: 18px; padding-bottom: 10px;display:flex;align-items:start;gap:14px}.footer-contact i{margin-right:14px;margin-top: 7px;}.footer-menu .footer-nav{list-style:none;padding:0}.footer-menu .footer-nav li{margin-bottom:.5em}.footer-menu .footer-nav a{color:#fff;text-decoration:none;font-size: 18px;line-height: 120%;}.footer-menu .footer-nav a:hover{text-decoration:underline}.footer-shape{position:absolute;right:5%;top:20%}.footer-shape img{height:150px}.footer-bottom{background:#0c2d57;padding:.8em 5%;display:flex;justify-content:space-between;font-size:.9em}.footer-bottom a{color:#fff;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}
.default-hero {
  background-size: cover;
  background-position: center;
  padding: 170px 20px;
  color: #fff;
  text-align: left;
}
.default-hero-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.default-hero h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
@media (max-width: 768px) {
  .default-hero { padding: 60px 15px; }
  .default-hero h1 { font-size: 24px; }
  .logo img {
  width:80%;
}
.advocacy-top{
  padding-top: 60px !important;
}
.home-counters{
   padding-top: 60px !important;
}
.menu-toggle,.search-toggle{
  font-size: 10px;
  padding:30px 25px
}
.container{ padding: 30px 16px !important;}
  nav.mega-menu > ul > li > a {
  font-size: 20px !important;
  font-weight: 600; 
  white-space: nowrap;
  line-height: 1.2;
}
nav.mega-menu {
  padding: 100px 80px !important;
}
.footer-column.footer-logo-text.container{
  padding: 0px 0 40px 0 !important;
}
}
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    background: #B25293; 
    color: #fff;
    border: none;
    border-radius: 4px;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#scrollTopBtn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

#scrollTopBtn svg {
    display: block;
}
.format-info-box {
    background: #e9f2f5;
    border-radius: 14px;
    padding: 40px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.45;
    margin: 18px 0;
    color: #242424;
}

.format-info-box p {
    margin: 0px!important;
}

.format-note-soft {
  background: #f7f7fa;
  border: 1px solid #e6e6ef;
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 600;
  line-height: 1.6;
}

.format-mission-quote {
  background: rgba(178, 82, 147, 0.2);
  color: #242424;
  padding: 40px;
  border-radius: 10px;
  font-weight: 600;
  font-size:24px;
  line-height: 120%;
}
.format-mission-quote p{
  margin: 0!important;
}

/* === Numbered list: big teal leading numbers === */
ol.list-bignum {
  counter-reset: eaa-li;
  margin: 0 0 1rem 0;      /* remove default left indent */
  padding: 0;              /* we’ll control spacing on <li> */
}

ol.list-bignum > li {
    list-style: none;
    position: relative;
    padding-left: 48px;
    margin: 30px 0;
    font-size: 20px;
    color: #242424;
    line-height: 160%;
    font-weight: 400;
}

ol.list-bignum > li::before {
    counter-increment: eaa-li;
    content: counter(eaa-li) ".";
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: #419FBE;
    line-height: 120%;
}
ol.list-bignum > li > p { margin: 0; }

ul.list-dot-teal {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none; 
}
ul.list-dot-teal > li {
    position: relative;
    margin: 20px 0 20px 30px;
    padding-left: 28px;
    font-size: 20px;
    line-height: 160%;
}
ul.list-dot-teal > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .85em;             
  width: 10px;
  height: 10px;
  background: #419FBE;   
  border-radius: 50%;
  transform: translateY(-50%);
}
ul.list-dot-teal > li > p { margin: 0; }

.news-thumb{
  display:block;
  line-height:0;
  border-radius:10px;
  overflow:hidden;
  aspect-ratio:16/9;
  background:#eef2f6;
}
.news-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.news-thumb--ph{
  width:100%;
  aspect-ratio:16/9;
  background:#eef2f6;
  border-radius:10px;
}



h1.fmt-h1 {
  font-family: "Outfit";
  font-weight: 600;     
  font-style: normal;
  font-size: 42px;
  line-height: 1.2;     
  letter-spacing: 0;  
}

h2.fmt-hx,
h3.fmt-hx,
h4.fmt-hx {
  font-family: "Outfit";
  font-weight: 600;
  font-style: normal;
  font-size: 30px;         
  line-height: 1.2;
  letter-spacing: 0;
}

h1.fmt-h1,
h2.fmt-hx,
h3.fmt-hx,
h4.fmt-hx { margin: 0 0 .6em; }


.news-lead p {
    font-size: 20px;
    line-height: 160%;
}


@media (max-width: 640px) {
  ol.list-bignum > li { padding-left: 40px; }
  ol.list-bignum > li::before { font-size: 30px; }
    ul.list-dot-teal > li { padding-left: 24px; }
  ul.list-dot-teal > li::before { width: 9px; height: 9px; }
  .menu-toggle{
    padding: 32px!important;
  }
  .header-top{
    top: -4px !important;
  }
  .search-toggle{padding:28px!important}
  .about-bubbles .bubble:nth-child(1) {
  width: 160px !important;
    height: 160px !important;

}

.about-bubbles .bubble:nth-child(2) {
  width: 106px !important;
    height: 106px !important;

}

.about-bubbles .bubble:nth-child(3) {
  width: 126px !important;
    height: 126px !important;

}

}


nav.breadcrumbs {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
    color: #0A2A75;
    margin-top: 10px;
}

span.breadcrumb_last {
    color: #757575;
}

.format-two-col {
  display: flex;
  gap: 24px;
  margin: 24px 0;
}

.format-two-col > * {
  flex: 1 1 50%;
  min-width: 280px;
}

/* Content Images - Alignment Options */
.content-img,
.wys img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Left aligned image */
.content-img.alignleft,
.wys img.alignleft {
  float: left;
  margin: 0 24px 24px 0;
  max-width: 50%;
}

/* Right aligned image */
.content-img.alignright,
.wys img.alignright {
  float: right;
  margin: 0 0 24px 24px;
  max-width: 50%;
}

/* Center aligned image */
.content-img.aligncenter,
.wys img.aligncenter {
  display: block;
  margin: 24px auto;
  max-width: 75%;
}

/* Full width image */
.content-img.alignfull,
.wys img.alignfull {
  width: 100%;
  max-width: 100%;
  margin: 24px 0;
}

/* Medium width (default) */
.content-img.alignnone,
.wys img.alignnone,
.content-img:not([class*="align"]),
.wys img:not([class*="align"]) {
  display: block;
  margin: 24px auto;
  max-width: 100%;
}

/* Clear floats after images */
.wys::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 768px) {
  .content-img.alignleft,
  .wys img.alignleft,
  .content-img.alignright,
  .wys img.alignright {
    float: none;
    display: block;
    margin: 24px auto;
    max-width: 100%;
  }
  
  .content-img.aligncenter,
  .wys img.aligncenter {
    max-width: 100%;
  }
}

@media (max-width:1024px){
  .footer-top{grid-template-columns:1fr 1fr}
  .footer-shape img{height:120px}
}

@media (max-width:768px){
  .footer-top{
    display: block;
    padding:2rem 6%;
    gap:1.5rem;
  }
    .format-two-col {
    flex-direction: column;
  }
  #scrollTopBtn{
    display: none!important;
  }
  .footer-logo img{height:32px}
  .footer-logo-text-full{font-size:1.05em}
  .footer-social a{font-size:1.05em;margin-right:.4em}
  .footer-shape{display:none}
  .footer-bottom{
    flex-direction:column;
    text-align:center;
    padding:1rem 6%;
  }
  .search-hero-inner1 h1{font-size:34px !important;line-height: 120%;}
	.toc-link{
		font-size:24px !important;
	}
	.topic-toc{
		padding: 0px 16px !important;
	}
  .news-wrap{
    	padding: 0px 16px !important;
  }
  .big-cta__heading p{ font-size:30px !important; }
.home-about{
  padding-top: 60px !important;
}

}

.site-footer a {
  color: #fff !important;
  text-decoration: none !important;
}

.site-footer a:hover {
  color: #fff !important;      
  text-decoration: underline !important;
}
.footer-text p{
  font-size: 20px;
font-weight: 400;
line-height: 160%;
padding: 0px;
margin: 0px 0px 20px 0px;
}
