/* Fix alignment of FAQ arrow icons' hover/active state */
.faq-panel .faq-accordion .question:before {
  border-radius: 50% !important;
  padding: 0 !important;
  top: 12px !important;
}

/* Increase bottom margin of <ul> elements in blog posts */
body.blog-page .blog-container ul {
  margin-bottom: 25px !important;
}

/* Replace the Twitter icon with X icon in testimonial cards */
.testimonial-filter-panel .grid-item .program-title .social-icon.twitter:before {
  content: "\e61b" !important;
}

.testimonial-filter-panel .grid-item .program-title .social-icon.twitter {
  font-family: "Font Awesome 6 Brands" !important;
  font-size: 18px !important;
}

/* Tuition pages' payment plan section */
.payment-plan-info-large {
  color: #1a3f6f;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 30px;
}

.payment-plan-table-heading {
  color: #666666;
  font-family: "ProximaNova-Regular", sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
}

.payment-plan-table-footnote p {
  color: #666666;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 20px;
}

.payment-plan-table {
  overflow-x: auto;
  margin-bottom: 10px;
}

.payment-plan-table table {
  border-collapse: collapse;
  font-family: "ProximaNova-Regular", sans-serif;
  margin: 0 auto;
}

.payment-plan-table table tr {
 border-bottom: none !important;
}

.payment-plan-table th,
.payment-plan-table td {
  border: 3px solid #e6e6e6;
  padding: 10px;
}

.payment-plan-table th {
  background: #edf5ff;
  color: #1a3f6f;
  text-align: left;
}

.payment-plan-table td {
  color: #666666;
}

.payment-plan-table th:nth-child(1),
.payment-plan-table td:nth-child(1) {
  width: 25%;
}

.payment-plan-table th:nth-child(2),
.payment-plan-table td:nth-child(2) {
  width: 20%;
}

.payment-plan-table th:nth-child(3),
.payment-plan-table td:nth-child(3) {
  width: 20%;
}

.payment-plan-table tbody td:nth-child(1) {
  color: #1a3f6f;
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .payment-plan-table th,
  .payment-plan-table td {
    padding: 5px 10px;
  }
}