/* Background && Buttons Colors: */
/* Text Colors: */
/* Global Nav */
.fa-theme-ncPurpleToMaroon {
  --fa-primary-opacity: 1.0;
  --fa-secondary-opacity: 1.0;
  --fa-primary-color: #652999;
  --fa-secondary-color: #99295D;
}

.fa-theme-ncMaroonToPurple {
  --fa-primary-opacity: 1.0;
  --fa-secondary-opacity: 1.0;
  --fa-primary-color: #99295D;
  --fa-secondary-color: #652999;
}

.pole .navigation.default li:after {
  background: #652999;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet {
  background-color: #652999 !important;
}
