
body {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ====================== Snapshot Generator =========================== */
/* --- snapshot-generator CSS --- */
:root {
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;

  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --blue-900: #1e3a8a;

  --emerald-50: #ecfdf5;
  --emerald-100: #d1fae5;
  --emerald-200: #a7f3d0;
  --emerald-600: #059669;
  --emerald-700: #047857; 

  --rose-50: #fff1f2;
  --rose-100: #ffe4e6;
  --rose-200: #fecdd3;
  --rose-600: #e11d48;
  --rose-700: #be123c; 
}

.off-screen-export {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.snapshot-container {
  width: 1080px;
  min-height: 1080px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to left, rgb(156, 207, 254), rgb(170, 254, 227),#fca452);
  padding: 36px;
}

.snapshot-content-layer {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.1), inset 0 0 20px rgba(255,255,255,0.5);
}

.snap-data-table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.snap-data-table th {
  padding: 16px 32px;
  font-weight: 900;
  color: #111827;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 3px solid #d1d5db;
  background-color: #f3f4f6;
}

.snap-data-table td {
  padding: 16px 32px;
  font-size: 20px;
  border-bottom: 1px solid #e5e7eb;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}

.snap-data-table td:first-child {
  font-weight: 900;
  color: #000000;
}

.snap-data-table th:not(:first-child),
.snap-data-table td:not(:first-child) {
  text-align: right;
}

.snap-compact-table th { padding: 12px 16px; font-size: 14px; }
.snap-compact-table td { padding: 12px 16px; font-size: 17px; }

.snap-text-positive { color: #047857; }
.snap-text-negative { color: #be123c; }
.snap-text-neutral { color: #111827; }
/* ====================== Snapshot Generator =========================== */

.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  /* keeps it on one line */
  will-change: transform;
  /* smoother animation hint */
}

.marquee-content:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(4%);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Fade-in effect */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply fade-in when the ticker first appears */
#ticker {
  animation:
    fadeIn 1.5s ease forwards,
    scroll 100s linear infinite;
}

#headerNav {
  z-index: 101;
}

a:hover {
  text-decoration: none;
}

.container {
  margin: 4rem auto;
}

.productAnchor {
  margin-left: 2rem;
}

.bannerSection {
  margin-top: 0rem;
}

.dropdownSearch {
  width: 400%;
}

/* header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0; 
} */
nav.watermark-amc {
  width: 100%;
  z-index: 101 !important;
  background: #063599 0% 0% no-repeat padding-box;
  padding: 1rem 0;
}

.wm-name {
  text-align: center;
  font: normal normal bold 14px Rubik;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
  gap: 10px;
}

.topGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* gap: 20px; */
}

.bottomGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: auto;
  margin-top: 10px;
  max-width: 1280px;
}

.mostBottomGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: auto;
  margin-top: 10px;
  max-width: 1280px;
}

.wm-name a {
  color: #fff;
}

.text-lgNav {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-mdNav {
  font-size: 1rem;
  line-height: 1.25rem;
}

.buttonPush {
  margin-top: 1.75rem;
}

.logoDesktop {
  display: block;
}

.formPoint {
  margin: 2rem 0 0 8%;
}

.detailsProgram {
  width: 250%;
}

.logoMobile {
  display: none;
}

.introText {
  margin-top: 6rem;
}

.formWidth {
  width: 55rem;
}

.formDiv {
  margin-left: 15%;
}

#outputTbl {
  margin: 1rem 3rem;
}

.flexRow {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 2rem;
}

.biography {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.biography p {
  margin: 1.5rem 3rem;
}

#tooltip {
  position: relative;
  cursor: pointer;
}

#researchSelectBtnPanel {
  justify-content: space-evenly;
}

#tooltipText {
  position: absolute;
  left: 50%;
  top: -50px;
  /* Adjust based on your preference */
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  white-space: nowrap;
  /* Allows text to wrap naturally */
  padding: 10px 15px;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 100;
  /* Ensure it's on top of other elements */
}

#tooltipText::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #000;
}

#tooltip:hover #tooltipText {
  visibility: visible;
  opacity: 1;
}

.gridMargin {
  margin-left: 5%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    /* or scale: 0; */
  }

  100% {
    opacity: 1;
    /* or scale: 1; */
  }
}

.fade-in {
  animation: fadeIn 2s ease-in-out;
}

@media screen and (max-width: 1000px) and (min-width: 881px) {
  nav.watermark-amc {
    padding-bottom: 4rem;
  }

  .wm-name {
    padding-top: 17px;
  }
}

@media screen and (max-width: 880px) and (min-width: 610px) {
  nav.watermark-amc {
    padding-bottom: 5rem;
  }

  .wm-name {
    padding-top: 17px;
  }
}

@media screen and (max-width: 609px) and (min-width: 451px) {
  nav.watermark-amc {
    padding-bottom: 5rem;
  }

  .wm-name {
    padding-top: 17px;
  }

  .text-lgNav {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .bannerSection {
    margin-top: 0rem;
  }

  .dropdownSearch {
    width: 120%;
  }
}

@media screen and (max-width: 880px) {
  .formWidth {
    width: 50rem;
  }

  .buttonPush {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 800px) {
  .formWidth {
    width: 47rem;
  }
}

@media screen and (max-width: 809px) {
  nav.watermark-amc {
    top: 0rem;
  }

  .bannerSection {
    margin-top: 0rem;
  }

  #searchBtnDiv {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  /* Override the rigid desktop grids */
  .topGrid,
  .bottomGrid .mostBottomGrid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0;
    margin-top: 0;
  }

  /* Ensure the blue nav pushes content down and spans the screen */
  nav.watermark-amc {
    padding: 0 !important;
    position: absolute; /* Sits on top of the marquee */
    width: 100%;
    top: 4rem;
  }

  .wm-name {
    padding: 1rem 0;
  }
}

@media screen and (max-width: 768px) {
  .flexMobile {
    display: flex !important;
    flex-direction: column !important;
    text-align: center;
    align-items: center;
  }

  .formPoint {
    margin: 10%;
  }

  .introText {
    margin-top: 9.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .formDiv {
    margin-left: 0%;
  }

  .logoMobile {
    display: block;
  }

  .formWidth {
    width: 80%;
  }

  .logoDesktop {
    display: none;
  }

  .flexMobile div {
    margin: 1rem 0;
  }

  .flexRow {
    margin: 0 10%;
  }

  .detailsProgram {
    width: 100%;
  }

  hr {
    display: none;
  }

  .picDisappear {
    display: none;
  }

  #mobileDown {
    margin-top: 2rem;
  }

  #mobileDown span {
    display: block;
    margin-top: 0.5rem;
    text-align: center;
  }

  #mobileDown > div {
    justify-content: center;
    align-items: center;
  }

  #tooltip:hover #tooltipText {
    visibility: hidden;
    opacity: 0;
  }

  #gridMargin {
    margin-left: 0%;
  }

  #researchSelectBtnPanel {
    flex-direction: column;
  }
}

@media screen and (max-width: 749px) {
  nav.watermark-amc {
    padding-bottom: 5rem;
    top: 4rem;
  }

  .introText {
    margin-top: 12rem;
  }
  .bannerSection {
    margin-top: 0rem;
  }
}

@media screen and (max-width: 500px) {
  nav.watermark-amc {
    top: 4rem;
    padding-bottom: 10rem;
  }

  .wm-name {
    flex-direction: column;
  }

  .bannerSection {
    margin-top: 0rem;
  }

  .introText {
    margin-top: 16rem;
  }

  .mobileLogo {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .logoUltraSmallMobile {
    padding: 0;
    margin-left: -1.5rem;
    margin-top: -0.5rem;
  }

  .bannerSection {
    margin-top: 0rem;
  }

  nav.watermark-amc {
    top: 4rem;
  }

  .productAnchor {
    margin-left: 0;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 340px) {
  nav.watermark-amc {
    top: 4rem;
  }

  .bannerSection {
    margin-top: 0rem;
  }
}

@media screen and (max-width: 300px) {
  .introText {
    margin-top: 12rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
