/*=Custom
-----------------------------------------------------------*/
.home .hero__text {
  margin-bottom: 1rem;
}

.tabPanels--locations .tabPanels__innerContent,
.tabPanels--locations .tabPanels__rowWrapper {
  justify-content: space-around;
}

.partners-testimonials {

  height: 200px;
}


.partners-testimonials .testimonials__name {
  font-size: 1.2rem;
}

.partners-testimonials .testimonials__text {
  margin-bottom: .5rem;
  margin-top: -0.75rem;
  font-size: .85rem;
}

.partners-testimonials .testimonials__starsDateWrapper {
  margin: 0.5rem 0;
}

.partners-testimonials .testimonials__starsWrapper img {
  width: 3.375rem;
}

@media only screen and (min-width: 600px) {
  .partners-testimonials .testimonials__name {
    font-size: 2.2rem;
  }

  .partners-testimonials .testimonials__text {
    margin-bottom: .5rem;
    margin-top: -0.75rem;
    font-size: 1rem;
  }

  .partners-testimonials .testimonials__starsDateWrapper {
    margin: 1.5rem 0;
  }

  .partners-testimonials .testimonials__starsWrapper img {
    width: 7.375rem;
  }

}

/*bright header subscribe form */
.hero--partner .nf-form-content {
  padding: 0;
}

.hero--partner #nf-field-77-wrap {
  padding: 0;
}

.hero--partner #nf-field-78-wrap {
  padding: 0;
}

.hero--partner #nf-field-78 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 1.1em 1.75em;
}

.hero--partner .nf-form-fields-required {
  display: none;
}

.menu-item .socialIconsGrid {
  display: flex;
  max-width: 200px;
  margin: 12px auto;
}

.menu-item .socialIconsGrid a {
  padding: 0 !important
}

.search-form-container {
  position: relative;
}

.notification-banner {
  width: 100%;
  height: fit-content;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #278751;
}

.notification-content {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  color: #fff;
  max-width: 1000px;
}

.notification {
  margin: 0 1rem;
}

.notification a,
.notification p {
  color: #fff;
}

.marquee {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  /* margin: 0; */
  line-height: 30px;
  text-align: center;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: scroll-left 2s linear infinite;
  -webkit-animation: scroll-left 2s linear infinite;
  animation: scroll-left 20s linear infinite;
}

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 1023px) {
  .hide-for-mobile {
    display: none;
  }
}