
 
.employee-solutions,
.employee-solutions h1,
.employee-solutions h2,
.employee-solutions h3,
.employee-solutions p,
.employee-solutions li  {
  color: #002638;  
}
/* .employee-solutions a {
  color: #0075ab;
  text-decoration: underline;
} */

.take-survey p {
  margin: 0 auto !important;
  text-align: center !important;
  max-width: 100% !important;
}

.employee-solutions a:hover,
.employee-solutions a:focus {
  text-decoration: none;
}

 .employee-solutions p,
.employee-solutions li,
.employee-solutions .intro-paragraph,
.employee-solutions .tip-card,
.employee-solutions .page-notification,
.employee-solutions .footnotes,
.employee-solutions .img-fluid,
.employee-solutions .image-800 {
  max-width: 800px;
}

 .employee-solutions ul,
.employee-solutions ol {
  max-width: 800px;
}

 
.employee-solutions h1 + p,
.employee-solutions h2 + p,
.employee-solutions h3 + p,
.employee-solutions h4 + p {
  margin-top: 16px;
}

 .employee-solutions h3 { margin-top: 32px; }
.employee-solutions h2 { margin-top: 56px; }  

 .employee-solutions p { margin-bottom: 16px; }

 .employee-solutions ul,
.employee-solutions ol {
  margin: 16px 0;
  padding-left: 20px;
} 


 .employee-solutions .on-this-page h2 {
  font-size: 24px;
  font-family: Roboto, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  line-height: 1.25;
  margin-bottom: 16px;
}

 .employee-solutions .learn-more-womens-health { display: none !important; }

 .employee-solutions .advocacy-section h4 {
  font-size: 18px;
  font-weight: 700;  
  line-height: 1.6;
  margin: 16px 0 8px;
}

 
.employee-solutions .page-notification {
  background: #e6f3ff;
  border-left: 4px solid #0075ab;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 24px;
  margin: 24px 0;
}
.employee-solutions .page-notification .content {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.employee-solutions .page-notification .icon {
  font-size: 24px;
  line-height: 1;
  color: #0075ab;
  margin-top: 4px;
}

 .employee-solutions .tip-card {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;  
  border-bottom: 4px solid #B8CDFF;
  border-radius: 10px;        
  box-shadow: 2px 2px 4px rgba(0,0,0,0.25);  
  padding: 32px;              
  display: grid;              
  grid-template-columns: 80px 1fr;
  gap: 24px;                  
  align-items: flex-start;
  margin: 32px 0;              
  max-width: 800px;       
}

.employee-solutions .tip-card .icon {
  font-size: 22px;
  color: #0075ab;
  margin-top: 2px;
}

 
.employee-solutions .accordion .btn-link {
  font-weight: 700;  
  font-size: 18px;
  text-decoration: none;
  color: #002638;
  padding: 16px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 10px;
}

.employee-solutions .accordion .btn-link:not(.collapsed) {
  color: white;
}
.employee-solutions .accordion .btn-link .caret {
  display: inline-block;
  transition: transform 0.2s ease-in-out;
}
.employee-solutions .accordion .btn-link[aria-expanded="true"] .caret {
  transform: rotate(180deg);
}
 .employee-solutions .accordion .btn-link .caret::before {
  content: "⌄";  
  font-size: 18px;
  line-height: 1;
}

.employee-solutions .accordion h3,
.employee-solutions .menopause-card h3
{ margin: 0; }  

.employee-solutions .accordion .card {
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}
.employee-solutions .accordion .card .card-body {
  padding: 24px;
  border-top: 1px solid #eee;
}

 .employee-solutions img.image-800,
.employee-solutions .content img.image-800,
.employee-solutions figure img.image-800 {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
}

 .employee-solutions .next-link {
  display: inline-block;
  margin-top: 56px;
  font-size: 18px;
}

 .employee-solutions .sections-guide-bg {
  background: #f3f5f7;
  padding: 80px 0;
   width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

 /* .employee-solutions .footnotes,
.employee-solutions .research-sources {
  margin-top: 56px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
} */
.employee-solutions sup.footnote-ref a {
  text-decoration: underline;
}
.employee-solutions .research-sources h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.employee-solutions .research-sources ol {
  font-size: 18px;
  line-height: 1.6;
  padding-left: 20px;
}
.employee-solutions .research-sources li { margin-bottom: 8px; }

 
@media (max-width: 768px) {
  .employee-solutions .container,
  .employee-solutions .container-narrow,
  .employee-solutions .sections-guide-bg .container {
    padding-left: 32px;
    padding-right: 32px;
  }

   .employee-solutions h1 { font-size: 32px; line-height: 1.2; }
  .employee-solutions h2 { font-size: 28px; line-height: 1.25; margin-top: 40px; }
  .employee-solutions h3 { font-size: 22px; line-height: 1.3; margin-top: 24px; }

   .employee-solutions .sections-guide-bg {
    padding: 56px 0;
 
    width: 100%;
    left: auto; right: auto;
    margin-left: 0; margin-right: 0;
  }

  /* safety net so nothing else causes a horizontal scroll */
  .employee-solutions { overflow-x: clip; }
}

 .employee-solutions a:focus-visible,
.employee-solutions button:focus-visible,
.employee-solutions [role="button"]:focus-visible {
  outline: 2px solid #c85207;
  outline-offset: 3px;
  border-radius: 6px;
}


.employee-solutions .page-notification {
  background: #E0F5FD;           
  border: 1px solid #0075AB;      
  border-left-width: 8px;          
  border-radius: 4px;
  padding: 16px 16px 16px 24px;    
  margin: 24px 0;
}
.employee-solutions .page-notification .content {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
 
 .employee-solutions .page-notification p strong:first-child {
  display: inline-block;
  margin-bottom: 8px;
}

.employee-solutions .learn-more {
   max-width: none;
}
.employee-solutions .tip-card h4 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}

 .employee-solutions .tip-card .icon,
.employee-solutions .tip-card .icon img,
.employee-solutions .tip-card .icon svg {
  width: 64px;
  height: auto;
  display: block;
}
.employee-solutions .tip-card .icon { align-self: flex-start; }

 .employee-solutions .tip-card ul { margin: 0; padding-left: 1.2em; }
.employee-solutions .tip-card li { margin-bottom: 12px; }
/* --- Mobile fixes: images + Tips card --- */
@media (max-width: 575.98px) {
  /* Make sure ANY image in this section scales and remains visible */
  .employee-solutions img,
  .employee-solutions .content img,
  .employee-solutions .img-fluid,
  .employee-solutions .image-800,
  .employee-solutions .image-800 img,
  .employee-solutions figure img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  /* Stack the Tips icon on top of the content */
  .employee-solutions .tip-card {
    grid-template-columns: 1fr;    /* single column */
    gap: 16px;
    text-align: left;
  }
  .employee-solutions .tip-card .icon {
    order: -1;                     /* move icon to top */
    justify-self: start;
    margin: 0 0 4px 0;
    width: 56px;
    height: auto;
  }
  .employee-solutions .tip-card .icon img,
  .employee-solutions .tip-card .icon svg {
    width: 56px;
    height: auto;
    display: block;
  }
  .employee-solutions .tip-card h4 {
    margin-top: 0;
  }
}

/* Helpful default that won't affect menopause-guide */
.employee-solutions img { max-width: 100%; height: auto; }


/* Tablet fixes (Bootstrap sm → md breakpoint): keep images fluid, stack Tips */
@media (min-width: 576px) and (max-width: 850px) {
  /* make any image/wrapper fill the column without overflow */
  .employee-solutions .image-800,
  .employee-solutions figure,
  .employee-solutions .content,
  .employee-solutions .container {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .employee-solutions .image-800 img,
  .employee-solutions figure img,
  .employee-solutions img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

}


