img {
  max-width: 100%;
  margin: auto;
  text-align: center;
  display: block;
  height: auto;
  width: auto;
}

* {
  font-family: "Roboto", sans-serif;
}

body {
  margin: 0px;
  font-size: 20px;
  height: 100%;
}

iframe {
  max-width: 100%;
}


footer {
  background-color: #0a85d5;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #59abe3;

  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

footer hr {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-color: #7fb38b;
  border-style: solid;
}

.footer-inner-wrapper {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  max-width: 900px;
  width: 96%;
  margin: auto;
  font-size: 0.8em;
  color: #59abe3;
  text-align: center;
}



.footer-section-wrapper {
  margin: 0.5rem;
}

.footer-item {
  margin: 0.5rem;
  font-size: 0.9rem;
}

.footer-item a,
.footer-item a:visited {
  color: white;
}



.main-content-wrapper {
  max-width: 1000px;
  margin:auto;
  width: 100%;
}






html {
  height: 100%;
}

p {
  line-height: 1.6;
}

table {
  font-size: 18px;
  border-spacing: 0px;
  width: 100%;
  border-collapse: collapse;
}

td,
th {
  border: 1px solid #CCC;
  padding: 0.5em;
}

th {
  background: #F3F3F3;
  font-weight: bold;
  text-align: center;
}

td {
  background: #fffefe;
  text-align: center;
}

#announcement {
  text-align: center;
  padding: .5rem;
  background-color: #eb83c1;
}



.alignCenter {
  text-align: center;
}

.button {
  margin-top: 1em;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
  background-color: #59abe3;
  border: 0;
  font-size: 1em;
  color: #FFF;
  cursor: pointer;
}

.body-wrapper {
  min-height: 90vh;
}

.alert {
  text-align: center;
  color: orange;
}

.button-link {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.margin-auto {
  margin: auto;
}

.tooltip {
  max-width: 200px;
}

.__react_component_tooltip.show {
  opacity: 1 !important;
}

.navigation-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0em 1rem;
  box-sizing: border-box;
}

.navigation-wrapper a,
.navigation-wrapper a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

.site-title-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #FFFFFF;
}

.site-title-wrapper a,
.site-title-wrapper a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

.site-title-wrapper .site-title-logo {
  width: 75px;
  height: auto;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em;
  border: none;
  border-radius: 3px;
  background: url("/static/img/select_down.png") no-repeat right #efefef;
  font-size: 1em;
  border-right: 0.5em solid #efefef;
  width: 120px;
}

.select-container {
  position: relative;
  display: inline;
}

.select-container:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}

.select-container:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 0.3em;
  right: 0.75em;
  border-top: 8px solid black;
  opacity: 0.5;
}

select::-ms-expand {
  display: none;
}

.nav-link {
  margin-left: 1.5em;
}

.hamburger-menu {
  display: none;
  cursor: pointer;
}

.hamburger-menu div {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
}

.mobile-close {
  display: none;
  background: none;
  color: #999;
  border: 0;
  font-size: 2em;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
}

.mobile-menu {
  display: none;
}

.mobile-menu {
  z-index: 1000000;
  font-weight: bold;
  font-size: 0.8em;
  width: 100%;
  background: #f1f1f1;
  position: absolute;
  text-align: center;
  font-size: 12px;
}

.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.mobile-menu li {
  display: block;
  padding: 15px 0 15px 0;
  border-bottom: #dddddd 1px solid;
  font-size: 1.5em;
  font-variant: small-caps;
}

.mobile-menu li:hover {
  display: block;
  background: #ffffff;
  padding: 15px 0 15px 0;
  border-bottom: #dddddd 1px solid;
}

.mobile-menu ul li a {
  text-decoration: none;
  margin: 0px;
  color: #666;
}

.mobile-menu ul li a:hover {
  color: #666;
  text-decoration: none;
}

.mobile-menu a {
  text-decoration: none;
  color: #666;
}

.mobile-menu a:hover {
  text-decoration: none;
  color: #666;
}

@media (max-width: 500px) {
  .desktop-nav-link-container {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }
}

@media (min-width: 500px) {
  .hamburger-menu {
    display: none !important;
  }

  .mobile-close {
    display: none !important;
  }

  .mobile-menu {
    display: none !important;
  }
}


.upgrade-bar {
  color: red;
  text-align: center;
}

.upgrade-bar a:visited {
  color: red;
}

body {
  margin: 0px;
}

#home-banner-container-beta {
  color: white;
  background: #d1a3d1;
  background: linear-gradient(90deg, #bd7abd 0%, #d1a3d1 100%);
}

#home-banner-container {
  color: white;
  background: #0b5ce2;
  background: linear-gradient(90deg, #0b5ce2 0%, #0a85d5 100%);
}

.home-banner-wrapper {
  width: 100%;
  padding-top: 3em;
  padding-bottom: 6em;
  text-align: center;
}

.search-instructions-outer {
  width: 95%;
  margin: auto;
  max-width: 1000px;
  text-align: center;
  color: #FFF;
}

.search-instructions-outer h1 {
  font-size: 3em;
  font-weight: normal;
}

#search-form-container {
  display: flex;
  justify-content: center;
  margin-top: 3em;
  flex-direction: column;
  row-gap:1rem;
}

#search-form {
  text-align: center;
  width: 95%;
  margin: auto;
  max-width: 800px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#search-form .search-input {
  padding: 0.5em 0.8em;
  font-size: 1.2em;
  border: 1px solid #d3edfe;
  border-radius: 0.05em;
  margin-right: 0.1em;
  box-sizing: border-box;
  background-color: #d3edfe;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-grow: 1;
}

#search-form .search-input:focus {
  background-color: #dbf6fa;
  border: 1px solid #e89600;
}

#search-form #submit-outer {
  display: inline-block;
}

#search-form .search-submit {
  background-color: #e89600;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  text-align: right;
  padding: 0.5em 1em;
  font-size: 1.2em;
  margin-left: 0.05em;
  border: 1px solid #e89600;
  color: white;
}

#search-form .search-submit:hover {
  background-color: #deaa4c;
  border-color: #deaa4c;
}

#home-how-wrapper {
  background-color: #FFF;
}

#home-how {
  width: 95%;
  margin: auto;
  max-width: 800px;
  padding-top: 2em;
  padding-bottom: 4em;
}

#home-how h2 {
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.home-subtitle {
  text-align: center;
  color: #FFF;
  padding: 0em 2em;
  font-size: 1.1em;
}

#question-count-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  padding: 1em;
  color: #E0E0E0;
  border-top: 1px solid #E0E0E0;
}

.home-posts-wrapper {
  background-color: #d3edfe;
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
}

.home-posts-wrapper .home-posts {
  width: 90%;
  margin: auto;
  max-width: 800px;
}

.home-posts-wrapper h2 {
  text-align: center;
  margin-bottom: 1.5em;
}

#report-samples {
  padding: 20px 0px;
  color: #c7e8ff;
}

#report-samples a,
#report-samples a:visited {
  color: #ffbb3f;
}


@media screen and (max-width: 590px) {
  #search-form .search-input {
    width: 95%;
    margin: auto;
  }

  #search-form #submit-outer {
    margin: auto;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }

  #search-form .search-submit {
    margin: auto;
  }
}

/*# sourceMappingURL=index.css.map */