html {
  overflow-y: auto;
}
body {
  width: 100%;
  background: linear-gradient(to bottom left,rgb(255, 255, 255),60%,rgb(208, 220, 237));
  padding: 0;
  margin: 0;
  font-family: 'Libre Baskerville',Georgia, 'Times New Roman', Times, serif;
  overflow-y: hidden;
  overflow-x: hidden;
  height: fit-content;
  font-size: 2vw;
}
body > * {
  flex-shrink: 0;
}
#content_background {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  min-width: min-content;
  width: 98%;
  box-shadow: 0 0 16px 0 rgba(0,0,0,0.2);
  padding: 0 1% 0 1%;
  align-items: center;
  margin: 0 auto;
  max-width: 1300px;
  min-width: 200px;
  background: linear-gradient(to bottom left,aliceblue,60%,rgb(162, 176, 196));

}
.home_title {
  font-family: Georgia,serif  !important;
  width: fit-content;
  font-size: 40px;
  color: rgb(20,52,82);
  font-family: 'Times New Roman';
  font-weight: 700;
  text-align: center;

}
.navigation {
  display: flex;
  min-width: min-content;
  font-size: 24px;
  width: 100vw;
  top: 0px;
  right: 0%;
  left: 0%;
  box-shadow: -8px 8px 16px 0px rgba(0,0,0,0.2);
  font-family: Georgia, 'Times New Roman', Times, serif;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin:0 0 0 0;
  background-color: rgb(20,52,82);
  max-height: 75px;
  min-height: 50px;
  height: 5vw ;
  position: relative;
}

#home_link {
  top: 0;
  float: none;
  text-decoration: none;
  justify-content: center;
  width:20vw;
  max-width: 200px;
  max-height:71px !important;
  min-height: 46px;
  padding: 0 !important;
  height: 5vw;
}
 .nav_link_div {
  top: 0;
  margin: 0;
  max-height: 75px;
  min-height: 50px;
  height: 5vw;
  text-decoration: none;
  font-family: inherit;
  width: 20vw !important;
  min-width: min-content;
  max-width: 200px;
  background-color:rgb(20,52,82);
  color: white !important;
}
#contact_link, #about_link {
  width: 100%;
  height: 100%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: white !important;
}
#contact_link,a:link, a:visited {
  text-decoration: none !important;
}
.dropdown #dropbtn {
  font-size: 24px;
  float: none;
  line-height: 0%;
  margin: 0px;
  text-align: center;
  border: none;
  outline: none;
  font-family: inherit;
  max-height: 75px;
  height: 5vw;
  min-height: 50px;
  width: 20vw;
  min-width: min-content;
  max-width: 200px;
  background-color: rgb(20,52,82);
  color: white;
}
.dropdown-content a:hover {
  color: aliceblue;
  background: linear-gradient(to bottom left,rgb(180, 180, 180,.95),rgb(130, 130, 130,.95))
}
.dropdown {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: inline-block;
  overflow: hidden;
  width: 15vw;
  min-width: min-content;
  max-width: 200px;
}
.dropdown-content {
  float: none;
  display: none;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  min-width: fit-content;
  width: 10vw;
  max-width: 200px;

}
.dropdown:hover .dropdown-content {
  display: block;
  top: 100%;
}
.dropdown-content a {
  border-radius: 1px;
  font-weight:500;
  justify-self: center;
  background: linear-gradient(to bottom left,rgb(230, 230, 230),rgb(180, 180, 180));
  display: flex;
  min-width: 120px;
  max-width: 200px;
  height: min-content;
  font-size: 14px !important;
  text-decoration: none;
  float: none;
  padding: 12px 16px 12px 16px ;
  color: rgb(20, 20, 20);
  text-align: left;
}
.navigation a:hover,.dropdown:hover #dropbtn,.navigation .nav_link_div:hover {
  background-color: rgb(70, 77, 172);
}
#home_banner {
  margin-top: 3em;
}
#home_banner .home_banner_list {
  padding: 0 !important;
  align-content: center;
  margin: auto;
  display: flex;
  max-width: 1200px;
}

#carousel_holder {
  position: relative;
  margin: 0;
  padding:0;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: 800px;
}
#carousel_flexer {
  width: 100%;
  aspect-ratio: 2/1;
  display: flex;
  max-width:800px;
  min-width:200px;
  min-height: 100px;
  max-height: 400px;
}
.slide {
  margin: 0;
  padding: 0;
  position: relative;
}
.slide img {
  margin: 0;
  padding: 0;
  aspect-ratio: 2/1;
}
.slide_filter {
  width: 100%;
  height: 100%;
  background: radial-gradient(transparent, black);
}
.slide p {
  color: rgb(0,0,0,0.95);
  text-decoration: none;
  padding: 7px 0;
  bottom: 0;
  margin: 0;
  align-items: center;
  vertical-align: baseline;
  font-size: 1em;
  width: 100%;
  position: absolute;
  background: linear-gradient(rgb(211, 211, 211,.65),rgb(211, 211, 211,.95));
  text-align: center;
}
@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}

.carousel {
  box-sizing: content-box;
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
}

.carousel::-webkit-scrollbar {
  width: 0;
}

.carousel::-webkit-scrollbar-track {
  background: transparent;
}

.carousel::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}
.carousel {
  -ms-overflow-style: none;
}
ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel {
  aspect-ratio: 2/1;
  flex: 1 1 0;
  margin: 0;
  padding: 0;
  filter: drop-shadow(0 0 20px #0003);
}

.carousel__viewport {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  perspective: 100px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  margin: 0;
  padding: 0;
  position: relative;
  flex: 0 0 100%;
  display: flex;
}

.carousel__slide:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);
  font-size: 2em;
}


.carousel__snapper {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  scroll-snap-align: center;
  width: 100%;
}


@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 5s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  align-items: center;
  line-height: 0px;
  width: 100%;
  padding: 0;
  height: 30px;
  margin: auto;
  position: absolute;
  bottom: -30px;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
  padding: 0 5px;
}

.carousel__navigation-button {
  justify-content: center;
  align-items: center;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: linear-gradient(to bottom left,rgb(209, 209, 209),rgb(169, 169, 169,0.75));
  border: .5px solid black;
  background-clip: content-box;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}
.carousel__navigation-button:hover {
  background-color: gray;
}
.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 4rem;
  font-size: 0px;
  outline: 0;
  top: 37.5%;
}
.carousel::before,
.carousel__prev {
  left: 0;
}

.carousel::after,
.carousel__next {
  right: 0;
}

.carousel::before,
.carousel::after {
  content: '';
  z-index: 1;
  align-items: center;
  justify-content: center;
  background-size: 1rem 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}

.carousel::before {
  background-image: url("reversed-arrow.png");
}

.carousel::after {
  background-image: url("arrow.png");
}
.carousel__next:hover, .carousel__prev:hover {
  background-color: rgb(211, 211, 211,0.4);
}
#spotlight_holder {
  margin: 0 0 0 5%;
  float: right;
  display: flex;

}
#spotlight {
  aspect-ratio: 1/1;
  display: flex;
  max-width: 400px;
  min-width: min-content;
  top: 0;
  position: relative;
  list-style: none;
}
#spotlight ul {
  font-size:1.5vw;
  flex:1;
  list-style: none;
  display:inline-block;
  position: relative;
  right: 0;
  left: 0;
  text-align: left;
  margin: 0;
  padding: 0;
}
#spotlight li a {
  border-radius: 2px;
  box-shadow: -8px 8px 16px 0px rgba(0,0,0,0.2);
  background: linear-gradient(to bottom left,rgb(230, 230, 230),rgb(180, 180, 180,0.75));
  list-style: none;
  display:block;
  position: relative;
  right: 0;
  left: 0;
  text-align: left;
  margin: 0;
  padding: 8px 8px;
  color: rgb(50, 50, 50);
}
#spotlight #title{
  box-shadow: -8px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 2%;
  background: linear-gradient(to bottom left,rgb(210, 210, 210),rgb(150, 150, 150,0.75));
  font-weight: 600;
  font-size: 2.5vw;
  align-items:center;
  color: rgb(50, 50, 50);
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  min-width: min-content;
  font-size: 14px;
  background-color: rgb(20,52,82);
  width: 100vw;
  position: relative;
  bottom: 0;
}
.footer #footer_logo {
  vertical-align: middle;
  display: flex;
  padding: 0px;
  margin: 0px;
  width: 10vw;
  min-width: 100px;
  max-width: 150px;
}
#disclosure_container {
  position: relative;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  display: flex;
  font-family: 'Times New Roman', Times, serif;
  margin:  0px;
  text-align: center;
  min-width: min-content;
  max-width: 800px;
  width: 75vw;
  color: aliceblue;
}
#home_mission_container {
  display: flex;
  align-items: center;
  position: relative;
  margin: 10% auto;
  min-width: 200px;
  max-width: 1000px;
}
#home_mission_container.dev {
  max-width: 750px;
  width: 75vw;
  margin: auto;
}
#home_mission_background {
  box-shadow: -8px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 5px;
  top: 0;
  position: absolute;
  background: linear-gradient(to bottom left,rgb(255, 244, 143),rgb(255, 223, 95));
  height: 90%;
  width: 95%;
  z-index: 3;
}
#home_mission {
  padding: 2%;
  bottom: 0;
  margin: 2% 0px 0px 2%;
  width: fit-content;
  height: fit-content;
  z-index: 5;
  position: relative;
  border-radius: 5px;
  box-shadow: -8px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 16px;
  color: rgb(255, 215, 55);
  text-align: center;
  font-size: 18px;
  background: linear-gradient(to bottom left,rgb(88, 119, 148),rgb(20,52,82));
}
#home_mission p {
  font-size: 1.5vw;
  padding: 0 10px;
  font-family: Helvetica;
  color: white;
}
#home_mission strong {
  color: rgb(252, 229, 140);
}
.topic_summary_background {
  border-radius: 5px;
  box-shadow: -8px 8px 16px 0px rgba(0,0,0,0.2);
  background: linear-gradient(to bottom left,rgb(149, 174, 197),rgb(20,52,82));
  position: absolute;
  height: 95%;
  width: 95%;
}
.topic_summary {
  border-radius: 5px;
  max-width: 400px;
  box-shadow: -8px 8px 16px 0px rgba(0,0,0,0.2);
  margin: 5% 0px 0px 5%;
  text-align: center;
  position: relative;
  padding: 5%;
  width: 90%;
  height: 75%;
  background: linear-gradient(to bottom left,rgb(255, 244, 143),rgb(241, 201, 44));
  color: rgb(34, 87, 137);
}
.topic_summary h2 {
  font-weight: 700;
  font-size: 2.25vw;
}
.topic_summary p {
  font-size: 1.25vw;
  font-family: Helvetica;
  color: black;
}
#home_topic_summaries ul {
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  margin: auto;
}
#home_topic_summaries li{
  aspect-ratio: 9/4;
  align-items: center;
  display: inline-block;
  text-align: center;
  margin: 2% auto ;
  position: relative;
width: 40vw;
height: fit-content;
max-width: 400px;
min-width: 300px;
}
#home_topic_summaries a {
  text-decoration: none !important;
}
#home_topic_summaries {
  margin: auto;
  align-items: center;
}
.home_topic_container {
  border: 3px solid;
  border-image: linear-gradient(to right,transparent, rgb(20,52,82),transparent) 1;
  border-style: solid none none none;
  position: relative;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
  padding: 2% 2%;
}
.home_title {
  color: rgb(135, 163, 204);
  font-weight: 700;
  font-size: 4vw ;
  box-shadow: -8px 8px 16px 0px rgba(0,0,0,0.2);
  border: 0.5rem solid;
  background-size: 200% 200%;
  -webkit-text-stroke: 0.05rem rgb(20,52,82);
  background: linear-gradient(to top right, rgb(20,52,82),rgb(120,152,182));
  -webkit-background-clip: text;
  background-clip: text;
  border-image: linear-gradient(to top right, rgb(20,52,82),rgb(120,152,182)) 1;
  top: 2%;
  position: relative;
  margin: 2em auto;
  display: flex;
  padding: 1%;
  text-align: center;
  width: fit-content;
  height: min-content;
}
.about_topic {
  width: fit-content;
  align-items: center;
  margin: 2% auto 5% auto;
  max-width: 800px;
}
.about_topic h1 {
  color: rgb(20,52,82);
  box-shadow: -8px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 0.25vw;
  padding: 2%;
  margin: 0 !important;
  background: linear-gradient(to top right,rgb(238, 219, 111), rgb(255, 255, 141));
  font-size: 2.75vw ;
}
.about_topic p {
  box-shadow: -8px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 0.25vw;
  text-align: left;
  padding: 2%;
  margin: 0 auto;
  background: linear-gradient(to top right,rgb(254, 233, 117),rgb(252, 252, 178)) !important;
  font-size: 1.75vw;
  font-family:  Helvetica, sans-serif;
}
.about_title {
  margin: 0 auto 10% auto;
  color: rgb(20,52,82);
  padding: 1%;
  font-size: 3vw;
  width: fit-content;
  border: 0.5rem solid;
  border-image: linear-gradient(to top right, rgb(20,52,82),rgb(120,152,182)) 1;
}
#about_content {
  width: fit-content;
  position: relative;
  padding: 0 10% 0 10%;
  margin: auto;
}
.topic_link_div {
  margin: 5% auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.topic_link {
  min-width: 300px;
  min-height: 200px;
  box-shadow: -8px 8px 16px 0px rgba(0,0,0,0.2);
  margin: 5% auto;
  align-items: center;
  border-radius: 1%;
  width: 40vw;
  height: 27vw;
  position: relative;
  display: flex;
  padding: 0.2%;
  background-color: rgba(170, 170, 170, 0.75);
}
.topic_background_img {
  padding: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  flex-basis: 100%;
  position: relative;
  display: flex;
  padding: 0;
}
.topic_div {
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.topic_link p {
  color: black;
  padding: 2% 4% ;
  left: 0;
  right: 0;
  margin: 0;
  bottom: 0%;
  top: 70%;
  position: absolute;
  display: flex;
  background: linear-gradient(to top right, rgba(176, 176, 176, 0.85),rgba(220, 220, 220, 0.95));
  font-size: 1.6vw;
}
.article_title {
  text-align: center;
  font-size: 3.5vw;
  padding: 0 15% 5% 15%;
}
.article_text {
  text-shadow: 1px 1px 1px rgb(0, 0, 0,0.2);
  font-weight: 400;
  font-family: Helvetica,sans-serif;
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 5%;
  line-height: 1.8;
  font-size: 18px;
}
.figure_and_text{
  display: block;
  height: min-content;
  width: 100%;
}
.article_figure span {
  text-align: center;
  padding: 2%;
  font-size: 14px;
  width: 100%;
}
.article_text .first_letter {
  font-family: 'Libre Baskerville',sans-serif;
  line-height: 0.7;
  line-height: 1;
  padding: 0 1% 0 0;
  float: left;
  font-size: 300%;
}
.article_figure{
  height: fit-content;
  padding: 0 0 0 0;
  border-radius: 0.5vw;
  background-color: rgb(211, 211, 211,0.65);
  position: relative;
  margin: 0.75em 0.75em;
  text-align: center;
  max-width: 100%;
  width: min-content;
}
.article_figure h1 {
  z-index: 3;
  background-color: rgb(211, 211, 211,0.75);
  padding: 0 0.5%;
  position: absolute;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 0;
  text-align: left;
  font-size: 18px;
  width: fit-content;
}
.article_figure img{
  min-width: 300px;
  max-width: 500px;
  margin: 0;
  width: 90vw;
  border-radius: 0.25em;
}
.article_figure iframe {
  border-radius: 1em;
  padding: 0 !important;
  margin: 0;
  width: 90vw;
  height: 90vw;
  position: relative;
  min-height: 300px;
  max-height: 500px;
  min-width: 300px;
}
.page_annotation {
  font-size: 14px;
  align-items: center;
  text-align: center;
  margin: auto;
}
.additional_disclosures {
  padding: 5%;
  text-decoration: underline solid 5%;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 700;
}
#feedback {
  position: relative;
  background: whitesmoke;
  border: 0.1em solid transparent;
  border-color: rgb(60, 102, 140, 0.75);
  border-radius: 0.5em;
  padding: 5% 1% 0 1%;
  display: flex;
  width: 100%;
  display: none;
  font-family: Helvetica;
  height: fit-content;
  z-index: 1;
}
#feedback:target {
  display: inline-block;
}
#feedback:target + #feedback_form_icon > #question, #feedback:target + #feedback_form_icon > h3 {
  display: none;
  animation: none;
}
#feedback #close {
  z-index: 2;
  text-decoration: none;
  top: 0px;
  right: 10px;
  position: absolute;
  display: block;
}
#feedback #close:hover {
  right: 14px;
  transform:scale(1.2,1.2);
  -webkit-transform:scale(1.2,1.2);
  -moz-transform:scale(1.2,1.2);
}
#feedback #close::before {
  width: fit-content;
  height: fit-content;
  content : none;
}
#feedback #close::after {
  width: fit-content;
  height: min-content;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 200;
  text-decoration: none;
  color: rgb(100,132,162);
  z-index: 1;
  content: "\00D7";
}
#feedback #close:focus + #feedback_form_icon > #question {
  animation: none;
}
#question {
  margin: 5px;
  width: 25px;
  height: 25px;
}
#feedback_form_icon {
  color: rgb( 0, 32, 62);
  justify-content: center;
    display: flex;
    align-content: center;
    text-decoration: none;
    flex-wrap: wrap;
    align-items: center;
}
#feedback_container {
  top: -7em;
  position: relative;
  margin: 5% 0; 
  margin: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 500;
}
#feedback_form {
  border: none;
  max-height: 640;
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#feedback_iframe_container {
  max-width: 440;
  max-height: 640px;
  padding-bottom: 120%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#int_chart_container {
  margin: auto;
  justify-content: center;
  display: flex;
  max-width: 1000;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#int_chart_iframe {
  border-radius: 0.5em;
  overflow: hidden;
  max-width: 1300;
  max-height: 1000;
  position: absolute;
  width: 98%;
  height: 98%;
  top:0;
  left:0;
  border: none;
}
.additional_disclosures.int_chart {
  position: relative;
  top: -15em;
}
#int_chart_info {
  max-width: 1000px;
  padding: 1%;
  margin: auto;
}
.article_text.int_chart {
  padding: 0;
}
.main-svg, .user-select-none.svg-container > * {
  width: 100% !important;
}
@media screen and (max-width:900px) {
  #spotlight_holder {
    display: none !important;
  }
  #home_mission h2{
    font-size: 18px !important;
  }
  #home_mission.dev h2{
    font-size: 24px !important;
  }
  .carousel {
    margin: 0;
  }
  #home_banner .home_banner_list {
    padding: 0;
    align-content: center;
    margin: auto;
    aspect-ratio: 800/400;
    display: flex;
    min-width: 400px;
    max-width: 800px;
    min-height: 200px;
    max-height: 400px;
  }
  #image_caption p {
    font-size: 2.5vw;
  }
  #disclosure_container {
    font-size: 1.75vw;
  }
  .footer #footer_logo {
    width: 150px;
  }
  #home_topic_summaries p {
    font-size: 12px !important;
  }
  .topic_summary h2 {
    font-size: 18px !important;
  }
  .navigation .nav_link_div,.dropdown #dropbtn {
    font-size: 20px !important;
  }
  .article_figure {
    float: none !important;
    margin: 0.5em auto;
  }
  .topic_link p {
    font-size: 14px;
  }
  #int_chart_iframe {
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.75);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 0 0;
    width: 130%;
    height: 130%;
  }
  #int_chart_container {
    aspect-ratio: 4/5;
    aspect-ratio: 4/5;
  }
  .additional_disclosures.int_chart, #feedback_container {
    top: -50%;
  }

}
@media screen and (max-width:600px) {
  #image_caption p {
    font-size: 16px;
  }
  #disclosure_container {
    font-size: 10px;
  }
  .footer #footer_logo {
    width: 100px;
  }
  .navigation .nav_link_div,.dropdown #dropbtn {
    font-size: 14px !important;
  }
  .topic_summary {
    font-size: 12px !important;
  }
  .home_topic_container h1 {
    font-size: 26px !important;
  }
  .home_title, h1 {
    font-size: 26px !important;
  }
  .dropdown-content a {
  font-size: 12px !important;
  }
  #home_mission p {
    font-size: 14px;
  }
  #home_mission.dev p {
    font-size: 12px;
  }
  #home_topic_summaries p {
    font-size: 12px !important;
  }
  .topic_summary h2 {
    font-size: 18px !important;
  }
  .about_title {
    font-size: 20px;
  }
  .about_topic p {
    font-size: 12px;
  }
  .about_topic h1 {
    font-size: 16px;
  }
  .article_title {
    font-size: 22px;
  }
  .article_figure span {
    font-size: 12px;
  }
  .article_text {
    font-size: 12px;
  }
  .page_annotation {
    font-size: 12px;
  }
  .additional_disclosures {
    font-size: 12px;
  }
  .slide p {
    font-size: 10px;
  }
  #feedback_form {
    zoom: 0.75;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.75);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 0 0;
    width: 130%;
    height: 130%;
  }
  #contact_form{
    zoom: 0.75;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 50% 0;
    -o-transform: scale(0.75);
    -o-transform-origin: 50% 0;
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    width: 130%;
    height: 130%;
  }
  #feedback_container {
    max-width: 330;
    max-height: 480;
  }
  #feedback_form_icon {
    font-size: 12px;
  }
  #int_chart_iframe {
    transform: perspective(-1px);
    transform: perspective(-1px);
    -moz-transform: scale(0.6);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.6);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.6);
    -webkit-transform-origin: 0 0;
    height: 200%;
    width: 160%;
  }
  #int_chart_container {
    aspect-ratio: 2/5;
    aspect-ratio: 2/5;
  }
}
@media screen and (min-width: 1200px) {
  .slide p {
    font-size: 22px;
  }
  #disclosure_container {
    font-size: 14px;
  }
  #spotlight li {
    font-size: 18px;
  }
  #spotlight #title {
    font-size: 30px !important;
  }
  .footer #footer_logo {
    width: 200px;
  }
  .navigation .nav_link_div,.dropdown #dropbtn {
    font-size: 24px;
  }
  .dropdown-content a {
    font-size: 18px !important;
  }
  #home_mission p {
    font-size: 18px;
  }
  #home_mission.dev p {
    font-size: 22px;
  }
  .home_topic_container h1 {
    font-size: 40px;
  }
  #home_topic_summaries p {
    font-size: 16px !important;
  }
  .topic_summary h2 {
    font-size: 26px !important;
  }
  .about_title, h1 {
    font-size: 40px;
  }
  .about_topic p {
    font-size: 20px
  }
  .about_topic h1 {
    font-size: 36px;
  }
  .home_title {
    font-size: 40px;
  }
  .topic_link p {
    font-size: 20px;
  }
  .article_title {
    font-size: 40px;
  }
  #feedback_form_icon h3 {
    font-size: 24px;
  }
}
