body {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#headerNav {
  z-index: 101;
}

a:hover {
  text-decoration: none;
}

.container {
  margin: 4rem auto;
}

.productAnchor {
  margin-left: 2rem;
}

.bannerSection {
  margin-top: 5.5rem;
}

.dropdownSearch {
  width: 400%;
}

nav.watermark-amc {
  width: 100%;
  position: fixed;
  top: 4.25rem;
  right: 0;
  left: 0;
  z-index: 101 !important;
  height: 41px;
  padding-bottom: 3rem;
  background: #063599 0% 0% no-repeat padding-box;
}

.wm-name {
  text-align: center;
  font: normal normal bold 14px Rubik;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
  padding-top: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.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: 8rem;
  }

  .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: 6rem;
  }

  .bannerSection {
    margin-top: 10rem;
  }

  #searchBtnDiv {
    text-align: center;
  }
}

@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;
  }

  .introText {
    margin-top: 12rem;
  }
}

@media screen and (max-width: 500px) {
  nav.watermark-amc {
    top: 7rem;
    padding-bottom: 10rem;
  }

  .wm-name {
    flex-direction: column;
  }

  .bannerSection {
    margin-top: 16.5rem;
  }

  .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: 15rem;
  }

  nav.watermark-amc {
    top: 5rem;
  }

  .productAnchor {
    margin-left: 0;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 340px) {
  nav.watermark-amc {
    top: 7rem;
  }

  .bannerSection {
    margin-top: 15rem;
  }
}

@media screen and (max-width: 300px) {
  .introText {
    margin-top: 12rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
