.hero-content-aside {
  width: 100%;
  height: auto;
}

/* REGION Home Hero Banner Section Styles */
.bannerSearchResult {
  z-index: 1;
}

.bannerSearchResult tr td > a {
  cursor: pointer;
  color: #444444;
}

.bannerSearchResult tr td > a:hover {
  color: #006ac3;
}

.fund-types-row .card.link-card.link-card-card {
  border-top: 0;
  border-left: 2px solid #fedf01;
}

.fund-types-row .card.link-card.link-card-card .card-body {
  background-color: #f5fcff;
  padding: 0.8rem 0.8rem 0.8rem 1rem;
}

.fund-types-row .link-card-header-container {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.fund-types-row .link-card-icon {
  margin-left: 1.5rem;
  margin-right: 0;
}



@media (min-width: 768px) {
  .row.fund-types-row .link-card-wrapper {
    flex-basis: inherit;
    max-width: inherit;
    min-width: 40%;
  }

  .fund-types-container {
    margin-top: 0.75rem;
    margin-bottom: 3.6rem;
  }
}

@media (min-width: 992px) {
  .row.fund-types-row .link-card-wrapper {
    min-width: 30%;
  }
}
/* END REGION Home Hero Banner Section Styles */

/* REGION Hero Reduced Section Styles */
.yellow-border-bottom {
  border-bottom: 2px solid #fedf01;
}

.yellow-border-top {
  border-top: 2px solid #fedf01;
}
/* END REGION Hero Reduced Section Styles */

/* REGION Highlight Widget (Module) Styles */
.highlight-center-content .section-block-header-description p {
  text-align: center;
  margin: auto;
  font-size: 1.125rem;
}

.highlight-center-content .caption-avatar {
  height: 6rem;
  width: 6rem;
}

@media (min-width: 575px) {
  .highlight-center-content .caption-avatar {
    height: 7rem;
    width: 7rem;
  }
}

@media (min-width: 768px) {
  .highlight-center-content .section-block-header-description p {
    max-width: 50%;
    font-size: inherit;
  }
}
/* END REGION Highlight Widget (Module) Styles */

/* REGION Image Paragraph Styles */
.mobile-image-paragraph-section .image-block {
  margin-bottom: 1.5rem !important;
}

.white-text .button {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mobile-image-paragraph-section .white-text {
  margin-bottom: 1rem;
}

a[class='white-text button'] {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}

/* For IE 11: Prevent image from stretching */
.image-block img,
.image-container img {
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .image-paragraph-content .content-paragraph h3 {
    color: #444444;
  }

  .text-icon-display-icon {
    flex: 0 1 20%;
  }
}
/* END REGION Image Paragraph Styles */

/* Our Mutual Funds Styles */
.fund-card .card-link-wrapper {
  min-height: 120px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.125rem;
}

.fund-card .link-card-header {
  color: #003068 !important; /* Overriding existing !important styling */
}

@media (min-width: 992px) {
  .fund-card .card-link-wrapper {
    min-height: 300px;
  }
}
/* END Our Mutual Funds Styles */

.hidden-table-header thead {
  /* TODO: make this accessible w/ sr-only */
  display: none;
}

.table-inner-borders td:not(:last-child) {
  border-right: 1px solid rgb(219, 219, 219)!important;
}

/* Expanded link cards */
@media only screen and (max-width: 992px) {
  .expanded-link-card {
    display: block;
  }
  .expanded-link-card .card-wrapper {
    display: block;
  }
}