.public-homepage {
  /*_-----------EQUAL HEIGHT-----------------*/
  /* update mouse on click for svg*/
  /*color blue behind virus families*/
  /*partners section with resize image on mobile*/
  /* Responsive image switch */
  /*Right IMAGE Second set of overlap-------------*/
  /*banner of icons*-------------------*/
  /*REVAMPP BY NUMBERS BACKGROUND*/
  /*sign up for Revampp section drop shadow*/
  /*sign up section background----------------------*/
  /*WHITE CENTERED TEXT--------------*/
  /*joint svg styling----------------------*/
  /*MAP GRAPHIC_____________________*/
  /*Virus Family graphic styling*/
  /*Sign up boxes*/
  /*Left IMAGE text box styling overlap--------------*/
  /*media quaries- mobile*/
  /*FLIP BOXES--------------*/
  /*VIRUS FAMILY TEXT*/
  /*Learn More button--------------*/
  /*RESPONSIVE FLIP BOXES--------------*/
}
@media (max-width: 768px) {
  .public-homepage h2 {
    text-align: center;
  }
  .public-homepage h6 {
    text-align: center;
  }
  .public-homepage p {
    text-align: center;
  }
  .public-homepage .text-left {
    text-align: center;
  }
}
.public-homepage .instruct {
  font-size: 18px;
}
.public-homepage .map-instructions {
  margin-bottom: -20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .public-homepage .map-instructions {
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 992px) {
  .public-homepage .map-instructions {
    margin-bottom: -60px;
  }
}
.public-homepage .img_bg3 {
  background-image: url(/dist/images/By_the_numbers_graphic.90a24d8bbff52e9887171a81b5069b65.png);
}
.public-homepage .equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.public-homepage .equal-height > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.public-homepage .clickable {
  cursor: pointer;
}
.public-homepage .box_bg {
  min-height: 400px;
}
.public-homepage .row {
  margin-right: 0px;
  margin-left: 0px;
}
.public-homepage .masthead {
  background-image: url(/dist/images/banner_home_scientists.7c61b8f4366ee338cde9cdc035bc630e.jpg);
}
.public-homepage .banner {
  padding: 20px;
  margin: 0px 0px 30px 0px;
  background-color: #11416c;
  width: 100%;
}
.public-homepage .img_bg2 {
  background-color: #afe0f0;
  padding: 3%;
}
.public-homepage .img_bg {
  background-image: url(/dist/images/body_revampp_img.2ca70e0156dcced474786a585f307f1f.jpg); /* Mobile image */
}
.public-homepage .partners {
  background-image: url(/dist/images/translational-partners-graphic.ec78402f46d20409410d6889fe910f5e.png);
  background-size: contain;
  background-position: center; /* Center the image */
  background-repeat: no-repeat;
  width: 100%; /* Full width */
  height: 300px; /* Set a specific height */
  position: relative; /* For absolute positioning of children if needed */
  /* For absolute positioning of children if needed */
}
@media (max-width: 768px) {
  .public-homepage .partners {
    background-image: url(/dist/images/translational-partners-mobile.e6c1436b8419e561ab3e16b41ef38e92.png); /* Mobile image */
    background-size: contain;
    height: 280px;
  }
  .public-homepage .img_bg3 { /* Mobile image numbers inforgraphic */
    background-position: center;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    margin-top: 20px;
    background-size: contain;
  }
}
.public-homepage .full-width {
  width: 100%;
}
.public-homepage .shadow-text {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  color: white !important;
}
.public-homepage .styled-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Create a flex container */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* Distribute space between items */
  padding: 0px; /* Padding around the row */
  background-image: url(/dist/images/Scientist_honeycomb_bg.44ffc3279310d08b37a4459e2c28541d.jpg); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
}
.public-homepage .numberbg {
  background-image: url(/dist/images/blue_honeycomb.674258e9c164045b4f6d767a75195bd1.png);
  overflow: hidden; /* Prevent overflow */
  background-repeat: no-repeat;
  background-size: cover;
}
.public-homepage .shadow_box4 {
  padding: 30px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: white;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Ensures equal height */
}
.public-homepage .box_bg {
  background-image: url(/dist/images/upClose_test.76ab1cfef74524d2066debca210aa181.jpg);
  background-size: cover;
  margin: 80px 0px;
}
.public-homepage .row.box_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* Ensures all columns stretch to the same height */
}
.public-homepage h4 {
  text-align: center;
  color: white;
  font-size: 24px;
}
.public-homepage .popup {
  display: none;
  position: absolute; /* Changed from fixed to absolute */
  top: 50%; /* Center it vertically based on parent */
  left: 50%; /* Center it horizontally based on parent */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* Shift it back to make it centered */
  border: 2px solid #11426c;
  background: white;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.public-homepage .popup:focus {
  outline: none;
}
.public-homepage .popup.show {
  display: block;
  opacity: 1;
}
.public-homepage .popup-header {
  background: #05af55;
  color: white;
  padding: 10px;
  text-align: center;
  font-family: "Proxima-Nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  font-size: 18px;
  padding: 10px 20px;
}
.public-homepage .popup-content {
  padding: 15px;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 15px;
}
.public-homepage .mapgraphic .popup-header {
  background: #11416c;
  color: white;
  padding: 10px;
  text-align: center;
  font-family: "Proxima-Nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  font-size: 18px;
  padding: 10px 20px;
}
.public-homepage .mapgraphic .cls-1 {
  stroke: #fff;
}
.public-homepage .mapgraphic .cls-1,
.public-homepage .mapgraphic .cls-2 {
  fill: #11426c;
}
.public-homepage .mapgraphic .cls-1,
.public-homepage .mapgraphic .cls-2,
.public-homepage .mapgraphic .cls-3,
.public-homepage .mapgraphic .cls-4 {
  stroke-miterlimit: 10;
}
.public-homepage .mapgraphic .cls-1,
.public-homepage .mapgraphic .cls-2,
.public-homepage .mapgraphic .cls-4 {
  stroke-width: 2px;
}
.public-homepage .mapgraphic .cls-5 {
  fill: #fab118;
}
.public-homepage .mapgraphic .cls-6 {
  fill: #fff;
}
.public-homepage .mapgraphic .cls-2 {
  stroke: #fbb116;
}
.public-homepage .mapgraphic .cls-3 {
  stroke: #11426c;
}
.public-homepage .mapgraphic .cls-3,
.public-homepage .mapgraphic .cls-7 {
  fill: #f8b119;
}
.public-homepage .mapgraphic .cls-4 {
  fill: none;
  stroke: #11416c;
}
.public-homepage .mapgraphic .cls-8 {
  -webkit-filter: url(#drop-shadow-13);
          filter: url(#drop-shadow-13);
}
.public-homepage .mapgraphic .cls-9 {
  fill: #0e212e;
}
.public-homepage .mapgraphic .cls-10 {
  fill: #11416c;
}
.public-homepage .mapgraphic .cls-11 {
  fill: #05af55;
}
.public-homepage .mapgraphic .cls-12 {
  fill: #fbb116;
}
.public-homepage .mapbutton {
  padding: 10px 0px;
}
.public-homepage .virus-family .cls-1 {
  -webkit-filter: url(#drop-shadow-16);
          filter: url(#drop-shadow-16);
}
.public-homepage .virus-family .cls-1, .public-homepage .virus-family .cls-2, .public-homepage .virus-family .cls-3, .public-homepage .virus-family .cls-4, .public-homepage .virus-family .cls-5, .public-homepage .virus-family .cls-6, .public-homepage .virus-family .cls-7, .public-homepage .virus-family .cls-8, .public-homepage .virus-family .cls-9, .public-homepage .virus-family .cls-10, .public-homepage .virus-family .cls-11, .public-homepage .virus-family .cls-12, .public-homepage .virus-family .cls-13 {
  fill: #11416c;
}
.public-homepage .virus-family .cls-2 {
  -webkit-filter: url(#drop-shadow-19);
          filter: url(#drop-shadow-19);
}
.public-homepage .virus-family .cls-3 {
  -webkit-filter: url(#drop-shadow-17);
          filter: url(#drop-shadow-17);
}
.public-homepage .virus-family .cls-14 {
  letter-spacing: -0.26em;
}
.public-homepage .virus-family .cls-15 {
  fill: #fff;
}
.public-homepage .virus-family .cls-16 {
  font-family: Proxima-Nova, "Proxima-Nova";
  font-size: 24.08px;
  font-weight: 700;
}
.public-homepage .virus-family .cls-4 {
  -webkit-filter: url(#drop-shadow-20);
          filter: url(#drop-shadow-20);
}
.public-homepage .virus-family .cls-5 {
  -webkit-filter: url(#drop-shadow-27);
          filter: url(#drop-shadow-27);
}
.public-homepage .virus-family .cls-17 {
  stroke: #fbb116;
  stroke-width: 2px;
}
.public-homepage .virus-family .cls-17, .public-homepage .virus-family .cls-18 {
  stroke-miterlimit: 10;
}
.public-homepage .virus-family .cls-17, .public-homepage .virus-family .cls-19 {
  fill: #05af55;
}
.public-homepage .virus-family .cls-18 {
  fill: none;
  stroke: #11416c;
  stroke-width: 4px;
}
.public-homepage .virus-family .cls-6 {
  -webkit-filter: url(#drop-shadow-24);
          filter: url(#drop-shadow-24);
}
.public-homepage .virus-family .cls-7 {
  -webkit-filter: url(#drop-shadow-18);
          filter: url(#drop-shadow-18);
}
.public-homepage .virus-family .cls-20 {
  fill: #fbb116;
  -webkit-filter: url(#drop-shadow-15);
          filter: url(#drop-shadow-15);
}
.public-homepage .virus-family .cls-21 {
  letter-spacing: -0.04em;
}
.public-homepage .virus-family .cls-22 {
  font-family: ProximaNova-Medium, "Proxima Nova";
  font-size: 18.06px;
  font-weight: 500;
}
.public-homepage .virus-family .cls-9 {
  -webkit-filter: url(#drop-shadow-23);
          filter: url(#drop-shadow-23);
}
.public-homepage .virus-family .cls-23 {
  fill: #efefef;
  -webkit-filter: url(#drop-shadow-14);
          filter: url(#drop-shadow-14);
}
.public-homepage .virus-family .cls-10 {
  -webkit-filter: url(#drop-shadow-21);
          filter: url(#drop-shadow-21);
}
.public-homepage .virus-family .cls-11 {
  -webkit-filter: url(#drop-shadow-25);
          filter: url(#drop-shadow-25);
}
.public-homepage .virus-family .cls-24 {
  letter-spacing: -0.26em;
}
.public-homepage .virus-family .cls-25 {
  letter-spacing: -0.03em;
}
.public-homepage .virus-family .cls-12 {
  -webkit-filter: url(#drop-shadow-26);
          filter: url(#drop-shadow-26);
}
.public-homepage .virus-family .cls-13 {
  -webkit-filter: url(#drop-shadow-22);
          filter: url(#drop-shadow-22);
}
.public-homepage .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.public-homepage .shadow_box4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Ensures equal height */
}
.public-homepage .shadow_box {
  margin-left: -30px;
}
.public-homepage .img_bg3 {
  background-size: contain;
  background-position: center;
  width: 80%;
  height: 200px;
  overflow: hidden;
  background-repeat: no-repeat;
  padding: 20px;
}
@media (max-width: 768px) {
  .public-homepage .partners {
    background-image: url(/dist/images/translational-partners-mobile.e6c1436b8419e561ab3e16b41ef38e92.png); /* Mobile image partners inforgraphic */
    background-size: contain;
    height: 200px;
  }
  .public-homepage .img_bg3 { /* Mobile image numbers inforgraphic */
    background-image: url(/dist/images/revampp_by_numbers_mobile.91abb87aa00818739fa6d0c6228cca2e.png);
    background-position: center;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    margin-top: 20px;
    background-size: contain;
  }
  .public-homepage .card-row {
    padding: 0px 10px;
  }
  .public-homepage .box_bg {
    background-size: cover;
    margin: 40px 20px;
  }
  .public-homepage .mapgraphic .popup {
    min-width: 350px;
  }
  .public-homepage .partners {
    background-size: contain;
    height: 280px;
  }
  .public-homepage .shadow_box2 {
    margin-right: 0px;
  }
  .public-homepage .shadow_box {
    margin-left: 0px;
  }
  .public-homepage .img_bg {
    height: 300px;
  }
  .public-homepage .primetitle {
    text-align: center;
    padding-bottom: 10px;
  }
  .public-homepage .shadow_box4 {
    margin-bottom: 20px;
  }
}
.public-homepage .flip-box {
  background-color: transparent;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  margin: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.public-homepage .flip-box-inner {
  position: relative;
  width: 100%;
  height: 420px;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.public-homepage .flip-box:hover .flip-box-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.public-homepage .flip-box-front,
.public-homepage .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.public-homepage .flip-box-front {
  background-color: #11416c;
  color: white;
}
.public-homepage .flip-box-back {
  background-color: #ffffff;
  color: black;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.public-homepage .virus-family {
  font-weight: 600;
  font-family: "Proxima-Nova", sans-serif;
  font-size: 22px;
}
.public-homepage .cta-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Use flexbox for horizontal alignment */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Center buttons within the container */
  margin-top: auto; /* Push the button container to the bottom */
}
@media (max-width: 1010px) {
  .public-homepage .flip-box-inner {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .public-homepage .flip-box-inner {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .public-homepage .flip-box-inner {
    height: 300px;
  }
}
@media (max-width: 510px) {
  .public-homepage .flip-box-inner {
    height: 370px;
  }
}
@media (max-width: 436px) {
  .public-homepage .flip-box-inner {
    height: 420px;
  }
}
.public-about {
  /*BLUE CARDS REVAMPP TEAM-----ONLY EXIST ON THIS PAGE*/
  /*CDSC INFOGRAPHIC-----------------*/
  /*Blue Card styling------NOT IN USE*/
  /*media quaries------------------------- Mobile*/
}
@media (max-width: 768px) {
  .public-about h2 {
    text-align: center;
  }
  .public-about h6 {
    text-align: center;
  }
  .public-about p {
    text-align: center;
  }
  .public-about .text-left {
    text-align: center;
  }
}
.public-about .masthead {
  background-image: url(/dist/images/about_us_banner.b9feee407004e5aff5994713f8b0f50d.jpg);
}
.public-about .leadership-section {
  background-color: #f0f8ff; /* Optional: section background color */
}
.public-about .leadership-card {
  background-color: #11416c; /* Blue background */
  color: white; /* Text color */
  padding: 20px; /* Padding around content */
  margin: 10px; /* Margin between cards */
  text-align: center; /* Center text */
  height: 160px; /* Fixed height for uniformity */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Enable flexbox */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* Stack elements vertically */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Center content vertically */
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Shadow effect */
  width: 100%;
}
.public-about .card-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* Stack cards vertically */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Center cards in the column */
}
.public-about .nomargin {
  margin-right: 0px;
  margin-left: 0px;
}
.public-about .numberbg {
  background-image: url(/dist/images/blue_honeycomb.674258e9c164045b4f6d767a75195bd1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.public-about .cdsc_img {
  background-image: url("/dist/images/about us_infographic.00fd6bd9e34756357702053b8ff09c9b.png");
  background-size: contain;
  height: 300px;
  background-repeat: no-repeat;
  margin: 20px 0px;
  background-position: center;
}
.public-about .row {
  margin-right: 0px;
  margin-left: 0px;
}
.public-about .banner {
  padding: 20px 0px;
  margin-bottom: -10px;
}
.public-about .img_bg2 {
  background-image: url(/dist/images/network_overview.d8ea5415e8f3871c6651fbae10069bf1.jpg);
  height: 480px; /* Fixed height; adjust as needed */
}
.public-about .card-content h2 {
  font-size: 24px;
  color: white;
}
.public-about .card-content h3 {
  margin: 5px 0 5px;
  font-size: 16px;
  line-height: 1.5;
  color: white;
}
.public-about .img_bg3 {
  background-image: url(/dist/images/info_aboutUs-3.3abb212b8504ac501a6115bb94148908.png);
  background-position: left;
  width: 100%;
  height: 450px;
}
.public-about .styled-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Create a flex container */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* Distribute space between items */
  padding: 20px; /* Padding around the row */
  background-image: url(/dist/images/honeycomb_bg_website_yellow.b7e5aa305812899a84723387c5861aa2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.public-about .cdsc {
  background-color: white;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border: solid 2px #11416c;
  padding: 40px 40px 20px;
  margin-bottom: 80px;
  margin-top: 80px;
}
.public-about .img_bg3 {
  background-size: contain; /* Cover the entire column */
  background-position: center; /* Center the image */
  width: 80%; /* Full width */
  overflow: hidden; /* Prevent overflow */
  background-repeat: no-repeat;
  padding: 20px;
}
@media (max-width: 768px) {
  .public-about .cdsc {
    margin: 20px 20px 80px;
  }
  .public-about .cdsc_img {
    background-image: url("/dist/images/about us_infographic_mobile.f6d73126c26b6f0014b40de4db171e4d.png");
    background-position: center;
    height: 350px;
    margin-top: 0px;
  }
  .public-about .normal {
    padding: 40px 20px;
  }
  .public-about .img_bg2 {
    height: 200px;
  }
  .public-about .img_bg3 {
    width: 100%;
    height: 270px;
    overflow: hidden;
    background-repeat: no-repeat;
    padding: 20px;
    margin: 0px;
  }
  .public-about .shadow_box2 {
    margin: 0px;
  }
  .public-about .box_bg {
    background-size: cover;
    margin: 40px 20px;
  }
  .public-about .banner {
    padding: 20px 40px 30px;
  }
  .public-about .img_bg {
    height: 300px;
  }
  .public-about .primetitle {
    text-align: center;
    padding-bottom: 10px;
  }
  .public-about .card-row {
    padding: 0px 0px;
    padding-top: 0px;
    margin: 0px;
  }
}
.public-about .acccordion-inner-title {
  font-size: 18px;
  font-weight: 600;
}
.public-about .shadow_box3 {
  height: auto;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: white;
}
.public-about .card-row {
  padding: 0px 0px;
  padding-top: 0px;
  margin: 0px;
}
.research-center-page {
  /*------------SLIDESHOW STYLING-------------*/
  /*-------------BIO CARD STYLING---------------*/
  /* Media query for smaller screens */
  /*-----------------------BIO CARDS IN TABS---------------------------*/
  /*--headings above bullets in tabs--*/
  /*Lines in table in tabs*/
  /* Media query to prevent resizing for blue box cards */
  /*--------------------TABLE STYLING-------------------- */
  /*Green box in table inline list*/
  /*TABLE AND SLIDESHOW BACKGROUND*/
  /*--------------ACCORDIAN STYLING START---------------*/
  /*---------------------------TABLE -------------------------------------*/
  /* Additional styling for the table inside Tabs */
  /*title for table in tabs*/
  /*TITLES IN TABS------------------------------------*/
  /*TITLES IN TABS TABLE------------------------------------*/
  /*Left IMAGE text box styling overlap--------------*/
  /*Lessons from past outbreaks section*/
  /*Left IMAGE text box styling overlap--------------*/
  /*media quaries- mobile*/
  /*-----TAB STYLING-------------------*/
  /*------------SLIDESHOW STYLING-------------*/
  /*-------------REMOVE ICON SPACINGS--------*/
  /*RESPONSIVE CAROUSEL---------*/
  /*DOTS FOR UPDATED SLIDESHOW*/
  /*GREEN PILLS-----------*/
  /*ORGANIZATION-----*/
}
.research-center-page .masthead {
  background-image: url(/dist/images/banner_rc.6756102688e29a09a1678089dc58f1e6.jpg);
}
@media (min-width: 768px) {
  .research-center-page .col-md-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .research-center-page h2 {
    text-align: center;
  }
  .research-center-page h6 {
    text-align: center;
  }
  .research-center-page p {
    text-align: center;
  }
  .research-center-page .text-left {
    text-align: center;
  }
}
.research-center-page .lightblue-box {
  background-color: #add8e6;
  color: #11416c;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  padding: 10px;
  margin-bottom: 10px;
  max-width: 250px;
}
.research-center-page .carousel-container {
  position: relative;
  max-width: 100%;
  margin-top: 0px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.research-center-page .carousel-slide {
  display: none;
  width: 100%;
}
.research-center-page .slideshow {
  padding: 0px;
}
.research-center-page .bio-card {
  background-color: white;
  height: 220px; /* Ensures all cards are the same height */
  margin-bottom: 20px; /* Space between cards */
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0px;
}
.research-center-page .bio-content h2 {
  font-weight: 600;
}
.research-center-page .bio-content h3 {
  margin: 10px 0 10px;
  font-size: 18px;
  line-height: 1.5;
  color: white;
  font-weight: 500;
  font-style: italic;
}
.research-center-page .card-contain {
  padding: 10px 40px;
}
@media (max-width: 768px) {
  .research-center-page {
    /*Removing padding from mobile*/
  }
  .research-center-page .bio-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; /* Stacks the image and content vertically */
    height: auto; /* Adapts height for stacked layout */
  }
  .research-center-page .row .tab-row {
    padding-left: 0px;
    padding-right: 0;
  }
  .research-center-page .column {
    padding: 0px;
  }
  .research-center-page .bio-content h3 {
    margin: 10px 0 10px;
    font-size: 18px;
    line-height: 1.5;
    color: white;
    font-weight: 500;
    font-style: italic;
  }
  .research-center-page .bio-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* Centers the text content */
    text-align: center; /* Aligns text for better readability */
    padding: 20px;
    width: 60%;
  }
  .research-center-page .card-row {
    padding-right: 0px;
  }
  .research-center-page .card-contain {
    padding: 10px 40px;
  }
}
.research-center-page .blue-box .bio-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white; /* White background for the card */
  overflow: hidden;
  width: 100%; /* Full width of the column */
  height: 110px; /* Fixed height */
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  margin-bottom: 0px;
  max-width: 100%;
}
.research-center-page .blue-box .bio-content h3 {
  margin: 10px 0 10px;
  font-size: 16px;
  line-height: 1.5;
  color: white;
  font-weight: 500;
  font-style: italic;
}
.research-center-page .blue-box .bio-content h2 {
  font-size: 16px;
}
.research-center-page .blue-box h5 {
  font-size: 15px;
}
.research-center-page h5.tab-sub-titles {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.research-center-page .table1 tr td {
  border: 2px black solid;
}
.research-center-page ul {
  font-size: 16px;
  line-height: 2;
}
.research-center-page .blue-box .bio-content {
  background-color: #11416c; /* Dark background for text area */
  color: white; /* Text color */
  padding: 20px; /* Padding around content */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* Takes the remaining space */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* Stacks content vertically */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Center content vertically */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* Aligns text to the left */
}
.research-center-page .blue-box .bio-content h3 {
  margin: 2px 0 2px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .research-center-page .blue-box .bio-card {
    /* Maintain fixed dimensions even on smaller screens */
    height: 120px;
    text-align: center;
    margin-bottom: 15px; /* Keeps the height consistent */
  }
  .research-center-page .blue-box .bio-content {
    padding: 20px;
  }
  .research-center-page .bio-content h2 {
    text-align: center;
  }
  .research-center-page .bio-content ul li {
    text-align: center;
  }
}
.research-center-page .table-bordered thead th {
  border: solid 2px #231f20;
  font-size: 18px;
}
.research-center-page .table-bordered td, .research-center-page .table-bordered th {
  border: 2px solid #231f20;
}
.research-center-page td {
  border: 2px solid #231f20;
  font-size: 18px;
}
.research-center-page ul {
  font-weight: 600;
  font-size: 16px;
}
.research-center-page .list-inline {
  list-style-type: disc;
}
.research-center-page tr {
  background-color: #10426c;
}
.research-center-page .table-heading {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}
.research-center-page .table {
  width: 100%; /* Full width */
  border-collapse: collapse; /* Collapse borders */
}
.research-center-page .table th, .research-center-page .table td {
  border: 1px solid #ddd; /* Border style */
  padding: 17.5px; /* Padding for cells */
  text-align: left; /* Align text to the left */
}
.research-center-page .table1 .title-table-tab {
  white-space: nowrap; /* Prevent text wrapping */
}
.research-center-page .body-table-tab {
  width: auto; /* Allow the second column to take the remaining space */
}
.research-center-page .blue-honeycomb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Create a flex container */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* Distribute space between items */
  padding: 0px; /* Padding around the row */
  background-image: url(/dist/images/honeycomb_bg_website_yellow.b7e5aa305812899a84723387c5861aa2.jpg); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
}
.research-center-page .grey-honeycomb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Create a flex container */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* Distribute space between items */
  padding: 0px; /* Padding around the row */
  background-image: url(/dist/images/white_hex_bg.b423adb458873525f2ea29643caa6ce4.jpg); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
}
.research-center-page .accordion-header {
  font-family: "Montserrat", sans-serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
  font-size: 18px;
  font-weight: bold; /* Padding for better spacing */
}
.research-center-page .card-body {
  background-color: white; /* White background for card content */
  border: 2px black solid;
}
.research-center-page .accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.research-center-page .column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%; /* Each column takes half the width on larger screens */
  padding: 10px; /* Adjust padding as needed */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* Ensures padding doesn't affect width */
}
@media (max-width: 768px) {
  .research-center-page .column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; /* Stacks columns on small screens */
  }
  .research-center-page .blue-box ul.icons {
    font-size: 20px;
    margin-top: -5px;
  }
}
.research-center-page .accordion-item {
  margin-bottom: 10px; /* Space between accordion items */
}
.research-center-page .column {
  background-color: white; /* Light background for columns */
  padding: 20px; /* Add some padding */
  text-align: center; /* Center text */
  margin-bottom: 10px; /* Space between rows */
}
.research-center-page .column p {
  text-align: left;
}
.research-center-page .tab-container {
  border: 2px solid transparent; /* Add transparent border for alignment */
  border-radius: 5px; /* Rounded corners */
  padding: 0; /* Remove padding around the tabs */
  position: relative; /* Position relative for inner border */
}
.research-center-page .nav-tabs {
  margin-bottom: 0; /* Remove margin to create a flush transition */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Use flexbox for equal-width tabs */
}
.research-center-page .nav-tabs .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* Make each tab take equal space */
}
.research-center-page .nav-tabs .nav-link {
  border: 2px solid transparent; /* Default border */
  color: #007bff; /* Default text color */
  text-align: center; /* Center the text of the tabs */
  text-decoration: none;
}
.research-center-page .nav-tabs .nav-link.active {
  background-color: #05af55; /* Green for active tab */
  color: white; /* White text for active tab */
  border-color: #28a745; /* Match border color with background */
}
.research-center-page .nav-tabs .nav-link:not(.active) {
  background-color: #11416c; /* Blue background for inactive tabs */
  color: white; /* White text for inactive tabs */
  border-color: white; /* White border for inactive tabs */
  text-decoration: none;
}
.research-center-page .nav-tabs .nav-link:hover {
  background-color: #092e47; /* Darker blue on hover */
  color: white; /* White text on hover */
  text-decoration: none;
}
.research-center-page .tab-content {
  border: 2px solid #11416c; /* Blue border for tab content area */
  padding: 30px 15px; /* Padding inside the tab content */
  border-radius: 0 0 5px 5px; /* Rounded corners for bottom only */
  background-color: #ffffff; /* White background for tab content */
  position: relative; /* Position relative for content */
}
.research-center-page .table-light-blue {
  background-color: #add8e6; /* Light blue for the first cell */
}
.research-center-page .title-table-tab {
  font-weight: 600;
  background-color: powderblue;
  color: black;
}
.research-center-page .main-tab-title {
  font-family: "Montserrat";
  color: #10426c;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: left;
}
.research-center-page .tab-titles {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  text-align: left;
}
.research-center-page .body-table-tab {
  font-weight: normal;
}
.research-center-page .table td {
  border: 2px solid black;
}
.research-center-page .row .tab-row {
  padding-left: 0px;
  padding-right: 10px;
}
.research-center-page .title-table-tab {
  color: black;
  font-weight: 600;
  font-size: 16px;
}
.research-center-page td {
  border: thin black solid;
}
.research-center-page .body-table-tab {
  background-color: white;
}
.research-center-page .green-box {
  background-color: #05af55;
  height: 40px;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 14px;
  border-radius: 50px;
}
@media (max-width: 576px) {
  .research-center-page .blue-box, .research-center-page .green-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.research-center-page .banner {
  padding: 20px;
  margin: 0px 0px 30px 0px;
  background-color: #11416c;
  width: 100%;
}
.research-center-page .img_bg {
  height: 500px;
}
.research-center-page .shadow_box {
  margin-left: -30px;
}
.research-center-page .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
}
.research-center-page .shadow_box {
  margin-left: -30px;
}
.research-center-page .img_bg {
  width: 100%;
  height: 500px;
  overflow: hidden;
  padding: 0px;
}
@media (max-width: 768px) {
  .research-center-page {
    /*drop image size for building on mobile*/
  }
  .research-center-page .table td {
    width: 50%;
  }
  .research-center-page .button {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .research-center-page .banner {
    padding: 20px 20px 20px;
  }
  .research-center-page .shadow_box {
    margin-left: 0px;
  }
  .research-center-page .img_bg {
    height: auto;
    max-height: 300px;
  }
  .research-center-page .img_bg {
    height: auto;
    max-height: 300px;
    width: 100%;
  }
  .research-center-page h1 {
    font-size: 38px;
    padding-top: 20px;
  }
}
.research-center-page .table td {
  border-top: 2px solid black;
  color: black;
  width: 50%;
}
.research-center-page .col-md-6.blue-box {
  padding: 0px 10px 10px 0px;
}
.research-center-page .table {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 2px solid black !important;
}
.research-center-page .nav-tabs .nav-link.active {
  color: white !important;
  background-color: #05af55 !important;
  text-decoration: none;
}
.research-center-page .role-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Aligns items vertically centered */
}
.research-center-page .icons-core {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Ensure icons are displayed in a row */
  list-style: none; /* Removes default list styling */
  padding: 0; /* Removes padding */
  margin: 0; /* Removes margin */
}
.research-center-page .icons-core li {
  margin-right: 10px; /* Space between icons */
}
.research-center-page .icons2 {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-size: 25px;
}
.research-center-page .core-titles {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.5;
  margin-right: 5px;
  font-family: "Montserrat", sans-serif;
}
.research-center-page .core-blue-title {
  color: #11416c;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
}
.research-center-page .accordion p {
  font-size: 17px;
}
.research-center-page .blue-line {
  height: 1px; /* Adjust thickness here */
  background-color: lightgrey;
  width: 100%; /* Full width for mobile */
  margin: 12px auto; /* Center on mobile */
  position: relative;
}
@media (min-width: 600px) {
  .research-center-page .blue-line {
    margin-left: 0; /* Align left on desktop */
    margin-right: auto; /* Remove auto margin */
  }
  .research-center-page h1 {
    font-size: 38px;
  }
}
.research-center-page .no-margin {
  margin-bottom: 0px;
  font-style: italic;
}
.research-center-page .blue-titles {
  font-size: 18px;
  font-family: "Proxima-Nova";
}
.research-center-page .table1 {
  width: 100%;
  border-collapse: collapse;
}
.research-center-page .title-table-tab {
  background-color: powderblue; /* Blue background */
  color: black;
  padding: 10px;
  white-space: nowrap; /* Prevents title from wrapping */
  width: auto; /* Auto width based on content */
}
.research-center-page .body-table-tab {
  padding: 10px;
  width: 100%; /* Takes up remaining space */
}
@media (max-width: 768px) {
  .research-center-page .table1 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
  }
  .research-center-page .title-table-tab,
  .research-center-page .body-table-tab {
    width: 100%; /* Full width for mobile */
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* Include padding in width */
  }
  .research-center-page .blue-box .bio-content {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.research-center-page .blue-box .bio-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.research-center-page .carousel-container {
  position: relative;
  height: 100%;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 100% !important;
}
.research-center-page .carousel-slide {
  display: none;
  height: 100%;
}
.research-center-page .carousel-slide img {
  width: 100%;
  height: auto;
}
.research-center-page ul.icons {
  font-size: 35px;
}
.research-center-page .blue-box ul.icons {
  font-size: 25px;
  line-height: 1.5;
}
.research-center-page img {
  max-width: 100%;
  height: auto;
}
.research-center-page ul {
  margin: 10px 0px;
}
.research-center-page .carousel {
  position: relative;
  width: 100%; /* Full width */
  overflow: hidden; /* Hide overflow */
}
.research-center-page .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
}
.research-center-page .carousel img {
  width: 100%; /* Make images responsive */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove bottom space */
}
.research-center-page ul.icons {
  font-size: 35px;
}
.research-center-page ul.icons {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .research-center-page .carousel {
    height: 300px; /* Adjust height for smaller screens */
  }
  .research-center-page .no-right-margin {
    margin-right: 0px;
  }
}
@media (max-width: 769px) {
  .research-center-page {
    /*------tabs font size*/
  }
  .research-center-page .carousel {
    height: 500px; /* Adjust height for larger screens */
  }
  .research-center-page .table ul {
    font-size: 14px;
  }
  .research-center-page .column {
    background-color: white;
    padding: 0px 20px;
    text-align: center;
    margin-bottom: 0px;
  }
  .research-center-page .table {
    margin-bottom: 40px;
  }
  .research-center-page .nav-tabs .nav-item {
    font-size: 15px;
  }
}
.research-center-page .dots {
  text-align: center;
  margin-top: 10px;
}
.research-center-page .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: gray;
  cursor: pointer;
}
.research-center-page .dot.active {
  background: black;
}
.research-center-page .core-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Use Flexbox for layout */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Center items vertically */
  margin: 10px 0 0 0; /* Optional: add vertical spacing */
}
.research-center-page ul.icons {
  font-size: 35px;
}
@media (max-width: 768px) {
  .research-center-page {
    /*-RESPONSIVE GREEN PILLS-Rc Page---*/
  }
  .research-center-page p {
    text-align: left;
  }
  .research-center-page .list-inline-item {
    width: 100%;
  }
  .research-center-page .list-inline-item1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; /* Each item takes up 50% of the row */
    text-align: left; /* Center text within the item */
  }
}
.research-center-page .blue-box ul.icons {
  font-size: 25px;
  line-height: 1.5;
}
.research-center-page .list-inline-item {
  display: inline-block;
  background-color: #05af55;
  /* height: 40px; */
  margin: 5px 10px 5px 0px;
  border-radius: 50px;
  padding: 10px 20px;
  color: white;
}
.research-center-page .list-inline1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* Allow items to wrap into multiple rows */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* Evenly space items */
  list-style: none; /* Remove default list styling */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margin */
}
.research-center-page .list-inline-item1 {
  position: relative; /* Positioning for the hexagon */
  width: 48%; /* Each item takes up 30% of the row */
  margin: 10px 5px; /* Space between items */
  text-align: left; /* Align text to the left */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Use flexbox for alignment */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* Align items to the top */
}
.research-center-page .list-inline-item1::before {
  content: "";
  width: 14px; /* Fixed width of the hexagon */
  height: 15px; /* Fixed height of the hexagon */
  background-color: #05af55; /* Hexagon color */
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); /* Create hexagon shape */
  margin-right: 10px; /* Space between hexagon and text */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* Prevent hexagon from shrinking */
  -ms-flex-item-align: start;
      align-self: flex-start; /* Align hexagon to the top */
  margin-top: 2px;
}
.research-center-page li.list-inline-item1 {
  line-height: 1.2;
  font-size: 18px;
  color: #0f222f;
}

/*# sourceMappingURL=general.5b6e2025a882a6d3b9e8.css.map*/