@charset "UTF-8";
@import '../../dist/vendor/@fortawesome/fontawesome-free/css/all.min.css';
@import '../../dist/vendor/featherlight/release/featherlight.min.css';
@import '../../dist/vendor/hamburgers/dist/hamburgers.min.css';
/**
 * 2026 Variables, Fonts, and CSS Custom Properties
 */
/**
 * Font face declarations
 * Using paths relative to the final CSS location
 */
@font-face {
  font-family: "League Gothic";
  src: url("../fonts/LeagueGothic-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "League Gothic";
  src: url("../fonts/LeagueGothic-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni";
  src: url("../fonts/Bodoni-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni";
  src: url("../fonts/Bodoni-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni";
  src: url("../fonts/Bodoni-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Benton Sans";
  src: url("../fonts/BentonSans-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Benton Sans";
  src: url("../fonts/BentonSans-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-white: #ffffff;
  --color-gray-light: #f1f2f2;
  --color-black: #15122b;
  --color-black-light: #24213f;
  --color-black-lighter: #323047;
  --color-purple: #aa6ee6;
  --color-purple-dark: #7950a0;
  --color-green: #5edb64;
  --color-green-dark: #19a923;
  --color-blue: #00b7b7;
  --color-blue-dark: #008285;
  --color-blue-light: #62F4EC;
}

/* Breakpoints */
/* Hamburgers */
table.col-1-highlight th:nth-child(1),
table.col-1-highlight td:nth-child(1) {
  background-color: var(--color-purple);
}
table.col-1-unhighlight th:nth-child(1),
table.col-1-unhighlight td:nth-child(1) {
  background-color: var(--color-purple-dark) !important;
}
table.col-2-highlight th:nth-child(2),
table.col-2-highlight td:nth-child(2) {
  background-color: var(--color-purple);
}
table.col-2-unhighlight th:nth-child(2),
table.col-2-unhighlight td:nth-child(2) {
  background-color: var(--color-purple-dark) !important;
}
table.col-3-highlight th:nth-child(3),
table.col-3-highlight td:nth-child(3) {
  background-color: var(--color-purple);
}
table.col-3-unhighlight th:nth-child(3),
table.col-3-unhighlight td:nth-child(3) {
  background-color: var(--color-purple-dark) !important;
}
table.col-4-highlight th:nth-child(4),
table.col-4-highlight td:nth-child(4) {
  background-color: var(--color-purple);
}
table.col-4-unhighlight th:nth-child(4),
table.col-4-unhighlight td:nth-child(4) {
  background-color: var(--color-purple-dark) !important;
}
table.col-5-highlight th:nth-child(5),
table.col-5-highlight td:nth-child(5) {
  background-color: var(--color-purple);
}
table.col-5-unhighlight th:nth-child(5),
table.col-5-unhighlight td:nth-child(5) {
  background-color: var(--color-purple-dark) !important;
}
table.col-6-highlight th:nth-child(6),
table.col-6-highlight td:nth-child(6) {
  background-color: var(--color-purple);
}
table.col-6-unhighlight th:nth-child(6),
table.col-6-unhighlight td:nth-child(6) {
  background-color: var(--color-purple-dark) !important;
}
table.col-7-highlight th:nth-child(7),
table.col-7-highlight td:nth-child(7) {
  background-color: var(--color-purple);
}
table.col-7-unhighlight th:nth-child(7),
table.col-7-unhighlight td:nth-child(7) {
  background-color: var(--color-purple-dark) !important;
}
table.col-8-highlight th:nth-child(8),
table.col-8-highlight td:nth-child(8) {
  background-color: var(--color-purple);
}
table.col-8-unhighlight th:nth-child(8),
table.col-8-unhighlight td:nth-child(8) {
  background-color: var(--color-purple-dark) !important;
}
table.col-9-highlight th:nth-child(9),
table.col-9-highlight td:nth-child(9) {
  background-color: var(--color-purple);
}
table.col-9-unhighlight th:nth-child(9),
table.col-9-unhighlight td:nth-child(9) {
  background-color: var(--color-purple-dark) !important;
}
table.col-10-highlight th:nth-child(10),
table.col-10-highlight td:nth-child(10) {
  background-color: var(--color-purple);
}
table.col-10-unhighlight th:nth-child(10),
table.col-10-unhighlight td:nth-child(10) {
  background-color: var(--color-purple-dark) !important;
}
table.col-11-highlight th:nth-child(11),
table.col-11-highlight td:nth-child(11) {
  background-color: var(--color-purple);
}
table.col-11-unhighlight th:nth-child(11),
table.col-11-unhighlight td:nth-child(11) {
  background-color: var(--color-purple-dark) !important;
}
table.col-12-highlight th:nth-child(12),
table.col-12-highlight td:nth-child(12) {
  background-color: var(--color-purple);
}
table.col-12-unhighlight th:nth-child(12),
table.col-12-unhighlight td:nth-child(12) {
  background-color: var(--color-purple-dark) !important;
}

table.col-1-highlight th:nth-child(1),
table.col-1-highlight td:nth-child(1) {
  background-color: var(--color-purple);
}

table.col-2-highlight th:nth-child(2),
table.col-2-highlight td:nth-child(2) {
  background-color: var(--color-purple);
}

table.col-3-highlight th:nth-child(3),
table.col-3-highlight td:nth-child(3) {
  background-color: var(--color-purple);
}

table.col-4-highlight th:nth-child(4),
table.col-4-highlight td:nth-child(4) {
  background-color: var(--color-purple);
}

table.col-5-highlight th:nth-child(5),
table.col-5-highlight td:nth-child(5) {
  background-color: var(--color-purple);
}

/* Unhighlight */
table.col-1-unhighlight th:nth-child(1),
table.col-1-unhighlight td:nth-child(1) {
  background-color: var(--color-purple-dark);
}

table.col-2-unhighlight th:nth-child(2),
table.col-2-unhighlight td:nth-child(2) {
  background-color: var(--color-purple-dark);
}

table.col-3-unhighlight th:nth-child(3),
table.col-3-unhighlight td:nth-child(3) {
  background-color: var(--color-purple-dark);
}

table.col-4-unhighlight th:nth-child(4),
table.col-4-unhighlight td:nth-child(4) {
  background-color: var(--color-purple-dark);
}

table.col-5-unhighlight th:nth-child(5),
table.col-5-unhighlight td:nth-child(5) {
  background-color: var(--color-purple-dark);
}

.font-league-gothic, .flex-layout__events .events-stacked .events-list .event__content h3, .wysiwyg h1, .wysiwyg h3, .wysiwyg h5, .font--exquise {
  font-family: "League Gothic", sans-serif;
}

.font-bodoni, .flex-layout__stats .stats-list__item-content__number, .countdown-clock .time .number, .wysiwyg h2, .wysiwyg h4 {
  font-family: "Bodoni", serif;
}

.font-benton, a.button, body, .font--avenir, .font--benton-bold, .font--benton {
  font-family: "Benton Sans", sans-serif;
}

.font--benton-bold {
  font-weight: 700;
}

.text-white, .dark-section {
  color: var(--color-white);
}

.text-black, .light-section {
  color: var(--color-black);
}

.text-purple, .light-section a {
  color: var(--color-purple);
}

.text-purple-dark {
  color: var(--color-purple-dark);
}

.text-green {
  color: var(--color-green);
}

.text-green-dark {
  color: var(--color-green-dark);
}

.text-blue, .dark-section a {
  color: var(--color-blue);
}

.text-blue-dark {
  color: var(--color-blue-dark);
}

.bg-white, .light-section {
  background-color: var(--color-white);
}

.bg-black, .dark-section {
  background-color: var(--color-black);
}

.bg-purple {
  background-color: var(--color-purple);
}

.bg-purple-dark {
  background-color: var(--color-purple-dark);
}

.bg-green {
  background-color: var(--color-green);
}

.bg-green-dark {
  background-color: var(--color-green-dark);
}

.bg-blue {
  background-color: var(--color-blue);
}

.bg-blue-dark {
  background-color: var(--color-blue-dark);
}

.section {
  padding: 2rem 0 3rem 0;
  background-color: transparent;
}
.section--purple {
  background-color: var(--color-purple);
}
.section--purple h4 {
  color: var(--color-white) !important;
}
.section--purple ul, .section--purple li, .section--purple p {
  color: var(--color-white);
}
.section--purple ul li::marker {
  color: var(--color-black);
}
.section--purple a {
  color: var(--color-blue-light) !important;
}
.section--purple a:hover {
  color: var(--color-green) !important;
}
.section--purple-dark {
  background-color: var(--color-purple-dark);
}
.section--purple-dark h4 {
  color: var(--color-white) !important;
}
.section--purple-dark a {
  color: var(--color-green);
}
.section--purple-dark a:hover {
  color: var(--color-blue);
}
.section--white {
  background-color: var(--color-white);
}
.section--white h4 {
  color: var(--color-black) !important;
}
.section--white ul, .section--white li, .section--white p {
  color: var(--color-black);
}
.section--white a {
  color: var(--color-blue);
}
.section--white a:hover {
  color: var(--color-blue-dark);
}
.section--black {
  background-color: var(--color-black);
}
.section--black h4 {
  color: var(--color-purple);
}
.section--black ul, .section--black li, .section--black p {
  color: var(--color-white);
}
.section--black a {
  color: var(--color-blue);
}
.section--black a:hover {
  color: var(--color-green);
}

.card {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 1.1rem 1.2rem 1rem 1.6rem;
  margin: 1rem 0 2rem 0;
  width: 50%;
}
.card h2 {
  margin-top: 0.25rem !important;
  font-size: 2.6rem !important;
}
.card--white {
  border-color: rgba(255, 255, 255, 0.35);
  background-color: rgba(255, 255, 255, 0.075);
}
.card--purple {
  border-color: rgba(170, 110, 230, 0.5);
  background-color: rgba(170, 110, 230, 0.15);
}

.flex {
  position: relative;
  z-index: 1;
}
.flex.h-center {
  align-items: center;
}
@media (min-width: 768px) {
  .flex.h-center {
    justify-content: center;
  }
}
.flex.v-center {
  justify-content: center;
}
@media (min-width: 768px) {
  .flex.v-center {
    align-items: center;
  }
}

.bg-img, .flex-layout__events .events-columns .events-list .event__image,
.flex-layout__events .events-carousel .events-list .event__image, .flex-layout__events .events-carousel .owl-carousel .owl-item.center-item .event__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: none;
  width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); /* Fallback for older browsers */
  clip-path: inset(50%); /* Preferred for modern browsers */
  white-space: nowrap;
}

body {
  color: var(--color-white);
}
body::-moz-selection {
  background-color: var(--color-purple);
  color: var(--color-black);
}
body::selection {
  background-color: var(--color-purple);
  color: var(--color-black);
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: var(--color-blue);
}
a:hover, a:focus {
  color: var(--color-green);
  text-decoration: none;
}
a::-moz-selection {
  background-color: var(--color-purple-dark);
  color: var(--color-white);
}
a::selection {
  background-color: var(--color-purple-dark);
  color: var(--color-white);
}

.table-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--color-black);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-family: "Benton Sans", Arial, sans-serif;
}
table th,
table td {
  padding: 0.75rem;
  font-size: 1rem;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}
@media (min-width: 768px) {
  table th,
  table td {
    padding: 1rem;
    font-size: 1.2rem;
    white-space: normal;
  }
}
table thead tr th {
  color: var(--color-black);
  background-color: var(--color-blue);
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: capitalize;
  padding: 0.6rem 0.75rem 0.35rem;
  text-wrap: balance;
}
@media (min-width: 768px) {
  table thead tr th {
    font-size: 1.2rem;
    padding: 0.75rem 0.85rem 0.45rem;
  }
}
table tbody tr td,
table tbody tr th {
  line-height: 1.6;
  color: #141B4D;
  font-weight: normal;
}
table tbody tr:nth-child(even) {
  background-color: #fff;
}
table tbody tr:nth-child(odd) {
  background-color: #f1f2f2;
}
table tbody tr td ul {
  padding-left: 20px;
  list-style-type: disc;
}
table tbody tr td ul li {
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 8px;
}
table tbody tr td ul li::marker {
  color: var(--color-green);
}
table tbody tr td ul li:last-child {
  margin-bottom: 0;
}
table tbody tr.row-heading {
  background-color: var(--color-purple-dark);
}
table tbody tr.row-heading td {
  color: var(--color-white);
  font-size: 1.2rem;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  padding: 0.65rem 0.75rem 0.4rem;
}
@media (min-width: 768px) {
  table tbody tr.row-heading td {
    font-size: 1.4rem;
    letter-spacing: 1px;
    padding: 0.75rem 0.85rem 0.5rem;
  }
}
table tbody tr.row-subheading {
  background-color: var(--color-white);
}
table tbody tr.row-subheading td {
  color: var(--color-black);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding: 0.25rem 0.85rem 0.2rem;
}
table tbody tr.row-highlight td {
  position: relative;
  background-color: var(--color-purple);
}

html,
body {
  height: 100vh;
  background-color: var(--color-black);
}

.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.container::after, .container::before {
  content: "";
  clear: unset;
  display: unset;
}
.container, .container-fluid {
  padding-left: 2rem;
  padding-right: 2rem;
}
.container-fluid {
  width: 100%;
  margin: 0 auto;
  max-width: none;
}

#site-content {
  padding-top: 120px;
}
@media (min-width: 768px) {
  #site-content {
    padding-top: 145px;
  }
}
@media (min-width: 992px) {
  #site-content {
    padding-top: 125px;
  }
}
@media (min-width: 1440px) {
  #site-content {
    padding-top: 125px;
  }
}

.flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex {
    flex-direction: row;
    flex-wrap: wrap;
    margin: -0.5rem;
  }
}
.flex > * {
  margin-bottom: 1rem;
  min-width: 0;
}
@media (min-width: 768px) {
  .flex > * {
    margin-bottom: 0;
    padding: 0.5rem;
  }
}
.flex > * .inner-block, .flex > * div, .flex > * p, .flex > * ul, .flex > * li, .flex > * a, .flex > * span {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.flex > * img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .flex-col-2 > * {
    width: 50%;
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) {
  .flex-col-3 > * {
    width: 33.333%;
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) {
  .flex-col-4 > * {
    width: 25%;
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) {
  .flex-col-5 > * {
    width: 20%;
    flex: 0 0 auto;
  }
}

.wysiwyg {
  color: var(--color-white);
}
@media (min-width: 768px) {
  .wysiwyg {
    font-size: 1.2rem;
  }
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin: 1.25rem 0;
  line-height: 1.3;
  color: var(--color-purple);
}
.wysiwyg h1 {
  font-size: 5rem;
  text-transform: uppercase;
}
.wysiwyg h2 {
  font-size: 3rem;
}
.wysiwyg h3 {
  font-size: 4rem;
  text-transform: uppercase;
}
.wysiwyg h4 {
  font-size: 2.25rem;
}
.wysiwyg h5 {
  font-size: 2rem;
  text-transform: uppercase;
  color: var(--color-blue);
}
.wysiwyg h6 {
  font-size: 1.4rem;
}
.wysiwyg ul {
  padding-left: 40px;
  list-style-type: disc;
}
.wysiwyg ul li {
  margin: 15px 0;
  line-height: 1.6;
}
.wysiwyg ul li::marker {
  color: var(--color-green);
}
.wysiwyg ol {
  padding-left: 40px;
  padding-bottom: 10px;
}
.wysiwyg ol li {
  margin: 15px 0;
  line-height: 1.6;
}
.wysiwyg ol li::marker {
  color: var(--color-green);
  font-weight: bold;
}
.wysiwyg a {
  color: var(--color-blue);
  text-decoration: none;
}
.wysiwyg a:hover {
  color: var(--color-green);
  transition: color 100ms ease;
}
.wysiwyg hr {
  border-style: hidden;
  margin: 50px 0 40px 0;
  border: 1px solid var(--color-green-dark);
}
.wysiwyg hr::after, .wysiwyg hr::before {
  display: none;
}
.wysiwyg p {
  margin: 1.25rem 0;
  line-height: 1.6;
}

.owl-item {
  transition: transform 0.3s ease;
}

.owl-item.center-item {
  transform: scale(1.2);
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-theme .owl-nav [class*=owl-] {
  opacity: 1;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: unset;
  background-color: unset;
  background-image: url("../img/icons/chevron--black.png");
  background-size: contain;
  color: unset;
  opacity: 0.8;
}

a {
  /* Base */
  /* Blue */
  /* Purple */
  /* Green */
}
a.button {
  display: inline-block;
  padding: 11px 24px 8px 24px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 25px;
  border: none;
  box-shadow: none;
  transition: all 150ms ease;
  letter-spacing: 0px;
}
a.button:hover, a.button:focus {
  border: none;
  box-shadow: none;
}
a.button--blue {
  background-color: var(--color-blue);
  color: var(--color-black);
}
a.button--blue:hover, a.button--blue:active {
  background-color: var(--color-blue-dark);
  color: var(--color-white);
}
a.button--purple {
  background-color: var(--color-purple);
  color: var(--color-black);
}
a.button--purple:hover, a.button--purple:active {
  background-color: var(--color-purple-dark);
  color: var(--color-white);
}
a.button--green {
  background-color: var(--color-green);
  color: var(--color-black);
}
a.button--green:hover, a.button--green:active {
  background-color: var(--color-green-dark);
  color: var(--color-white);
}

.tabs {
  margin: 20px 0;
}

ul.tab-titles {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  border-bottom: 1px solid var(--color-purple-dark);
  position: relative;
  top: 1px;
}
ul.tab-titles li.tab-title {
  margin: 0 10px 0 0;
  padding: 0;
  cursor: pointer;
  border: 1px solid var(--color-purple-dark);
  border-bottom: 1px solid transparent;
}
ul.tab-titles li.tab-title a {
  padding: 1rem 1.5rem 0.75rem 1.5rem;
  display: block;
  font-size: 1.8rem;
  color: var(--color-white);
  transition: all ease-in-out 100ms;
}
ul.tab-titles li.tab-title a:hover {
  background-color: var(--color-black-light);
}
ul.tab-titles li.tab-title.active {
  background: var(--color-purple-dark);
  border-color: var(--color-purple);
  border-bottom: 1px solid var(--color-purple-dark);
}
ul.tab-titles li.tab-title.active a {
  bottom: 0;
}
ul.tab-titles li.tab-title.active a:hover {
  background-color: var(--color-purple-dark);
}

.tab-contents {
  padding: 20px;
  background-color: var(--color-purple-dark);
  border: 1px solid var(--color-purple);
}
.tab-contents p {
  color: var(--color-white);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Scroll */
html {
  scroll-behavior: smooth;
}

.scroll-anchor {
  position: relative;
  top: -160px; /* Adjust this value based on your fixed header height */
  visibility: hidden; /* Keep it invisible to the user */
}

.linkable-heading {
  position: relative;
}

.linkable-heading a {
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  left: -25px; /* Adjust as needed */
  top: 50%;
  transform: translateY(-50%);
}

.linkable-heading:hover a {
  opacity: 1;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "light dark" "dark light";
  gap: 20px;
}

.light-section {
  grid-area: light;
}
.dark-section {
  grid-area: dark;
}
/* Countdown Clock */
.countdown-clock {
  display: flex;
  flex-direction: column;
}
@media (min-width: 567px) {
  .countdown-clock {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 5px auto 15px auto;
  }
}
.countdown-clock .time {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  text-align: center;
}
.countdown-clock .time .number {
  color: var(--color-black);
  font-size: 4.4rem;
  line-height: 1;
}
.countdown-clock .time .label {
  color: var(--color-black);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.2rem;
  font-weight: 600;
  padding-top: 0.6rem;
}

.cta-footer {
  text-align: center;
  margin-top: 2rem;
  border-top: 1px solid var(--color-green);
  padding: 2rem 0 0 0;
  position: relative;
}
.cta-footer::after {
  content: "";
  position: absolute;
  z-index: 0;
  height: 200%;
  width: 90%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  background: radial-gradient(circle at center 30%, rgba(170, 110, 230, 0.25) 0%, transparent 70%);
}
.cta-footer__content {
  position: relative;
  z-index: 1;
}
.cta-footer__content .flex {
  gap: 1rem;
}
.cta-footer__content .flex a {
  margin: 1rem 0;
}

/* iOS-style toggle (plain CSS) */
.toggle-switch {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #111;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 70px;
  height: 32px;
  border-radius: 28px;
  outline: none;
}

.toggle-switch .toggle-track {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background: #e5e5ea;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 8px;
  font: 600 14px "Benton Sans";
  pointer-events: none;
}

.toggle-switch .toggle-track .toggle-label {
  opacity: 0.55;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 3px;
}

.toggle-switch .toggle-thumb {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 30px;
  height: 26px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* ON state */
.toggle-switch[aria-checked=true] .toggle-track {
  background: #34c759;
}

.toggle-switch[aria-checked=true] .toggle-track .toggle-label.on {
  opacity: 1;
  color: #fff;
}

.toggle-switch[aria-checked=true] .toggle-track .toggle-label.off {
  opacity: 0.55;
  color: #fff;
}

.toggle-switch[aria-checked=true] .toggle-thumb {
  transform: translateX(30px);
}

/* OFF state */
.toggle-switch[aria-checked=false] .toggle-track {
  background: #e5e5ea;
}

.toggle-switch[aria-checked=false] .toggle-track .toggle-label.off {
  opacity: 1;
  color: #555;
}

.toggle-switch[aria-checked=false] .toggle-track .toggle-label.on {
  opacity: 0.55;
  color: #555;
}

/* Basic keyboard focus */
.toggle-switch:focus-visible .toggle-thumb {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 0 3px rgba(24, 114, 255, 0.4);
}

/* Disabled (optional) */
.toggle-switch.is-disabled,
.toggle-switch[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

/* If you want these styles only inside your pricing tables, prefix with:
   .rates-table .toggle-switch { ... } and adjust nested selectors accordingly. */
.conference-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  background-color: var(--color-black);
  border-bottom: 1px solid var(--color-purple-dark);
  transition: all 0.3s ease;
  /* Add height to ensure consistent space is taken up in both states */
  height: auto;
  will-change: transform;
  /* Nav */
}
.conference-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .conference-header .container {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "logo  search" "nav   nav";
  }
}
@media (min-width: 992px) {
  .conference-header .container {
    grid-template-areas: "logo cta search" "logo nav nav";
    align-items: end;
  }
}
.conference-header .container::before, .conference-header .container::after {
  display: none;
}
.conference-header__nav .hamburger {
  display: block;
}
@media (min-width: 768px) {
  .conference-header__nav .hamburger {
    display: none;
  }
}

.conference-header__top-bar {
  background-color: #9f62da;
  padding: 0;
  position: relative;
  height: 32px;
  overflow: hidden;
  transition: height 0.2s ease;
}
.conference-header__top-bar [style*="display: none"] {
  height: 0;
  overflow: hidden;
}
.conference-header__top-bar .container {
  display: flex;
  align-items: center;
  visibility: visible;
  height: 100%;
  transition: all ease 0.1s;
  position: unset;
  padding-left: 1rem;
  padding-right: 1rem;
}
.conference-header__top-bar .top-bar {
  position: relative;
  display: grid;
  align-items: center;
  width: 100%;
  font-size: 0.65rem;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  /* Close button */
}
@media (min-width: 768px) {
  .conference-header__top-bar .top-bar {
    font-size: 0.8rem;
  }
}
.conference-header__top-bar .top-bar a {
  color: #fff;
  border-bottom: 1px solid #9f62da;
  transition: border-color 150ms ease;
}
.conference-header__top-bar .top-bar a:hover {
  border-color: rgba(255, 255, 255, 0.9);
}
.conference-header__top-bar .top-bar .announcement-text {
  grid-column: 2;
  justify-self: center;
  text-align: center;
  margin: 0;
  padding-left: 26px;
}
.conference-header__top-bar .top-bar__close {
  grid-column: 3;
  justify-self: end;
}
.conference-header__top-bar .top-bar__close #closeTopBar {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: rgb(255, 255, 255);
  font-size: 1rem;
}
@media (min-width: 768px) {
  .conference-header__top-bar .top-bar__close #closeTopBar {
    font-size: 1.2rem;
  }
}
.conference-header__top-bar .top-bar__close #closeTopBar:hover {
  color: var(--color-blue);
  cursor: pointer;
}

.conference-header__cta {
  display: none;
}
@media (min-width: 768px) {
  .conference-header__cta {
    margin-top: 0.8rem;
    grid-area: cta;
    align-self: start;
    justify-self: end;
  }
}
.conference-header__cta .cta--register a.cta--register__button {
  display: inline-block;
  letter-spacing: 0.5px;
  line-height: 1.1;
  font-size: 17px;
  font-weight: bold;
  font-family: "Benton Sans", sans-serif;
  padding: 6px 12px 5px 12px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: var(--color-blue);
  color: var(--color-black);
}
.conference-header__cta .cta--register a.cta--register__button:hover, .conference-header__cta .cta--register a.cta--register__button:active {
  background-color: var(--color-blue-dark);
  color: var(--color-white);
}

/* Logo */
.conference-header__logo {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .conference-header__logo {
    margin: 1.25rem 0;
    grid-area: logo;
    align-self: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .conference-header__logo {
    margin-bottom: 0.5rem;
  }
}
.conference-header__logo a {
  line-height: 0;
}
.conference-header__logo a img {
  height: auto;
  max-width: 180px;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .conference-header__logo a img {
    max-width: 200px;
  }
}
.conference-header__logo a:hover img {
  transform: scale(1.05);
}
.conference-header__logo .logo--light {
  display: none;
}
.conference-header__logo .logo--dark {
  display: block;
}

/* Mobile Navigation */
@media (max-width: 768px) {
  .conference-header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* Hide/Show the mobile nav depending on screen size */
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .conference-header__nav {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .conference-header__nav .hamburger {
    padding: 12px 10px 5px 10px;
  }
  .conference-header__nav .hamburger-box, .conference-header__nav .hamburger-inner, .conference-header__nav .hamburger-inner:before, .conference-header__nav .hamburger-inner:after {
    width: 30px;
  }
  .conference-header__nav .hamburger-inner, .conference-header__nav .hamburger-inner:before, .conference-header__nav .hamburger-inner:after {
    height: 3px;
    background-color: var(--color-white);
  }
  .conference-header__nav .hamburger.is-active + .nav--conference-2026-header {
    display: block;
    border-bottom: 1px solid var(--color-purple-dark);
  }
  .conference-header__nav .hamburger.is-active .hamburger-inner {
    background-color: var(--color-white);
  }
  .conference-header__nav .hamburger.is-active .hamburger-inner:before, .conference-header__nav .hamburger.is-active .hamburger-inner:after {
    background-color: var(--color-white);
  }
  .conference-header__nav .nav--conference-2026-header {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .conference-header__nav .nav--conference-2026-header {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .conference-header__nav .nav--conference-2026-header.is-active {
    display: block;
  }
  .conference-header__nav .nav--conference-2026-header .nav__menu {
    margin-top: 1px;
    background-color: var(--color-black);
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu {
    flex-direction: row;
    padding: 8px 0;
  }
}
@media (max-width: 768px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu-item {
    padding: 0;
  }
  .conference-header__nav .nav--conference-2026-header .nav__menu-item > .nav__link {
    padding: 18px 0;
    font-size: 16px;
  }
  .conference-header__nav .nav--conference-2026-header .nav__menu-item:not(:last-child) > .nav__link {
    border-bottom: 1px solid var(--color-black-lighter);
  }
  .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .nav__link {
    font-size: 16px;
  }
  .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .sub-menu {
    padding: 0 !important;
    background-color: var(--color-white);
  }
  .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .sub-menu .nav__menu-item .nav__link {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    color: var(--color-black);
  }
  .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .sub-menu .nav__menu-item .nav__link:hover {
    background-color: transparent !important;
  }
  .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .sub-menu .nav__menu-item:hover .nav__link {
    color: var(--color-black) !important;
  }
  .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu > .nav__link {
    position: relative;
  }
  .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu > .nav__link::before {
    content: "+";
    position: absolute;
    right: 5px;
    color: var(--color-black);
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu > .nav__link::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu.is-active > .nav__link::before {
    content: "-";
    color: var(--color-black);
  }
}
/* Navigation */
.conference-header__nav {
  /* New Menu styles */
}
@media (min-width: 768px) {
  .conference-header__nav {
    grid-area: nav;
    justify-self: end;
    align-self: end;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .conference-header__nav {
    width: auto;
  }
}
@media (min-width: 768px) {
  .conference-header__nav--main {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .conference-header__nav .nav--conference-2026-header {
    margin-bottom: 0;
    display: block;
    width: 100%;
    position: relative;
  }
}
.conference-header__nav .nav--conference-2026-header .nav__menu {
  display: block;
  padding: 8px 12px;
}
@media (min-width: 768px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu {
    align-items: flex-start;
    justify-content: flex-end;
    margin: 0;
  }
}
.conference-header__nav .nav--conference-2026-header .nav__menu > .nav__menu-item > .nav__link {
  cursor: default;
}
.conference-header__nav .nav--conference-2026-header .nav__menu-item {
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu-item {
    margin: 0 5px;
    padding: 8px 0;
  }
}
@media (min-width: 992px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu-item {
    margin: 0 15px 0 5px;
    padding: 5px 0px 15px 0px;
    text-align: right;
  }
}
.conference-header__nav .nav--conference-2026-header .nav__menu-item .nav__link {
  display: block;
  color: var(--color-white);
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu-item .nav__link {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu-item .nav__link {
    padding: 2px;
    letter-spacing: 0.75px;
  }
}
.conference-header__nav .nav--conference-2026-header .nav__menu-item:hover {
  background-color: transparent;
  border: none;
}
.conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu {
  /* Hide/Show menu HOVER */
}
.conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .sub-menu {
  display: none;
  width: 100%;
  min-width: unset;
  max-width: unset;
  position: relative;
  padding: 8px 0 5px 0;
}
@media (min-width: 768px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .sub-menu {
    background-color: var(--color-white);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    padding: 8px 0 4px 0;
    min-width: 250px;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .sub-menu {
    padding: 5px 0 6px;
  }
}
.conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .sub-menu .nav__menu-item {
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .sub-menu .nav__menu-item {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .sub-menu .nav__menu-item .nav__link {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.75px;
    color: var(--color-black);
    background-color: var(--color-white);
    line-height: 1.1;
  }
}
.conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .sub-menu .nav__menu-item:last-of-type {
  border-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .sub-menu .nav__menu-item:last-of-type .nav__link:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (min-width: 768px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .sub-menu .nav__menu-item:hover .nav__link {
    color: var(--color-purple) !important;
  }
}
@media (max-width: 768px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .sub-menu.is-active {
    display: block !important;
  }
}
.conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu:hover .sub-menu {
  display: none;
}
@media (min-width: 768px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu:hover .sub-menu {
    display: block;
  }
}
.conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .nav__link::before {
  display: none;
}
@media (max-width: 768px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .nav__link::before {
    display: block;
  }
}
.conference-header__nav .nav--conference-2026-header .nav__menu-item.is-active .sub-menu {
  background-color: rgb(255, 255, 255);
}
@media (min-width: 992px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu-item:nth-child(4) .sub-menu {
    min-width: 250px;
  }
}
.conference-header__nav .nav--conference-2026-header .nav__menu-item:last-of-type {
  margin-right: 0;
}
.conference-header__nav .nav--conference-2026-header .nav__menu-item:last-of-type .sub-menu {
  right: 0;
  left: auto;
}
.conference-header__nav .nav--conference-2026-header .nav__menu > .nav__menu-item::after {
  display: none;
}
@media (min-width: 992px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu > .nav__menu-item::after {
    opacity: 0;
    transition: all 50ms linear;
    content: "";
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: 10px;
    height: 3px;
    width: 100%;
    border: 1px solid var(--color-purple);
    border-radius: 2px;
    background-color: var(--color-purple);
  }
}
@media (min-width: 992px) {
  .conference-header__nav .nav--conference-2026-header .nav__menu > .nav__menu-item:hover::after {
    display: block;
    opacity: 0.95;
  }
}

#site-header.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--color-black);
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transform: translateZ(0);
}
#site-header.is-sticky .conference-header__top-bar {
  height: 0;
  padding: 0;
  transition: all 0.3s ease;
}
#site-header.is-sticky .conference-header__top-bar .container {
  visibility: hidden;
  height: 0;
  transition: all 0.3s ease;
}
#site-header.is-sticky .conference-header__cta .cta--register a.cta--register__button {
  font-size: 15px;
}
@media (min-width: 768px) {
  #site-header.is-sticky .conference-header__nav .nav--conference-2026-header .nav__menu-item .nav__link {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #site-header.is-sticky .conference-header__nav .nav--conference-2026-header .nav__menu-item .nav__link {
    font-size: 16px;
  }
}
#site-header.is-sticky .conference-header__nav .nav--conference-2026-header .nav__menu-item--has-submenu .sub-menu .nav__menu-item {
  line-height: 1.2;
}

.admin-bar #site-header.is-sticky {
  position: fixed;
  top: 32px;
}

/* Conference Search Component */
/* Main container for CTA and search */
.conference-header__cta-and-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

/* Search Results Layout */
body.conference-search-template .conference-content {
  padding: 3rem 0 4rem;
}
body.conference-search-template .conference-search-results-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
body.conference-search-template .conference-search-results__header {
  text-align: center;
  margin: 0 auto 2.5rem;
  max-width: 720px;
}
body.conference-search-template .conference-search-results__header .page-title {
  margin: 0;
  font-family: "Benton Sans", "Avenir", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--color-white);
}
body.conference-search-template .conference-search-results__header .search-query {
  color: var(--color-blue);
  font-weight: 500;
}
body.conference-search-template .conference-search-results__header .conference-search-results__summary {
  margin-top: 1rem;
  font-size: 1rem;
  color: var(--color-purple);
}
body.conference-search-template .conference-search-results__list {
  margin: 0 auto;
  max-width: 960px;
}
body.conference-search-template .conference-search-results__list .conference-search-results__notice,
body.conference-search-template .conference-search-results__list .conference-search-results__error,
body.conference-search-template .conference-search-results__list .conference-search-results__empty {
  margin: 2.5rem auto 0;
  text-align: center;
  font-size: 1.05rem;
  color: var(--color-white);
  max-width: 48ch;
}
body.conference-search-template .conference-search-results__list .conference-search-results__error {
  color: var(--color-purple);
}
body.conference-search-template .conference-search-results__list-posts {
  display: grid;
  gap: 0 0 1rem 0;
}
body.conference-search-template .search-result {
  background: rgba(36, 33, 63, 0.85);
  border: 1px solid rgba(170, 110, 230, 0.3);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
body.conference-search-template .search-result:hover, body.conference-search-template .search-result:focus-within {
  transform: translateY(-4px);
  border-color: var(--color-purple);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
}
body.conference-search-template .search-result .search-result-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
}
body.conference-search-template .search-result .search-result-title a {
  color: var(--color-white);
  text-decoration: none;
  transition: color 0.15s ease;
}
body.conference-search-template .search-result .search-result-title a:hover, body.conference-search-template .search-result .search-result-title a:focus {
  color: var(--color-blue);
}
body.conference-search-template .search-result .search-result-meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}
body.conference-search-template .search-result .search-result-meta .search-post-type {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(0, 183, 183, 0.25);
  color: var(--color-white);
}
body.conference-search-template .search-result .search-result-meta .search-date {
  color: rgba(255, 255, 255, 0.65);
}
body.conference-search-template .search-result .content {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.8);
}
body.conference-search-template .search-result .content .search-highlight {
  background: rgba(170, 110, 230, 0.35);
  color: var(--color-white);
  padding: 0 0.15em;
  border-radius: 4px;
}
body.conference-search-template .search-result .content a {
  color: var(--color-blue);
  text-decoration: underline;
}
body.conference-search-template .pagination {
  margin-top: 2.5rem;
  text-align: center;
}
body.conference-search-template .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  margin: 0 0.35rem;
  border-radius: 999px;
  border: 1px solid rgba(170, 110, 230, 0.35);
  color: var(--color-white);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
body.conference-search-template .pagination .page-numbers.current, body.conference-search-template .pagination .page-numbers:hover, body.conference-search-template .pagination .page-numbers:focus {
  background: var(--color-purple);
  border-color: var(--color-purple);
  color: var(--color-white);
}

@media (max-width: 768px) {
  body.conference-search-template .conference-content {
    padding: 2.5rem 0 3.5rem;
  }
  body.conference-search-template .search-result {
    padding: 1.5rem;
  }
}
/* Search Component */
.conference-header__search {
  position: relative;
  display: none;
  /* CTA Button Styles */
}
@media (min-width: 768px) {
  .conference-header__search {
    display: none;
    grid-area: search;
    justify-self: end;
    align-self: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .conference-header__search {
    margin-top: 0.75rem;
  }
}
@media (min-width: 992px) {
  .conference-header__search {
    margin-top: 0.8rem;
    align-self: start;
  }
}
.conference-header__search .search-inner-container {
  position: relative;
  transition: width 0.3s ease;
  width: auto;
}
.conference-header__search .search-inner-container.is-active {
  width: 320px;
}
.conference-header__search .search-toggle {
  position: relative;
  z-index: 3;
}
.conference-header__search .search-toggle__button {
  background: none;
  border: none;
  padding: 2px;
  cursor: pointer;
  transition: color 0.1s linear;
  color: var(--color-blue);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
}
.conference-header__search .search-toggle__button .search-icon,
.conference-header__search .search-toggle__button .close-icon {
  padding: 4px;
  background-color: color-mix(in srgb, var(--color-white) 15%, transparent);
  border-radius: 50%;
}
.conference-header__search .search-toggle__button:hover, .conference-header__search .search-toggle__button:focus {
  color: var(--color-purple);
}
.conference-header__search .search-toggle__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: relative;
  transition: opacity 0.1s linear, transform 0.1s linear;
}
.conference-header__search .search-toggle__icon.search-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.conference-header__search .search-toggle__icon.close-icon {
  transform: rotate(-90deg);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.conference-header__search .search-container {
  position: absolute;
  top: 0;
  right: 40px;
  width: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s ease, width 0.3s ease;
}
.conference-header__search .search-container input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.conference-header__search.is-active .search-container {
  width: 320px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s, width 0.3s ease;
}
.conference-header__search.is-active .search-toggle__icon.search-icon {
  opacity: 0;
}
.conference-header__search.is-active .search-toggle__icon.close-icon {
  opacity: 1;
  transform: rotate(0);
}
.conference-header__search ~ .conference-header__cta {
  margin-right: 1rem;
  transition: ease all 0.3s;
}
.conference-header__search ~ .conference-header__cta .cta--register__button {
  display: inline-block;
}
.conference-header__search.is-active ~ .conference-header__cta {
  margin-right: 21.5rem;
}

/* Search Form */
.conference-search-form,
.conference-search-form-2026 {
  width: 100%;
  position: relative;
  background-color: transparent;
}
.conference-search-form .search-form-main,
.conference-search-form-2026 .search-form-main {
  display: flex;
  width: 100%;
  height: 30px;
  line-height: 1;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "Benton Sans", "Avenir", sans-serif;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.conference-search-form .search-field,
.conference-search-form .search-field-2026,
.conference-search-form-2026 .search-field,
.conference-search-form-2026 .search-field-2026 {
  flex: 1;
  min-width: 0;
  padding-left: 12px;
  border: none;
  outline: none;
  background-color: color-mix(in srgb, var(--color-white) 15%, transparent);
  color: var(--color-white);
}
.conference-search-form .search-field::-moz-placeholder, .conference-search-form .search-field-2026::-moz-placeholder, .conference-search-form-2026 .search-field::-moz-placeholder, .conference-search-form-2026 .search-field-2026::-moz-placeholder {
  color: color-mix(in srgb, var(--color-white) 60%, var(--color-black));
  opacity: 0.8;
}
.conference-search-form .search-field::placeholder,
.conference-search-form .search-field-2026::placeholder,
.conference-search-form-2026 .search-field::placeholder,
.conference-search-form-2026 .search-field-2026::placeholder {
  color: color-mix(in srgb, var(--color-white) 60%, var(--color-black));
  opacity: 0.8;
}
.conference-search-form .search-field:focus,
.conference-search-form .search-field-2026:focus,
.conference-search-form-2026 .search-field:focus,
.conference-search-form-2026 .search-field-2026:focus {
  border: none;
  outline: none;
}
.conference-search-form .search-submit,
.conference-search-form-2026 .search-submit {
  background-color: color-mix(in srgb, var(--color-blue) 80%, var(--color-white));
  color: var(--color-black-light);
  cursor: pointer;
  transition: all 0.1s linear;
  outline: none;
  border: none;
  padding: 5px 10px 0 7px;
  position: relative;
}
.conference-search-form .search-submit::after,
.conference-search-form-2026 .search-submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  border: none;
  outline: none;
  background-color: var(--color-black);
}
.conference-search-form .search-submit .search-toggle__icon,
.conference-search-form-2026 .search-submit .search-toggle__icon {
  position: static;
  display: block;
  width: auto;
  height: auto;
}
.conference-search-form .search-submit .search-toggle__icon.search-icon,
.conference-search-form-2026 .search-submit .search-toggle__icon.search-icon {
  opacity: 1;
  color: var(--color-black);
  position: relative;
  top: -2px;
}
.conference-search-form .search-submit .search-toggle__icon.search-icon .dashicons,
.conference-search-form-2026 .search-submit .search-toggle__icon.search-icon .dashicons {
  font-size: 20px;
  transition: all 0.1s linear;
  width: 20px;
  height: 20px;
}
.conference-search-form .search-submit:hover, .conference-search-form .search-submit:focus,
.conference-search-form-2026 .search-submit:hover,
.conference-search-form-2026 .search-submit:focus {
  background-color: var(--color-purple);
  outline: none;
  border: none;
}
.conference-search-form .search-submit:hover .search-toggle__icon.search-icon, .conference-search-form .search-submit:focus .search-toggle__icon.search-icon,
.conference-search-form-2026 .search-submit:hover .search-toggle__icon.search-icon,
.conference-search-form-2026 .search-submit:focus .search-toggle__icon.search-icon {
  color: var(--color-white);
}
.conference-search-form .search-submit:hover .search-toggle__icon.search-icon .dashicons, .conference-search-form .search-submit:focus .search-toggle__icon.search-icon .dashicons,
.conference-search-form-2026 .search-submit:hover .search-toggle__icon.search-icon .dashicons,
.conference-search-form-2026 .search-submit:focus .search-toggle__icon.search-icon .dashicons {
  transform: scale(1.1);
}

/* Search Results Container */
.search-results-instant,
.search-results-instant-2026 {
  width: 200%;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  background-color: var(--color-white);
  border: 1px solid color-mix(in srgb, var(--color-white) 20%, transparent);
  border-radius: 0 0 16px 16px;
  box-shadow: 0 4px 8px color-mix(in srgb, var(--color-black) 12%, transparent);
  z-index: 100;
  margin-top: 4px;
  display: none;
}
.search-results-instant-inner,
.search-results-instant-2026-inner {
  max-height: 70vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--color-white) 45%, transparent) color-mix(in srgb, var(--color-white) 26%, transparent);
}
.search-results-instant-inner::-webkit-scrollbar,
.search-results-instant-2026-inner::-webkit-scrollbar {
  width: 8px;
}
.search-results-instant-inner::-webkit-scrollbar-track,
.search-results-instant-2026-inner::-webkit-scrollbar-track {
  background: color-mix(in srgb, var(--color-white) 26%, transparent);
}
.search-results-instant-inner::-webkit-scrollbar-thumb,
.search-results-instant-2026-inner::-webkit-scrollbar-thumb {
  background-color: color-mix(in srgb, var(--color-white) 45%, transparent);
  border-radius: 4px;
}

/* Results Item Styling */
.instant-results-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.instant-result-item {
  padding: 12px 15px;
  border-bottom: 1px solid color-mix(in srgb, var(--color-white) 20%, transparent);
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
}
.instant-result-item:hover {
  background-color: color-mix(in srgb, var(--color-white) 20%, transparent);
}
.instant-result-item:last-child {
  border-bottom: none;
}
.instant-result-item.is-selected {
  background-color: color-mix(in srgb, color-mix(in srgb, var(--color-blue) 80%, var(--color-white)) 35%, transparent);
  border-left: 3px solid var(--color-blue);
  padding-left: 12px;
}
.instant-result-item .instant-result-content {
  flex-grow: 1;
}
.instant-result-item .instant-result-title {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-family: BentonSans, "Avenir", sans-serif;
  font-weight: 600;
}
.instant-result-item .instant-result-title a {
  color: var(--color-black);
  text-decoration: none;
}
.instant-result-item .instant-result-title a:hover {
  color: var(--color-blue);
}
.instant-result-item .instant-result-excerpt {
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--color-white) 70%, transparent);
  margin: 0;
}

/* Search highlight styles */
.search-highlight {
  font-weight: bold;
}

/* Search result metadata */
.search-result-meta {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--color-white) 55%, var(--color-black));
}

/* Base search result styling */
article.search-result {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid color-mix(in srgb, var(--color-white) 85%, var(--color-black));
}
article.search-result:last-child {
  border-bottom: none;
}

.search-result-title {
  margin-bottom: 0.5rem;
}

/* Dev mode specific styling */
body.conference-search-dev-mode {
  /* Highlight search terms with background */
  /* Post type indicators */
  /* Debug info styling */
  /* Search result item match type styling */
  /* Search highlight in dropdown results */
}
body.conference-search-dev-mode .search-highlight {
  background-color: color-mix(in srgb, var(--color-blue) 25%, var(--color-white));
  padding: 0 0.2rem;
}
body.conference-search-dev-mode .search-post-type,
body.conference-search-dev-mode .result-post-type {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  background-color: color-mix(in srgb, var(--color-white) 20%, transparent);
  color: color-mix(in srgb, var(--color-white) 35%, var(--color-black));
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0.75rem;
}
body.conference-search-dev-mode .search-post-type-conference-event,
body.conference-search-dev-mode .result-post-type.search-post-type-conference-event {
  background-color: var(--color-blue-dark);
  color: var(--color-white);
}
body.conference-search-dev-mode .search-debug-info {
  background-color: color-mix(in srgb, var(--color-white) 80%, var(--color-purple) 10%);
  padding: 5px;
  border: 1px dashed #ccc;
}
body.conference-search-dev-mode .debug-info {
  margin-bottom: 5px;
  padding: 2px 5px;
  background-color: color-mix(in srgb, var(--color-white) 92%, var(--color-black));
  border-radius: 3px;
  font-family: monospace;
}
body.conference-search-dev-mode .instant-result-item.match-type-exact {
  border-left: 3px solid var(--color-blue-dark);
  background-color: color-mix(in srgb, var(--color-blue) 12%, transparent);
}
body.conference-search-dev-mode .instant-result-item.match-type-begins_with {
  border-left: 3px solid var(--color-blue);
  background-color: color-mix(in srgb, color-mix(in srgb, var(--color-blue) 80%, var(--color-white)) 15%, transparent);
}
body.conference-search-dev-mode .instant-result-item.match-type-contains {
  border-left: 3px solid var(--color-purple);
  background-color: color-mix(in srgb, var(--color-purple) 10%, transparent);
}
body.conference-search-dev-mode .instant-result-item.match-type-content {
  border-left: 3px solid color-mix(in srgb, var(--color-white) 40%, var(--color-black));
}
body.conference-search-dev-mode .instant-result-excerpt .search-highlight {
  background-color: color-mix(in srgb, color-mix(in srgb, var(--color-blue) 80%, var(--color-white)) 30%, transparent);
  padding: 0 0.15rem;
}

/* Production mode styling - more subtle */
body.conference-search-production-mode .search-highlight {
  background-color: transparent;
  font-weight: bold;
  padding: 0;
}

.instant-result-view-all {
  padding: 10px 15px;
  text-align: center;
  background-color: color-mix(in srgb, var(--color-white) 15%, transparent);
  border-top: 1px solid color-mix(in srgb, var(--color-white) 20%, transparent);
}
.instant-result-view-all a {
  color: var(--color-blue);
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
}
.instant-result-view-all a:hover {
  color: var(--color-purple);
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
  .conference-header__cta-and-search {
    flex-wrap: wrap;
    justify-content: center;
  }
  .conference-header__cta-and-search .conference-header__cta {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .conference-header__search {
    position: static;
  }
  .conference-header__search .search-toggle {
    position: absolute;
    top: -20px;
    right: auto;
    left: -40px;
    z-index: 1000;
  }
  .conference-header__search .search-container {
    position: absolute;
    top: -18px;
    left: -315px;
    right: auto;
    bottom: 0;
    width: 100%;
    height: 30px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
  .conference-header__search .search-container .conference-search-form,
  .conference-header__search .search-container .conference-search-form-2026 {
    max-width: 600px;
    width: 100%;
  }
  .conference-header__search.is-active .search-toggle {
    left: auto;
    right: -15px;
    z-index: 1001;
  }
  .conference-header__search.is-active .search-toggle__button {
    color: color-mix(in srgb, var(--color-white) 85%, transparent);
    position: relative;
    top: auto;
    right: auto;
  }
  .search-results-instant,
  .search-results-instant-2026 {
    position: fixed;
    top: 80px;
    left: 20px;
    right: 20px;
    max-height: calc(100vh - 100px);
  }
}
/* Small screen adjustments */
@media (max-width: 567px) {
  .conference-search-form .search-form-main,
  .conference-search-form-2026 .search-form-main {
    flex-direction: column;
  }
  .conference-search-form .search-form-main .search-field,
  .conference-search-form .search-form-main .search-field-2026,
  .conference-search-form-2026 .search-form-main .search-field,
  .conference-search-form-2026 .search-form-main .search-field-2026 {
    border-radius: 16px 16px 0 0;
  }
  .conference-search-form .search-form-main .search-submit,
  .conference-search-form-2026 .search-form-main .search-submit {
    border-radius: 0 0 16px 16px;
    width: 100%;
  }
}
#site-footer.conference-footer {
  background-color: var(--color-black);
  border-top: 2px solid var(--color-purple);
  border-bottom: 6px solid var(--color-green);
  text-align: center;
  color: var(--color-white);
  padding: 30px 0 40px 0;
  /* Logo */
  /* Nav */
  /* Social Icons */
  /* Disclaimer */
}
@media (max-width: 768px) {
  #site-footer.conference-footer {
    margin-top: 3rem;
  }
}
#site-footer.conference-footer .logo {
  margin: 1rem auto;
  text-align: center;
}
#site-footer.conference-footer .logo a img {
  transition: all 0.2s ease;
  width: 280px;
  height: auto;
}
#site-footer.conference-footer .logo a:hover img {
  transform: scale(1.05);
}
#site-footer.conference-footer .footer-nav {
  margin: 1.4rem 0 2rem 0;
}
#site-footer.conference-footer .footer-nav #conference-2026-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
#site-footer.conference-footer .footer-nav #conference-2026-footer li {
  margin: 0 10px;
}
#site-footer.conference-footer .footer-nav #conference-2026-footer li a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  color: var(--color-white);
}
#site-footer.conference-footer .footer-nav #conference-2026-footer li a:hover, #site-footer.conference-footer .footer-nav #conference-2026-footer li a:active {
  color: var(--color-purple);
}
#site-footer.conference-footer .footer-socials .social-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
}
#site-footer.conference-footer .footer-socials .social-icons li {
  margin: 0 10px;
}
#site-footer.conference-footer .footer-socials .social-icons li a {
  font-size: 2rem;
  color: var(--color-purple);
}
#site-footer.conference-footer .footer-socials .social-icons li a:hover, #site-footer.conference-footer .footer-socials .social-icons li a:active {
  color: var(--color-white);
}
#site-footer.conference-footer .footer-socials .social-icons li a #huddle {
  width: 30px;
  position: relative;
  top: 2px;
  fill: var(--color-purple);
}
#site-footer.conference-footer .footer-socials .social-icons li a #huddle:hover {
  fill: var(--color-white);
}
#site-footer.conference-footer hr {
  width: 30%;
  margin: 0 auto 2rem auto;
}
#site-footer.conference-footer .conference-footer__disclaimer {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
#site-footer.conference-footer .conference-footer__disclaimer--logo {
  width: 30%;
}
#site-footer.conference-footer .conference-footer__disclaimer--logo svg {
  fill: var(--color-white);
}
#site-footer.conference-footer .conference-footer__disclaimer--text {
  width: 70%;
  text-align: left;
  padding-left: 1rem;
}
#site-footer.conference-footer .footer-bar a {
  color: var(--color-blue);
}
#site-footer.conference-footer .footer-bar a:hover {
  color: var(--color-green);
}

.conference-content {
  background-color: var(--color-white);
}
.conference-content.has-hero {
  padding-top: 0;
}

.conference-event a {
  color: var(--color-blue);
}
.conference-event a:hover, .conference-event a:focus {
  color: var(--color-green);
}
.conference-event__header {
  width: 100%;
  height: 100%;
  position: relative;
  /* Title */
}
.conference-event__header .conference-event__title {
  width: 100%;
  background-color: var(--color-black);
  padding: 1.5rem 2rem 0.75rem 0rem;
}
.conference-event__header .conference-event__title .container {
  width: 100%;
  height: 100%;
  position: relative;
}
.conference-event__header .conference-event__title-wrap {
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 2;
  width: auto !important;
  display: inline-block;
}
@media (min-width: 992px) {
  .conference-event__header .conference-event__title-wrap {
    left: 0;
  }
}
.conference-event__header .conference-event__title-wrap::after {
  position: relative;
  left: 0;
  z-index: 1;
}
.conference-event__header .conference-event__title-wrap h1 {
  font-size: 2.4rem;
  font-family: "League Gothic";
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--color-purple);
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .conference-event__header .conference-event__title-wrap h1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .conference-event__header .conference-event__title-wrap h1 {
    font-size: 5.5rem;
    line-height: 1;
    margin-top: 1rem;
  }
}
.conference-event__header .conference-event__hero-image {
  width: 100%;
  height: 280px;
  z-index: 0;
  border-bottom: 1px solid var(--color-blue-dark);
}
@media (min-width: 567px) {
  .conference-event__header .conference-event__hero-image {
    height: 360px;
  }
}
@media (min-width: 768px) {
  .conference-event__header .conference-event__hero-image {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .conference-event__header .conference-event__hero-image {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .conference-event__header .conference-event__hero-image {
    height: 600px;
  }
}
.conference-event__content {
  padding: 0rem 0 2rem 0;
  /* Dates */
  /* Content */
}
.conference-event__content .conference-event__dates {
  display: inline-block;
  position: relative;
}
.conference-event__content .conference-event__dates::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 80px;
  height: 20px;
  opacity: 1;
  background-image: url("../img/shapes/aapa2026-circle-series-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.conference-event__content .conference-event__dates-list {
  border-bottom: 2px solid var(--color-blue);
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  margin-bottom: 0px;
}
.conference-event__content .conference-event__dates-list li {
  display: inline-block;
  margin: 0 15px;
  font-size: 1.1rem;
  font-weight: bold;
}
.conference-event__content .conference-event__dates-list li::marker {
  color: var(--color-purple);
}
.conference-event__content .conference-event__dates-list li:first-child {
  margin-left: 0;
}
.conference-event__content .conference-event__dates-list li:after {
  content: ", ";
}
.conference-event__content .conference-event__dates-list li:last-child {
  margin-right: 0;
}
.conference-event__content .conference-event__dates-list li:last-child:after {
  display: none;
}
.conference-event__content .wysiwyg {
  font-size: 1.2rem;
  padding: 2rem 0;
}

.flex__columns {
  position: relative;
}
@media (min-width: 768px) {
  .flex__columns .columns {
    display: flex;
    margin: -1rem;
  }
}
@media (min-width: 768px) {
  .flex__columns .columns > div {
    flex: 1 0 50%;
    padding: 1rem;
  }
}
.flex__columns .container-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.flex__columns .container-background:not(.background-repeat) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.flex__columns .container-foreground {
  position: relative;
}

/* 1) Header height as a CSS var (update if your header changes size) */
:root {
  --header-h: 40px;
}

/* desktop default */
@media (max-width: 900px) {
  :root {
    --header-h: 1px;
  }
}
.flex-layout__hero {
  border-bottom: 1px solid var(--color-purple);
}
.flex-layout__hero .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 2026: use brand black with opacity via CSS color-mix */
  background-color: color-mix(in srgb, var(--color-black) 85%, transparent);
  z-index: 1;
}
.flex-layout__hero .video-pause-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  padding: 6px 12px;
  background-color: color-mix(in srgb, var(--color-black) 25%, transparent);
  border: 2px solid color-mix(in srgb, var(--color-black) 35%, transparent);
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.5rem;
  color: color-mix(in srgb, var(--color-white) 25%, transparent);
}
.flex-layout__hero .video-pause-button:hover {
  background-color: color-mix(in srgb, var(--color-black) 15%, transparent);
  color: color-mix(in srgb, var(--color-white) 55%, transparent);
}

.flex__full-hero {
  position: relative;
  overflow: hidden;
  height: 400px;
}
@media (min-width: 992px) {
  .flex__full-hero {
    height: 900px;
  }
}
@media (max-height: 992px) {
  .flex__full-hero {
    height: 600px;
  }
}
.flex__full-hero__image {
  height: 400px;
}
.flex__full-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.flex__full-hero__copy.wysiwyg h1 {
  font-size: 4rem;
  line-height: 1;
  text-wrap: balance;
}
@media (min-width: 992px) {
  .flex__full-hero__copy.wysiwyg h1 {
    font-size: 5rem;
  }
}
.flex__full-hero__copy.wysiwyg .home-hero__intro-text {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .flex__full-hero__copy.wysiwyg .home-hero__intro-text {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .flex__full-hero__copy.wysiwyg .home-hero__intro-text {
    width: 60%;
  }
}
.flex__full-hero__copy.wysiwyg h2 {
  font-size: 3.5rem;
}
.flex__full-hero .container {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex__split-hero {
  position: relative;
  overflow: hidden;
  overflow-x: clip;
  height: auto !important;
}
@media (min-width: 768px) {
  .flex__split-hero {
    height: 360px !important;
  }
}
@media (min-width: 992px) {
  .flex__split-hero {
    height: 400px !important;
  }
}
.flex__split-hero::before {
  display: none;
}
@media (min-width: 1200px) {
  .flex__split-hero::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 400px;
    width: 40%;
    background-image: url("../img/pattern/aapa2026-pattern-1.png");
    background-size: contain;
    background-position: center left;
    background-repeat: repeat;
  }
}
.flex__split-hero::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, transparent 0%, #151232 9%, #15122b 52%, transparent 80%);
  opacity: 1;
}
.flex__split-hero > .container {
  overflow: hidden;
  height: 100%;
}
.flex__split-hero .flex__split-hero__copy {
  display: flex;
  align-items: center;
  min-width: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  height: 100%;
}
@media (min-width: 768px) {
  .flex__split-hero .flex__split-hero__copy {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .flex__split-hero .flex__split-hero__copy {
    width: 50%;
  }
}
.flex__split-hero .flex__split-hero__copy .wysiwyg {
  position: relative;
  z-index: 2;
}
.flex__split-hero .flex__split-hero__copy .wysiwyg h1 {
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  color: var(--color-white);
  position: relative;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .flex__split-hero .flex__split-hero__copy .wysiwyg h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .flex__split-hero .flex__split-hero__copy .wysiwyg h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .flex__split-hero .flex__split-hero__copy .wysiwyg h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1440px) {
  .flex__split-hero .flex__split-hero__copy .wysiwyg h1 {
    font-size: 5rem;
  }
}
.flex__split-hero .flex__split-hero__copy .wysiwyg h1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 80px;
  height: 20px;
  opacity: 1;
  background-image: url("../img/shapes/aapa2026-circle-series-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.flex__split-hero .flex__split-hero__copy .wysiwyg p {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .flex__split-hero .flex__split-hero__copy .wysiwyg p {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .flex__split-hero .flex__split-hero__copy .wysiwyg p {
    font-size: 1.2rem;
  }
}
.flex__split-hero .flex__split-hero__image {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  display: none;
}
@media (min-width: 567px) {
  .flex__split-hero .flex__split-hero__image {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .flex__split-hero .flex__split-hero__image {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
@media (min-width: 567px) {
  .flex__split-hero .flex__split-hero__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .flex__split-hero .flex__split-hero__image img {
    -o-object-position: right center;
       object-position: right center;
  }
}
@media (min-width: 768px) {
  .flex__split-hero .flex__split-hero__image.left {
    left: 0;
    right: auto;
    width: 50%;
  }
}
.flex__split-hero .flex__split-hero__image.left img {
  left: 0;
  transform: none;
}
@media (min-width: 768px) {
  .flex__split-hero .flex__split-hero__image.right {
    left: auto;
    right: 0;
    width: 50%;
  }
}
.flex__split-hero .flex__split-hero__image.right img {
  right: 0;
  transform: translateX(0);
}
.flex__split-hero .flex__split-hero__image.video {
  position: relative;
}
.flex__split-hero .flex__split-hero__image.video > .container {
  overflow: hidden;
  position: unset;
}
.flex__split-hero .flex__split-hero__image.video > .container .flex__split-hero__video {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .flex__split-hero[data-image-align=left] .flex__split-hero__image {
    left: 0;
    right: auto;
    width: 50%;
  }
  .flex__split-hero[data-image-align=right] .flex__split-hero__image {
    left: auto;
    right: 0;
    width: 50%;
  }
}

/*  Hero Type: Basic Header */
.flex__basic-header {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.flex__basic-header::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 340px;
  width: 60%;
  background-image: url("../img/pattern/aapa2026-pattern-1.png");
  background-size: contain;
  background-position: center right;
  background-repeat: repeat;
}
.flex__basic-header header.entry-header {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.flex__basic-header header.entry-header::after {
  content: "";
  display: block;
  background-image: linear-gradient(to right, #15122b 50%, transparent 80%);
  background-blend-mode: color-burn;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.75;
}
.flex__basic-header header.entry-header .container {
  height: 100%;
}
.flex__basic-header header.entry-header h1.page-title {
  color: var(--color-white);
  font-size: 4.5rem;
  font-family: "League Gothic";
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #15122b 45%, transparent 100%);
}
.flex__basic-header header.entry-header h1.page-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 80px;
  height: 20px;
  opacity: 1;
  background-image: url("../img/shapes/aapa2026-circle-series-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.flex__basic-header header.entry-header .page-subtitle {
  /* 2026: use Benton with bold weight; avoid @extend to prevent module ordering issues */
  font-family: "Benton Sans", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.25;
  letter-spacing: 0.75px;
  width: 75%;
}

.flex-layout__wysiwyg {
  position: relative;
}
.flex-layout__wysiwyg .container-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.flex-layout__wysiwyg .container-background:not(.background-repeat) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.flex-layout__wysiwyg .container-foreground {
  position: relative;
}
.flex-layout__wysiwyg .flex-padding--none {
  padding: 0;
}
.flex-layout__wysiwyg .flex-padding--small {
  padding: 1rem 0;
}
.flex-layout__wysiwyg .flex-padding--medium {
  padding: 2.5rem 0;
}
.flex-layout__wysiwyg .flex-padding--large {
  padding: 4rem 0;
}
.flex-layout__wysiwyg .flex-padding--xlarge {
  padding: 5.5rem 0;
}

.flex-layout__stats {
  position: relative;
  padding: 60px 0 80px 0;
}
.flex-layout__stats .stats-header {
  width: 80%;
  position: relative;
  margin: 0 auto -40px auto;
}
@media (min-width: 1200px) {
  .flex-layout__stats .stats-header {
    margin: 0 auto -80px auto;
  }
}
.flex-layout__stats .stats-header .dotted-border {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.flex-layout__stats .stats-header__intro-content {
  text-align: center;
  padding: 0px 10% 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .flex-layout__stats .stats-header__intro-content {
    padding: 50px 0;
  }
}
.flex-layout__stats .stats-header__intro-content h2 {
  margin-bottom: 4px;
  font-family: "League Gothic";
}
.flex-layout__stats .stats-header__intro-content h2 + p {
  display: block;
  width: 80%;
  margin: 0 auto 10px auto;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .flex-layout__stats .stats-header__intro-content h2 + p {
    line-height: 1.5;
    font-size: 1rem;
  }
}
.flex-layout__stats .stats-list {
  flex: 1 1 25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .flex-layout__stats .stats-list {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .flex-layout__stats .stats-list {
    justify-content: space-evenly;
    padding: 10px;
  }
}
.flex-layout__stats .stats-list__container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  top: 0px;
}
.flex-layout__stats .stats-list__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-black);
  overflow: hidden;
}
.flex-layout__stats .stats-list__item-circle {
  border-radius: 50%;
  border-width: 4px;
  height: 200px;
  width: 200px;
  margin: 0 5px;
}
@media (max-width: 1200px) {
  .flex-layout__stats .stats-list__item-circle {
    height: 180px;
    width: 180px;
  }
}
.flex-layout__stats .stats-list__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 100%;
}
.flex-layout__stats .stats-list__item-content__number {
  font-size: 2.6rem;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .flex-layout__stats .stats-list__item-content__number {
    font-size: 2.5rem;
  }
}
@media (max-width: 1200px) {
  .flex-layout__stats .stats-list__item-content__number {
    font-size: 2.2rem;
  }
}
.flex-layout__stats .stats-list__item-content__label {
  display: block;
  color: var(--color-white);
  width: 70%;
  margin: 5px auto 0 auto;
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .flex-layout__stats .stats-list__item-content__label {
    font-size: 0.9rem;
    line-height: 1.15;
  }
}
@media (max-width: 1200px) {
  .flex-layout__stats .stats-list__item-content__label {
    font-size: 0.9rem;
    width: 80%;
  }
}
.flex-layout__stats .stats-list__item:nth-child(odd) .stats-list__item-circle {
  background-image: radial-gradient(#15122b 60px, #aa6ee6 100px, #7950a0 180px);
  background-image: radial-gradient(circle 200px, #15122b 64px, #7950a0 100px, #aa6ee6 150px);
}
.flex-layout__stats .stats-list__item:nth-child(odd) .stats-list__item-circle .stats-list__item-content__number {
  color: var(--color-purple);
}
.flex-layout__stats .stats-list__item:nth-child(even) .stats-list__item-circle {
  background-image: radial-gradient(#15122b 70px, #00b7b7, #008285);
  background-image: radial-gradient(circle 200px, #15122b 64px, #008285 100px, #00b7b7 150px);
}
.flex-layout__stats .stats-list__item:nth-child(even) .stats-list__item-circle .stats-list__item-content__number {
  color: var(--color-blue);
}
@media (max-width: 992px) {
  .flex-layout__stats .stats-list__item {
    height: auto;
    min-height: 200px;
    width: 200px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .flex-layout__stats .stats-list__item {
    height: 220px;
    width: 220px;
  }
}
@media (max-width: 567px) {
  .flex-layout__stats .stats-list__item {
    height: 220px;
    width: 220px;
  }
}

.flex-layout__testimonials {
  padding: 5rem 0;
  background-color: var(--color-white);
  /* Sectioned */
  /* Simple */
}
.flex-layout__testimonials .testimonials-sections .testimonials-section {
  display: block;
}
.flex-layout__testimonials .testimonials-sections .testimonials-section:not(:last-child) {
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .flex-layout__testimonials .testimonials-sections .testimonials-section {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0;
  }
}
.flex-layout__testimonials .testimonials-sections .testimonials-section:nth-child(odd) .stats-list__item-content__number {
  color: var(--color-purple);
}
.flex-layout__testimonials .testimonials-sections .testimonials-section:nth-child(even) .stats-list__item-content__number {
  color: var(--color-blue);
}
@media (min-width: 992px) {
  .flex-layout__testimonials .testimonials-sections .testimonials-section:nth-child(odd) .testimonials-section__column-1 {
    order: 1;
  }
  .flex-layout__testimonials .testimonials-sections .testimonials-section:nth-child(odd) .testimonials-section__column-1 .testimonials-section__heading {
    padding-left: 1rem;
  }
  .flex-layout__testimonials .testimonials-sections .testimonials-section:nth-child(odd) .testimonials-section__column-1 .testimonials-section__copy {
    padding: 0 4rem 1rem 1rem;
    border-left: 2px solid var(--color-blue);
    border-bottom: 2px solid var(--color-blue);
  }
  .flex-layout__testimonials .testimonials-sections .testimonials-section:nth-child(odd) .testimonials-section__column-1 .testimonials-section__copy::after {
    bottom: -45px;
    right: 15px;
    background-image: url("../img/shapes/aapa2026-circle-series-2.png");
  }
}
.flex-layout__testimonials .testimonials-sections .testimonials-section:nth-child(odd) .testimonials-section__column-2 {
  order: 2;
}
@media (min-width: 992px) {
  .flex-layout__testimonials .testimonials-sections .testimonials-section:nth-child(even) .testimonials-section__column-1 {
    align-items: flex-end;
    order: 2;
    text-align: right;
  }
  .flex-layout__testimonials .testimonials-sections .testimonials-section:nth-child(even) .testimonials-section__column-1 .testimonials-section__heading {
    padding-right: 1rem;
  }
  .flex-layout__testimonials .testimonials-sections .testimonials-section:nth-child(even) .testimonials-section__column-1 .testimonials-section__copy {
    padding: 0 1rem 1rem 3rem;
    border-right: 2px solid var(--color-purple);
    border-bottom: 2px solid var(--color-purple);
  }
  .flex-layout__testimonials .testimonials-sections .testimonials-section:nth-child(even) .testimonials-section__column-1 .testimonials-section__copy::after {
    bottom: -45px;
    left: 15px;
    background-image: url("../img/shapes/aapa2026-circle-series-1.png");
  }
}
.flex-layout__testimonials .testimonials-sections .testimonials-section:nth-child(even) .testimonials-section__column-2 {
  order: 1;
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__column-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__heading {
  width: 80%;
  font-size: 2.6rem;
  font-family: "League Gothic";
  text-transform: uppercase;
  color: var(--color-blue);
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__copy {
  width: 100%;
  line-height: 2;
  font-size: 1.2rem;
  color: var(--color-black);
  text-wrap: balance;
  position: relative;
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__copy::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  width: 80px;
  height: 30px;
}
@media (max-width: 992px) {
  .flex-layout__testimonials .testimonials-sections .testimonials-section__copy {
    margin-bottom: 20px;
  }
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__column-2 {
  position: relative;
  z-index: 1;
}
@media (max-width: 567px) {
  .flex-layout__testimonials .testimonials-sections .testimonials-section__image {
    display: none;
  }
}
@media (min-width: 567px) {
  .flex-layout__testimonials .testimonials-sections .testimonials-section__image {
    width: auto;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .flex-layout__testimonials .testimonials-sections .testimonials-section__image {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .flex-layout__testimonials .testimonials-sections .testimonials-section__image {
    height: 320px;
  }
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__quotes {
  min-width: 0;
  position: relative;
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__quotes::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  /*z-index: -1; // optional, makes the glow look softer*/
  /*box-shadow: 0 0px 20px 2px rgba(0,183,183,0.61);*/
  overflow: hidden;
  top: -6px;
  left: -6px;
  padding: 6px;
  box-sizing: content-box;
  background: #00B7B7;
  background: linear-gradient(90deg, rgb(0, 183, 183) 0%, rgb(170, 110, 230) 100%);
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__quotes .testimonials-section__quote {
  padding: 15px;
  z-index: 2;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  background-color: rgba(21, 18, 43, 0.85);
}
@media (max-width: 567px) {
  .flex-layout__testimonials .testimonials-sections .testimonials-section__quotes .testimonials-section__quote {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 567px) {
  .flex-layout__testimonials .testimonials-sections .testimonials-section__quotes .testimonials-section__quote {
    position: absolute;
    width: 80%;
  }
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__quotes .testimonials-section__quote .quote-wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 567px) {
  .flex-layout__testimonials .testimonials-sections .testimonials-section__quotes .testimonials-section__quote .quote-wrap {
    min-width: 280px;
  }
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__quotes .testimonials-section__quote .quote-wrap blockquote {
  text-align: center;
  font-size: 1rem;
  line-height: 1.25;
  text-wrap: balance;
  color: var(--color-white);
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__quotes .testimonials-section__quote .quote-wrap .quote-start {
  position: absolute;
  left: -20px;
  top: -5px;
  color: var(--color-blue);
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__quotes .testimonials-section__quote .quote-wrap .quote-end {
  position: absolute;
  right: -20px;
  bottom: -5px;
  color: var(--color-blue);
}
@media (max-width: 567px) {
  .flex-layout__testimonials .testimonials-sections .testimonials-section__quotes .testimonials-section__quote .quote-wrap .quote-end {
    top: -5px;
  }
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__quotes .owl-carousel .owl-nav {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__quotes .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__quotes .owl-carousel .owl-nav .owl-prev,
.flex-layout__testimonials .testimonials-sections .testimonials-section__quotes .owl-carousel .owl-nav .owl-next {
  background-color: unset;
  background-image: url("../img/icons/chevron--white.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 25%;
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__quotes .owl-carousel .owl-nav .owl-prev span,
.flex-layout__testimonials .testimonials-sections .testimonials-section__quotes .owl-carousel .owl-nav .owl-next span {
  display: none;
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__quotes .owl-carousel .owl-nav .owl-prev {
  left: 20px;
}
.flex-layout__testimonials .testimonials-sections .testimonials-section__quotes .owl-carousel .owl-nav .owl-next {
  right: 20px;
  transform: rotate(180deg);
}
.flex-layout__testimonials .testimonials--simple__quotes {
  width: 80%;
  margin: 0 auto;
}
.flex-layout__testimonials .testimonials--simple__quotes .testimonials--simple__quote {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.flex-layout__testimonials .testimonials--simple__quotes .testimonials--simple__quote blockquote {
  padding: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  top: auto;
  left: auto;
  z-index: 2;
}
.flex-layout__testimonials .testimonials--simple__quotes .testimonials--simple__quote::after {
  position: absolute;
  z-index: 1;
  top: auto;
  left: auto;
}
.flex-layout__testimonials .testimonials--simple__quotes .owl-carousel .owl-nav {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
}
.flex-layout__testimonials .testimonials--simple__quotes .owl-carousel .owl-nav .owl-prev,
.flex-layout__testimonials .testimonials--simple__quotes .owl-carousel .owl-nav .owl-next {
  background-color: unset;
  color: var(--color-white);
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 25%;
}
.flex-layout__testimonials .testimonials--simple__quotes .owl-carousel .owl-nav .owl-prev {
  left: -35px;
  /* Adjust as needed */
}
.flex-layout__testimonials .testimonials--simple__quotes .owl-carousel .owl-nav .owl-next {
  right: -35px;
  /* Adjust as needed */
}
.flex-layout__testimonials .testimonials--simple__quotes .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.flex-layout__accordions {
  /* Accordions */
  /* WHEN Open */
}
.flex-layout__accordions .accordions h4 {
  margin-top: 5rem;
  color: var(--color-white);
  position: relative;
  padding-bottom: 1rem;
}
.flex-layout__accordions .accordion {
  margin-bottom: 1rem;
  border: 1px solid var(--color-purple-dark);
}
.flex-layout__accordions .accordion__summary {
  cursor: pointer;
  padding: 0.75rem 1rem;
  font-family: "Benton Sans", sans-serif;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(to left, transparent, #aa6ee6 45%);
  border: 1px solid var(--color-purple-dark);
  transition: background-image ease 0.1s;
  /* optional caret icon */
}
.flex-layout__accordions .accordion__summary::after {
  content: "▸";
  font-size: 2rem;
  text-shadow: 2px 2px 0 var(--color-black);
  transition: transform 0.1s ease;
}
.flex-layout__accordions .accordion__summary h6 {
  color: var(--color-black);
  font-weight: bold;
  font-family: "Benton Sans", sans-serif;
  letter-spacing: normal;
  line-height: 1.4;
  margin: 15px 0 10px 0;
  transition: color 0.1s ease;
  display: block;
  width: 75%;
}
.flex-layout__accordions .accordion__panel {
  padding: 0.25rem 1rem 0.25rem;
  line-height: 1.5;
  transition: height ease 0.1s;
}
.flex-layout__accordions .accordion[open] > .accordion__summary::after {
  transform: rotate(90deg);
}
.flex-layout__accordions .accordion[open] > .accordion__summary {
  background-color: var(--color-purple-dark);
  background: linear-gradient(to left, #aa6ee6 20%, transparent);
}
.flex-layout__accordions .accordion[open] > .accordion__summary h6 {
  color: var(--color-white);
}

.flex-layout__events {
  position: relative;
  /* Columns */
  /* Carousel */
  /* Stacked */
}
.flex-layout__events .container {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.flex-layout__events .events-columns .events-list,
.flex-layout__events .events-carousel .events-list {
  position: relative;
}
@media (min-width: 992px) {
  .flex-layout__events .events-columns .events-list,
  .flex-layout__events .events-carousel .events-list {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .flex-layout__events .events-columns .events-list,
  .flex-layout__events .events-carousel .events-list {
    margin: 30px 0;
  }
}
.flex-layout__events .events-columns .events-list .event,
.flex-layout__events .events-carousel .events-list .event {
  margin: 0 auto;
  background-color: var(--color-black);
  border: 2px solid var(--color-blue-dark);
  position: relative;
  overflow: hidden;
}
.flex-layout__events .events-columns .events-list .event__image,
.flex-layout__events .events-carousel .events-list .event__image {
  transition: all ease 150ms;
  cursor: pointer;
}
.flex-layout__events .events-columns .events-list .event__image--fallback,
.flex-layout__events .events-carousel .events-list .event__image--fallback {
  position: relative;
}
.flex-layout__events .events-columns .events-list .event__image--fallback::after,
.flex-layout__events .events-carousel .events-list .event__image--fallback::after {
  border-bottom-right-radius: 40px;
}
.flex-layout__events .events-columns .events-list .event__content,
.flex-layout__events .events-carousel .events-list .event__content {
  padding: 10px 12px;
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--color-blue-dark);
}
.flex-layout__events .events-columns .events-list .event__content::after,
.flex-layout__events .events-carousel .events-list .event__content::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-50deg, var(--color-blue-dark) -70%, transparent 30%);
}
.flex-layout__events .events-columns .events-list .event__content h3,
.flex-layout__events .events-carousel .events-list .event__content h3 {
  font-size: 1.4rem;
  font-family: "Bodoni";
  font-weight: regular;
  line-height: 1.18;
  margin: 0.5rem 0 0.6rem;
}
.flex-layout__events .events-columns .events-list .event__content h3 a,
.flex-layout__events .events-carousel .events-list .event__content h3 a {
  color: var(--color-purple);
}
.flex-layout__events .events-columns .events-list .event__content h3 a:hover, .flex-layout__events .events-columns .events-list .event__content h3 a:active,
.flex-layout__events .events-carousel .events-list .event__content h3 a:hover,
.flex-layout__events .events-carousel .events-list .event__content h3 a:active {
  color: var(--color-blue);
}
.flex-layout__events .events-columns .events-list .event__excerpt,
.flex-layout__events .events-carousel .events-list .event__excerpt {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
.flex-layout__events .events-columns .events-list .event__button,
.flex-layout__events .events-carousel .events-list .event__button {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 0.8rem;
  font-weight: bold;
}
.flex-layout__events .events-columns .events-list .event__button:hover, .flex-layout__events .events-columns .events-list .event__button:active,
.flex-layout__events .events-carousel .events-list .event__button:hover,
.flex-layout__events .events-carousel .events-list .event__button:active {
  color: var(--color-white);
}
.flex-layout__events .events-columns .events-list {
  width: 100%;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
}
@media (min-width: 768px) {
  .flex-layout__events .events-columns .events-list {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
  }
}
@media (min-width: 992px) {
  .flex-layout__events .events-columns .events-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }
}
.flex-layout__events .events-columns .events-list .event {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 0;
}
.flex-layout__events .events-columns .events-list .event__image {
  transition: all ease 150ms;
  cursor: pointer;
  height: 240px;
}
@media (min-width: 768px) {
  .flex-layout__events .events-columns .events-list .event__image {
    height: 160px;
  }
}
@media (min-width: 992px) {
  .flex-layout__events .events-columns .events-list .event__image {
    height: 240px;
  }
}
.flex-layout__events .events-columns .events-list .event__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.flex-layout__events .events-columns .events-list .event__image:hover {
  opacity: 0.9;
}
.flex-layout__events .events-columns .events-list .event__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  text-align: left;
}
.flex-layout__events .events-columns .events-list .event-127591 .event__image {
  background-position: top center !important;
}
.flex-layout__events .events-carousel .events-list {
  width: 100%;
}
@media (min-width: 567px) {
  .flex-layout__events .events-carousel {
    overflow: hidden;
  }
}
.flex-layout__events .events-carousel .owl-carousel {
  overflow: visible;
  z-index: 2;
  /* Dots */
  /* Arrows */
}
.flex-layout__events .events-carousel .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.flex-layout__events .events-carousel .owl-carousel .owl-stage-outer .owl-stage {
  padding-top: 2rem;
}
.flex-layout__events .events-carousel .owl-carousel .owl-item {
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .flex-layout__events .events-carousel .owl-carousel .owl-item {
    top: 10px;
  }
}
@media (min-width: 992px) {
  .flex-layout__events .events-carousel .owl-carousel .owl-item {
    top: 20px;
  }
}
.flex-layout__events .events-carousel .owl-carousel .owl-item .event {
  width: 100%;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .flex-layout__events .events-carousel .owl-carousel .owl-item .event {
    width: 90%;
  }
}
.flex-layout__events .events-carousel .owl-carousel .owl-item .event__content h3 {
  font-size: 1rem;
  transition: font-size 150ms ease;
}
.flex-layout__events .events-carousel .owl-carousel .owl-item .event__content .event__excerpt {
  filter: blur(1px);
  overflow: hidden;
  font-size: 0.7rem;
  line-height: 1.2;
  transition: all 150ms ease;
}
.flex-layout__events .events-carousel .owl-carousel .owl-item .event__image {
  transition: transform 0.3s ease;
}
@media (max-width: 567px) {
  .flex-layout__events .events-carousel .owl-carousel .owl-item .event__image {
    height: 140px;
  }
}
@media (min-width: 567px) {
  .flex-layout__events .events-carousel .owl-carousel .owl-item .event__image {
    height: 140px;
  }
}
@media (min-width: 768px) {
  .flex-layout__events .events-carousel .owl-carousel .owl-item .event__image {
    height: 140px;
  }
}
@media (min-width: 992px) {
  .flex-layout__events .events-carousel .owl-carousel .owl-item .event__image {
    height: 180px;
  }
}
.flex-layout__events .events-carousel .owl-carousel .owl-item .event__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.flex-layout__events .events-carousel .owl-carousel .owl-item .event__image a:hover {
  opacity: 0.9;
}
.flex-layout__events .events-carousel .owl-carousel .owl-item.center-item {
  transform: scale(1);
  z-index: 2;
  top: 0;
}
@media (min-width: 992px) {
  .flex-layout__events .events-carousel .owl-carousel .owl-item.center-item {
    transform: scale(1.1);
  }
}
.flex-layout__events .events-carousel .owl-carousel .owl-item.center-item .event {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .flex-layout__events .events-carousel .owl-carousel .owl-item.center-item .event {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .flex-layout__events .events-carousel .owl-carousel .owl-item.center-item .event {
    width: 90%;
  }
}
@media (max-width: 567px) {
  .flex-layout__events .events-carousel .owl-carousel .owl-item.center-item .event__image {
    height: 185px;
  }
}
@media (min-width: 567px) {
  .flex-layout__events .events-carousel .owl-carousel .owl-item.center-item .event__image {
    height: 160px;
  }
}
@media (min-width: 992px) {
  .flex-layout__events .events-carousel .owl-carousel .owl-item.center-item .event__image {
    height: 180px;
  }
}
.flex-layout__events .events-carousel .owl-carousel .owl-item.center-item .event__content::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  background-color: var(--color-blue);
}
.flex-layout__events .events-carousel .owl-carousel .owl-item.center-item .event__content h3 {
  font-size: 1.3rem;
}
.flex-layout__events .events-carousel .owl-carousel .owl-item.center-item .event__content .event__excerpt {
  font-size: 0.85rem;
  line-height: 1.4;
  height: auto;
  filter: blur(0);
}
.flex-layout__events .events-carousel .owl-carousel .owl-item.center-item + .active .event__content {
  position: relative;
  z-index: 2;
}
.flex-layout__events .events-carousel .owl-carousel .owl-item.center-item + .active .event__content::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(50deg, var(--color-blue-dark) -70%, transparent 30%);
}
.flex-layout__events .events-carousel .owl-carousel .owl-dots {
  position: relative;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .flex-layout__events .events-carousel .owl-carousel .owl-dots {
    top: 10px;
  }
}
@media (min-width: 992px) {
  .flex-layout__events .events-carousel .owl-carousel .owl-dots {
    top: 0;
    padding-top: 2.5rem;
  }
}
.flex-layout__events .events-carousel .owl-carousel .owl-dots .owl-dot span {
  background-color: var(--color-green-dark);
}
.flex-layout__events .events-carousel .owl-carousel .owl-dots .owl-dot.active span {
  background-color: var(--color-purple);
}
.flex-layout__events .events-carousel .owl-carousel .owl-nav {
  position: relative;
  z-index: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
}
.flex-layout__events .events-carousel .owl-carousel .owl-nav .owl-prev,
.flex-layout__events .events-carousel .owl-carousel .owl-nav .owl-next {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 128px;
  z-index: 2;
  height: 26px;
  width: 26px;
  background-color: unset;
  background-image: url("../img/icons/chevron--white.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.flex-layout__events .events-carousel .owl-carousel .owl-nav .owl-prev span,
.flex-layout__events .events-carousel .owl-carousel .owl-nav .owl-next span {
  display: none;
}
.flex-layout__events .events-carousel .owl-carousel .owl-nav .owl-prev:hover,
.flex-layout__events .events-carousel .owl-carousel .owl-nav .owl-next:hover {
  background-color: unset !important;
  background-image: url("../img/icons/chevron--white.png") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  opacity: 0.5;
}
.flex-layout__events .events-carousel .owl-carousel .owl-nav .owl-prev {
  left: auto;
  right: 46%;
}
.flex-layout__events .events-carousel .owl-carousel .owl-nav .owl-next {
  right: auto;
  left: 46%;
  transform: rotate(180deg);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) {
  background-color: var(--color-white);
  color: var(--color-black);
  position: relative;
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-image: url("../img/pattern/aapa2026-pattern-5.png");
  background-size: 50%;
  background-repeat: repeat;
  background-position: center;
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: linear-gradient(to left, transparent, #fff 15%);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) .event__image {
  z-index: 4;
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) .event__content {
  z-index: 3;
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) .event__content .event__dates {
  border-bottom-color: var(--color-purple);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) .event__content .event__dates::after {
  background-image: url("../img/shapes/aapa2026-circle-series-1.png");
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) .event__content .event__dates p {
  color: var(--color-black-lighter);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) .event__content .event__dates-list li {
  color: var(--color-black-lighter);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) .event__content h3 {
  color: var(--color-blue);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) .event__content h3 a {
  color: var(--color-blue);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) .event__content h3 a:hover {
  color: var(--color-blue-dark);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) .event__content .event__excerpt {
  color: var(--color-black);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) {
  background-color: var(--color-black);
  position: relative;
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: url("../img/pattern/aapa2026-pattern-5.png");
  background-size: 50%;
  background-repeat: repeat;
  background-position: center;
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: linear-gradient(to right, transparent -40%, var(--color-black) 15%);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__image {
  order: 2;
  z-index: 4;
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__content {
  order: 1;
  z-index: 3;
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__content .event__dates::after {
  background-image: url("../img/shapes/aapa2026-circle-series-2.png");
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__content .event__dates p {
  color: var(--color-white);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__content .event__dates-list li {
  color: var(--color-white);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__content h3 {
  color: var(--color-purple);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__content h3 a {
  color: var(--color-purple);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__content h3 a:hover {
  color: var(--color-purple-dark);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__content .event__excerpt {
  color: var(--color-white);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) {
  background-color: var(--color-white);
  color: var(--color-black);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) .event__content .event__dates {
  border-bottom-color: var(--color-purple);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) .event__content .event__dates p {
  color: var(--color-purple);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) .event__content .event__dates-list li {
  color: var(--color-purple);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) .event__content h3 {
  color: var(--color-purple);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) .event__content h3 a {
  color: var(--color-purple);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) .event__content h3 a:hover {
  color: var(--color-black);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(odd) .event__content .event__excerpt {
  color: var(--color-black);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) {
  background-color: var(--color-purple);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__image {
  order: 2;
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__content {
  order: 1;
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__content .event__dates {
  border-bottom-color: var(--color-white);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__content .event__dates p {
  color: var(--color-white);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__content .event__dates-list li {
  color: var(--color-white);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__content h3 {
  color: var(--color-green);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__content h3 a {
  color: var(--color-green);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__content h3 a:hover {
  color: var(--color-white);
}
.flex-layout__events .events-stacked .events-list .event:nth-child(even) .event__content .event__excerpt {
  color: var(--color-white);
}
.flex-layout__events .events-stacked .events-list .event {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--color-blue-dark);
}
@media (max-width: 768px) {
  .flex-layout__events .events-stacked .events-list .event {
    flex-direction: column;
  }
}
.flex-layout__events .events-stacked .events-list .event__image {
  height: 400px;
  transition: all ease 150ms;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  flex: 3 50%;
}
@media (max-width: 992px) {
  .flex-layout__events .events-stacked .events-list .event__image {
    height: 300px;
  }
}
.flex-layout__events .events-stacked .events-list .event__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  flex: 2 50%;
  margin: 0 3rem;
}
.flex-layout__events .events-stacked .events-list .event__content .event__dates {
  display: flex;
  flex-direction: row;
  position: relative;
}
.flex-layout__events .events-stacked .events-list .event__content .event__dates::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  width: 80px;
  height: 30px;
  top: 40px;
}
.flex-layout__events .events-stacked .events-list .event__content .event__dates p {
  font-size: 1.2rem;
  margin-right: 7px;
}
.flex-layout__events .events-stacked .events-list .event__content .event__dates-list {
  display: flex;
  flex-direction: row;
  padding-bottom: 2px;
}
.flex-layout__events .events-stacked .events-list .event__content .event__dates-list li {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 5px;
}
.flex-layout__events .events-stacked .events-list .event__content .event__dates-list li:after {
  content: ", ";
}
.flex-layout__events .events-stacked .events-list .event__content .event__dates-list li:last-child {
  margin-right: 0px;
}
.flex-layout__events .events-stacked .events-list .event__content .event__dates-list li:last-child:after {
  display: none;
}
.flex-layout__events .events-stacked .events-list .event__content h3 {
  font-size: 2.8rem;
  line-height: 1.1;
  margin: 4rem 0 0.5rem;
  padding: 0;
}
.flex-layout__events .events-stacked .events-list .event__content .event__excerpt {
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0 0.5rem 4rem 0;
}
@media (max-width: 992px) {
  .flex-layout__events .events-stacked .events-list .event__content .event__excerpt {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}
.flex-layout__events .events-stacked .events-list .event__content .event__link {
  border-bottom: 1px solid;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1rem 0 4rem 0;
}

.flex-layout__sponsors .sponsors {
  padding-top: 1rem;
}
.flex-layout__sponsors .sponsors .owl-stage {
  display: flex;
  align-items: center;
}
.flex-layout__sponsors .sponsors .owl-stage .owl-item.active:last-of-type {
  margin-right: 0 !important;
}
.flex-layout__sponsors .sponsors .owl-stage .owl-item .sponsor {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.flex-layout__sponsors .sponsors .owl-stage .owl-item .sponsor a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.flex-layout__sponsors .sponsors .owl-stage .owl-item .sponsor a img {
  transition: all 100ms linear;
  transform: scale(1);
  opacity: 1;
  width: 100%;
  height: auto;
  max-height: 120px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.flex-layout__sponsors .sponsors .owl-stage .owl-item .sponsor a:hover img, .flex-layout__sponsors .sponsors .owl-stage .owl-item .sponsor a:focus img {
  opacity: 0.9;
  transform: scale(0.9);
}

.conference-home.page-id-139292 {
  /* 1) Header height as a CSS var (update if your header changes size) */
  /* desktop default */
  /* Hero */
  /* Plan Your Experience */
  /* Sponsors */
  /* Footer */
}
.conference-home.page-id-139292 #site-header {
  background-color: transparent;
  background-color: rgba(21, 18, 43, 0.2);
}
@media (min-width: 768px) {
  .conference-home.page-id-139292 #site-header .conference-header__nav .nav--conference-2026-header .nav__menu {
    background-color: transparent;
  }
}
.conference-home.page-id-139292 #site-header.is-sticky {
  background-color: var(--color-black);
}
.conference-home.page-id-139292 #site-header:not(.is-sticky) {
  border-bottom: none;
}
.conference-home.page-id-139292 :root {
  --header-h: 40px;
}
@media (max-width: 900px) {
  .conference-home.page-id-139292 :root {
    --header-h: 1px;
  }
}
.conference-home.page-id-139292 #site-content {
  padding-top: 0;
}
.conference-home.page-id-139292 .section-title {
  text-align: center;
}
.conference-home.page-id-139292 .flex__full-hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  min-height: calc(100dvh - var(--header-h));
  padding-bottom: max(0px, env(safe-area-inset-bottom));
  isolation: isolate;
  display: grid;
  height: auto;
  place-items: center;
  overflow: hidden;
}
.conference-home.page-id-139292 .flex__full-hero__copy.wysiwyg {
  padding: 6% 0 4% 0;
}
.conference-home.page-id-139292 .flex__full-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 300px;
  width: 300px;
  bottom: 0;
  left: 0;
  transform: translate(-10%, 25%);
  background-image: url("../img/shapes/aapa2026-circle-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.75;
}
.conference-home.page-id-139292 .flex__full-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 250px;
  width: 250px;
  top: 80px;
  right: 0;
  transform: translate(0%, 0%);
  background-image: url("../img/shapes/aapa2026-circle-half-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.75;
}
.conference-home.page-id-139292 .flex-layout__wysiwyg.countdown {
  position: relative;
  text-align: center;
}
.conference-home.page-id-139292 .flex-layout__wysiwyg.countdown::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-image: url("../img/pattern/aapa2026-pattern-5.png");
  background-size: 30%;
  background-repeat: repeat;
  background-position: center;
}
.conference-home.page-id-139292 .flex-layout__wysiwyg.countdown::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: linear-gradient(transparent, #fff 90%);
}
.conference-home.page-id-139292 .flex-layout__wysiwyg.countdown .container-foreground {
  position: relative;
  z-index: 3;
}
.conference-home.page-id-139292 .flex-layout__wysiwyg.countdown .section-title {
  text-shadow: 1px 1px 0 var(--color-black);
}
.conference-home.page-id-139292 .why-2026::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 60%;
  opacity: 0.5;
  background: linear-gradient(var(--color-purple) -150%, transparent 80%);
}
.conference-home.page-id-139292 .plan-your-experience .container-foreground.flex-padding--medium {
  padding-bottom: 1rem !important;
}
.conference-home.page-id-139292 .plan-your-experience .section-title {
  margin-bottom: 0;
}
.conference-home.page-id-139292 .sponsors-header {
  margin-top: 2rem;
}
.conference-home.page-id-139292 .sponsors-header .container-foreground {
  padding: 2rem 0;
}
.conference-home.page-id-139292 .sponsors-header .container-foreground .wysiwyg h3.section-title {
  color: var(--color-black);
  line-height: 1;
  margin-bottom: 0;
}
.conference-home.page-id-139292 .sponsors-carousel {
  background-color: var(--color-white);
  padding-bottom: 2rem;
}
.conference-home.page-id-139292 #site-footer {
  margin-top: 0;
}

.contact-sections {
  margin: 5rem 0 6rem 0;
}
.contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.contact__icon i {
  font-size: 1.25rem;
}
.contact__content {
  display: inline-block;
  max-width: 100%;
}
.contact__content a {
  display: inline-block;
  max-width: 100%;
  -webkit-hyphens: auto;
          hyphens: auto;
  line-height: 1.2;
}

.inner-block {
  height: 100%;
  padding: 1.5rem;
  color: var(--color-black);
  background-color: var(--color-white);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.inner-block h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-family: "League Gothic";
  line-height: 1;
  text-wrap: wrap;
  letter-spacing: normal;
  text-transform: uppercase;
}
.inner-block ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}
.inner-block ul:last-child {
  margin-bottom: 0;
}
.inner-block ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}
.inner-block ul li:last-child {
  margin-bottom: 0;
}
.inner-block strong {
  display: block;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

table.rates-table br {
  display: none;
}
table.rates-table thead tr th {
  padding: 1rem;
  line-height: 1.6;
  background-color: #15122b;
  color: #fff;
}
table.rates-table tbody tr.table-row__head-2 td,
table.rates-table tbody tr.table-row__head-2 th {
  background-color: #00b7b7;
  font-weight: bold;
}
table.rates-table tbody tr td.highlight,
table.rates-table tbody tr th.highlight {
  font-weight: bold;
}
table.rates-table tbody tr td.table-row__info--blue,
table.rates-table tbody tr th.table-row__info--blue {
  background-color: #bce1e1;
  font-weight: bold;
}
table.rates-table tbody tr td:not(:first-child):not(.highlight),
table.rates-table tbody tr th:not(:first-child):not(.highlight) {
  color: #888ba3;
}
table.rates-table .price-fallback {
  display: none;
}
table.rates-table .price [data-rate=outside] {
  display: none;
}
table.rates-table[data-mode=outside] .price [data-rate=inside] {
  display: none;
}
table.rates-table[data-mode=outside] .price [data-rate=outside] {
  display: inline;
}
table.rates-table .toggle-switch {
  cursor: pointer;
}
table.rates-table .toggle-switch .toggle-thumb {
  top: 6px;
  height: 21px;
}
table.rates-table .toggle-switch[aria-checked=true] .toggle-track {
  background: #fff;
}
table.rates-table .toggle-switch[aria-checked=true] .toggle-track .toggle-label.on {
  color: #aa6ee6;
}
table.rates-table .toggle-switch[aria-checked=true] .toggle-thumb {
  box-shadow: 0 0 2px 2px rgba(170, 110, 230, 0.52);
}
table.rates-table .highlight {
  background-color: rgba(190, 40, 255, 0.15);
}
table.rates-table .guest-text small {
  display: block;
}
table.rates-table .rate-toggle {
  margin-top: 0.15rem;
}

.expo-content--code {
  margin-top: 4rem;
}
.expo-content--code .agenda__tod {
  width: 100%;
  padding: 2rem 0 0 0;
}
@media (min-width: 768px) {
  .expo-content--code .agenda__tod {
    padding: 0 0 0 2rem;
  }
}
.expo-content--code .agenda__tod h4 {
  text-align: center;
}
@media (min-width: 768px) {
  .expo-content--code .agenda__tod h4 {
    text-align: left;
    margin-top: 0;
  }
}
.expo-content--code .agenda__tod .agenda__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--color-purple-dark);
}

.expo-content__footer {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.expo-content__events-header {
  text-align: center;
}
.expo-content__events-header h3 {
  margin-top: 2rem;
  border-top: 1px solid var(--color-blue-dark);
  padding-top: 1.5rem;
  margin-bottom: 0;
}

.search-results .conference-content .conference-search-results__header {
  width: 80%;
  margin: 3rem auto 2rem auto;
  text-align: center;
}
.search-results .conference-content .conference-search-results__header .page-title {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Benton Sans";
  color: var(--color-black);
}
.search-results .conference-content .conference-search-results__header .page-title .search-query {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Bodoni";
  color: var(--color-purple);
}
.search-results .conference-content .conference-search-results__header .page-title .search-query:before {
  content: '" ';
}
.search-results .conference-content .conference-search-results__header .page-title .search-query:after {
  content: ' "';
}
.search-results .conference-content .conference-search-results__list {
  margin: 0 auto;
  width: 80%;
}
.search-results .conference-content .conference-search-results__list .search-result {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-purple-dark);
}
.search-results .conference-content .conference-search-results__list .search-result:first-child {
  padding-top: 1.75rem;
}
.search-results .conference-content .conference-search-results__list .search-result:last-child {
  border-bottom: none;
}
.search-results .conference-content .conference-search-results__list .search-result:hover {
  transform: none;
  box-shadow: none;
  border-color: none;
}
.search-results .conference-content .conference-search-results__list .search-result .search-result-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-family: "Benton Sans";
  font-weight: bold;
}
.search-results .conference-content .conference-search-results__list .search-result .search-result-title a {
  color: var(--color-blue);
  text-decoration: none;
}
.search-results .conference-content .conference-search-results__list .search-result .search-result-title a:hover {
  color: var(--color-white);
}
.search-results .conference-content .conference-search-results__list .pagination {
  margin-top: 2rem;
  text-align: center;
}
.search-results .conference-content .conference-search-results__list .no-results {
  padding: 2rem 0;
  text-align: center;
  font-size: 1.2rem;
  color: var(--color-black);
}

body.error404 .conference-search-results .page-title {
  margin-bottom: 1rem;
}

/*! minireset.css v0.0.7 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*# sourceMappingURL=aapa-2026.css.map */
