:root,
:root.light,
:root .light {
  --bb-color-purple: #541078;
  --bb-color-dark-purple: #23172a;
  --bb-color-light-purple: #79329f;
  --bb-color-extra-light-purple: #dac5e8;
  --bb-color-yellow: #f4b12f;
  --bb-color-light-yellow: #ffe164;
}
body,
input,
button,
select,
optgroup,
textarea,
label,
.alert,
.badge,
.blockquote-footer,
.btn,
.google-map-control-btn .zoomIn,
.google-map-control-btn .zoomOut,
.tox .tox-dialog__footer .tox-button:last-child,
.tox .tox-dialog__footer .tox-button--secondary,
.tox .tox-button-secondary,
.tox .tox-button,
[data-list] .page,
.navbar,
.pagination,
.valid-feedback,
.invalid-feedback {
  font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  line-height: 1;
  color: var(--phoenix-1100);
}
p, ul, li {
  font-size: large;
}
body.bb-body {
  background-color: #f4f1ed;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image: url("../images/bg.jpg");
  background-color: var(--bb-color-purple);;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.bb-body-sub {
  background-color: #f4f1ed;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image: url("../images/bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
header {
  background-color: var(--bb-color-purple);
}
a {
  color: var(--bb-color-purple);
  font-weight: 500;
}
a:hover {
  color: var(--bb-color-light-purple);
  text-decoration: none;
}
.navbar {
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.13);
}
.navbar-brand img {
  width: 75px;
}
.nav-item {
  margin: 6px;
}
.btn-nav {
  font-weight: bold;
  color: black;
  background-color: white;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border: 0px !important;
}
.btn-nav:hover {
  color: black;
  background-color: #ffe0b1;
}
.btn-nav:active {
  color: black !important;
  background-color: #ffe0b1 !important;
  opacity: 100%;
  transform: translateY(1px);
}
.btn-nav:visited {
  color: black !important;
  opacity: 100%;
}
.navbar-toggler {
  --bs-border-width: 2px;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.5);
}
.btn-fightback {
  background: var(--bb-color-yellow);
  background: -moz-linear-gradient(0deg, rgba(244,177,47,1) 0%, rgba(255,225,100,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(244,177,47,1) 0%, rgba(255,225,100,1) 100%);
  background: linear-gradient(0deg, rgba(244,177,47,1) 0%, rgba(255,225,100,1) 100%);
  padding: 16px 32px;
}
.btn-fightback:hover {
  background: var(--bb-color-light-yellow);
  background: -moz-linear-gradient(0deg, rgba(255,194,75,1) 0%, rgba(255,232,135,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,194,75,1) 0%, rgba(255,232,135,1) 100%);
  background: linear-gradient(0deg, rgba(255,194,75,1) 0%, rgba(255,232,135,1) 100%);
}
.btn-fightback:active {
  transform: translateY(2px);
}
.btn-cta {
  font-weight: bold;
  color: black;
  font-size: 2.2rem;
  background: var(--bb-color-yellow);
  background: -moz-linear-gradient(0deg, rgba(244,177,47,1) 0%, rgba(255,225,100,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(244,177,47,1) 0%, rgba(255,225,100,1) 100%);
  background: linear-gradient(0deg, rgba(244,177,47,1) 0%, rgba(255,225,100,1) 100%);
  padding: 8px 18px;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  border: 0px !important;
}
.btn-cta:hover {
  color: black;
  background: rgb(255,194,75);
  background: -moz-linear-gradient(0deg, rgba(255,194,75,1) 0%, rgba(255,232,135,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,194,75,1) 0%, rgba(255,232,135,1) 100%);
  background: linear-gradient(0deg, rgba(255,194,75,1) 0%, rgba(255,232,135,1) 100%);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.5);
}
.btn-cta:active {
  transform: translateY(2px);
}
.bb-btn-purple {
  background-color: var(--bb-color-light-purple);
  border: none !important;
  background: -moz-linear-gradient(0deg, rgba(83,16,120,1) 0%, rgb(118, 32, 164) 100%);
  background: -webkit-linear-gradient(0deg, rgba(83,16,120,1) 0%, rgb(118, 32, 164) 100%);
  background: linear-gradient(0deg, rgba(83,16,120,1) 0%, rgb(118, 32, 164) 100%);
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
  text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.5);
}
.bb-btn-purple:hover {
  background-color: var(--bb-color-purple);
  background: -moz-linear-gradient(0deg, rgb(98, 23, 138) 0%, rgb(136, 45, 185) 100%);
  background: -webkit-linear-gradient(0deg, rgb(98, 23, 138) 0%, rgb(136, 45, 185) 100%);
  background: linear-gradient(0deg, rgb(98, 23, 138) 0%, rgb(136, 45, 185) 100%);
}
.bb-btn-purple:active {
  transform: translateY(2px);
}
.bb-btn-social {
  padding: 7px 16px 9px 16px;
}
main.bb-main {
  background-image: url("../images/map.png");
  background-size: 77%;
  background-position: 40% 50%;
  background-repeat: no-repeat;
}
h2.bb-headline {
  font-weight: 700;
  color: white;
  text-transform: none;
  text-shadow: rgb(84, 16, 120) 6px 0px 0px, rgb(84, 16, 120) 5.91686px 0.995377px 0px, rgb(84, 16, 120) 5.66974px 1.96317px 0px, rgb(84, 16, 120) 5.2655px 2.87655px 0px, rgb(84, 16, 120) 4.71532px 3.71022px 0px, rgb(84, 16, 120) 4.03447px 4.44106px 0px, rgb(84, 16, 120) 3.24181px 5.04883px 0px, rgb(84, 16, 120) 2.35931px 5.51667px 0px, rgb(84, 16, 120) 1.41143px 5.83163px 0px, rgb(84, 16, 120) 0.424423px 5.98497px 0px, rgb(84, 16, 120) -0.574341px 5.97245px 0px, rgb(84, 16, 120) -1.55719px 5.79441px 0px, rgb(84, 16, 120) -2.49688px 5.45578px 0px, rgb(84, 16, 120) -3.36738px 4.96596px 0px, rgb(84, 16, 120) -4.14455px 4.33852px 0px, rgb(84, 16, 120) -4.80686px 3.59083px 0px, rgb(84, 16, 120) -5.33596px 2.74364px 0px, rgb(84, 16, 120) -5.71718px 1.8204px 0px, rgb(84, 16, 120) -5.93995px 0.84672px 0px, rgb(84, 16, 120) -5.99811px -0.150428px 0px, rgb(84, 16, 120) -5.89004px -1.14341px 0px, rgb(84, 16, 120) -5.61874px -2.1047px 0px, rgb(84, 16, 120) -5.19172px -3.00766px 0px, rgb(84, 16, 120) -4.62082px -3.82727px 0px, rgb(84, 16, 120) -3.92186px -4.54081px 0px, rgb(84, 16, 120) -3.11421px -5.12852px 0px, rgb(84, 16, 120) -2.22026px -5.57409px 0px, rgb(84, 16, 120) -1.26477px -5.86518px 0px, rgb(84, 16, 120) -0.274238px -5.99373px 0px, rgb(84, 16, 120) 0.723898px -5.95617px 0px, rgb(84, 16, 120) 1.70197px -5.75355px 0px, rgb(84, 16, 120) 2.63288px -5.39147px 0px, rgb(84, 16, 120) 3.49082px -4.87998px 0px, rgb(84, 16, 120) 4.25202px -4.23324px 0px, rgb(84, 16, 120) 4.89538px -3.46919px 0px, rgb(84, 16, 120) 5.40307px -2.60899px 0px, rgb(84, 16, 120) 5.76102px -1.67649px 0px, rgb(84, 16, 120) 5.95932px -0.697531px 0px;
  line-height: 1.1em;
}
h3.bb-subtitle {
  font-weight: 500;
  color: white;
  text-transform: none;
  text-shadow: rgb(84, 16, 120) 4px 0px 0px, rgb(84, 16, 120) 3.87565px 0.989616px 0px, rgb(84, 16, 120) 3.51033px 1.9177px 0px, rgb(84, 16, 120) 2.92676px 2.72656px 0px, rgb(84, 16, 120) 2.16121px 3.36588px 0px, rgb(84, 16, 120) 1.26129px 3.79594px 0px, rgb(84, 16, 120) 0.282949px 3.98998px 0px, rgb(84, 16, 120) -0.712984px 3.93594px 0px, rgb(84, 16, 120) -1.66459px 3.63719px 0px, rgb(84, 16, 120) -2.51269px 3.11229px 0px, rgb(84, 16, 120) -3.20457px 2.39389px 0px, rgb(84, 16, 120) -3.69721px 1.52664px 0px, rgb(84, 16, 120) -3.95997px 0.56448px 0px, rgb(84, 16, 120) -3.97652px -0.432781px 0px, rgb(84, 16, 120) -3.74583px -1.40313px 0px, rgb(84, 16, 120) -3.28224px -2.28625px 0px, rgb(84, 16, 120) -2.61457px -3.02721px 0px, rgb(84, 16, 120) -1.78435px -3.57996px 0px, rgb(84, 16, 120) -0.843183px -3.91012px 0px, rgb(84, 16, 120) 0.150409px -3.99717px 0px, rgb(84, 16, 120) 1.13465px -3.8357px 0px, rgb(84, 16, 120) 2.04834px -3.43574px 0px, rgb(84, 16, 120) 2.83468px -2.82216px 0px, rgb(84, 16, 120) 3.44477px -2.03312px 0px, rgb(84, 16, 120) 3.84068px -1.11766px 0px, rgb(84, 16, 120) 3.9978px -0.132717px 0px;
  padding-top: 8px;
}
footer {
  background-color: var(--bb-color-purple);
  color: white;
}
footer .bb-footer-text {
  font-size: 0.9em;
  margin-bottom: 0px !important;
}
a.footer-link {
  color: var(--bb-color-yellow);
  text-decoration: none;
}
a.footer-link:hover {
  color: var(--bb-color-light-yellow);
  text-decoration: underline;
}
.subpage-container {
  background-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.13);
}
.bb-content-divider-bottom {
  border-bottom: 1px solid var(--bs-gray-800);
}
.bb-video {
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-dark);
}
.carousel-nav {
  width: 8%;
}
@media only screen and (min-width: 576px) {
  .bb-content {
    padding-top: 9.25em;
    padding-bottom: 9.25em;
  }
  .btn-nav {
    font-size: 1.4rem;
    padding: 6px 16px !important;
  }
  .carousel-item-description {
    min-height: 54px;
  }
}
@media only screen and (max-width: 575px) {
  .navbar {
    --bs-navbar-padding-y: 1.1rem;
  }
  .container-lg {
    --bs-gutter-x: 2.2rem;
  }
  .navbar .nav-right ul.navbar-nav {
    margin: 12px 0 0 0 !important;
    flex-direction: row;
    justify-content: center;
  }
  .nav-item {
    margin: 4px !important;
  }
  .navbar-brand {
    --bs-navbar-brand-padding-y: 0;
  }
  .navbar-brand img {
    width: 64px;
  }
  .navbar-toggler-icon {
    width: 1.4em;
    height: 1.4em;
  }
  .btn-nav {
    font-size: 0.88em;
    font-weight: 600;
    padding: 4px 7px !important;
  }
  main.bb-main {
    background-size: contain;
  }
  body.bb-body {
    background-position: left;
  }
  .bb-main .bb-content {
    padding-top: 1.5em;
    padding-bottom: 1em;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0) 100%);
  }
  h2.bb-headline {
    text-shadow: rgb(84, 16, 120) 4px 0px 0px, rgb(84, 16, 120) 3.87565px 0.989616px 0px, rgb(84, 16, 120) 3.51033px 1.9177px 0px, rgb(84, 16, 120) 2.92676px 2.72656px 0px, rgb(84, 16, 120) 2.16121px 3.36588px 0px, rgb(84, 16, 120) 1.26129px 3.79594px 0px, rgb(84, 16, 120) 0.282949px 3.98998px 0px, rgb(84, 16, 120) -0.712984px 3.93594px 0px, rgb(84, 16, 120) -1.66459px 3.63719px 0px, rgb(84, 16, 120) -2.51269px 3.11229px 0px, rgb(84, 16, 120) -3.20457px 2.39389px 0px, rgb(84, 16, 120) -3.69721px 1.52664px 0px, rgb(84, 16, 120) -3.95997px 0.56448px 0px, rgb(84, 16, 120) -3.97652px -0.432781px 0px, rgb(84, 16, 120) -3.74583px -1.40313px 0px, rgb(84, 16, 120) -3.28224px -2.28625px 0px, rgb(84, 16, 120) -2.61457px -3.02721px 0px, rgb(84, 16, 120) -1.78435px -3.57996px 0px, rgb(84, 16, 120) -0.843183px -3.91012px 0px, rgb(84, 16, 120) 0.150409px -3.99717px 0px, rgb(84, 16, 120) 1.13465px -3.8357px 0px, rgb(84, 16, 120) 2.04834px -3.43574px 0px, rgb(84, 16, 120) 2.83468px -2.82216px 0px, rgb(84, 16, 120) 3.44477px -2.03312px 0px, rgb(84, 16, 120) 3.84068px -1.11766px 0px, rgb(84, 16, 120) 3.9978px -0.132717px 0px;
  }
  .btn-cta {
    font-size: 1.8rem;
    padding: 5px 12px 2px;
  }
}