.crjs .phoneswap {
  visibility: hidden;
}

.crjs .phoneswap {
  visibility: hidden;
}

/*! ADD POST LIVE CSS HERE */

/* Reviews - mm/dd/yy */
.review-container {
  width: 100%;
}

.review-container h2 {
  text-align: center;
}

.review-container h3 {
  text-align: center;
  padding-bottom: 30px;
}

.review-left {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.review-right {
  width: 48%;
  float: right;
  margin-right: 0;
}

.review-bottom {
  width: 48%;
  float: none;
  margin: 0 auto;
}

.review-left img {
  display: block;
  margin: 0 auto;
  padding-bottom: 5px;
  height: 54px;
  width: auto;
}

.review-right img {
  display: block;
  margin: 0 auto;
  padding-bottom: 5px;
  height: 54px;
  width: auto;
}

.review-bottom img {
  display: block;
  margin: 0 auto;
  padding-bottom: 5px;
  width: auto;
  padding-top: 20px;
}

.review-bottom {
  clear: both;
}

.review-button {
  width: 100%;
  display: block;
  font-size: 14px;
  color: var(--brand-color-light);
  border-radius: 6px;
  background-color: var(--brand-color-primary);
  text-align: center;
  padding: 20px 0;
  text-decoration: none;
}

a.review-button:hover {
  color: var(--brand-color-light);
  background-color: var(--brand-color-dark);
}

a.review-button {
  color: var(--brand-color-light) !important;
}

.wistia-review {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .review-left {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .review-right {
    width: 100%;
    float: none;
  }

  .review-bottom {
    width: 100%;
  }

  .review-right img {
    padding-top: 30px;
  }

  .review-bottom img {
    padding-top: 30px;
  }
}

/* Referral Page Post Live */
.referral-page {
  padding-top: 0;
}

#referal-footer .footer-contact {
  padding-top: 2rem;
}

.referral-page .content {
  margin-bottom: 3rem;
}

.referral-page .section-container {
  max-width: 1920px;
}

.referral-page .banner-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}

.referral-page .home-section-1 {
  padding-top: 0;
  margin-bottom: 2rem;
}

.referral-page .home-section-1 .cr-section {
  margin-bottom: 2.75rem;
}

.referral-page .home-section-1 .section-container .value {
  font-size: 31px;
}

.team-member {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  margin-right: 30px;
}

.team-member__details-li {
  font-size: 18px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.team-member__details-li svg {
  margin-right: 0.5em;
  max-width: 21px;
  height: auto;
}

.team-member__name {
  font-family: var(--font-accent);
  font-weight: 700;
  text-transform: capitalize;
  font-size: 25px;
  line-height: 35px;
  padding-bottom: 10px;
  color: var(--color-secondary-alt);
  border-bottom: 1px solid #dee1e5;
  margin-bottom: 20px;
  margin-inline: 0;
}

.team-member__profile-img {
  border-radius: 15px;
  max-width: 200px;
}

.team-member-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 45px;
}

iframe.youtube_iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 1rem;
}

.video-categories {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 100px;
  margin-bottom: 2rem;
  font-family: var(--font-secondary);
  font-size: 1.5rem;
}

.video-categories__label {
  margin-right: 1rem;
  text-transform: uppercase;
  color: var(--color-secondary-alt);
}

.video-categories__select {
  padding: 0.25em 1em !important;
  border-radius: 0.5rem !important;
}

@media (min-width: 768px) {
  .team-member-group {
    flex-direction: row;
    column-gap: 40px;
  }

  .referral-page .home-section-1 .cr-section {
    padding-block: 1rem 0;
  }
}

@media (min-width: 1200px) {
  .team-member__profile-img {
    max-width: 300px;
  }

  .referral-page .home-section-1 .section-container .cr-container {
    padding-top: 0;
  }

  .referral-page .home-section-1 .cr-section {
    padding-block: 1.75rem 0;
  }
}
