/*
  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: 25 September 2026 06:43:43
*/


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-container {
  width: 100%;
  align-items: center;
  display: flex;
  margin: auto;
  justify-content: center;
  max-width: 1200px;
}
.breadcrumbs {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1440px) {
  .breadcrumbs {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.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;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
  font-family: Arial, sans-serif;
  color: #333333;
  margin: 20px 0;
}
table thead th {
  background-color: #f2f2f2;
  font-weight: bold;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
table thead th:last-child {
  border-right: none;
}
table tbody td {
  padding: 12px 16px;
  vertical-align: top;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
table tbody tr:last-child td {
  border-bottom: none;
}
table tbody td:last-child {
  border-right: none;
}
table div, table p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
table p + p, table div + p, table p + ul, table p + ol {
  margin-top: 8px;
}
table ul {
  margin: 8px 0 0 0;
  padding-left: 20px;
  list-style-type: disc;
}
table ol {
  margin: 8px 0 0 0;
  padding-left: 20px;
  list-style-type: decimal;
}
table li {
  margin-bottom: 6px;
  line-height: 1.4;
}
table li:last-child {
  margin-bottom: 0;
}
table strong {
  font-weight: bold;
}
table a {
  color: #0066cc;
  text-decoration: underline;
}
table br {
  display: inline;
}
@media (min-width: 1920px) {
  .ei-red--bg {
    background: #E51057 !important;
  }
  .ei-white {
    color: #fff !important;
  }
}
