@charset "UTF-8";
/*
Theme Name: Little Red Feather 2026
Theme URI: http://pmadv.com/
Description: Fully responsive bootstrap wordpress theme
Version: 2
Tags: Multi-Column, Responsive, Bootstrap 5
Fonts: font-family: "Montserrat", sans-serif;
*/
/* -------------------------------------------------------------------------- */
/* 2026 Home Updates                                                          */
/* -------------------------------------------------------------------------- */
#home #menu {
  position: fixed;
  top: 0;
}
body.admin-bar #menu {
  top: 20px;
}
body.admin-bar #menu .navbar.fixed-top {
  top: 20px;
}
#menu .navbar-dark {
  margin-top: 0;
  top: 15px;
  background-color: rgba(29, 20, 30, .75);
}
#home-contact-button {
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 2050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  background: #ef4326;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}
#home-contact-button {
  display: inline-flex;
}
#home-contact-button:not([aria-disabled="true"]) {
  transition: background-color .2s ease, color .2s ease;
}
#home-contact-button:not([aria-disabled="true"]):is(:hover, :focus-visible) {
  background: #1d1a2d;
  color: #fff;
  text-decoration: none;
}
#home-contact-button:not([aria-disabled="true"]):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
body.admin-bar #home-contact-button {
  top: 100px;
}
.home-video-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #1d141e;
  background-size: cover;
  background-position: center;
}
#fullscreen-header {
  position: relative;
}
.fullscreen-header-scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: clamp(24px, 4vw, 52px);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  pointer-events: none;
  transform: translateX(-50%);
}
.fullscreen-header-scroll-indicator span {
  display: block;
  width: 18px;
  height: 18px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .35));
  transform: rotate(45deg);
  animation: fullscreen-scroll-arrow 1.5s ease-in-out infinite;
}
@keyframes fullscreen-scroll-arrow {
  0%, 100% {
    transform: translateY(-5px) rotate(45deg);
  }
  50% {
    transform: translateY(6px) rotate(45deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .fullscreen-header-scroll-indicator span {
    animation: none;
  }
}
.home-hero-video,
.home-hero-fallback,
.home-hero-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-color: #1d141e;
}
.home-hero-video {
  z-index: 0;
}
.home-hero-poster {
  z-index: 1;
  opacity: 1;
  transition: opacity .45s ease, visibility .45s ease;
}
.home-video-hero.is-video-ready .home-hero-poster {
  opacity: 0;
  visibility: hidden;
}
.lrf-lazy-bg:not(.is-lazy-bg-loaded) {
  background-image: none !important;
}
.home-hero-embed {
  inset: auto;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.78vh);
  height: max(56.25vw, 100vh);
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.home-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(29, 20, 30, .28), rgba(29, 20, 30, .08));
}
.about-hero-video-mute {
  position: absolute;
  right: clamp(20px, 3vw, 48px);
  bottom: clamp(20px, 3vw, 48px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: #fff;
  background: rgba(29, 20, 30, .72);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease;
}
.about-hero-video-mute:hover,
.about-hero-video-mute:focus-visible {
  background: rgba(29, 20, 30, .92);
  border-color: #fff;
}
.about-hero-video-mute:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.about-hero-video-mute .fa {
  font-size: 20px;
  line-height: 1;
}
.home-hero-copy {
  --home-hero-logo-width: clamp(260px, 28vw, 510px);
  --home-hero-logo-text-offset: clamp(133px, 14.28vw, 260px);
  position: absolute;
  left: clamp(28px, 8vw, 150px);
  bottom: clamp(52px, 8vw, 135px);
  z-index: 3;
  display: block;
  color: #fff;
}
.home-hero-logo {
  display: block;
  width: var(--home-hero-logo-width);
  height: auto;
}
.home-hero-copy p {
  margin-left: var(--home-hero-logo-text-offset);
  font-size: 42px;
  line-height: 1.05;
  font-weight: 300;
}
.home-benefits {
  /*min-height: 860px;*/
  display: flex;
  align-items: flex-start;
  background-color: #e8f5f4;
  background-size: cover;
  background-position: center;
  /*border-bottom: 4px solid #ef4326;*/
}
.home-benefits.has-home-benefits-bg {
  background-image: var(--home-benefits-bg-desktop);
}
.home-benefits-copy {
  max-width: 520px;
  padding: clamp(25px, 5vw, 25px) 0 70px;
  color: #1d141e;
}
.home-benefits-heading {
  width: min(86vw, 1060px);
  /*margin-left: clamp(-120px, -8vw, 0px);*/
}
.home-kicker {
  margin: 0;
  font-size: 42px;
}
.home-benefits h2,
.home-g1-winners h2,
.home-statistics h2,
.home-available-horses h2,
.home-upcoming-races h2,
.home-social-links h2,
#merch h2, 
.home-stats-panel h2, 
#testimonials h2, 
h2.stable-heading {
  letter-spacing: 0;
  font-size: 48px;
}
.home-benefits h2 {
  margin: 0 0 40px;
  line-height: .95;
  text-transform: uppercase;
  white-space: nowrap;
}
.home-benefit-list {
  --home-benefit-bullet-size: 18px;
  --home-benefit-bullet-gap: 8px;
  max-width: 290px;
  margin-left: 100px;
}
.home-benefit-list h3 {
  display: flex;
  align-items: flex-start;
  gap: var(--home-benefit-bullet-gap);
  margin: 0;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}
.home-benefit-bullet {
  display: block;
  flex: 0 0 auto;
  width: var(--home-benefit-bullet-size);
  height: var(--home-benefit-bullet-size);
  object-fit: contain;
  margin-top: 4px;
}
.home-benefit-list p {
  margin: 0 0 34px calc(var(--home-benefit-bullet-size) + var(--home-benefit-bullet-gap));
  font-size: 14px;
  line-height: 1.1;
}
.about-team {
  padding: clamp(70px, 7vw, 105px) 0;
  /*border-top: 1px solid #ef4326;
  border-bottom: 1px solid #ef4326;*/
  background: radial-gradient(circle at center, #fff 0%, #f5f5f5 42%, #dedede 100%);
  color: #1d1a2d;
}
.about-team h2 {
  margin: 0 0 clamp(42px, 4vw, 60px);
  color: #1d1a2d;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.about-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 5vw, 78px);
}
.about-team-member {
  display: grid;
  grid-template-columns: minmax(180px, 310px) minmax(0, 1fr);
  gap: clamp(24px, 2.2vw, 34px);
  align-items: start;
}
.about-team-photo {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #d8d8d8;
}
.about-team-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-team-copy {
  min-width: 0;
}
.about-team-copy h3 {
  margin: 8px 0 2px;
  color: #ef4326;
  font-size: clamp(28px, 2.4vw, 35px);
  line-height: .95;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.about-team-role {
  margin: 0 0 20px;
  color: #1d1a2d;
  font-size: clamp(16px, 1.2vw, 21px);
  line-height: 1.15;
  font-weight: 700;
}
.about-team-copy p {
  margin: 15px 0 0;
  color: #1d1a2d;
}
.about-team-more {
  display: inline-block;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ef4326;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}
.about-team-more:hover,
.about-team-more:focus {
  color: #c7331d;
  text-decoration: underline;
}
.about-team-modal .modal-content {
  border: 0;
  border-radius: 0;
  color: #1d1a2d;
}
.about-team-modal .modal-header {
  align-items: flex-start;
  border-bottom: 3px solid #ef4326;
}
.about-team-modal .modal-title {
  margin: 0;
  color: #ef4326;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.about-team-modal .modal-header p {
  margin: 4px 0 0;
  font-weight: 700;
}
.about-team-modal .modal-body {
  font-size: 18px;
  line-height: 1.35;
}
.about-team-modal .modal-body p:last-child {
  margin-bottom: 0;
}
.about-team-video .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.about-team-video .row {
  --bs-gutter-x: 0;
  margin-right: 0;
  margin-left: 0;
}
.about-team-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #1d1a2d;
}
.about-team-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.about-team-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(84px, 9vw, 142px);
  height: clamp(84px, 9vw, 142px);
  padding: 0;
  border: 5px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  transform: translate(-50%, -50%);
  transition: opacity .2s ease, visibility .2s ease, background-color .2s ease;
}
.about-team-video-play:hover,
.about-team-video-play:focus {
  background: rgba(255, 255, 255, .22);
}
.about-team-video-play span {
  display: block;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-top: clamp(18px, 2vw, 30px) solid transparent;
  border-bottom: clamp(18px, 2vw, 30px) solid transparent;
  border-left: clamp(28px, 3vw, 46px) solid #fff;
}
.about-team-video-play.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.about-team-video-controls {
  position: absolute;
  right: clamp(14px, 3vw, 36px);
  bottom: clamp(14px, 3vw, 36px);
  z-index: 3;
  display: flex;
  gap: 10px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease, visibility .2s ease;
}
.about-team-video-controls.is-visible {
  visibility: visible;
  opacity: 1;
}
.about-team-video-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(42px, 4vw, 54px);
  height: clamp(42px, 4vw, 54px);
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(29, 26, 45, .72);
  color: #fff;
  font-size: clamp(16px, 1.7vw, 22px);
  line-height: 1;
  transition: background-color .2s ease, color .2s ease;
}
.about-team-video-control:hover,
.about-team-video-control:focus {
  background: #fff;
  color: #1d1a2d;
}
.lrf-dark-btn,
.lrf-blue-outline-btn,
#ebook-section .btn,
#view-all-upcoming .btn {
  background: #1d1a2d !important;
  border-radius: 0;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  border: 0;
}
.home-experience {
  position: relative;
  /*min-height: 850px;*/
  padding: 90px 0;
  overflow: hidden;
  background-color: #1d1a2d;
  background-image: url("imgs/lrf-experience/bg.png");
  background-size: cover;
  background-position: center top;
  color: #fff;
}
.home-experience-container {
  position: relative;
  /*min-height: 850px;
  padding-top: 90px;*/
}
.home-experience-copy {
  position: relative;
  z-index: 4;
  max-width: 660px;
}
.home-experience h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.home-experience-copy p {
  max-width: 650px;
  font-size: 1.4rem;
  line-height: 1.18;
}
.home-experience-video {
  position: relative;
  z-index: 2;
  width: min(719px, 49vw);
  display: block;
  margin-top: 58px;
  text-decoration: none;
}
.home-experience-video img {
  display: block;
  width: 100%;
  height: auto;
}
.home-experience-man {
  position: absolute;
  z-index: 3;
  top: -60px;
  right: -57px;
  width: min(760px, 61vw);
  height: auto;
  pointer-events: none;
}
@media (min-width: 992px) and (max-width: 1456px) {
  .home-experience-man {
    bottom: 0;
  }
}
.home-play-icon {
  width: 88px;
  height: 88px;
  border: 5px solid #fff;
  border-radius: 999px;
  position: relative;
}
.home-play-icon:after {
  content: "";
  position: absolute;
  left: 34px;
  top: 24px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-experience-man {
    right: -120px;
    width: min(710px, 66vw);
  }
  .home-experience-video {
    width: min(640px, 54vw);
  }
}
.home-g1-winners {
  padding: 46px 0 60px;
  background: #bfe8f4;
  border-bottom: 2px solid #1d141e;
}
.home-g1-container {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
}
.home-g1-winners h2 {
  color: #1d141e;
  text-transform: uppercase;
}
.home-g1-mobile-carousel,
.home-g1-tablet-carousel {
  display: none;
}
.home-g1-desktop-carousel {
  display: block;
}
.home-g1-row {
  position: relative;
  width: calc(100% - 128px);
  margin-left: auto;
  margin-right: auto;
}
.home-g1-col {
  padding-left: 0;
  padding-right: 0;
}
.home-g1-card {
  background: transparent;
  height: 100%;
}
.home-g1-card img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  display: block;
}
.home-g1-card-copy {
  position: relative;
  z-index: 1;
  background: transparent;
  min-height: 185px;
  padding: 26px 30px;
  display: flex;
  justify-content: center;
}
.home-g1-card-copy-inner {
  min-width: 300px;
  text-align: left;
}
.home-g1-row:after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 0;
  width: 100vw;
  min-height: 190px;
  height: 190px;

  background:
    linear-gradient(
      to bottom,
      #ef4326 0,
      #ef4326 1px,
      #bfe8f4 1px,
      #bfe8f4 10px,
      #1d141e 10px,
      #1d141e 11px,
      transparent 11px
    ),
    #fff;

  background-repeat: no-repeat;
  background-size: 100% 11px, 100% 100%;
  background-position: 0 0, 0 0;

  transform: translateX(-50%);
  z-index: 0;
}
.home-g1-card h3 {
  color: #ef4326;
  font-size: 1.35rem;
  text-transform: uppercase;
}
.home-g1-summary {
  line-height: 1.2;
}
.home-g1-links a,
.home-g1-links span {
  color: #1d141e;
  font-weight: 700;
  text-decoration: none;
}
.home-g1-links a + a:before,
.home-g1-links span + span:before,
.home-g1-links a + span:before,
.home-g1-links span + a:before {
  content: " | ";
  padding: 0 5px;
}
.home-g1-raw-data {
  width: min(100%, 38rem);
  margin-top: 20px;
  border: 1px solid #1d141e;
  background: #f7f7f4;
  color: #1d141e;
  font-size: 0.875rem;
}
.home-g1-raw-data summary {
  padding: 10px 12px;
  cursor: pointer;
  font-weight: 700;
}
.home-g1-raw-data[open] summary {
  border-bottom: 1px solid #1d141e;
}
.home-g1-raw-data pre {
  max-height: 24rem;
  margin: 0;
  padding: 12px;
  overflow: auto;
  background: #1d141e;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.home-g1-raw-data summary:focus-visible,
.home-g1-raw-data pre:focus-visible {
  outline: 3px solid #ef4326;
  outline-offset: 2px;
}
.home-g1-winners .carousel-control-prev,
.home-g1-winners .carousel-control-next {
  width: 44px;
}
.home-g1-control {
  top: 42%;
  bottom: auto;
  height: 64px;
  opacity: 1;
  transform: translateY(-50%);
  z-index: 4;
}
.home-g1-control-prev {
  left: 14px;
}
.home-g1-control-next {
  right: 14px;
}
.home-g1-arrow {
  color: #ef4326;
  font-size: 58px;
  font-weight: 300;
  line-height: 1;
  text-shadow: none;
}
#lrf-cares {
  margin-top: 0;
  background-color: #1d1a2d;
}
#nl-signup {
  padding: 60px 0;
  background: #f47d28;
  border-top: 1px solid #1d1a2d;
  border-bottom: 1px solid #1d1a2d;
}
.home-statistics {
  background: #bfe8f4;
  position: relative;
  overflow: visible;
}
.home-stats-person {
  --home-stats-person-title-space: 112px;
  align-self: stretch;
  position: relative;
}
.home-stats-person img {
  position: absolute;
  left: 0;
  bottom: -60px;
  max-width: min(100%, 520px);
  max-height: calc(100% + 60px);
  object-fit: contain;
  object-position: left bottom;
  display: block;
}
.home-stats-years .home-stats-indicators {
  position: static;
  display: block;
  margin: 0;
}
.home-stats-years .home-stats-indicators li {
  display: block;
  width: auto;
  height: auto;
  text-indent: 0;
  background: transparent;
  margin-bottom: 14px;
}
.home-stats-years a,
.home-stats-years button {
  color: #1d141e;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.home-stats-years button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font: inherit;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.home-stats-years [hidden] {
  display: none !important;
}
.home-stats-years button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.home-stats-years-nav {
  position: relative;
}
.home-stats-scroll-button {
  display: none;
}
.home-stats-more-item {
  position: relative;
}
.home-stats-more-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  z-index: 5;
  min-width: 100%;
  margin: 0;
  padding: 24px 12px 8px;
  list-style: none;
  background: #bfe8f4;
  box-shadow: 0 10px 24px rgba(29, 20, 30, .14);
  transform: translateX(-50%);
}
.home-stats-more-close-item {
  margin: 0 !important;
}
.home-stats-more-close {
  position: absolute;
  top: 0px;
  right: 6px;
  width: 25px !important;
  height: 25px;
  color: #1d141e;
  font-size: 25px !important;
  line-height: 1;
}
.home-stats-more-menu li:last-child {
  margin-bottom: 0 !important;
}
.home-stats-separator {
  color: #1d141e;
  font-weight: 400;
  text-align: center;
}
.home-stats-title {
  color: #1d141e;
  text-transform: uppercase;
}
.home-stats-title-person {
  position: relative;
  z-index: 1;
  margin: 0 0 32px;
}
.home-stats-title-panel {
  display: none;
}
.home-stat-counts {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 35px 0;
  max-width: 700px;
}
.home-stat-counts li {
  text-align: center;
  color: #ef4326;
}
.home-stat-counts strong {
  display: block;
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  line-height: 1;
}
.home-stat-counts span,
.home-stat-progress span,
.home-stat-money span {
  display: block;
  color: #1d141e;
  font-weight: 700;
  text-transform: uppercase;
}
.home-stat-progress {
  margin-bottom: 26px;
}
.home-stat-progress strong,
.home-stat-money .col-6:last-child strong {
  color: #ef4326;
}
.home-stat-progress .progress {
  height: 14px;
  background: #1d141e;
  border-radius: 0;
}
.home-stat-progress .progress-bar {
  background: #ef4326;
}
.home-stat-money strong {
  display: block;
  color: #1d141e;
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  line-height: 1;
}
#ebook-section {
  background: #fff !important;
  color: #1d141e;
}
#ebook-section h3,
#ebook-section h4 {
  color: #1d141e !important;
}
.home-available-horses {
  min-height: 375px;
  display: flex;
  align-items: center;
  background-color: #ece9e2;
  background-size: cover;
  background-position: center;
}
.home-available-horses h2 {
  color: #1d1a2d;
  text-transform: uppercase;
}
.home-upcoming-races {
  background-color: #5b98c8;
  background-size: cover;
  background-position: center bottom;
}
.home-upcoming-races .upcoming-race-bg {
  background-size: cover;
}
.home-social-links {
  background: #1d1a2d;
  padding: 62px 0;
  color: #fff;
}
.home-social-links h2 {
  margin: 0 34px 0 0;
  color: #ef4326;
  font-size: clamp(1.6rem, 2.4vw, 3rem);
  text-transform: uppercase;
}
.home-social-links a {
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 4.6rem);
  line-height: 1;
  text-decoration: none;
}
#merch {
  background: #fff;
}
#merch #opportunity-left {
  background: #fff !important;
  color: #1d141e;
}
#merch h2 {
  color: #ef4326 !important;
}
#merch h4 {
  color: #1d141e;
}
.home-contact-footer {
  padding: 80px 0;
  background: #f4f4f1;
}
.home-contact-links {
  text-align: right;
}
.home-contact-links a {
  color: #1d141e;
  font-weight: 600;
  text-decoration: none;
  line-height: 35px;
}
body.page-id-91 #lrf-contact {
  padding-top: 120px;
}
@media (max-width: 991px) {
  body.page-id-91 #lrf-contact {
    padding-top: 60px;
  }
  #home-social-links img {
    width: auto;
    height: 38px;
  }
  .home-benefits h2,
  .home-g1-winners h2,
  .home-statistics h2,
  .home-available-horses h2,
  .home-upcoming-races h2,
  .home-social-links h2,
  #merch h2, 
  .home-stats-panel h2, 
  #testimonials h2, 
  h2.stable-heading {
    letter-spacing: 0;
    font-size: 24px;
  }
  #home-contact-button {
    top: 0;
    min-width: 140px;
    min-height: 46px;
    padding: 10px 16px;
    font-size: .8rem;
    position: absolute;
  }
  body #menu .navbar.fixed-top {
    margin-top: 0;
    top: 15px;
  }
  body #home-contact-button {
    top: 65px;
  }
  body.admin-bar #menu {
    top: 32px;
  }
  body.admin-bar #menu .navbar.fixed-top {
    top: 45px;
  }
  body.admin-bar #home-contact-button {
    top: 115px;
  }
  .home-hero-copy {
    --home-hero-logo-width: clamp(230px, 48vw, 400px);
    --home-hero-logo-text-offset: clamp(117px, 24.48vw, 204px);
  }
  .home-hero-copy p {
    font-size: clamp(1.45rem, 5.5vw, 42px);
  }
  .home-benefit-list {
    max-width: none;
    margin-left: 0;
  }
  .home-benefits {
    background-position: 58% center;
  }
  .home-benefits.has-home-benefits-bg {
    background-image: var(--home-benefits-bg-tablet);
  }
  .home-benefits-heading {
    width: auto;
    margin-left: 0;
  }
  .home-benefits h2,
  #home #all-about-you .home-benefits-copy h2 {
    font-size: clamp(2rem, 8vw, 48px);
    white-space: normal;
  }
  .home-kicker {
    font-size: clamp(1.5rem, 7vw, 42px);
  }
  .home-benefit-list h3 {
    font-size: clamp(1.15rem, 5vw, 24px);
  }
  .home-benefit-list p {
    font-size: clamp(.875rem, 4vw, 14px);
  }
  .about-team-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .about-team-member {
    grid-template-columns: minmax(180px, 300px) minmax(0, 1fr);
  }
  .testimonial-slide {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .testimonial-img {
    max-width: 760px;
    width: 100%;
  }
  .lrf-cares-pcc-grid {
    grid-template-columns: 1fr;
  }
  .lrf-cares-pcc-center {
    order: -1;
  }
  .lrf-cares-pcc-logo {
    max-width: 520px;
  }
  .home-experience-container {
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 0;
  }
  .home-experience-video {
    margin-top: 32px;
    width: min(719px, 100%);
  }
  .home-experience {
    min-height: 0;
    padding: 0;
  }
  .home-experience h2 {
    font-size: clamp(2rem, 8vw, 48px);
  }
  .home-experience-copy p {
    font-size: clamp(1rem, 4vw, 1.625rem);
  }
  .home-experience-man {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: min(560px, 92vw);
    margin: -90px -32px 0 auto;
  }
  .home-g1-desktop-carousel,
  .home-g1-mobile-carousel {
    display: none;
  }
  .home-g1-tablet-carousel {
    display: block;
  }
  .home-g1-winners {
    padding-left: 18px;
    padding-right: 18px;
  }
  .home-g1-card-copy {
    /*margin-bottom: 26px;*/
  }
  .home-statistics {
    padding: 50px 22px;
  }
  .home-stats-person {
    display: none;
  }
  .home-stats-title-panel {
    display: block;
  }
  .home-stats-years .home-stats-indicators {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px 18px;
    justify-content: flex-start;
    margin-bottom: 25px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }
  .home-stats-years .home-stats-indicators li {
    flex: 0 0 auto;
    margin: 0;
    scroll-snap-align: start;
  }
  #home #stats-slider.home-statistics ul#carousel-indicators-stats {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  #home #stats-slider.home-statistics ul#carousel-indicators-stats li {
    flex: 0 0 auto;
    display: block;
    margin: 0;
  }
  #home #stats-slider.home-statistics ul#carousel-indicators-stats li a,
  #home #stats-slider.home-statistics ul#carousel-indicators-stats li button {
    white-space: nowrap;
  }
  .home-stat-counts {
    flex-wrap: wrap;
  }
  .home-contact-links,
  .home-contact-owners {
    text-align: center;
  }
}
@media (max-width: 782px) {
  body.admin-bar #menu,
  body.admin-bar #menu .navbar.fixed-top {
    top: 30px;
  }
}
@media (max-width: 575px) {
  .about-team {
    padding: 58px 0;
  }
  .about-team h2 {
    margin-bottom: 34px;
  }
  .about-team-member {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .about-team-photo {
    max-width: 320px;
  }
  .about-team-copy h3 {
    margin-top: 0;
  }
  #testimonials .container-fluid {
    padding-right: 18px;
    padding-left: 18px;
  }
  .lrf-cares-pcc {
    padding-right: 18px;
    padding-left: 18px;
  }
  .lrf-cares-pcc-copy {
    padding: 28px;
  }
}
@media (max-width: 1199px) {
  #grade-one-winners h2 {
    text-align: center;
  }
  .home-g1-desktop-carousel,
  .home-g1-tablet-carousel {
    display: none;
  }
  .home-g1-mobile-carousel {
    display: block;
  }
  #home #all-about-you.home-benefits {
    min-height: 1250px !important;
  }
  .home-benefits.has-home-benefits-bg {
    background-image: var(--home-benefits-bg-mobile);
  }
  .home-benefits-copy {
    max-width: none;
  }
  .home-social-links .d-flex {
    flex-wrap: wrap;
  }
  .home-social-links h2 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
/* -------------------------------------------------------------------------- */
/* Redefined HTML                                                             */
/* -------------------------------------------------------------------------- */
body {
  overflow-x: hidden;
  color: #211f30;
  font-family: "Montserrat", sans-serif !important;
}
/* -------------------------------------------------------------------------- */
/* Custom Utilities                                                           */
/* -------------------------------------------------------------------------- */
.text-db {
  color: #222030;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.font-sm {
  font-size: .65em
}
.font-md {
  font-size: 1.25em;
}
.align-items-center {
  display: flex;
  align-items: center; /*Aligns vertically center */
  justify-content: center; /*Aligns horizontally center */
}
/* -------------------------------------------------------------------------- */
/* Menu                                                                       */
/* -------------------------------------------------------------------------- */
.side-menu-toggle .navbar-toggler-icon {
  color: #000;
}
#social-nav-side {
  display: inline-block;
  margin-top: 20px;
  margin-left: 8px;
  border-right: solid 1px #FFF;
  padding-right: 20px;
}
#social-nav-side li {
  padding-bottom: 10px;
}
#side-menu {
  position: fixed;
  right: 0;
  top: 20%;
  width: 150px;
  margin-right: -90px;
  background-color: rgba(29, 20, 30, .4);
  padding: 20px 0px 0px 10px;
  transition: all .5s ease;
  z-index: 2000;
  display: none;
}
#sidelogo {
  max-width: 60px;
  position: relative;
  top: -69px;
  left: -11px;
  margin-bottom: -59px;
  transition: all .5s ease;
  opacity: 0;
}
#side-menu.scrolled #sidelogo {
  opacity: 1;
}
#side-menu.openmenu {
  margin-right: 0px;
}
#side-menu.openmenu ul#side-nav {
  opacity: 1;
}
ul#side-nav {
  transition: all .5s ease;
  display: inline-block;
  list-style-type: none;
  margin-left: 20px;
  padding: 0;
  position: relative;
  top: -2px;
  opacity: 0;
}
ul#side-nav li {
  padding-bottom: 12px;
}
ul#side-nav li a {
  color: #FFF;
}
ul#side-nav .nav-link {
  padding: 0px;
}
#nav-icon4 {
  width: 40px;
  height: 34px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer
}
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #FFF;
  border-radius: 9px;
  opacity: 1;
  left: 1px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  top: 18px
}
#nav-icon4 span:nth-child(1) {
  top: 0
}
#nav-icon4 span:nth-child(2), #nav-icon4 span:nth-child(3) {
  top: 12px
}
#nav-icon4 span:nth-child(4) {
  top: 24px
}
#nav-icon4.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%
}
#nav-icon4.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}
#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
#nav-icon4.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%
}
#top-logo {
  position: relative;
  top: -20px;
  margin-bottom: -40px;
  transition: all .5s ease;
  max-width: 60px;
}
#top-logo img {
  margin-right: 10px;
}
#top-logo span {
 text-transform: none;
 color: rgba(255,255,255,1);
}
#menu.scrolled #top-logo {
  opacity: 1;
}
#logo-space {
  position: relative;
  top: -25px;
  margin-bottom: -50px;
}
#menu {
  display: block;
}
#menu .navbar-dark .navbar-nav .nav-link:hover {
  color: #FFF;
}
#menu {
  text-transform: uppercase;
  font-weight: bold;
  font-size: .85rem;
}
#menu .navbar-dark {
  background-color: rgba(29, 20, 30, .75);
}
#menu {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 50;
}
#social-nav li {
  padding: 0px 20px;
  display: inline-block;
  width: 33%;
  text-align: center;
}
#social-nav li img {}
#menu .navbar-expand-lg .navbar-collapse {
  position: relative;
}
#menu .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  color: #FFF;
}
#menu .navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

/* -------------------------------------------------------------------------- */
/* Main Content                                                               */
/* -------------------------------------------------------------------------- */
body.page-id-87 #fullscreen-header {
  /*display: none;*/
}
#white-top {
  padding: 50px 0px;
  background-color: #FFF;
}
.alignright {
  margin-left: 15px;
  margin-bottom: 15px;
  float: right;
}
.alignleft {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-style: italic;
}
h2.stable-heading {
  padding: 48px 0 0 0;
  color: #ef4326;
  text-transform: uppercase;
  border-top: 1px #ef4326 solid;
}
.stable-horse-img {
	overflow: hidden;
}
.stable-padding {
	overflow: hidden;
}
.stable-padding img {
	max-width: 100%;
	height: auto;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}
.stable-padding:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.stable-horse-name {
    position: absolute;
    bottom: 0px;
    text-align: left;
    left: 15px;
    z-index: 2;
  color: #FFF;
}
.stable-padding a {
		text-decoration: none;
	color: #FFF;
}
.stable-horse-name a {
	text-decoration: none;
	color: #FFF;
}
.stable-horse-name p {
	font-size: 13px;
	position: relative;
	margin-top: -2px;
}
.stable-horse-shadow {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
    height: 0;
    padding-top: 50%;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}
body.page-id-87 #fullscreen-header {
  /*padding-top: 95px;
  padding-bottom: 15px;
  height: 100vh;
  background-position: -150px bottom, left bottom, center center;
  background-size: contain, 0, cover;
  background-repeat: no-repeat;
	position: relative;*/
}
#fullscreen-header-lrfcares {
  /*padding-top: 25px;
  overflow: hidden;
  min-height: 100vh;
  background-image: url('imgs/header-bg-lrfcares.jpg');
  background-position: center center;
  background-size: cover;*/
}
#header-text {
  max-width: 190px;
}
#header-text img {
  margin-bottom: 30px;
}
#header-text #title {
  font-size: 1.5em;
}
#header-text #tagline {
  font-size: 1.5em;
}
#tagline {
  margin-bottom: -45px;
}
#fullscreen-header-lrfcares #tagline {
  margin-bottom: 50px;
  max-width: 318px;
}
.lrf-cares-pcc {
  padding: clamp(52px, 7vw, 100px) clamp(18px, 4vw, 80px);
  background-color: #14362f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lrf-cares-pcc .container-fluid {
  max-width: 1200px;
  padding-right: 0;
  padding-left: 0;
}
.lrf-cares-pcc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 1.4vw, 32px);
  align-items: stretch;
}
.lrf-cares-pcc-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 2px solid rgba(255, 255, 255, .58);
  background: #1d1a2d;
}
.lrf-cares-pcc-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
}
.lrf-cares-pcc-copy {
  flex: 1;
  padding: 30px;
  color: #fff;
}
.lrf-cares-pcc-copy p:last-child {
  margin-bottom: 0;
}
.lrf-cares-pcc-copy a {
  color: #ef4326;
  font-weight: 700;
  text-decoration: none;
}
.lrf-cares-pcc-center {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  min-width: 0;
  gap: clamp(28px, 3vw, 58px);
}
.lrf-cares-pcc-logo {
  display: block;
  width: min(100%, 680px);
  margin: 0 auto;
}
.lrf-cares-pcc-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 28px;
  background: #1d1a2d;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  transition: all .3s ease;
  max-width: 380px;
  margin: 0 auto;
}
.lrf-cares-pcc-button:hover,
.lrf-cares-pcc-button:focus {
  color: #fff;
  background: #ef4326;
  border-color: #1d1a2d;
}
@media (max-width: 991px) {
  .lrf-cares-pcc-grid {
    grid-template-columns: 1fr;
  }
  .lrf-cares-pcc-center {
    order: -1;
  }
  .lrf-cares-pcc-logo {
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .lrf-cares-pcc {
    padding-right: 18px;
    padding-left: 18px;
  }
  .lrf-cares-pcc-copy {
    padding: 28px;
  }
}
#title {
  margin-top: -20px;
}
#people-cutout {
  position: relative;
  min-height: 100%;
  padding-top: 5%;
}
#horse-cutout {
  position: relative;
  width: 100%;
  height: auto;
}
#horse-cutout img {
  position: relative;
  bottom: auto;
}
#horse-cutout img.img-fluid-horse {
    max-width: 100%;
    height: auto;
    margin-left: -18px;
}
#horse-cutout-roster img {
    width: 100%;
    position: absolute;
    bottom: 0;
}
#horse-cutout-roster {
  position: relative;
	/*min-height: 100vh;*/
}
#subt {
  font-weight: 800;
}
#header-text-update {
  float: left;
  padding-top: 8%;
  margin-left: 30px;
}
#all-about-you {
  /*padding-top: 15px;
  padding-bottom: 15px;
  min-height: 85vh;
  background-position: left bottom, center center;
  background-size: contain, cover;
  background-repeat: no-repeat;
	position: relative;*/
}
.g1-name-space {
  margin-top: 30px;
}
#bullets ul {
  list-style-type: none;
  border-left: solid 3px #e93c00;
  padding-left: 1rem;
}
#bullets ul li {
  padding-bottom: 15px;
}
#grade-one-winners {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #222030;
  background-size: 0;
  background-repeat: no-repeat;
  transition: background 0.35s linear;
  background-position: right center;
}
#g1-horsename {
  color: #ea3d00;
  font-size: 25px;
  font-weight: bold;
}
ul#carousel-indicators-g1 {
  list-style-type: none;
  padding: 0;
}
ul#carousel-indicators-g1 li {
  margin: 5px;
  display: inline-block;
}
ul#carousel-indicators-g1 li a {
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
}
ul#carousel-indicators-g1 li a.active {
  color: #ea3d00;
}
#grade-one-winners .carousel-indicators {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  display: block;
  border-left: solid 2px #FFF;
  padding-left: 25px;
  margin-top: 0px;
}
#grade-one-winners .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 0px;
  margin-left: 0px;
  text-indent: 0px;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  opacity: 1;
  transition: opacity .6s ease;
}
h2#g1-title, h2#stats-title {
  padding-top: 15px;
  margin-bottom: 30px;
}
.g1-horse-cutout {
  margin-top: 0px;
}
ul#g1-bullets {
  padding-left: 0px;
  list-style-type: none;
}
ul#g1-bullets a, ul#g1-bullets a:hover, ul#g1-bullets a:visited {
  color: #FFF;
  text-decoration: none;
}
#g1-btns .btn {
  border-radius: 0px;
  max-width: 200px;
}
#g1-btns .btn-primary {
  color: #fff;
  background-color: transparent;
  border: solid 2px #ea3d00;
}
.g1-won {
  color: #ea3d00;
}
span.g1-line {
  text-align: center;
  border-bottom: 1px solid #FFF;
  line-height: 0.1em;
  margin: 0px 0 5px;
  width: 66%;
  display: inline-block;
  margin-left: 20px;
}
#statistics-slider .carousel-indicators {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  display: block;
}
#statistics-slider .carousel-indicators li {
  margin: 5px;
  display: inline-block;
}
#statistics-slider .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 0px;
  margin-left: 0px;
  text-indent: 0px;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  opacity: 1;
  transition: opacity .6s ease;
}
#stats-slider {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #bdeafb url('imgs/210925-LittleRedFeather-Benoit-Cutout1-WEB.png') no-repeat right bottom;
  background-size: 0;
}
#stats-slider .progress-bar {
  background-color: #ea3d00;
}
#stats-slider .progress {
  height: .75rem;
  background-color: #222030;
  border-radius: 0;
}
#stats-slider .float-start {
  font-weight: 700;
  position: absolute;
  bottom: 12px;
}
ul#carousel-indicators-stats {
  list-style-type: none;
  padding: 0;
}
ul#carousel-indicators-stats li a {
  text-decoration: none;
  font-weight: bold;
  color: #222030;
  display: block;
}
ul#carousel-indicators-stats li a.active {
  color: #ea3d00;
}
.lgnum {
    font-size: 30px;
    text-align: center;
    color: #ea3d00;
    font-weight: 700;
}
.smtxt {
  margin-top: -15px;
}
ul.sws li {
  width: 22%;
}
div.itm {
  display: block;
  position: relative;
  height: 65px;
}
div.win {
  display: block;
  position: relative;
  height: 65px;
}
.itm-perc {
  font-size: 40px;
  color: #ea3d00;
  font-weight: 700;
}
.avgstar-bl p {
  font-weight: 700;
  padding-top: 0px;
  margin-top: -10px;
  font-size: 15px;
}
.avgstar-bl {
  font-size: 30px;
  color: #222030;
  font-weight: 700;
}
.avgstar-or {
  font-size: 30px;
  color: #ea3d00;
  /*margin-top: -20px;*/
  font-weight: 700;
}
.avgstar-or p {
  font-weight: bold;
  padding-top: 0px;
  margin-top: -10px;
  font-size: 15px;
}
#upcoming-races {
  position: relative;
  padding: 15px 0px;
  background-image: url('imgs/upcoming-races-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#upcoming-races::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(56, 106, 169, .4);
  pointer-events: none;
}
#upcoming-races .container {
  position: relative;
  z-index: 1;
  max-width: 1140px;
}
.upcoming-race-bg {
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  height: 0;
  padding-top: 56%;
}
.shadow-bg {
  position: absolute;
  height: 0;
  padding-top: 56%;
  background-image: url('imgs/upcoming-races-shadow.png');
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
}
.upcoming-race-content {
  position: absolute;
  padding: 0px 0px 15px 15px;
  bottom: 0;
  left: 0;
  width: 100%;
}
span.up-race-date {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}
span.up-race-addcal-icon {
  position: relative;
  top: -10px;
  margin-left: 10px;
}
span.up-race-addcal-icon img {
  max-width: 40px;
}
div.add-cal-txt {
  font-size: 14px;
  line-height: 16px;
  position: relative;
  bottom: 0px;
  display: none;
}
h3.up-race-hname {
  font-size: 1.5rem;
  margin-top: -10px;
  font-weight: 700;
}
div.sm-text {
  font-size: 20px;
  position: relative;
  top: -5px;
}
#view-all-upcoming .btn {
  border-radius: 0px;
}
#view-all-upcoming .btn-primary {
  color: #fff;
  background-color: #ea3d00;
  border-color: #ea3d00;
}
#view-all-upcoming .btn-group-lg > .btn, .btn-lg {
  padding: 1rem 3.5rem;
}
img#cal-btn-icon {
  position: relative;
  top: -4px;
}
#ebook-section {
  width: 100%;
  background-color: #222030;
  padding: 20px 0px 20px 0px;
}
#ebook-section h4 {
  font-weight: 300;
  font-size: 1.4rem;
}
#ebook-inner {
  width: 100%;
  border-top: solid 1px #fe7900;
  border-bottom: solid 1px #fe7900;
  padding: 15px 0px 15px 0px;
}
#ebook-dl-btn {
  display: inline-block;
}
#ebook-section img {
  display: inline-block;
}
#ebook-dl-btn .btn {
  border-radius: 0px;
}
#ebook-dl-btn .btn-primary {
  color: #fff;
  background-color: #fe7900;
  border-color: #fe7900;
}
#ebook-dl-btn img {
  position: relative;
  top: -2px;
}
.progress-pie-chart {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative;
}
.progress-pie-chart.gt-50 {
  background-color: #ea3d00;
}
.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 200px, 200px, 100px);
}
.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 100px, 200px, 0);
  background: #81CE97;
  transform: rotate(60deg);
}
.gt-50 .ppc-progress {
  clip: rect(0, 100px, 200px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 200px, 200px, 100px);
  background: #222030;
}
.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 173.9130434783px/2);
  top: calc(50% - 173.9130434783px/2);
  width: 173.9130434783px;
  height: 173.9130434783px;
  background: #bdeafb;
  text-align: center;
  display: table;
}
.ppc-percents span {
  display: block;
  font-size: 2.6em;
  font-weight: bold;
  color: #ea3d00;
}
.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.progress-pie-chart {
  margin: 25px auto 0;
}
#page-title {
  padding: 30px;
  background-color: #fe7900;
}
#success-stories {
  padding: 30px;
  color: #FFF;
  background-color: #ea4224;
}
.nl-signup-text {
  font-size: 20px;
}
#testimonials {
  width: 100%;
  padding: clamp(70px, 7vw, 85px) 0 clamp(85px, 7vw, 90px);
  /*border-bottom: 1px solid #ef4326;*/
  background: radial-gradient(circle at center, #fff 0%, #f5f5f5 42%, #dedede 100%);
  color: #1d1a2d;
}
.testimonial-img {
  overflow: hidden;
  background-color: #d8d8d8;
  aspect-ratio: 16 / 9;
}
.testimonial-img img,
.testimonial-img iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.testimonial-img img {
  object-fit: cover;
}
#testimonials .container-fluid {
  max-width: 1280px;
  padding-right: 24px;
  padding-left: 24px;
}
#testimonials h2 {
  margin: 0 0 clamp(30px, 3vw, 46px);
  color: #ef4326;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonial-slide {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr);
  gap: clamp(42px, 5vw, 78px);
  align-items: center;
}
.testimonial-quote {
  margin: 0;
}
.testimonial-quote blockquote {
  margin: 0;
  color: #1d1a2d;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.75;
}
.testimonial-quote blockquote p {
  margin: 0;
}
.testimonial-quote blockquote p:first-child::before {
  content: "\201C";
}
.testimonial-quote blockquote p:last-child::after {
  content: "\201D";
}
.testimonial-quote figcaption {
  margin-top: clamp(24px, 2.5vw, 36px);
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.25;
  color: #1d1a2d;
}
#testimonials .carousel-indicators [data-bs-target] {
  background-color: #ef4326;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
#testimonials .carousel-indicators {
  bottom: -58px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .testimonial-slide {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .testimonial-img {
    width: 100%;
    max-width: 760px;
    margin-inline: auto;
  }
  .testimonial-quote {
    min-width: 0;
  }
}
@media (max-width: 575px) {
  .testimonial-slide {
    gap: 24px;
  }
}
#opportunity-left {
  background: rgb(234, 61, 0);
  background: linear-gradient(180deg, rgba(234, 61, 0, 1) 40%, rgba(254, 121, 0, 1) 100%);
  padding: 40px;
  position: relative;
}
#opportunity-img {
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#featured-opportunity .container-fluid {
  max-width: 100%;
}
#opportunity-btn {
  max-width: 350px;
  margin: 0 auto;
}
#opportunity-btn .btn-primary {
  color: #fff;
  background-color: #222030;
  border-color: #222030;
}
#opportunity-btn .btn {
  border-radius: 0px;
}
#lrf-cares {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('imgs/lrfcares.jpg');
  background-size: cover;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#lrf-cares h4 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.18;
}
#cares-btn .btn-primary {
  background-color: transparent;
}
#cares-btn .btn {
  border-radius: 0px;
}
#lrf-contact {
  background: rgb(202, 202, 202);
  background: linear-gradient(280deg, rgba(202, 202, 202, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(202, 202, 202, 1) 100%);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
#lrf-contact {
	scroll-behavior: smooth;
}
#about-btn .btn-primary {
  color: #fff;
  background-color: #222030;
  border-color: #222030;
}
#about-btn .btn {
  border-radius: 0px;
}
#or-bar {
  border-top: solid 2px #ea4224;
  max-width: 20px;
}
#lrf-contact-cn {
    font-size: 30px;
    color: #ea4224;
    font-weight: 700;
    line-height: 35px;
}
#lrf-contact-info strong {
  font-size: 20px;
}
#lrf-contact a, .home-contact-owners a {
  color: #ea4224;
}
.home-contact-owners a.btn-primary, 
#lrf-contact a.btn-primary {
  color: #fff;
  background-color: #222030;
  border: 0;
  border-radius: 0px;
}
.home-contact-owners a.btn-primary:hover, 
#lrf-contact a.btn-primary:hover {
  color: #fff;
  background-color: #ea4224;
  border-color: #222030;
}
#lrf-contact img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#embed-form h2 {
  color: #ea4224;
	    font-weight: 700;
}
#lrf-contact .contact-us-title {
  margin-top: 0;
}
#lrf-contact-home {
  background: linear-gradient(280deg, rgba(202, 202, 202, 1) 4%, rgba(255, 255, 255, 1) 55%, rgba(202, 202, 202, 1) 111%);
}
div#footer {
  background-color: #f4f4f1;
  padding: 20px;
  font-size: 14px;
}
ul#footer-nav {
  list-style-type: none;
  float: right;
}
ul#footer-nav li {
  display: inline-block;
}
div#footer a {
  color: #222030;
}
#stats-horse-cutout img {
  position: relative;
  bottom: auto;
}
.statistics-slider .carousel-inner {
  padding-right: 30px;
}
#people {
  padding: 15px 0px;
  background-image: url('imgs/lrf-cares-people.jpg');
  background-position: center center;
  background-size: cover;
}
.success-padding {
  padding: 15px;
}
.success-spacing {
  margin-top: 15px;
  margin-bottom: 15px;
}
.logo-heart {
  max-width: 55px;
}
.page-id-177 h1, .page-id-177 h2, .page-id-177 h3, .page-id-177 h4 {
  text-transform: uppercase;
}
.page-id-177 #or-bar {
  margin-bottom: 5px !important;
}
.page-id-177 #header-text {
  padding-top: 20%;
}
.page-id-177 #lrf-cares h4 {
  display: none;
}
.page-id-177 #lrf-cares #cares-btn a.lrf-dark-btn {
  background-color: #ea4224 !important;
  border: 0 !important;
  color: #fff !important;
}
#embed-form input, #embed-form textarea {
  padding: 8px;
  width: 100%;
  display: block;
  border: 0;
  background-color: #d3d2d6;
}
#embed-form .row {
  margin-top: 30px;
  margin-bottom: 30px;
}
#embed-form .row:last-of-type {
  margin-bottom: 0px;
}
#embed-form input.wpcf7-submit {
  color: #FFF;
  text-transform: uppercase;
  background-color: #ea3d00;
  font-weight: 700;
}
#lrf-donate {
  padding: 30px 30px 0px 30px;
  color: #FFF;
  background-color: #221f30;
}
#lrf-donate #ebook-dl-btn {
  margin-top: 25px;
}
#full-stable {
  padding-bottom: 30px;
}
#full-stable h4 {
  font-size: 1rem;
  font-weight: 400;
}
div.outer-row:nth-of-type(even) {
  background: rgb(202, 202, 202);
  background: linear-gradient(280deg, rgba(202, 202, 202, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(202, 202, 202, 1) 100%);
}
.page-id-87 #page-title h1 {
	text-transform: uppercase;
	color: #FFF;
}
.stable-row span {
  color: #ea3d00;
}
.stable-extra {
  padding: 5px 15px;
}
.stable-padding {
    cursor: pointer;
    position: relative;
    min-height: 210px;
}
#available-opportunity .stable-padding {
  cursor: default;
}
.hiddenphotogallery {
  display: none;
}
#sub-t-page {
	font-size: 2rem;
	font-weight: 700;
}
.g1-horse-cutout {
  margin-top: -90px;
  max-width: 500px;
  position: absolute;
  right: 0;
}
#stats-slider .carousel-item {
  min-height: auto;
}
#quoteSlider .carousel-item{
  min-height: auto;
}
#bullets h3 {
	text-transform: uppercase;
}
#opportunity-info {
	font-weight: bold;
}
#opportunity-btn p {
	font-weight: normal !important;
	font-size: 15px !important;
}
#g1-btns {
	position: relative;
	z-index: 2;
}
.center-text, .book-text-center {
  text-align: center;
}
.center-text img {
  margin-bottom: 15px;
}
.center-text .btn img {
  margin-bottom: 0px;
}
.upcoming-race-box {
  margin-bottom: 15px;
}
.contact-us-title {
  margin-top: 15px;
}
#footer-nav {
  padding-left: 0px;
}
#available-opportunity {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #222030;
}
#available-opportunity .container .row > div, .stable-row > div {
  margin-bottom: 15px;
}
#available-opportunity h3 {
  font-size: 1rem;
}
.outer-row {
  padding-top: 15px;
}
#social-media {
  background: rgb(202, 202, 202);
  background: linear-gradient(280deg, rgba(202, 202, 202, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(202, 202, 202, 1) 100%);
}
#social-media .col-3 {
  color: #FFF;
  background-color: #ea3d00;
}
div.success-spacing:nth-of-type(2n) {
  background: rgb(202, 202, 202);
  background: linear-gradient(280deg, rgba(202, 202, 202, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(202, 202, 202, 1) 100%);
}
.earnings-split {
  height: 175px;
  overflow-y: auto;
  overflow-x: hidden;
}
.archive-row > div {
  margin-bottom: 15px;
}
.featured-archive-img {
  margin-bottom: 15px;
  overflow: hidden;
  max-height: 285px;
}
.archive-title, a.archive-title, a.archive-title:visited, a.archive-title:hover {
  margin-bottom: 15px;
  color: #000;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
}
.read-more, a.read-more, a.read-more:visited, a.read-more:hover {
  color: #ea3d00;
  text-decoration: none;
}
.publish-date {
  margin-bottom: 15px;
  font-size: 0.75em;
  border-bottom: 1px solid #d9d9d9;
}
.archive-container {
  margin-top: 15px;
  margin-bottom: 15px;
}
.archive-navigation {
  margin: 0px auto;
  padding-top: 15px;
  text-align: center;
  border-top: 1px solid #d9d9d9;
}
.archive-navigation a, .archive-navigation a:visited {
  margin: 0px 5px;
  padding: 5px 10px;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  background-color: #222a2c;
}
.archive-navigation a:hover {
  background-color: #ea3d00;
}
.archive-navigation .current {
  margin: 0px 5px;
  padding: 5px 10px;
  color: #FFF;
  display: inline-block;
  background-color: #ea3d00;
}
.archive-navigation .dots {
  margin: 0px 5px;
  padding: 5px 10px;
  display: inline-block;
}
.d-flex p.align-items-center {
  margin-bottom: 0px;
}
.article-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.article-content a, .article-content a:hover, .article-content a:visited {
  color: #ea3d00;
  text-decoration: none;
}
.altrow {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  background: rgb(202, 202, 202);
  background: linear-gradient(280deg, rgba(202, 202, 202, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(202, 202, 202, 1) 100%);
}
.faves {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.faves li {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.faves li:last-of-type {
  margin-bottom: 0px;
}
.team-member-picture, .team-picture {
  margin-bottom: 15px;
}
.team-member strong {
  color: #ea3d00;
}
.team-row {
  margin-bottom: 15px;
}
.member {
  padding: 15px 15px 30px 15px;
  position: relative;
  background-color: #fcfcfc;
  border: #cdcdcd solid 1px;
}
.hidden-team-info {
  display: none;
}
.hidden-toggle {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  position: absolute;
}
.hidden-toggle i {
  padding: 5px 15px;
  display: block;
  cursor: pointer;
  color: #ea3d00;
}
#scrollcontain {
  margin: 0 0 30px -23px;
  left: 50%;
  width: 46px;
  bottom: 0px;
  z-index: 100;
  position: absolute;
}
a#scrolldown, a#scrolldown:hover, a#scrolldown:visited {
  padding-top: 60px;
  color: #FFF;
  width: 46px;
  display: none;
  position: relative;
  text-decoration: none;
}
a#scrolldown span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  /*border: 1px solid #fff;*/
  border-radius: 100%;
  box-sizing: border-box;
}
a#scrolldown span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
a#scrolldown span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: scrolling 3s infinite;
  animation: scrolling 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes scrolling {
  /*0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }*/
}
@keyframes scrolling3 {
  /*0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }*/
}
.videowrapper {
  position: relative;
  /*padding-bottom: 56.25%;*/
  padding-bottom: 48%;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nl-signup-text .wpcf7 {
  text-align: center;
}
.nl-signup-text .wpcf7 p {
  display: inline-block;
}
.nl-signup-text .wpcf7 input[type=email] {
  padding: 5px 15px;
  color: #FFF;
  border: 0;
  max-width: 300px;
  background-color: #d2670a;
}
.nl-signup-text .wpcf7 input[type=submit] {
  padding: 5px 15px;
  color: #FFF;
  border: 0;
  background-color: #222030;
  text-transform: uppercase;
}
.nl-signup-text .wpcf7 input::placeholder {
  color: #FFF;
  opacity: 1;
}
.nl-signup-text .wpcf7 .wpcf7-spinner {
  display: none;
}
.your-horseowner select.wpcf7-select {
  visibility: visible !important;
  display: block;
  width: 100%;
}
.form-inputs {
  text-align: left;
}
.form-inputs input {
  display: block;
  width: 100%;
}
.form-inputs input.wpcf7-submit {
  padding: 15px;
  border: 0;
  color: #fff;
  border-radius: 0;
  background-color: #fe7900;
  border-color: #fe7900;
}
.availableopportinity {
  width: 100%;
  height: auto;
}
.heading-banner {
  margin: 35px 0px;
  padding: 2rem;
  color: #FFF;
  position: relative;
  background: rgb(238,148,51);
  background: linear-gradient(180deg, rgba(238,148,51,1) 0%, rgba(255,144,64,1) 100%);
}
.heading-banner::before {
  margin-top: -15px;
  padding: 2px 0px 0px 0px;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  max-width: 800px;
  height: 4rem;
  content: '';
  position: absolute;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5rem;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
  background: rgb(250,148,20);
  background: linear-gradient(180deg, rgba(250,148,20,1) 0%, rgba(245,116,35,1) 50%, rgba(245,86,46,1) 100%);
  clip-path: polygon(0 0%, 100% 0, 95% 100%, 5% 100%);
}
.heading-banner::after {
  margin-top: -15px;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  height: 15px;
  content: '';
  position: absolute;
  background: rgb(136,30,5);
  background: linear-gradient(180deg, rgba(136,30,5,1) 0%, rgba(192,42,7,1) 100%);
}
.heading-banner.lrf-stable {
  background: rgb(67,61,94);
  background: linear-gradient(180deg, rgba(67,61,94,1) 0%, rgba(49,45,70,1) 50%, rgba(34,31,48,1) 100%);
}
.heading-banner.lrf-stable::before {
  content: 'LRF Stable';
}
.heading-banner.lrf-team {
  background: rgb(67,61,94);
  background: linear-gradient(180deg, rgba(67,61,94,1) 0%, rgba(49,45,70,1) 50%, rgba(34,31,48,1) 100%);
}
.heading-banner.lrf-team::before {
  content: 'Team Little Red Feather';
}
.heading-banner.contact {
  background: rgb(67,61,94);
  background: linear-gradient(180deg, rgba(67,61,94,1) 0%, rgba(49,45,70,1) 50%, rgba(34,31,48,1) 100%);
}
.heading-banner.contact::before {
  content: 'Contact';
}
.heading-banner.blog {
  background: rgb(67,61,94);
  background: linear-gradient(180deg, rgba(67,61,94,1) 0%, rgba(49,45,70,1) 50%, rgba(34,31,48,1) 100%);
}
.heading-banner.success-stories {
  background: rgb(67,61,94);
  background: linear-gradient(180deg, rgba(67,61,94,1) 0%, rgba(49,45,70,1) 50%, rgba(34,31,48,1) 100%);
}
.heading-banner.success-stories::before {
  content: 'Success Stories';
  background: rgb(250,148,20);
  background: linear-gradient(180deg, rgba(250,148,20,1) 0%, rgba(245,116,35,1) 50%, rgba(245,86,46,1) 100%);
}
.heading-banner.success-stories::after {
  background: rgb(136,30,5);
  background: linear-gradient(180deg, rgba(136,30,5,1) 0%, rgba(192,42,7,1) 100%);
}
.archive-banner {
  margin: 35px 0px;
  padding: 2rem;
  color: #FFF;
  position: relative;
  background: rgb(67,61,94);
  background: linear-gradient(180deg, rgba(67,61,94,1) 0%, rgba(49,45,70,1) 50%, rgba(34,31,48,1) 100%);
}
.archive-banner h1 {
  margin: 0px;
  padding: 0px;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  font-size: 2.5rem;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
}
.archive-banner::before {
  margin-top: -15px;
  padding: 2px 0px 0px 0px;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  height: 4rem;
  content: '';
  position: absolute;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5rem;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
  background: rgb(250,148,20);
  background: linear-gradient(180deg, rgba(250,148,20,1) 0%, rgba(245,116,35,1) 50%, rgba(245,86,46,1) 100%);
  clip-path: polygon(0 0%, 100% 0, 95% 100%, 5% 100%);
}
.archive-banner::after {
  margin-top: -15px;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  height: 15px;
  content: '';
  position: absolute;
  background: rgb(136,30,5);
  background: linear-gradient(180deg, rgba(136,30,5,1) 0%, rgba(192,42,7,1) 100%);
}
.orange-bar {
  padding: 1px;
  background-color: #fe7900;
}
.hero-img {
  width: 100%;
  height: auto;
}
.phone {
  display: block;
}
.tablet {
  display: none;
}
.desktop {
  display: none;
}
.availableopportinityform input {
  display: block;
  width: 100%;
}
.availableopportinityform input[type="submit"] {
  padding: 5px 15px;
  color: #FFF;
  border: 0;
  background-color: #fe7900;
}
.wpcf7 form .wpcf7-response-output {
  margin: 30px 0px 0px 0px !important;
  padding: 10px!important;
  text-align: center;
}
.grecaptcha-badge { visibility: hidden; }

#wpcf7-f1117-o1 select.wpcf7-select {
  visibility: visible !important;
}
.blk-btn {
  color: #FFF;
  border-color: #000;
  background-color: #000;
}
.blk-btn:hover {
  color: #000;
  border-color: #FFF;
  background-color: #FFF;
}
body.page-id-87 #white-top {
  display: none;
}

/* -------------------------------------------------------------------------- */
/* Extra small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  body.page-id-87 #fullscreen-header {
    /*background-position: -75px bottom, left bottom, center center;*/
  }
  #header-text {
    max-width: 50%;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body.page-id-87 #fullscreen-header {
    /*display: block;*/
  }
	.lgnum {
    font-size: 60px;
    text-align: center;
    color: #ea3d00;
    font-weight: 700;
  }
	#social-nav {
    position: relative;
    right: auto;
	  text-align: center;
	  display: inline-block;
  }
  .g1-horse-cutout {
    margin-top: -90px;
    max-width: 1000px;
    position: absolute;
    right: 0;
  }
  #header-text img {
    max-width: 360px;
  }
  .avgstar-bl {
    font-size: 50px;
  }
  .avgstar-or {
    font-size: 50px;
  }
  .statistics-slider .carousel-inner {
    padding-right: 0px;
  }
  #side-menu {
    display: none;
  }
  #stats-horse-cutout img {
    position: relative;
    bottom: auto;
  }
  #all-about-you {
    /*min-height: auto;*/
  }
  #horse-cutout {
    position: relative;
    width: 100%;
    /*min-height: 100%;
    min-height: 100vh;*/
  }
  #all-about-you h2 {
    font-size: 1.5rem;
  }
  #people-cutout img {
    position: absolute;
    bottom: 0;
  }
  #people {
    padding: 45px 0px;
  }
  .success-padding {
    padding: 30px;
  }
  #fullscreen-header {
    /*min-height: 750px;
    background-position: -75px bottom, left bottom, center center;*/
  }
  #all-about-you {
    /*background-size: 390px 280px, cover;*/
  }
  #ebook-dl-btn {
    margin-left: 30px;
  }
  #view-all-upcoming {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .g1-mobile-only {
    right: 0;
    max-width: 300px;
    position: absolute;
  }
  .heading-banner::before, .archive-banner::before {
    margin-left: -400px;
    left: 50%;
  }
  .heading-banner::after, .archive-banner::after {
    margin-left: -400px;
    left: 50%;
  }
  .phone {
    display: none;
  }
  .tablet {
    display: block;
  }
  .desktop {
    display: none;
  }
}

/* Landscape iPhones */
@media only screen
and (min-device-width: 414px)
and (max-device-height: 896px)
and (orientation : landscape)
and (-webkit-device-pixel-ratio: 3) {
  #fullscreen-header {
    /*padding-top: 70px;
    background-position: -75px bottom, left bottom, center center;
    background-size: 0, contain, cover;
    min-height: auto;*/
  }
  #header-text #tagline, #header-text #title, #subt, #sub-t-page {
    font-size: 1em;
  }
  #header-text img {
    max-width: 150px;
  }
  body.page-id-87 #fullscreen-header {
    /*display: none;*/
  }
  body.page-id-87 #white-top {
    display: block;
  }
  .phone {
    display: none;
  }
  .tablet {
    display: none;
  }
  .desktop {
    display: block;
  }
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio : 2) {
  #fullscreen-header {
    /*padding-top: 70px;
    background-position: -75px bottom, left bottom, center center;
    background-size: 0, contain, cover;
    min-height: auto;*/
  }
  #header-text #tagline, #header-text #title, #subt, #sub-t-page {
    font-size: 1em;
  }
  #header-text img {
    max-width: 150px;
  }
  body.page-id-87 #fullscreen-header {
    /*display: none;*/
  }
  body.page-id-87 #white-top {
    display: block;
  }
  .phone {
    display: none;
  }
  .tablet {
    display: none;
  }
  .desktop {
    display: block;
  }
}

@media only screen
and (min-device-width : 700px)
and (max-device-width : 800px)
{
  #all-about-you {
    /*min-height: 100vh;*/
  }
}
/* In Between Sizes */
@media (min-width: 850px) {
  body.page-id-87 #fullscreen-header {
    /*background-position: left bottom, left bottom, center center;*/
  }
  #header-text {
    max-width: 100%;
  }
  #header-text #tagline, #header-text #title {
    font-size: 2.5em;
  }
  .phone {
    display: none;
  }
  .tablet {
    display: none;
  }
  .desktop {
    display: block;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #menu .navbar-dark {
    background-color: rgba(29, 20, 30, .4);
  }
  #menu .navbar-expand-lg .navbar-nav .nav-link {
    color: rgba(255,255,255,.55);
  }
  #top-logo img {
    display: inline-block;
  }
  #top-logo span {
    display: none;
  }
  #horse-cutout img.img-fluid-horse {
    max-width: 100%;
    height: auto;
    margin-left: 0px;
  }
  #fullscreen-header-lrfcares #header-text {
    max-width: 500px;
    padding-top: 13%;
  }
  #people-cutout img {
    position: relative;
    bottom: auto;
  }
  #horse-cutout img {
    position: absolute;
    bottom: 0;
  }
  #people {
    padding: 75px 0px;
  }
  .success-padding {
    padding: 50px;
  }
  .success-spacing {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page-id-177 #header-text img {
    margin-bottom: 50px;
  }
	#social-nav {
    position: absolute;
	  right: 0;
		text-align: right;
    display: inherit;
  }
  body.page-id-87 #fullscreen-header {
    /*background-position: 20% bottom, left bottom, center center;*/
  }
  #all-about-you {
    /*min-height: auto;
    background-size: 501px 360px, cover;*/
  }
  .winner-information {
    max-width: 50%;
  }
  #grade-one-winners {
    background-size: contain, cover;
  }
  #stats-slider {
    background-size: 800px 547px, cover;
  }
  #stats-slider .carousel-inner {
    max-width: 50%;
  }
  #opportunity-pad {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .opportunity-pad-middle {
    display: table-cell;
    vertical-align: middle;
  }
  .opportunity-pad-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
  a#scrolldown, a#scrolldown:hover, a#scrolldown:visited {
    display: block;
  }
  h2#g1-title, h2#stats-title {
    padding-top: 50px;
    margin-bottom: 40px;
  }
  #wpcf7-f1111-o1 p:first-of-type, 
  #wpcf7-f1111-p87-o4 p:first-of-type {
    margin-right: 15px;
  }
  #wpcf7-f1111-o1 input[type=email],
  #wpcf7-f1111-p87-o4 input[type=email] {
    max-width: none;
  }
  #wpcf7-f1111-o1 p, 
  #wpcf7-f1111-p87-o4 p {
    margin-bottom: 0;
  }
  .header-banner {
    padding: 3rem;
  }
  .heading-banner::before, .archive-banner::before {
    margin-left: -400px;
    left: 50%;
    height: 4rem;
    max-width: 800px;
  }
  .heading-banner::after, .archive-banner::after {
    margin-left: -400px;
    left: 50%;
    max-width: 800px;
  }
  .archive-banner h1 {
    margin-left: -400px;
    left: 50%;
    max-width: 800px;
  }
  .phone {
    display: none;
  }
  .tablet {
    display: none;
  }
  .desktop {
    display: block;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#bullets ul li {
		font-size: 18px;
  }
	.h2, h2 {
    font-size: 2.25rem;
  }
  #horse-cutout img.img-fluid-horse {
    width: 100%;
    height: auto;
	  margin-left: 0px;
  }
  #people-cutout img {
    position: relative;
    bottom: auto;
  }
  #horse-cutout img {
    position: absolute;
    bottom: 0;
  }
	h1#title {
		font-size: 3rem;
	}
	h1#title p {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.g1-horse-cutout {
    max-width: 870px;
		margin-right: -3%;
  }
	span.g1-line {
    width: 54%;
  }
	#all-about-you h2 {
    font-size: 2.5rem;
    margin-left: -70px;
    line-height: 30px;
  }
	#all-about-you h2 small {
		font-size: 1.25rem;
	}
	#g1-desc {
		font-size: .85rem;
	}
	#g1-horsename {
    font-size: 30px;
    font-weight: 700;
  }
	#g1-btns .btn {
    padding: 1rem .75rem;
  }
  ul#carousel-indicators-g1 li {
    margin-bottom: 45%;
    font-size: .85rem;
  }
	#social-nav {
    position: absolute;
	  right: 0;
		text-align: right;
    display: inherit;
  }
  #header-text {
    width: 50%;
  }
  #header-text-all-about {
    width: 35%;
  }
  .winner-information {
    max-width: 50%;
  }
  ul#carousel-indicators-g1 li {
    margin: 0px 0px 20px 0px;
    display: block;
  }
  #statistics-slider .carousel-indicators li {
    margin: 0px 0px 20px 0px;
    display: block;
  }
  .winner-information {
    max-width: auto;
  }
  ul#carousel-indicators-stats {
    border-left: none;
    text-align: center;
  }
  .center-text {
    text-align: left;
  }
  .center-text img {
    margin-bottom: 0px;
  }
  .book-text-center {
    text-align: right;
  }
  #ebook-pad {
    padding-top: 60px;
  }
  .upcoming-races-title {
    margin-bottom: 50px;
    padding-top: 50px;
  }
  #lrf-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #lrf-contact img {
    display: inline-block;
  }
  .contact-us-title {
    margin-top: 6rem;
  }
  #available-opportunity .container .row > div, .stable-row > div {
    margin-bottom: 0px;
  }
  .outer-row {
  	padding-bottom: 30px;
  	padding-top: 30px;
  }
  #fullscreen-header-lrfcares #header-text {
    max-width: 500px;
    padding-top: 6%;
  }
  .archive-row > div {
    margin-bottom: 30px;
  }
  .archive-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .team-member-picture {
    margin: 0px 0px 15px 15px;
    float: right;
  }
  .team-picture {
    margin: 0px 15px 15px 0px;
    float: left;
  }
  .team-row {
    margin-bottom: 30px;
  }
  body.page-id-87 #fullscreen-header {
    /*max-height: 874px;*/
  }
  .g1-name-space {
    margin-top: 25;
  }
  #sub-t-page {
  	font-size: 3.5rem;
  }
  ul#carousel-indicators-g1 li {
    margin: 75px 0px;
  }
  ul#carousel-indicators-g1 li:first-of-type {
    margin-top: 25px;
  }
  #stats-slider .carousel-item {
    margin-top: 7%;
  }
}

@media (min-width: 1400px) {
	#bullets ul li {
		font-size: 19px;
  }
	#header-text {
    width: 40%;
  }
  body.page-id-87 #fullscreen-header {
    /*overflow: hidden;
    background-size: 0, 920px 681px, cover;*/
  }
  #all-about-you {
    /*overflow: hidden;
    background-size: 891px 640px, cover;*/
  }
  #stats-slider {
    overflow: hidden;
    background-size: contain, cover;
  }
  #fullscreen-header .row, #all-about-you .row, #fullscreen-header-lrfcares .row,
  #stats-slider > #statistics-slider > .container-fluid > .row,
  #grade-one-winners #grade-one-slider > .container-fluid > .row {
    min-height: 75vh;
  }
  .g1-name-space {
    padding-top: 50px;
  }
  #upcoming-races {
    min-height: 900px;
  }
  ul#carousel-indicators-g1 li {
    margin: 75px 0px;
  }
  #statistics-slider .carousel-indicators li {
    margin: 45px 0px;
  }
  ul#carousel-indicators-g1 li:first-of-type,
  #statistics-slider .carousel-indicators li:first-of-type {
    margin-top: 0px;
  }
  ul#carousel-indicators-g1 li:last-of-type,
  #statistics-slider .carousel-indicators li:last-of-type {
    margin-bottom: 0px;
  }
  #statistics-slider {
    margin-left: 50px;
  }
  #stats-slider .carousel-inner {
    max-width: 45%;
  }
  #grade-one-winners .carousel-indicators {
    padding-left: 10px;
  }
  #fullscreen-header-lrfcares #header-text {
    margin-left: 5%;
  }
}

@media (min-width: 1600px) {
  #fullscreen-header .row, #all-about-you .row, #fullscreen-header-lrfcares .row,
  #stats-slider > #statistics-slider > .container-fluid > .row,
  #grade-one-winners #grade-one-slider > .container-fluid > .row {
    min-height: 85vh;
  }
  body.page-id-87 #fullscreen-header {
    /*overflow: hidden;
    background-size: 0, 1020px 755px, cover;*/
  }
  #all-about-you {
    /*overflow: hidden;
    background-size: 928px 666px, cover;*/
  }
  #tagline {
    font-size: 2rem;
  }
}

/* XXX Large Devices */
@media (min-width : 1919px) {
	#bullets ul li {
    font-size: 20px;
  }
  body.page-id-87 #fullscreen-header {
    /*background-size: 0, contain, cover;*/
  }
  #stats-slider {
    background-size: contain, cover;
  }
  #all-about-you {
    /*background-size: 1120px 804px, cover;*/
  }
  #fullscreen-header .row, #all-about-you .row, #fullscreen-header-lrfcares .row,
  #stats-slider > #statistics-slider > .container-fluid > .row,
  #grade-one-winners #grade-one-slider > .container-fluid > .row {
    /*min-height: 100vh;*/
  }
  body.page-id-87 #fullscreen-header {
    /*padding-top: 15px;*/
  }
  #fullscreen-header-lrfcares {
    /*padding-top: 0px;*/
  }
  #fullscreen-header .row, #all-about-you .row, #fullscreen-header-lrfcares .row,
  #stats-slider > #statistics-slider > .container-fluid > .row,
  #grade-one-winners #grade-one-slider > .container-fluid > .row {
    /*min-height: 100vh;*/
  }
	#g1-desc {
    font-size: 1.25rem;
  }
	#opportunity-info {
    font-size: 30px;
  }
	#bullets ul li {
    font-size: 25px;
  }
	#horse-cutout {
    width: 100%;
  }
	#carousel-indicators-g1 {
		font-size: 20px;
	}
  #horse-cutout img.img-fluid-horse {
    max-width: 100%;
    height: auto;
    width: 100%;
	  margin-bottom: -125px;
	  margin-left: 0px;
  }
	.page-id-177   #header-text {
   margin-left: 0;
  }
  #all-about-you h2 {
    font-size: 4rem;
  }
  #tagline {
    margin-bottom: -120px;
	  font-size: 2.5rem;
  }
  .g1-horse-cutout {
    margin-top: -150px;
    /* float: right; */
    max-width: 1260px;
    position: absolute;
    right: 0;
  }
  .avgstar-or {
    /*font-size: 80px;*/
  }
  .h2, h2 {
    font-size: 3rem;
  }
  #header-text img {
    max-width: 100%;
  }
  h1#title {
    margin-top: -70px;
	  font-size: 3.5rem
  }
	#subt {
    font-weight: 800;
    font-size: 20px;
  }
	#social-nav {
    position: absolute;
	  right: 0;
		text-align: right;
    display: inherit;
  }
	#all-about-you h2 small {
    font-size: 1.5rem;
    line-height: 70px;
  }
  #all-about-you {
    /*max-height: 874px;*/
  }
  body.page-id-87 #fullscreen-header  {
    /*max-height: 975px;*/
  }
}

@media (min-width : 2000px) {
  #all-about-you {
    /*background-size: contain, cover;*/
  }
  body.page-id-87 #fullscreen-header {
    /*max-height: initial;*/
  }
  #fullscreen-header .align-self-center {
    align-self: center !important;
  }
}

/* 2026 Home Updates: final cascade overrides */
#home #fullscreen-header.home-video-hero {
  min-height: 100vh;
  height: auto;
  max-height: none;
  background-color: #1d141e;
  /*border-bottom: 12px solid #211f30;*/
}
#all-about-you.home-benefits .container {
  /*max-width: 1024px;*/
}
#all-about-you.home-benefits {
  /*min-height: 900px;*/
  max-height: none;
  display: flex;
  align-items: flex-start;
  background-color: #e8f5f4;
  background-size: cover;
  background-position: center;
  /*border-bottom: 12px solid #ef4326;*/
}
#all-about-you.home-benefits:not([style]) {
  background-image: none;
}
#all-about-you .home-benefits-copy h2 {
  margin: 0 0 40px;
  color: #1d141e;
  font-size: 48px;
  line-height: .95;
}
#all-about-you .home-benefits-copy .lrf-dark-btn {
  display: block;
  max-width: 290px;
  margin-left: 100px;
}
#grade-one-winners.home-g1-winners {
  min-height: 0;
  padding: 46px 0 0;
  background: #bfe8f4;
  background-image: none !important;
}
#grade-one-winners.home-g1-winners::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ef4326;
}
#stats-slider.home-statistics {
  min-height: 0;
  overflow: visible;
  background: #bfe8f4;
  background-image: none;
}
#stats-slider.home-statistics .home-stats-person img {
  bottom: -50px;
  max-height: calc(100% + 100px - var(--home-stats-person-title-space));
}
@media (min-width: 1200px) {
  #stats-slider.home-statistics .row.align-items-center {
    align-items: stretch !important;
  }
  #stats-slider.home-statistics .home-stats-years {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
#stats-slider.home-statistics #statistics-slider {
  margin-left: 0;
}
#stats-slider.home-statistics .carousel-inner {
  max-width: none;
}
#stats-slider.home-statistics .carousel-item {
  margin-top: 0;
}
#stats-slider.home-statistics ul#carousel-indicators-stats {
  position: static;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 0;
}
#stats-slider.home-statistics ul#carousel-indicators-stats li {
  display: block;
  width: auto;
  height: auto;
  text-indent: 0;
  background: transparent;
  border: 0;
  opacity: 1;
  margin: 0 0 14px;
}
#stats-slider.home-statistics ul#carousel-indicators-stats li.js-stats-more-item, 
#stats-slider.home-statistics ul#carousel-indicators-stats li.home-stats-separator, 
#stats-slider.home-statistics ul#carousel-indicators-stats li:last-child {
  margin-bottom: 0;
}
#stats-slider.home-statistics ul#carousel-indicators-stats .home-stats-more-menu li {
  margin: 0 0 10px;
}
#stats-slider.home-statistics ul#carousel-indicators-stats li a {
  display: block;
  text-indent: 0;
}
#stats-slider.home-statistics ul#carousel-indicators-stats li button {
  display: block;
  width: 100%;
  text-indent: 0;
}
#stats-slider.home-statistics #carousel-indicators-stats [data-stats-slide-to] {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-indent: 0;
  background: transparent;
  border: 0;
  opacity: 1;
}
#home #featured-opportunity.home-available-horses {
  min-height: 375px;
  background-color: #ece9e2;
  background-size: cover;
  background-position: center;
}
#home #featured-opportunity.home-available-horses:not([style]) {
  background-image: none;
}
#home #upcoming-races.home-upcoming-races {
  background-color: #5b98c8;
  background-size: cover;
  background-position: center top;
}
#home #upcoming-races.home-upcoming-races:not([style]),
#home #lrf-cares:not([style]) {
  background-image: none;
}
#home #ebook-section {
  background: #fff !important;
  min-height: 0;
}
#home #merch {
  background: #fff;
}
#home #merch #opportunity-left {
  background: #fff !important;
}
@media (max-width: 991px) {
  #home #all-about-you .home-benefits-copy .lrf-dark-btn {
    margin-left: 0;
  }
  #home #grade-one-winners.home-g1-winners {
    padding-left: 0;
    padding-right: 0;
  }
  .home-g1-winners h2 {
    padding-left: 18px;
    padding-right: 18px;
  }
  .home-g1-row {
    width: calc(100% - 64px);
  }
  .home-g1-control-prev {
    left: 6px;
  }
  .home-g1-control-next {
    right: 6px;
  }
  .home-g1-arrow {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  #home #stats-slider.home-statistics ul#carousel-indicators-stats {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  #home #stats-slider.home-statistics ul#carousel-indicators-stats li {
    flex: 0 0 auto;
    display: block;
    margin: 0;
  }
  #home #stats-slider.home-statistics ul#carousel-indicators-stats li a {
    white-space: nowrap;
  }
  #upcoming-races h3 {
    font-size: 1.5rem;
  }
  .home-contact-logo,
  #home-contact-logo {
    display: none;
  }
}
@media (max-width: 1199px) {
  #stats-slider.home-statistics .home-stats-years-nav {
    padding: 0 34px;
  }
  #stats-slider.home-statistics .home-stats-scroll-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 28px !important;
    height: 28px;
    padding: 0;
    color: #1d141e;
    font-size: 0 !important;
    font-weight: 700;
    line-height: 1;
    background: rgba(191, 232, 244, .92);
    border: 1px solid rgba(29, 20, 30, .32);
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(29, 20, 30, .12);
    transform: translateY(-50%);
  }
  #stats-slider.home-statistics .home-stats-scroll-button[hidden] {
    display: none !important;
  }
  #stats-slider.home-statistics .home-stats-scroll-button::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-color: currentColor;
    border-style: solid;
    border-width: 2px 2px 0 0;
  }
  #stats-slider.home-statistics .home-stats-scroll-prev {
    left: 0;
  }
  #stats-slider.home-statistics .home-stats-scroll-prev::before {
    transform: translateX(2px) rotate(-135deg);
  }
  #stats-slider.home-statistics .home-stats-scroll-next {
    right: 0;
  }
  #stats-slider.home-statistics .home-stats-scroll-next::before {
    transform: translateX(-2px) rotate(45deg);
  }
  #home #stats-slider.home-statistics ul#carousel-indicators-stats {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  #home #stats-slider.home-statistics ul#carousel-indicators-stats li {
    flex: 0 0 auto;
    display: block;
    margin: 0;
  }
  #home #stats-slider.home-statistics ul#carousel-indicators-stats li a {
    white-space: nowrap;
  }
  #stats-slider.home-statistics ul#carousel-indicators-stats .home-stats-more-menu,
  body > .home-stats-more-menu.is-stats-more-menu-portaled {
    position: fixed;
    top: auto;
    left: 16px;
    z-index: 1050;
    width: min(220px, calc(100vw - 32px));
    min-width: 0;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    margin: 0;
    padding: 30px 16px 12px;
    background: #bfe8f4;
    border: 1px solid rgba(29, 20, 30, .18);
    box-shadow: 0 12px 28px rgba(29, 20, 30, .22);
    transform: none;
  }
  #stats-slider.home-statistics ul#carousel-indicators-stats .home-stats-more-menu li,
  body > .home-stats-more-menu.is-stats-more-menu-portaled li {
    display: block;
    margin: 0 0 12px;
  }
  #stats-slider.home-statistics ul#carousel-indicators-stats .home-stats-more-menu li a,
  #stats-slider.home-statistics ul#carousel-indicators-stats .home-stats-more-menu li button,
  body > .home-stats-more-menu.is-stats-more-menu-portaled li a,
  body > .home-stats-more-menu.is-stats-more-menu-portaled li button {
    display: block;
    width: 100%;
    color: #1d141e;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  body > .home-stats-more-menu.is-stats-more-menu-portaled button {
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    font: inherit;
    cursor: pointer;
  }
}

/* Button hover states */
.btn.btn-primary:not(:disabled):not(.disabled):not([aria-disabled="true"]),
.blk-btn:not(:disabled):not(.disabled):not([aria-disabled="true"]) {
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.btn.btn-primary:not(:disabled):not(.disabled):not([aria-disabled="true"]):is(:hover, :focus-visible) {
  background-color: #ef4326;
  border-color: #1d1a2d;
  color: #fff;
  text-decoration: none;
}
.lrf-dark-btn:not(:disabled):not(.disabled):not([aria-disabled="true"]):is(:hover, :focus-visible),
.lrf-blue-outline-btn:not(:disabled):not(.disabled):not([aria-disabled="true"]):is(:hover, :focus-visible),
#ebook-section .btn:not(:disabled):not(.disabled):not([aria-disabled="true"]):is(:hover, :focus-visible),
#view-all-upcoming .btn:not(:disabled):not(.disabled):not([aria-disabled="true"]):is(:hover, :focus-visible),
#opportunity-btn .btn-primary:not(:disabled):not(.disabled):not([aria-disabled="true"]):is(:hover, :focus-visible),
#about-btn .btn-primary:not(:disabled):not(.disabled):not([aria-disabled="true"]):is(:hover, :focus-visible),
.home-contact-owners a.btn-primary:not(.disabled):not([aria-disabled="true"]):is(:hover, :focus-visible),
#lrf-contact a.btn-primary:not(.disabled):not([aria-disabled="true"]):is(:hover, :focus-visible) {
  background-color: #ef4326 !important;
  border-color: #1d1a2d !important;
  color: #fff !important;
  text-decoration: none;
}
#g1-btns .btn-primary:not(:disabled):not(.disabled):not([aria-disabled="true"]):is(:hover, :focus-visible),
#cares-btn .btn-primary:not(:disabled):not(.disabled):not([aria-disabled="true"]):is(:hover, :focus-visible) {
  background-color: #ef4326;
  border-color: #1d1a2d;
  color: #fff;
  text-decoration: none;
}
.page-id-177 #lrf-cares #cares-btn a.lrf-dark-btn:not(.disabled):not([aria-disabled="true"]):is(:hover, :focus-visible) {
  background-color: #ef4326 !important;
  border-color: #1d1a2d !important;
  color: #fff !important;
}
.blk-btn:not(:disabled):not(.disabled):not([aria-disabled="true"]):is(:hover, :focus-visible) {
  background-color: #ef4326 !important;
  border-color: #1d1a2d !important;
  color: #fff !important;
  text-decoration: none;
}
.btn.btn-primary:not(:disabled):not(.disabled):not([aria-disabled="true"]):focus-visible,
.blk-btn:not(:disabled):not(.disabled):not([aria-disabled="true"]):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
