/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.interest-rates {
  border-radius: 8px;
  border: 1px solid rgba(250, 250, 250, 0.2);
  padding: 3.4rem 3rem;
}
.interest-rates .panTable {
  text-transform: none;
  font-family: inherit;
  font-size: 1.4rem;
}
.interest-rates .panTable #scrollingText {
  display: flex;
  justify-content: center;
  gap: 3rem 2rem;
  flex-wrap: wrap;
}
.interest-rates .panTable .quotes {
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  min-width: 12rem;
  padding: 0;
  border: none;
}
.interest-rates .panTable .symbolName {
  color: #64C764;
  float: none;
  font-weight: normal;
  font-size: inherit;
}
.interest-rates .panTable .topRowContainer {
  width: auto !important;
}
.interest-rates .panTable .symbolValue {
  color: #FAFAFA;
  font-size: 3rem;
  float: none;
  font-weight: normal;
}
.interest-rates .panTable .bottomRowContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.interest-rates .panTable .arrows {
  padding: 0 0 0 1rem;
}
.interest-rates__disclaimer {
  opacity: 0.5;
}
@media print, screen and (min-width: 46.875em) {
  .interest-rates .panTable {
    font-size: 1.8rem;
  }
  .interest-rates .panTable .symbolValue {
    font-size: 4rem;
  }
  .interest-rates .panTable .quotes {
    min-width: 17rem;
  }
}
@media screen and (min-width: 1300px) {
  .interest-rates .panTable #scrollingText {
    gap: 5rem 3rem;
  }
  .interest-rates .panTable .symbolValue {
    font-size: 6.4rem;
  }
  .interest-rates .panTable .quotes {
    min-width: 21rem;
  }
}

.track-records .entry-content {
  max-width: 69rem;
}
.track-records .stats {
  gap: 4rem 10%;
}
.track-records .stat-item .section-title {
  border: none;
  box-shadow: none;
  margin: -0.6rem 0 0 -1.2rem;
}
.track-records .stat-item .size-h1 {
  max-width: 40rem;
  line-height: 1;
  margin: 0.1em 0;
}
.track-records .stat-item__desc {
  max-width: 30rem;
}
@media print, screen and (min-width: 46.875em) {
  .track-records .stat-item {
    min-height: 34rem;
    border-left: 1px solid rgba(250, 250, 250, 0.3);
    padding-left: 2.4rem;
    min-width: 25%;
  }
}

.loan .size-h4 {
  max-width: 69rem;
}
