@font-face {
  font-family: "Lato Regular";
  src: url("../fonts/Lato_Regular.woff") format("woff"); }
@font-face {
  font-family: "Google Sans Regular", sans-serif;
  src: url("../fonts/GoogleSans-Regular") format("woff"); }
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-v14-latin-regular.woff") format("woff"); }
html, body {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box;
  font-family: "Nunito";
  src: url("../fonts/nunito-v14-latin-regular.woff") format("woff");
  scroll-behavior: smooth; }

.navbar {
  background: #28a745;
  align-content: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.navbar-brand p {
  color: #28a745;
  width: 90%; }

.navbar-brand img {
  width: 200px; }

.navbar-nav ul li a {
  color: #ffffff;
  font-size: 100%; }

.nav-link {
  color: #ffffff !important; }

.nav-item {
  color: #ffffff !important; }

.navbar-toggler {
  color: #80dd32 !important;
  border: 0 !important; }

.navbar-toggler-icon {
  color: #80dd32 !important;
  border: 0 !important; }

.jumbotron {
  height: 100vh;
  background-image: url("../img/cover.png");
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border-radius: 0px; }

.banner-text {
  margin-top: 3.25rem; }

.divider {
  background-color: #28a745;
  height: 1vh; }

.rfbtn {
  background-color: #28a745;
  font-color: white !important;
  border: 0; }

.claimHeader {
  color: #28a745 !important;
  font-weight: bold; }

.fab {
  font-size: 200%; }

.dropdown {
  z-index: 3; }

.indiv-tag {
  border-radius: 24px;
  font-size: 70%; }

.tag-level {
  align-items: center; }

.tag-recommended {
  background-color: #4e77a2; }

.tag-index {
  background-color: #b57250; }

.tag-dollar {
  background-color: #71ae4d; }

.leftAlign {
  text-align: left !important; }

.fundcards {
  z-index: 5; }

#cookieconsent {
  font-family: "Lato Regular", sans-serif !important;
  size: 50%;
  margin-right: 0 !important; }

@media (min-width: 300px) {
  .detailimg, .previewimg {
    width: 100%;
    align-self: auto; } }
@media (min-width: 520px) {
  .detailimg, .previewimg {
    width: 100%; } }
@media (min-width: 720px) {
  .detailimg, .previewimg {
    width: 100%; } }
@media (min-width: 900px) {
  .detailimg, .previewimg {
    width: 100%; } }
.form-container {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  width: 300px;
  margin: auto; }

@media (min-width: 400px) {
  .form-container {
    width: 400px !important; } }
@media (min-width: 500px) {
  .form-container {
    width: 500px !important; } }
.text-rmm {
  color: #80dd32; }

.ais-SearchBox-input {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.ais-SearchBox-submit {
  display: none; }

.ais-Hits {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word; }

.highcharts-credits {
  display: none; }

.highcharts-title {
  font-weight: bolder;
  color: #256141 !important; }

.highcharts-root {
  font-family: "Lato Regular", sans-serif !important;
  font-color: #256141; }

.highcharts-a11y-proxy-button {
  color: #256141; }

.goldHeader {
  color: #ca9732;
  font-weight: bold; }

#sticky, .sticky {
  position: fixed;
  right: 15px;
  top: 85%;
  transition: all 0.2s ease-in-out;
  border-radius: 24px;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0 8px 8px -6px #3c3c3c; }

#sticky:hover, .sticky:hover {
  transform: scale(1.1); }

#sticky:active, .sticky:active {
  transform: scale(1.1); }

#trigger {
  border: 1px solid #124735;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }

#trigger:hover {
  transform: scale(0.8); }

footer {
  background-color: #28a745;
  height: 50px; }
  footer p {
    padding-top: 15px;
    margin-bottom: 0px;
    color: #ffffff !important; }

/*# sourceMappingURL=style.css.map */
