@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,600;0,700;1,500&family=IBM+Plex+Sans:wght@300;400;500;600&display=swap');
/*
font-family: 'IBM Plex Sans', sans-serif;
font-family: 'Lora', serif;

dark blue / navy: #1a2e5e;
mid blue:  #2B4B9B;
sky blue:  #5BA3D9;
light blue: #73c6ef;
gold: #E8A020;

*/

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-size: 20px !important;
  color: #1a2e5e;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/*
------------------
 GLOBAL
------------------
*/

.row { 
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

/*x-lg*/
@media only screen and (min-width: 78.063em) { 
  .hide-for-x-lg { 
    display: none; 
    padding: 0;
  }
}

/*xx-lg*/
@media only screen and (min-width: 98.063em) { 
  .hide-for-xx-lg { 
    display: none; 
    padding: 0;
  }
}


h1, h2, h3, h4 { 
  font-family: 'Lora', serif;
  color: #1a2e5e;
  letter-spacing: .02em;
}

h2 { 
  text-align: center; 
  font-size: 2rem;
}

 /*Medium Up*/
@media only screen and (min-width: 46.063em) { 
  h2 { 
    font-size: 2.5em; 
    margin-bottom: .75em;
    text-align: center;
    font-weight: normal;
  }
}

h3 { font-size: 1.75rem; }

h3.subheading { 
  color: #163050;
  text-align: center;
  margin-top: 0;
}

a { 
  color: #e56127;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -transition: all 0.4s;
}

a:hover { color: #163050 ; }

ul,
ul li ul  {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
}

.em {
  font-weight: bold;
  font-style: oblique;
  
}


.strong { font-weight: bold;}

.center { text-align: center; }

ul.center li {
  text-align:center;
  font-size: 1.25em;
}

p.intro {
  background: none;
  font-size: 1.25em;
}

 /*Medium Up*/
@media only screen and (min-width: 78.063em) {  
  p.intro {
    background: none;
    font-size: 1.25em;
    width: 75%;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

}



/*---------------
   Positioning 
---------------*/
.push-wrapper { 
  min-height: 100%; 
  margin-bottom: -20em;
} 

.push { height: 20em;} 



/*
------------------
 HEADER
------------------
*/

.header-wrapper {
  position: fixed;
  z-index:999;
  width: 100%;
}

header { 
  position: absolute;
  background-color: #fff;
  background: #3a62aa;
  width: 100%;
}

h1 { 
  margin: 0;
  padding: 0;
  font-size: 0;
}

header #Logo {
  display: block;
  margin: 1.5em auto;
  padding: 1rem;
  width: 250px;
  max-width: 250px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -transition: all 0.4s;
}

header #Logo.shrunk {
  width: 150px;
  max-width: 150px;
}


/*New Nav*/
.top-bar { 
  padding: 0; 
  background: #28489b;
/*  border-top: 1px solid #fff;*/
}

.top-bar,
.dropdown.menu { 
  background: #28489b;
  margin: 0 auto;
}

.menu.vertical { 
  margin-top: -1px;
  background-color: #163050;
  border-top: none; 
    border-right: 1px solid #163050;
    border-bottom: 1px solid #163050;
    border-left: 1px solid #e2e6e6;
}

.dropdown.menu li, 
.lang-toggle-btn { 
  font-family: 'IBM Plex Sans', sans-serif;
  margin: 0 .25em;
  text-transform: uppercase;
}

 /*Medium Up*/
@media only screen and (min-width: 78.063em) {  
  .dropdown.menu li { margin: 0 .75em;}
}

.dropdown.menu li li { margin: 0;}

.dropdown.menu > li > a,
.lang-toggle-btn { 
  color: #fff;
  font-family: 'IBM Plex Sans', sans-serif;
  margin-top: -1px;
  padding: 0.2rem .2rem;
  line-height: 1.5em;
  text-transform: uppercase;
}


 /*Medium Up*/
@media only screen and (min-width: 78.063em) {  
 .dropdown.menu > li > a,
 .lang-toggle-btn { 
    letter-spacing: .06em;
  }
}

 /*wide - small */
@media only screen and (min-width: 30.063em) { 
  .dropdown.menu > li > a,
  .lang-toggle-btn { padding: .5rem; }
}

.dropdown.menu li a:hover, 
.dropdown.menu li a:focus,
.dropdown.menu > li.is-active > a { 
  color:#fff; 
  background-color: #73c6ef; 
}

.dropdown.menu a,
.lang-toggle-btn { 
  color: #fff; }

.dropdown.menu li a:hover,
.dropdown.menu li a:active, 
.dropdown.menu li a:focus {
  background-color: #73c6ef;
  color: #163050;  
}

.menu.vertical li li a:hover {
  background-color: #73c6ef;
  color: #163050;  
}


.contribute .colum {
  background: #fff;
}


section.donate {
  background: none;
  bac
}

.donate-btn,
a.donate-link  {
  color: #fff;
  background: #e8a020;
  font-size: 1em;
  text-transform: uppercase;
}

.donate-btn {
  cursor: pointer;
  position: absolute;
  top: .75em;
  right: .75em;
  border: none;
  border-radius: 5px;
  padding: .25em;

}

.donate-btn:hover { 
  background-color: #e8b220;
  color: #fff;
}


  .top-bar { margin: 0; }
  .top-bar .top-bar-right { 
    flex: none ;
    margin: 0 auto;
  }


/* 
================
  LANGUAGE TOGGLE
================
*/

.lang-toggle-btn {
  background: rgba(255,255,255,0.15);
}

.lang-toggle-btn:hover,
.lang-toggle-btn:active,
.lang-toggle-btn:focus {
  background: rgba(255,255,255,0.25);
}


/* 
================
   MAIN
================
*/

section{ 
  padding-bottom: 3%; 
  position: relative;
}

 /*Medium Up*/
@media only screen and (min-width: 78.063em) {  
   section{ padding-bottom: 2%; }
}

section { position: relative; }

footer section.donate-wrapper { 
  margin: 0 auto;
}

section.donate-wrapper,
section.donate { 
  padding: 0;
}

main { position: relative; }




/* 
================
  HOME PAGE
================
*/


/*note: hero wrapper padding below  with form styling*/
.hero-wrapper { 
  position: relative; 
}

.hero-wrapper img {
  display: block;
  margin: 0 auto;
  height: 100%;
}

h3.quote {
    position: absolute;
    padding: .75em;
    line-height: 1;
    top: 20%;
    left: 5%;
    width: 50%;
    color: #162753;
    font-family: 'Lora', serif;
    letter-spacing: .02em;
    font-size: 1rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.7)!important;
}

/*Small Medium Only*/

@media only screen and (min-width: 36.063em) and (max-width: 46.063em) {
  h3.quote {
/*    border: 5px solid red;*/
    padding: 1em;
    font-size: 1.5em;
  }
}

 /*Medium only*/
@media only screen and (min-width: 46.063em) and (max-width: 64.063em) {
  h3.quote {
/*    border: 5px solid pink;*/
    top: 25%;
    left: 5%;
    width: 50%;
    padding: 1.25em;
    font-size: 1.75rem;
    line-height: auto;

  }
}

/* large  up */
@media only screen and (min-width: 64.063em){
  h3.quote {
/*    border: 5px solid green;*/
    top: 30%;
    right: 5%;
    width: 50%;
    font-size: 1.75em;
  }
}

.star-line {
  display: block;
  margin: 1em auto;
  width: 50%;
}

.priorities {
  padding: 1em 0;
}

.intro {
  display: block;
  position: relative;
/*  background-color: #73c6ef;*/
  padding: 1em 0;
/*  color: #fff;*/
}

/*.intro h2 { color: #fff; }*/


.subtitle {
  text-align: center;
  font-family: 'IBM Plex Sans', sans-serif;
}

a.button {
  width: 40%;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 1rem auto 2rem;
  padding: 1rem;
  display: block;
  paddign: 1rem;
  color: #e56127;
  background: #fff;
  border: 1px solid #e56127;
}

a.button:hover {
  border: 1px solid #fff;
  color: #fff;
  background: #e56127;
}



/*Medium Only*/
/*@media only screen and (min-width: 56.063em) and (max-width: 64.063em) {

  .donate { 
    margin: 0 auto 2em;
  }
}*/

 /*large Up*/
@media only screen and (min-width: 78.063em) { 
  .donate { margin: -68px auto 2em;}
}

/*large 1 only*/
@media only screen and (min-width: 64.063em) and (max-width: 68em) {
  .donate { 
    margin: 0 auto 2em;
  }
}


.rsvp {
  border-radius: 5px;
  padding: .5em 0;
  display: block;
  width: 33%;
  margin: 1em auto 0;
  color: #fff;
  background-color: #1c386d ;
  text-align: center;
 }

 .rsvp:hover { 
  background-color: #1c386d; 
  color: #fff;
}


body img.ajax-loading { 
  width: 0;
  height: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
  display: none !important; 
}




/* 
================
  PAGES
================
*/ 

.row.quote {
  margin-bottom: 3% !important;
}

.quote .text-box {
display: block;
  padding: 1em 1em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 3%;
  text-align: center;
  font-family: 'Lora', serif;
  font-size: 1.5em;
  font-weight: 400;
}


/*medium-large only */
@media only screen and (min-width: 40.63em) and (min-width: 64.063em) { 
  .quote .text-box {
  display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 3%;
    text-align: center;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
  }
}

/*large Up*/
@media only screen and (min-width: 84.063em) { 
  .quote .text-box {
    padding: 3em 1em;
    margin: 5% 0 0;
    font-size: 1.5em;
  }
}


.quote .text-box .quote-sig {
  display: block;
  font-family: 'Lora', serif;
  font-size: 1em;
  padding: .75em 0;
}


/*Media Page*/
.article-title a { color: #e56127; }
.article-title a:hover { color: #163050 ; }
.all-districts-map p { 
  text-align: center;
  font-size: .85rem;
}

section.form {
  padding-top: 1.5rem;
  background: #c0e8ff;
}

section.form h2 {
  color: #3379a0;
}

.voter-links ul {
  text-align: center;
  margin: 1.5em auto;
}



.voter-links li {
  display: inline-block;
  margin: .5em auto;
  width: 90%;
}

/*Medium Up*/
@media only screen and (min-width: 64.063em) { 
  .voter-links li {
    display: inline-block;
    margin: .5em 1.5%;
    width: 46%;
  }
}

.voter-links li a {
  display: block;
  background: #c0e8ff;
  text-aling: center;
  color: #163050;
  font-size: 1.5em;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: .75em;
}

.voter-links li a:hover {
  background: #fff;
  border: 3px solid #c0e8ff;
}


.important-dates {
  display: block;
  margin: 2em 0;
}

.important-dates h3,
.redistricting h3  {
  font-size: 2em;
  text-align: center;
}

.important-dates ul {
  text-align: left;
}

.important-dates li {
  display: block;
  font-size: 1.5rem;
  padding: .5em;
}



/*my journey*/
img.inline  {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 1em;
  border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.17);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.17);
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.17);
}


/*Medium Up*/
@media only screen and (min-width: 64.063em) { 
  img.inline  {
    width: 500px;
    float: left;
    display: inline;
    margin: 0 1.5rem 1.5rem 0;
  }
}



/*DONATE FOOTER*/

/*white*/
footer .donate-wrapper {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(113,196,238,1) 50%);
}

/*This is a different blue gradient for footer .donation for background-image pages*/
/*#endorse footer .donate-wrapper{ 
  background: rgb(225,225,255);
  background: linear-gradient(180deg, rgba(192,232,255,1) 50%, rgba(129,210,255,1) 50%);
}
*/

 /*large Up*/
@media only screen and (min-width: 64.063em) { 
  footer .donate { margin: -68px auto 0;}
}

.contribute h2 { 
  font-family: 'IBM Plex Sans', sans-serif;
  text-transform: uppercase;
}

 /*Small Only */
@media only screen and (max-width: 46.063em) {
  .contribute h2 {
    color: #fff;
    padding: 1em 0 .5em;
    background: #163050;
  }
}

 /*X-Small Only */
@media only screen and (max-width: 36.063em) {
  .contribute h2 {
    color: #fff;
    padding: 1em 0 .5em;
    background: none;
    font-weight: 600;
  }
}

.credo {
  padding: 1.5em 0;
}

.credo h2, 
.credo h3 {
  color: #fff;
  margin: 0;
  text-shadow: 2px 2px 1px #5EA4C7;
}



/* 
================
   PRIORITIES
================
*/

.page-intro { 
  padding: 2% 0; 
/*  background: #3862ab;*/
}

.page-intro .blue { color: #71c4ee;}

.page-intro h2.with-subtitle { margin-bottom: 0; }

.text-box { 
  display: block;
  padding: 2em 0; 
}

.text-box ul {
/*  list-style: disc;*/
  margin-left: 1.5em;
}

.text-box ul li { padding: .2em 0;}

#footer .text-box ul,
#footer .text-box li { 
  list-style: none;
  margin: 0;
  padding: 0;
}

.register .text-box ul {
  list-style: none;
}

.register .text-box ul ul { 
  list-style: disc;
}

#priorities .page-content li h3 { 
  color: #e56127; 
  letter-spacing: .02em;
}


/*Background-img*/

section.background-img  { 
  position: relative;
  overflow: hidden;
  /*background-color: #84C3CA;*/
}

.background-img img { 
  position: absolute; 
  bottom: 0;
  object-fit: contain;
  width: auto;
}

.background-img.top img { top: 0; }

section.lt-blue { background-color: #84C3CA; }
section.blue { background-color: #163050; }
section.background-img.grey { background-color: #e7e7e7; }

section.lt-blue,
section.lt-blue h2,
section.lt-blue h3,
section.lt-blue a,
section.background-img.blue h3,
section.blue,
section.blue h2,
section.blue h3,
section.blue a { color: #fff; }

section.blue a { text-decoration: underline;}
section.blue a:hover { color: #e56127;}


/*Priorities*/
#priorities .text-box .page-nav,
.page-nav {
  text-align: center;
  list-style: none;
  margin: 2em 0 0 0;
  padding: 0;
}

.page-nav li {
  display: inline-block;
  width: 100%;
  margin: .5em auto;
}

.page-nav li a { 
  display: block;
  color: #fff; 
  padding: .75em 0;
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  background-color: #f1672e;
  border: 1px solid #fff;
  cursor: pointer;
}

 /*Medium Up*/
@media only screen and (min-width: 46.063em) { 
  .page-nav { margin: 1em 0 0; }

  .page-nav li {
    display: inline-block;
    width: 250px;
    margin: .5em ;
  } 

  .page-nav li a { 
    padding: .5em;
    text-align: center;
    font-size: 1.25em;
    color: #fff;
    background-color: #f1672e;
    border: 1px solid #fff;
    cursor: pointer;
  }
}

.page-nav li a:hover,
.page-nav li a:active { 
  color: #f1672e; 
  background-color: #fff;
  border: 1px solid #f1672e;
}




/*Video Page*/
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 1.5em;
}


.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/* 
================
  ENDORSEMENTS
================
*/


body#all-endorsements-draft .item,
body#endorse .item {
  background: #c0e8ff;
  border: 20px solid #fff; 
  padding: 1em;
}

body#all-endorsements-draft h3,
body#endorse .item h3 {
  display: block;
  text-align: center;
}


body#all-endorsements-draft h4,
body#endorse .item h4 {
  display: block;
  padding: 0 1rem 1rem;
  font-size: 1.25rem;
  font-family: 'IBM Plex Sans', sans-serif;
  text-align: center;
}

body#all-endorsements-draft .moreinfo,
body#endorse .item .moreinfo  {
  padding: .5em;
}



/* 
================
  PRESS
================
*/


.press h3 {
  text-align: center;
}

.press .item {
  padding: 1.5em;
}

.press .item .inside {
  border: 1px solid #163050;
}

.read-button {
  display: block;
  width: 50%;
  margin: 1rem auto;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #e56127;
  border: 1px solid #fff;
}

.read-button:hover {
  background: #fff;
  color: #e54b27;
  border: 1px solid #e54b27;
}



/* 
================
  ARROW UP
================
*/

.arrow-up {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: .5em;
  font-size: 3em;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease-in;
   -webkit-transition: all 0.5s ease-in;
   z-index: 999;
}

.arrow-up:hover,
 .arrow-up:active { 
  opacity: 1;
  color: #65b1dc;
}

.arrow-up.active {
  opacity: 1;
}



/*
------------------
 FOOTER
------------------
*/

footer {
  position: relative;
  text-align: center;
/*  background: #65b1dc;*/
  background: #73c6ef;
  height: 20em;
}

footer .logo {
  display: inline-block;
  border: 10px solid #1690a7;
  width: 300px;
}

.footer-top,
.footer-bottom {
  /*margin: 0;*/
  padding: 1em;
  width: 100%;
  min-width: 100%;
  background-color: #73c6ef;
}

/*.footer-bottom { background-color: #163050; }*/


.site-nav { 
  text-align: center; 
  padding: 1.5em 0;
}


footer .menu.vertical {
  background: none;
  border: none;
}


  footer .menu.vertical li a {
    background: none;
    color: #fff;
  }


  footer .menu.vertical li a:hover {
    background: none;
    color: #163050;
  }

@media only screen and (min-width: 46.063em) {
  footer .menu.vertical li a:hover
{
    background: none;
    color: #163050;
  }
}


footer .site-nav li {
  font-family: 'Lora', serif;
  letter-spacing: .02em;
  display: inline-block;
  font-size: 2em;
  line-height: 1.75em;
  color: #fff;
}

 /*Medium Up*/
@media only screen and (min-width: 46.063em) { 
  .site-nav li  { font-size: 1.5em; }
}

footer .site-nav h3 { 
  color: #fff ;
  letter-spacing: .02em;
}

.site-nav li li { 
  border: none;
  background: none;
  display: block; 
  font-size: .9em;
  line-height: 1.5em;
  text-transform: none;
  font-family: 'IBM Plex Sans', sans-serif;
}

 /*Medium Up*/
@media only screen and (min-width: 46.063em) { 
  .site-nav li li { font-size: 1.25em; }
}

.site-nav li li a { color: #fff; }

.site-nav li a:hover, 
.site-nav li a:active { color: #163050; }


/*social media*/
.social-media ul { text-align: center; }
.social-media li { 
  display: inline-block;
  padding: .75em .5em;
}

.social-media a { 
  color: #28489b;  
  font-size: 3em;
}

.social-media a:hover,
.social-media a:active { color: #fff; }


/*footer bottom*/
.footer-bottom { color: #fff; }



.notice {
  border: 2px solid #fff;
  padding: .5em;
  margin-bottom: 1em;
  color: #fff;
}



.policy-links ul { text-align: center; }

.policy-links li { 
  display: inline-block;
  padding: 0 .25em;
}

.policy-links li a { color: #163050; }

.policy-links li a:hover,
.policy-links li a:active { 
  text-decoration: underline;
}

.credit { font-size: .8em; }


.smooth-link { position: absolute; }


/* 
================
   BUFFER
================
*/

.buffer { 
  display: block;
/*  -webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, .750);
  -moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, .750);
  -o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, .750);
  transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, .750); */
}

#index .buffer { background-color: #B2D4EF; }




/*LANDING PAGE*/
#landing {
  position: relative;
  background-image: url("../img/landing_page/sky_sm.jpg");
  background-size: cover;
  background-color: #01b4ec;
  }

.landing-wrapper {
  position: absolute;
    top: 50%;
    width: 90%;
    margin: 0 5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} 

.coming-soon { 
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  display: block;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  margin: 2em auto;
  padding: 1.5em;
  text-align: center;
  text-transform: uppercase;
  width: 75%;
}

 /*Medium Up*/
@media only screen and (min-width: 46.063em) { 
  .coming-soon { width: 50%; }
}

 /*large Up*/
@media only screen and (min-width: 78.063em) { 
  .coming-soon { width: 25%; }
}
 
 /*Medium Up*/
@media only screen and (min-width: 46.063em) {  
  #landing { background-image: url("../img/landing_page/sky_med.jpg"); }
}

 /*Medium Up*/
@media only screen and (min-width: 78.063em) {  
  #landing { background-image: url("../img/landing_page/sky_lg.jpg"); }
}



/* 
================
  HOMEPAGE: CROSSROADS INTRO
================
*/

.hp-crossroads {
  background: #f4f7fb;
  padding: 4rem 1.5rem 3rem;
  text-align: left;
}

.hp-crossroads-inner {
  max-width: 640px;
}

.hp-crossroads-eyebrow {
  display: block;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5BA3D9;
  margin-bottom: 0.75rem;
}

.hp-crossroads-headline {
  font-family: 'Lora', serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #1a2e5e;
  line-height: 1.15;
  text-align: left;
  margin-bottom: 1.25rem;
  letter-spacing: 0.01em;
}

.hp-crossroads p {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #3a4a60;
  max-width: 640px;
  margin: 0 0 0.75rem;
  font-weight: 400;
  text-align: left;
}

.hp-crossroads-close {
  font-family: 'Lora', serif;
  font-size: 1.1rem;
  font-style: italic;
  color: #1a2e5e;
  max-width: 640px;
  margin: 1.25rem 0 0;
  padding-left: 1rem;
  border-left: 3px solid #5BA3D9;
  line-height: 1.6;
}

.hp-crossroads-close em {
  font-style: italic;
  color: #2B4B9B;
  font-weight: 600;
}

/* 
================
  HOMEPAGE: WHY I'M RUNNING
================
*/

.hp-jim {
  background: #ffffff;
  padding: 3.5rem 1.5rem 3.5rem;
  border-top: 1px solid #e4eaf4;
}

.hp-jim-inner {
  max-width: 640px;
}

.hp-jim-eyebrow {
  display: block;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5BA3D9;
  margin-bottom: 1rem;
}

.hp-jim-inner p {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #3a4a60;
  margin: 0 0 0.85rem;
  font-weight: 400;
}

.hp-jim-bio {
  font-size: 0.95rem !important;
  color: #6a7a90 !important;
  margin-top: 0.5rem !important;
}

.hp-jim-bio em {
  font-style: italic;
}


/* 
================
  HOMEPAGE: PRIORITIES SECTION
================
*/

.hp-priorities {
  background: #f4f7fb;
  padding: 3rem 0 4.5rem;
}

.hp-priorities-title {
  font-family: 'Lora', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #1a2e5e;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.hp-priorities-intro {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  color: #5a6477;
  text-align: center;
  font-weight: 300;
  margin-bottom: 3rem;
  font-style: italic;
}

/* Individual priority items */
.hp-priority-item {
  padding: 0;
}

.hp-priority-item.alt .hp-priority-inner {
  background: #ffffff;
}

.hp-priority-inner {
  background: #EFF4FA;
  padding: 2.5rem 2rem;
  margin: 0 auto;
  border-left: 4px solid #5BA3D9;
  margin-bottom: 2px;
}

.hp-priority-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.hp-priority-num {
  font-family: 'Lora', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #E8A020;
  line-height: 1;
  flex-shrink: 0;
}

.hp-priority-tag {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2B4B9B;
}

.hp-priority-headline {
  font-family: 'Lora', serif;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 700;
  color: #1a2e5e;
  line-height: 1.25;
  margin-bottom: 0.9rem;
  text-align: left;
  letter-spacing: 0.01em;
}

.hp-priority-inner p {
  font-family: 'IBM Plex Sans', sans-serif;
  line-height: 1.75;
  color: #3a4a60;
  margin-bottom: 1.1rem;
}

.hp-priority-link {
  display: inline-block;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2B4B9B;
  text-decoration: none;
  border-bottom: 2px solid #5BA3D9;
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}

.hp-priority-link:hover {
  color: #E8A020;
  border-color: #E8A020;
}

/* Full plan CTA */
.hp-priorities-cta {
  text-align: center;
  padding-top: 3rem;
}

.hp-full-plan-btn {
  display: inline-block;
  background: #2B4B9B;
  color: #ffffff;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

.hp-full-plan-btn:hover {
  background: #1a2e5e;
  color: #ffffff;
}


/* 
================
  HOMEPAGE: BIO TEASER
================
*/

.hp-bio {
/*  background: #f4f7fb;*/
  padding: 4rem 1.5rem;
  text-align: center;
}

.hp-bio h2 {
  font-family: 'Lora', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  color: #1a2e5e;
  margin-bottom: 1.5rem;
}

.hp-bio p {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #3a4a60;
  max-width: 640px;
  margin: 0 auto 1rem;
  text-align: left;
}

.hp-bio-link {
  display: inline-block;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2B4B9B;
  text-decoration: none;
  border-bottom: 2px solid #5BA3D9;
  padding-bottom: 2px;
  margin-top: 0.75rem;
  transition: color 0.2s, border-color 0.2s;
}

.hp-bio-link:hover {
  color: #E8A020;
  border-color: #E8A020;
}

/* About page full bio */
.about-page {
  text-align: left;
  padding: 4rem 1.5rem;
}

.about-page p {
  max-width: 680px;
  text-align: left;
}


/* 
================
  FOOTER UPGRADE
================
*/

footer {
  background: #1a2e5e;
  height: auto;
}

.footer-top,
.footer-bottom {
  background-color: #1a2e5e;
}

footer .donate-wrapper {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(26,46,94,1) 50%);
}

.credo {
  padding: 2rem 0 1.5rem;
}

.credo h2 {
  font-family: 'Lora', serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #ffffff;
  text-shadow: none;
  margin-bottom: 0.5rem;
}

.credo h3 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 300;
  color: #fff;
  text-shadow: none;
  line-height: 1.65;
  letter-spacing: 0.01em;
}

.notice {
  border: 1px solid rgba(255,255,255,0.25);
  padding: 0.6rem 1rem;
  margin-bottom: 1rem;
  color: rgba(255,255,255,0.6);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.78rem;
}

.policy-links li a {
  color: rgba(255,255,255,0.5);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.85rem;
}

.policy-links li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.social-media a {
  color: rgba(255,255,255,0.6);
  font-size: 2.4rem;
}

.social-media a:hover,
.social-media a:active {
  color: #5BA3D9;
}



/* 
================
  PRIORITY PAGES — SHARED COMPONENTS
  Used across: cfd.html, growth.html, downtown.html, jims-plan.html, community.php
================
*/

:root {
  --blue:   #2B4B9B;
  --sky:    #5BA3D9;
  --navy:   #1a2e5e;
  --white:  #ffffff;
  --bg:     #f4f7fb;
  --warm:   #EFF4FA;
  --gold:   #E8A020;
  --red:    #c0392b;
  --text:   #1c1c2e;
  --muted:  #5a6477;
  --border: #d0daea;
  --mid:    #e2eaf4;
}

/* PRIORITY PAGE BASE */
.priority-page {
  background: var(--bg);
  font-size: 17px;
  line-height: 1.75;
  color: var(--text);
}

/* HERO */
.hero {
  background: var(--navy);
  color: var(--white);
  padding: 5.5rem 2rem 5rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg, transparent, transparent 48px,
    rgba(91,163,217,0.04) 48px, rgba(91,163,217,0.04) 49px
  );
  pointer-events: none;
}

.hero-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.hero-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sky);
  border: 1px solid rgba(91,163,217,0.35);
  padding: 0.3rem 0.9rem;
  margin-bottom: 1.75rem;
  border-radius: 3px;
}

.hero h1 {
  font-family: 'Lora', serif;
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #fff;
}

.hero h1 em {
  font-style: italic;
  color: var(--sky);
}

.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  max-width: 580px;
  font-weight: 300;
  line-height: 1.7;
}

/* STICKY NAV */
.sticky-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--blue);
  display: flex;
  justify-content: center;
  overflow-x: auto;
  border-bottom: 3px solid var(--sky);
}

.sticky-nav a {
  display: block;
  padding: 0.9rem 1.3rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  margin-bottom: -3px;
  transition: color 0.2s, border-color 0.2s;
}

.sticky-nav a:hover {
  color: var(--white);
  border-bottom-color: var(--gold);
}

/* SECTION */
.section {
  padding: 4.5rem 2rem;
}

.section.alt {
  background: var(--white);
}

.section-inner {
  max-width: 720px;
  margin: 0 auto;
}

.section-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sky);
  margin-bottom: 0.85rem;
}

.section h2 {
  font-family: 'Lora', serif;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.section h2 em {
  font-style: italic;
  color: var(--sky);
}

.section p { margin-bottom: 1.1rem; }
.section p:last-child { margin-bottom: 0; }

/* CALLOUT */
.callout {
  background: var(--warm);
  border-left: 4px solid var(--sky);
  padding: 1.25rem 1.5rem;
  margin: 1.75rem 0;
  border-radius: 0 6px 6px 0;
}

.callout-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 0.45rem;
}

/* ALERT CALLOUT */
.alert {
  background: var(--white);
  border-left: 4px solid var(--red);
  padding: 1.25rem 1.5rem;
  margin: 1.75rem 0;
  border-radius: 0 6px 6px 0;
}

.alert-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.45rem;
}

/* NUMBERS BAR */
.numbers-bar {
  background: var(--blue);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.number-item {
  padding: 2rem 1.5rem;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);
  text-wrap: wrap;
}

.number-item:last-child { border-right: none; }

.number-item .n {
  font-family: 'Lora', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--gold);
  display: block;
  line-height: 1; 
  margin-bottom: 0.4rem;
}

.label {
  line-height: 1.25;
}

.number-item .label {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255,255,255,0.15);
  text-wrap: wrap;
}

/* PULLOUT QUOTE */
.pullout {
  background: var(--gold);
  color: var(--navy);
  padding: 2.75rem 2rem;
  text-align: center;
}

.pullout p {
  font-family: 'Lora', serif;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-style: italic;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 500;
}

.pullout strong {
  font-style: normal;
  font-weight: 600;
}

/* APPROVED BLOCK */
.approved-block {
  background: var(--navy);
  color: var(--white);
  padding: 4.5rem 2rem;
}

.approved-inner {
  max-width: 720px;
  margin: 0 auto;
}

.approved-block h2 {
  font-family: 'Lora', serif;
  font-size: 1.7rem;
  color: var(--sky);
  margin-bottom: 1rem;
}

.approved-block p {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.75;
}

.meeting-items {
  list-style: none;
  margin: 1.75rem 0;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  overflow: hidden;
}

.meeting-items li {
  display: flex;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.8);
  align-items: flex-start;
}

.meeting-items li:last-child { border-bottom: none; }

.meeting-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sky);
  flex-shrink: 0;
  margin-top: 7px;
}

.meeting-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sky);
  margin-bottom: 0.6rem;
}

/* BUDGET FACTS */
.budget-block {
  background: var(--warm);
  padding: 4.5rem 2rem;
}

.budget-inner {
  max-width: 720px;
  margin: 0 auto;
}

.budget-block h2 {
  font-family: 'Lora', serif;
  font-size: 1.7rem;
  color: var(--navy);
  margin-bottom: 1rem;
}

.budget-block p {
  margin-bottom: 1rem;
  color: var(--text);
}

.budget-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1px;
  margin: 2rem 0;
  background: var(--border);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.budget-fact {
  background: var(--white);
  padding: 1.5rem;
}

.budget-fact .amount {
  font-family: 'Lora', serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--blue);
  display: block;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.budget-fact .desc {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.5;
}

/* ACTION LIST */
.action-list {
  list-style: none;
  margin-top: 2rem;
}

.action-list li {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--border);
}

.action-list li:last-child { border-bottom: none; }

.action-num {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: var(--blue);
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.action-body strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.3rem;
}

.action-body span {
  font-size: 1.15rem;
  color: var(--muted);
  line-height: 1.6;
}

/* SOURCE NOTE */
.source-note {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  font-style: italic;
}



/* CTA BLOCK */


.cta {
  background: var(--navy);
  color: var(--white);
  padding: 5rem 2rem;
  text-align: center;
}

.cta h2 {
  font-family: 'Lora', serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 1rem;
  color: var(--white);
}

.cta p {
  color: var(--white);
  max-width: 500px;
  margin: 0 auto 2.5rem;
  font-weight: 300;
}

.cta-links,
.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-block;
  background: var(--sky);
  color: var(--navy);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 1rem 2.25rem;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s;
}

.btn-primary:hover { background: var(--white); color: var(--navy); }

.btn-gold {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 1rem 2.25rem;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s;
}

.btn-gold:hover { background: var(--white); color: var(--navy); }

.btn-ghost {
  display: inline-block;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 1rem 2.25rem;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 4px;
  transition: all 0.2s;
}

.btn-ghost:hover { border-color: var(--white); color: var(--white); }

body.lang-es .lang-en { display: none; }
.lang-es-only { display: none; }
body.lang-es .lang-es-only { display: inline-block; }


/* 
================
  CFD PAGE — SPECIFIC COMPONENTS
================
*/

/* DATA TABLE */
.data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.75rem 0;
  font-size: 1rem;
}

.data-table th {
  background: var(--navy);
  color: var(--white);
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.data-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--mid);
}

.data-table tr:nth-child(even) td {
  background: var(--warm);
}

.data-table .highlight td {
  background: #fef3f2;
  font-weight: 600;
  color: var(--red);
}

/* SOURCES TABLE */
.sources-table td:first-child { width: 48%; }
.sources-table td:nth-child(2) { width: 16%; white-space: nowrap; }
.sources-table td:nth-child(3) { width: 36%; }
.sources-table td { vertical-align: top; font-size: 0.9rem; }
.sources-table th:first-child { width: 48%; }
.sources-table th:nth-child(2) { width: 16%; }
.sources-table th:nth-child(3) { width: 36%; }
.sources-list .action-body strong a { color: var(--navy); }
.sources-list .action-body strong a:hover { color: var(--gold); }

/* CHART */
.chart-section {
  background: var(--white);
  padding: 2.5rem 2rem;
  margin: 2rem 0;
  border-radius: 8px;
  border: 1px solid var(--border);
}

.chart-section h3 {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: 0.35rem;
}

.chart-note {
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
}

.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 1rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.legend span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  flex-shrink: 0;
}

.chart-wrapper {
  position: relative;
  height: 300px;
}

/* CHANGE SECTION */
.change-section {
  background: var(--blue);
  color: var(--white);
  padding: 4rem 2rem;
}

.change-inner {
  max-width: 720px;
  margin: 0 auto;
}

.change-section h2 {
  font-family: 'Lora', serif;
  font-size: 1.7rem;
  color: var(--white);
  margin-bottom: 1rem;
}

.change-section p {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 0.97rem;
}

.change-list {
  list-style: none;
  margin-top: 1.5rem;
}

.change-list li {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  align-items: flex-start;
}

.change-list li:last-child { border-bottom: none; }

.change-list li::before {
  content: '→';
  color: var(--sky);
  font-weight: 600;
  flex-shrink: 0;
  margin-top: 2px;
}


/* 
================
  DOWNTOWN PAGE — SPECIFIC COMPONENTS
================
*/

/* GAP TABLE */
.gap-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 0.9rem;
}

.gap-table th {
  background: var(--navy);
  color: var(--white);
  padding: 0.7rem 1rem;
  text-align: left;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.gap-table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--mid);
  vertical-align: top;
}

.gap-table td:first-child {
  color: var(--navy);
  font-weight: 500;
  width: 45%;
}

.gap-table td:last-child {
  color: var(--muted);
  font-size: 0.88rem;
}

.gap-table tr:nth-child(even) td {
  background: var(--warm);
}

/* INDIO COMPARISON BLOCK */
.indio-block {
  background: var(--navy);
  color: var(--white);
  padding: 4.5rem 2rem;
}

.indio-inner {
  max-width: 860px;
  margin: 0 auto;
}

.indio-block h2 {
  font-family: 'Lora', serif;
  font-size: 1.7rem;
  color: var(--sky);
  margin-bottom: 0.5rem;
}

.indio-block .subtitle {
  color: rgba(255,255,255,0.55);
  font-size: 0.92rem;
  font-style: italic;
  margin-bottom: 2.5rem;
}

.indio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 580px) {
  .indio-grid { grid-template-columns: 1fr; }
}

.indio-col {
  padding: 2rem 1.75rem;
}

.indio-col.theirs { background: rgba(255,255,255,0.05); }
.indio-col.ours { background: rgba(91,163,217,0.15); }

.indio-col h3 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.indio-col.theirs h3 { color: rgba(255,255,255,0.4); }
.indio-col.ours h3 { color: var(--sky); }

.indio-item {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.8);
  align-items: flex-start;
}

.i-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 7px;
  flex-shrink: 0;
}

.theirs .i-dot { background: rgba(255,255,255,0.25); }
.ours .i-dot { background: var(--sky); }

/* PARKING BLOCK */
.parking-block {
  background: var(--gold);
  padding: 4rem 2rem;
}

.parking-inner {
  max-width: 720px;
  margin: 0 auto;
}

.parking-block h2 {
  font-family: 'Lora', serif;
  font-size: 1.6rem;
  color: var(--navy);
  margin-bottom: 1rem;
}

.parking-block p {
  margin-bottom: 1rem;
  color: var(--navy);
  font-size: 0.97rem;
}

.parking-items {
  list-style: none;
  margin-top: 1.5rem;
}

.parking-items li {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(26,46,94,0.15);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--navy);
  align-items: flex-start;
}

.parking-items li:last-child { border-bottom: none; }

.parking-items li::before {
  content: '→';
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}


/* 
================
  JIM'S PLAN PAGE — SPECIFIC COMPONENTS
================
*/

/* PAGE INTRO */
.plan-intro {
  max-width: 720px;
  margin: 0 auto;
  padding: 3.5rem 2rem 0;
}

.plan-intro p {
  color: var(--muted);
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

/* PRIORITY SECTIONS */
.priority {
  padding: 4rem 2rem;
}

.priority:nth-child(even) {
  background: var(--white);
}

.priority-inner {
  max-width: 720px;
  margin: 0 auto;
}

.priority-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.priority-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.priority-tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
}

.priority h2 {
  font-family: 'Lora', serif;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.priority p {
  margin-bottom: 1.1rem;
  color: var(--text);
}

/* COMPARISON BLOCK */
.comparison {
  background: var(--navy);
  color: var(--white);
  padding: 4rem 2rem;
}

.comparison-inner {
  max-width: 860px;
  margin: 0 auto;
}

.comparison h2 {
  font-family: 'Lora', serif;
  font-size: 1.6rem;
  color: var(--sky);
  margin-bottom: 0.5rem;
}

.comparison .subtitle {
  color: rgba(255,255,255,0.55);
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 2.5rem;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 580px) {
  .compare-grid { grid-template-columns: 1fr; }
}

.compare-col {
  padding: 2rem 1.75rem;
}

.compare-col.them { background: rgba(255,255,255,0.06); }
.compare-col.us { background: rgba(91,163,217,0.15); }

.compare-col h3 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.compare-col.them h3 { color: rgba(255,255,255,0.45); }
.compare-col.us h3 { color: var(--sky); }

.compare-item {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.8);
  align-items: flex-start;
}

.c-icon {
  font-size: 0.95rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.them .c-icon { color: rgba(255,255,255,0.3); }
.us .c-icon { color: var(--sky); }

/* REFORM LIST */
.reform-block {
  background: var(--blue);
  color: var(--white);
  padding: 4rem 2rem;
}

.reform-inner {
  max-width: 720px;
  margin: 0 auto;
}

.reform-block h2 {
  font-family: 'Lora', serif;
  font-size: 1.7rem;
  color: var(--white);
  margin-bottom: 0.75rem;
}

.reform-block p {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.reform-items {
  list-style: none;
  margin-top: 1.75rem;
}

.reform-items li {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  align-items: flex-start;
}

.reform-items li:last-child { border-bottom: none; }

.reform-items li::before {
  content: '→';
  color: var(--sky);
  font-weight: 600;
  flex-shrink: 0;
  margin-top: 2px;
}


/* 
================
  HOMEPAGE: MELLO ROOS / CFD TEASER
================
*/

.hp-cfd {
  background: #1a2e5e;
  padding: 4rem 1.5rem;
  text-align: center;
}

.hp-cfd-inner {
  margin: 0 auto;
}

.hp-cfd-eyebrow {
  display: block;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5BA3D9;
  margin-bottom: 1rem;
}

.hp-cfd-headline {
  font-family: 'Lora', serif;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
}

.hp-cfd-inner p {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.72);
  max-width: 640px;
  margin: 0 auto 1rem;
  font-weight: 300;
  text-align: left;
}

.hp-cfd-link {
  display: inline-block;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5BA3D9;
  text-decoration: none;
  border-bottom: 2px solid rgba(91,163,217,0.4);
  padding-bottom: 2px;
  margin-top: 0.75rem;
  transition: color 0.2s, border-color 0.2s;
}

.hp-cfd-link:hover {
  color: #E8A020;
  border-color: #E8A020;
}




/* 
================
   DONATE
================
*/
.column.donate-right,
.columns.donate-right { padding: 0;}

.quick-donate {
  color: #fff!important;
  text-align: center;
  z-index: 99;
  border: 8px solid #fff;
}

.quick-donate .contribute {
  background: #fff;
}

@media only screen and (min-width: 46.063em) { 
  .quick-donate .contribute {
     background: #3a62aa;
  }
}

.quick-donate .contribute h2 { 
  display: block;
  text-align: center;
  color: #1a2e5e;
  font-size: 1.25rem;
  font-weight:  normal;
}

@media only screen and (min-width: 42.063em) { 
  .quick-donate .contribute h2  {
    color: #fff;
    text-transform: uppercase;
    line-height: 50%;
    padding: 13% 0;
  }
}

.quick-donate {
  background: #3a62aa;
}

.quick-donate ul { 
  font-size: 0;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.quick-donate li {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 25%;
  cursor: pointer; 

 }

 .quick-donate li:hover a { 
  font-weight: 900;
  color: #E8A020;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -transition: all 0.4s; 
}

.quick-donate li a { 
  border-left: 3px solid #fff;
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 50%;
  padding: 25% 0;
}

/* ── Sources bar ─────────────────────────────────────── */
.sources-bar {
  max-width: 680px;
  margin: 0 auto 2.5rem;
  padding: 0.85rem 1.25rem;
  border-top: 2px solid currentColor;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  font-size: 0.82rem;
  line-height: 1.5;
  color: #555;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.sources-bar__icon {
  flex-shrink: 0;
  font-style: normal;
}

.sources-bar__link {
  color: inherit;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sources-bar__link:hover {
  color: #111;
}

@media (max-width: 600px) {
  .sources-bar {
    font-size: 0.78rem;
    padding: 0.75rem 1rem;
  }
}