/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 June 2026 18:21:34
*/


main {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.br-buttons__outer {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
.br-buttons__outer .br-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.br-buttons__outer .br-buttons .btn--br {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  font-size: 1rem;
}
.br-buttons__outer .br-buttons .btn--br.btn--scroll-to-top {
  background: rgba(229, 16, 87, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.br-buttons__outer .br-buttons .btn--br.btn--scroll-to-top:hover {
  background: #E51057;
  color: white;
}
.events-listings a {
  text-decoration: none;
  font-style: normal;
}
.events-listings a:hover {
  text-decoration: underline;
}
ul {
  list-style-type: disc;
  font-size: 18px;
  margin-bottom: 1rem;
  line-height: 2;
}
ul ul {
  list-style-type: circle;
  margin-top: 0.25rem;
}
.breadcrumbs {
  width: 100%;
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin-top: 4rem;
    margin-bottom: 4rem;
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs {
    max-width: 960px;
  }
}
@media (min-width: 1440px) {
  .breadcrumbs {
    margin-top: 5rem;
    margin-bottom: 5rem;
    max-width: 1320px;
  }
}
.breadcrumbs li i {
  font-style: normal;
  margin-right: 8px;
  color: #0D6EFD;
  text-decoration: none;
}
.breadcrumbs li a {
  margin-right: 8px;
  color: #0D6EFD;
  text-decoration: underline;
}
footer {
  width: 100%;
}
em {
  text-decoration: underline;
  font-style: italic;
}
.what-ambassadors-do a {
  text-decoration: underline;
  font-style: italic;
}
@media (min-width: 1920px) {
  .ei-red--bg {
    background: #E51057 !important;
  }
  .ei-white {
    color: #fff !important;
  }
}
