/* ============================================
   TYPOGRAPHY & TEXT STYLES
   ============================================ */

.what-is-intro p {
  line-height: 1.5;
}

.what-is-intro ul li {
  padding: 0.35rem 0;
}

.accent-gold {
  color: #c49e2c;
  line-height: 1.1em;
}

.highlight {
  color: #D9B855 !important;
  font-weight: 600;
  line-height: 1.3em;
}

.heading {
  color: #036eb0;
  line-height: 1.3em;
  font-weight: 800;
}

.list-space li {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.check-symbol {
  font-weight: 800;
  color: #F2BE22;
  font-size: 1.3em;
}

@media (max-width: 800px) {
  .check-symbol {
    font-size: 1em;
  }
}

/* ============================================
   SAVE THE DATE SECTION
   ============================================ */

.save-date-title {
  text-align: center;
  color: #F15A52;
  font-size: 2.8rem !important;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin: 0 0 0.75rem 0;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.save-date-text {
  color: #666666;
  font-size: 1.5rem;
  line-height: 1.45;
  margin: 0 auto;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  max-width: 800px;
}

@media (max-width: 768px) {
  .save-date-title {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  
  .save-date-text {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .save-date-title {
    font-size: 1.3rem;
  }
  
  .save-date-text {
    font-size: 0.95rem;
  }
}

/* ============================================
   CALLOUT BOXES & NOTES
   ============================================ */

.why-crc-callout {
  border-left: 5px solid #D9B855 !important;
  background: transparent !important;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem auto 0;
  max-width: 1100px;
}

.why-crc-callout h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.why-crc-callout ul {
  margin: 0;
  padding-left: 2rem;
  list-style-position: outside;
}

.why-crc-callout li {
  margin-bottom: 0.25rem;
  padding-left: 0.15rem;
  line-height: 1.35;
}

.campaign-note {
  background: #fffef7;
  border-left: 4px solid #f5c842;
  padding: 10px 18px;
  margin: 15px auto 25px auto;
  max-width: 850px;
  font-size: 0.92rem;
  color: #6e5a1e;
  font-style: italic;
  line-height: 1.4;
  text-align: left;
}

.campaign-note strong {
  font-style: normal;
  font-weight: 600;
  color: #4a3a10;
}

/* ============================================
   QUOTES
   ============================================ */

.main-quote {
  border-top: 1px solid #D9B855;
  border-bottom: 1px solid #D9B855;
  font-style: italic;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 1rem 1.5rem;
  margin: 1.5rem auto 3rem auto;
  max-width: 900px;
  color: #555;
}

.main-quote--left {
  float: left;
  width: 320px;
  margin: 0 2.5rem 1.5rem 0;
  border-top: none;
  border-bottom: none;
  border-right: 2px solid #D9B855;
  padding: 0 2rem 0 0;
  font-size: 1.05rem;
  color: #666;
  line-height: 1.7;
}

.main-quote--right {
  float: right;
  width: 320px;
  margin: 0 0 1.5rem 2.5rem;
  border-top: none;
  border-bottom: none;
  border-left: 2px solid #D9B855;
  padding: 0 0 0 2rem;
  font-size: 1.05rem;
  color: #666;
  line-height: 1.7;
}

.main-quote__attribution {
  font-style: normal;
  font-weight: 600;
  font-size: 0.85rem;
  margin-top: 0.75rem;
  color: #888;
  display: block;
}

.quote-container {
  max-width: 1100px;
  margin: 2rem auto;
  padding: 0 20px;
  overflow: hidden;
}

.quote-container p {
  max-width: 100%;
  margin-bottom: 1rem;
}

.clear-quote {
  clear: both;
}

@media (max-width: 768px) {
  .main-quote--left,
  .main-quote--right {
    float: none;
    width: 100%;
    max-width: 95%;
    margin: 1.5rem auto;
    border: none;
    border-top: 1px solid #D9B855;
    border-bottom: 1px solid #D9B855;
    padding: 1rem 1.5rem;
  }
  
  .quote-container {
    max-width: 100%;
    padding: 0 15px;
  }
}

/* ============================================
   CTA STRIP & DIVIDERS
   ============================================ */

.cta-strip {
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.45;
  font-weight: 600;
  color: #003a63;
  margin: 2.5rem auto 2rem;
  padding: 1rem 0.85rem;
  border-radius: 4px;
}

.cta-strip a {
  color: #c49e2c !important;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.15s ease;
}

.cta-strip a:hover,
.cta-strip a:focus {
  color: #e0bc55 !important;
  text-decoration: none;
}

.section-divider {
  height: 2px;
  width: 80%;
  max-width: 900px;
  background-color: #0367A6;
  margin: 2rem auto;
  border-radius: 2px;
}

.btm-grey {
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 1.2rem 0;
}

.section-alt {
  background: #f7f9fc;
  padding: 3rem 0;
}

/* ============================================
   PRESS RELEASE LINKS (BANDED ROWS)
   ============================================ */

.press-release-links a {
  color: #021859;
  font-weight: 600;
}

.press-release-links a:visited {
  color: #021859;
}

.press-release-links a:hover {
  color: #047eca;
}

.press-release-links .item-list {
  list-style-type: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.press-release-links .item-list__item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  list-style-type: none !important;
}

.press-release-links .item-list__title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  line-height: 1.2 !important;
}

.press-release-links .item-list__title a {
  display: block !important;
  padding: 16px 15px !important;
  margin-left: 0 !important;
  font-size: 1.3rem !important;
}

/* ============================================
   VIDEO CARDS
   ============================================ */

.crcw-video-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  background-color: #001b3f;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  margin-bottom: 1.5rem;
}

.crcw-video-card:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  transform: translateY(-4px);
}

.crcw-video-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.crcw-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.crcw-video-caption {
  padding: 0.625rem 1rem 0.75rem;
  background: #ffffff;
  color: #002b5c;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  min-height: 65px;
}

.crcw-video-member {
  margin-top: 0.35rem;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 600;
  color: #003e7e;
}

@media (max-width: 768px) {
  .crcw-video-card {
    margin-bottom: 1rem;
  }
  
  .crcw-video-caption {
    font-size: 0.95rem;
    padding: 0.875rem 1rem 1rem;
  }
}

/* ============================================
   BENEFITS SECTION
   ============================================ */

.benefits p {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
  color: #fff;
  font-variant: small-caps;
  font-style: italic;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .benefits p {
    font-size: 1.4em;
  }
}

.bg-blue {
  background: #02426a;
  color: #f2f2f2;
}

.bg-blue h2,
.bg-blue h3,
.bg-blue h4 {
  color: #fff;
}

.bg-blue a {
  color: #F2CD88 !important;
}

/* ============================================
   SAMPLE BOXES (RESOURCE PREVIEWS)
   ============================================ */

.sample-box-sm {
  width: 100%;
  min-height: 480px;
  height: 450px;
  padding: 20px 15px 70px 15px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

.sample-box {
  height: 625px;
  min-height: 625px;
  padding: 20px 15px 70px 15px;
  position: relative;
  width: 100%;
  background: #fff;
  margin: auto;
  box-sizing: border-box;
}

.sample-box-sm p,
.sample-box p {
  font-size: 16px;
  font-style: italic;
  text-align: center;
  line-height: 1.4;
}

.sample-inner {
  bottom: 0;
  padding-top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #036eb0;
}

.sample-inner a {
  color: #fff !important;
}

.sample-inner a:hover {
  color: #F2CD88;
}

.sample-inner p,
.sample-inner h6 {
  color: #fff;
  line-height: 1.3em;
}

/* Sample box responsive */
@media all and (min-width: 320px) and (max-width: 480px) {
  .sample-box {
    min-height: 500px;
    height: auto;
    width: 100%;
  }
  
  .sample-box-sm {
    min-height: 350px;
    height: auto;
    width: 100%;
  }
}

@media all and (min-width: 481px) and (max-width: 719px) {
  .sample-box {
    min-height: 575px;
    height: auto;
    width: 100%;
  }
  
  .sample-box-sm {
    min-height: 400px;
    height: auto;
    width: 100%;
  }
}

@media all and (min-width: 720px) and (max-width: 1280px) {
  .sample-box {
    min-height: 650px;
    height: auto;
    width: 100%;
  }
  
  .sample-box-sm {
    min-height: 500px;
    height: auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sample-inner p,
  .sample-inner h6 {
    line-height: 1.2em;
    padding: 0 5px;
    font-size: 0.8em;
  }
}

/* ============================================
   CUSTOM LINKS
   ============================================ */

.custom-links a {
  color: #021859;
  font-weight: 600;
}

.custom-links a:visited {
  color: #021859;
}

.custom-links a:hover {
  color: #047eca;
}

.custom-links ul {
  list-style-type: square;
}

.custom-links ul li {
  padding: 1.4px 0px;
  font-size: 1em;
}

/* ============================================
   FUN FACTS SECTION
   ============================================ */

.bg-fun-facts {
  background-color: #fef9e7;
  padding: 2rem 3rem 0;
}

.bg-fun-facts ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 1.1rem;
}

.bg-fun-facts ul li {
  padding-left: 2.4rem;
  margin-bottom: 1.25rem;
  position: relative;
  color: #002b5c;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 500;
}

.bg-fun-facts ul li:before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #D9B855;
  font-size: 1.78rem;
  line-height: 1.5;
  font-weight: bold;
}

.bg-fun-facts ul li:last-child {
  margin-bottom: 0;
}


.fun-steno-img {
  min-height: 550px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(https://www.ncra.org/images/default-source/uploadedimages/miscellaneous-images/women-with-steno-machine_used_crcw26_opt_fun-facts.png?sfvrsn=8d03cccc_3/Women-with-steno-machine_used_CRCW26_opt_fun-facts.png);
  background-size: cover;
}


@media (max-width: 768px) {
  .fun-steno-img {
    min-height: 400px;
    background-size: 150%; /* Zooms out to show more */
    background-position: center center;
  }
}

@media (max-width: 480px) {
  .fun-steno-img {
    min-height: 300px;
    background-size: 180%; /* Zoom out even more on small screens */
    background-position: center center;
  }
}







/* ============================================
   ACCORDION OVERRIDES
   ============================================ */

.accordion__label h3 {
  font-size: 2rem !important;
}

@media (max-width: 768px) {
  .accordion__label h3 {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
  }
}