body {
  background-color: #ffffff;
  letter-spacing: 0.2px;
  overflow-x: hidden;
}

.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 15%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #706fd3;
}

header#top-header {
  background-color: #ffffff;
}

/* Affiliate disclosure below navbar */
.navbar-notice {
  background: #f9fbff;
  border-bottom: 1px solid #e9e9e9;
  color: #545454;
}

.navbar-notice p {
  margin: 0;
  padding: 10px 0;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.navbar-notice i {
  font-size: 12px;
  color: #706fd3;
}

header#top-header #logo {
  display: flex;
  align-items: center;
  height: 100px;
  margin-left: -8px;
}

header#top-header #logo img {
  height: 30px;
}

nav#navigation-mobile {
  display: none;
}

section.sidebar {
  padding-bottom: 30px;
}

section.content {
  padding: 60px 0;
}

section.grid {
  padding: 80px 0;
  background: #f1f1f1;
}

section.faq h4 {
  font-size: 20px;
  margin-bottom: 45px;
  color: #706fd3;
}

section.faq h4::after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  margin-top: 15px;
  height: 2px;
  background: #706fd3;
}

section.faq {
  padding: 60px 0;
  background: #f9fbff;
}

section.faq .faq-section {
  margin-bottom: 15px;
}

section.faq .faq-section {
  font-size: 14px;
}

section.faq .faq-section .fas.fa-circle,
section.faq .faq-section .fal.fa-circle {
  color: #706fd3;
  margin-right: 5px;
  font-size: 10px;
}

section.faq .faq-section .fas.fa-circle {
  display: none;
}

section.faq .faq-section.expanded .fal.fa-circle {
  display: none;
}

section.faq .faq-section.expanded .fas.fa-circle {
  display: inline-block;
}

section.faq .faq-section .fal.fa-circle {
  display: inline-block;
}

section.faq .faq-section strong.question {
  display: flex;
  line-height: 25px;
  cursor: pointer;
  align-items: center;
  column-gap: 10px;
}

section.faq .faq-section .faq-answer {
  padding: 15px;
  display: none;
}

section.faq .faq-section .faq-answer a {
  color: #706fd3;
  font-weight: bold;
  text-decoration: none;
}

footer {
  display: block;
  background-color: #111526;
  color: #fff;
  padding: 90px 0;
}

footer h4 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #fff;
}

footer .separator {
  height: 45px;
}

footer ul {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  color: #fff;
  display: block;
}

footer ul li a {
  color: #f1f1f1;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
}

footer ul li.amount,
footer ul li.lang-item,
footer ul.inline li {
  margin-right: 15px;
  display: inline-block;
}

footer ul li a:hover {
  color: #ffffff;
}

footer .copyright {
  font-size: 12px;
}

footer a {
  color: #ffffff !important;
  text-decoration: none;
}

article.lender {
  position: relative;
}

article.lender:not(:last-child) {
  margin-bottom: 80px;
}

.card {
  background: #ffffff;
  padding: 50px 20px;
  border-radius: 5px;
  position: relative;
}

.card .lender_logo {
  line-height: 50px;
  text-align: center;
}

.card .lender_logo img {
  max-width: 100px;
  max-height: 40px;
}

.card h4.label {
  line-height: 25px;
  margin: 0;
  padding: 0;
}

.card div.value {
  line-height: 25px;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.card-suffix {
  background: #fafafa;
  padding: 10px 20px;
  border-radius: 0 0 5px 5px;
  width: 90%;
  margin-left: 5%;
  font-size: 0.8em;
}

.card ul.lender-features {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
  margin-bottom: -30px;
  width: calc(100% - 40px);
  text-align: center;
}

.card ul.lender-features li {
  display: inline-block;
  margin: 0 10px;
  font-size: 12px;
  line-height: 12px;
  color: #706fd3;
}

.card ul.lender-features li a {
  color: inherit;
  text-decoration: none;
}

.card ul.lender-features li i.fal {
  margin-right: 5px;
}

article.lender.archived .lender_logo img {
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
  -webkit-backface-visibility: hidden;
}

ul.card-badges {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  margin-top: -24px;
}

ul.card-badges li {
  float: left;
  margin-left: 10px;
  font-size: 0.7em;
  line-height: 15px;
  background: #fff;
  padding: 5px 15px;
  font-weight: bold;
}

ul.card-badges li a {
  text-decoration: none;
  color: #706fd3;
}

ul.card-badges li img.trustpilot-icon {
  width: 10px;
  height: 9px;
  margin-top: -2px;
  margin-right: 2px;
}

ul.card-badges li .fas {
  margin-right: 2px;
}

ul.card-badges li.is_open_badge {
  background: #72b043;
  border-radius: 5px 5px 0 0;
  color: white;
}

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

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

#page-not-found h1,
#page-not-found h3 {
  margin-top: 0;
}

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

.sidebar-card h4 {
  margin-top: 20px;
}

.sidebar-logo {
  text-align: right;
  padding-bottom: 30px;
}

.sidebar-logo img {
  max-width: 150px;
  max-height: 100px;
}

ul.checkmarks {
  list-style: none;
  padding: 0;
  color: #333;
  line-height: 20px;
}

ul.checkmarks li {
  padding: 5px 0;
}

ul.checkmarks li:first-child {
  padding-top: 0px;
}

ul.checkmarks li:last-child {
  padding-bottom: 0px;
}

ul.checkmarks li:not(.negative):before {
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  margin: 0 5px 0 0;
  color: #706fd3;
  margin-right: 10px;
}

ul.checkmarks li.negative:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f057";
  margin: 0 5px 0 0;
  color: red;
  margin-right: 10px;
}

.sidebox {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  border-radius: 10px;
}

.sidebox h6 {
  margin: 0;
  padding: 20px;
  text-align: center;
  color: #737373;
}

.sidebox table {
  width: 100%;
  font-size: 12px;
}

.sidebox table tr:nth-child(odd) {
  background: #fafafa;
}

.sidebox table tr th {
  padding: 10px 20px;
}

.sidebox table tr td {
  padding: 10px 20px;
  text-align: right;
}

.list-group {
  border-radius: 4px;
  margin-top: 22px;
}

.list-group a {
  display: block;
  border-bottom: 1px #e6e6e6 solid;
  padding: 12px 0px 12px 0;
  color: inherit;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

.list-group a:hover {
  background: #f9f9f9;
}

.list-group .list-group-item__icons {
  float: right;
}

.list-group .list-group-item__icons span {
  border: 1px #e9e9e9 solid;
  border-radius: 4px;
  line-height: 20px;
  width: 40px;
  display: inline-block;
  text-align: center;
  margin-top: -2px;
  float: right;
  margin-left: 5px;
}

#fixed-amount-pagination {
  margin-top: 40px;
}

#fixed-amount-pagination h6 {
  font-size: 12px;
}

#fixed-amount-pagination a {
  display: block;
  background: #706fd3;
  line-height: 16px;
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  margin-right: 5px;
}

.table-summary {
  width: 100%;
  position: relative;
  color: #000;
  margin-top: 30px;
}

.table-summary thead th {
  font-size: 12px;
  padding-bottom: 15px;
  text-align: left;
}

.criteria::after,
.contact-information thead th::after,
.table-summary thead th::after {
  display: block;
  content: "";
  margin-top: 15px;
  width: 50px;
  border-bottom: 2px rgb(97, 96, 196) solid;
}

.table-summary tbody tr {
  position: relative;
  background: #fff;
}

.table-summary tbody tr th {
  text-align: left;
  font-size: 10.2px;
  display: block;
  width: 50%;
  float: left;
  padding: 5px 0;
}

.table-summary tbody tr th i {
  width: 15px;
  text-align: center;
}

.table-summary tbody tr td {
  text-align: right;
  font-size: 11px;
  display: block;
  width: 50%;
  float: left;
  padding: 5px 0;
}

.review {
  background: #f9f9f9;
  padding: 20px;
}

.review input,
.review textarea {
  font-size: 12px;
}

.review .review_stars_descriptions {
  margin-top: 5px;
  font-size: 11px;
}

.review .review_stars_descriptions span {
  display: none;
}

.review #review_error_message {
  margin-bottom: 5px;
  color: red;
}

.review .selectable_stars_container {
  cursor: pointer;
  display: inline-block;
}

.review .selectable_stars_container #review_field_stars {
  display: none;
}

.review .selectable_stars_container .selectable_star {
  font-size: 16px;
  width: 20px;
}

.fa-star.yellow,
.fa-star-half-alt.yellow {
  color: #f8c36c !important;
}

.fa-star.gray,
.fa-star-half-alt.gray {
  color: #d9d9d9;
}
