.elementor-1349 .elementor-element.elementor-element-7e1e243f > .elementor-element-populated > .elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-1349 .elementor-element.elementor-element-27b197a{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-1349 .elementor-element.elementor-element-27b197a .elementor-divider-separator{width:100%;}.elementor-1349 .elementor-element.elementor-element-27b197a .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-1349 .elementor-element.elementor-element-041c764 iframe{height:416px;}/* Start custom CSS for continuous-text, class: .elementor-element-1450c9c */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --orange: #003C7D;
  --orange-light: #f2f3fd;
  --orange-dark: #86aeff;
  --navy: #1A2B45;
  --navy-mid: #2D4163;
  --text: #1A2B45;
  --text-muted: #6B7A95;
  --border: #E3E8F0;
  --bg: #FFFFFF;
  --bg-alt: #F7F9FC;
  --font-display: 'DM Serif Display', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
  --radius: 10px;
  --radius-lg: 16px;
  --shadow: 0 2px 16px rgba(26,43,69,0.08);
}

body {
  /* font-family: var(--font-body); */
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  font-size: 15px;
}

.bx-wrapper {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.bx-nav {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 8px rgba(26,43,69,0.07);
}

.bx-nav-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.bx-nav-inner a {
  display: inline-block;
  padding: 12px 14px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
  white-space: nowrap;
}

.bx-nav-inner a:hover {
  color: var(--navy);
  border-bottom-color: var(--orange);
}


.bx-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, #3A5A8A 100%);
  padding: 56px 24px 48px;
  color: white;
  position: relative;
  overflow: hidden;
}

.bx-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: radial-gradient(circle at 80% 50%, rgba(232,101,10,0.15) 0%, transparent 60%);
}

.bx-hero-inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.bx-badge {
  display: inline-block;
  background: var(--orange);
  color: white;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.bx-hero h1 {
  /* font-family: var(--font-display); */
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.2;
  margin-bottom: 24px;
  font-weight: 400;
}

.bx-hero h1 em {
  color: #b1c7ff;
  font-style: normal;
}

.bx-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}

.bx-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}

.bx-meta-item strong {
  color: white;
  font-weight: 500;
}

.bx-section {
  border-top: 3px solid var(--orange);
  margin-top: 0;
}

.bx-section:first-of-type {
  margin-top: 40px;
}

.bx-section + .bx-section {
  margin-top: 8px;
}

.bx-section-header {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
  color: var(--text);
}

.bx-section-header h2 {
  /* font-family: var(--font-display); */
  font-size: 22px;
  font-weight: 400;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 12px;
}

.bx-section-header h2 .section-num {
  /* font-family: var(--font-body); */
  font-size: 11px;
  font-weight: 600;
  color: var(--orange);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--orange-light);
  padding: 2px 8px;
  border-radius: 4px;
}

.bx-section-content {
  padding: 8px 24px 36px;
  max-width: 960px;
  margin: 0 auto;
}

.bx-topics {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 4px;
}

.bx-topic-card {
  list-style: none;
  display: block;
}

.bx-day-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.bx-day-header-label {
  background: var(--navy);
  color: white;
  border-radius: var(--radius);
  padding: 10px 20px;
  font-weight: 600;
  font-size: 13px;
}

.bx-day-separator {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px dashed var(--border);
}

.bx-tl-item {
  display: flex;
  gap: 0;
  position: relative;
  padding-bottom: 4px;
}

.bx-tl-left {
  width: 90px;
  flex-shrink: 0;
  padding-top: 13px;
  padding-right: 16px;
  text-align: right;
}

.bx-tl-time {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  white-space: nowrap;
}

.bx-tl-spine {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24px;
  flex-shrink: 0;
}

.bx-tl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--border);
  border: 2px solid var(--bg);
  flex-shrink: 0;
  margin-top: 16px;
  z-index: 1;
  position: relative;
}

.bx-tl-item.highlight .bx-tl-dot {
  background: var(--orange);
  width: 14px;
  height: 14px;
  margin-top: 15px;
}

.bx-tl-item.break .bx-tl-dot {
  background: var(--border);
}

.bx-tl-line {
  flex: 1;
  width: 2px;
  background: var(--border);
}

.bx-tl-item:last-child .bx-tl-line {
  display: none;
}

.bx-tl-right {
  flex: 1;
  padding: 10px 0 10px 14px;
}

.bx-tl-card {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 16px;
  margin-bottom: 6px;
}

.bx-tl-item.highlight .bx-tl-card {
  background: var(--orange-light);
  border-color: rgba(16, 10, 128, 0.25);
}

.bx-tl-item.break .bx-tl-card {
  background: transparent;
  border-style: dashed;
  padding: 8px 16px;
}

.bx-tl-title {
  font-weight: 600;
  font-size: 14px;
  color: var(--navy);
  margin-bottom: 2px;
}

.bx-tl-item.break .bx-tl-title {
  color: var(--text-muted);
  font-weight: 400;
  font-size: 13px;
}

.bx-tl-speaker {
  font-size: 12px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}

.bx-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.bx-info-card {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
}

.bx-info-card .label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.bx-info-card .value {
  font-size: 18px;
  font-weight: 600;
  color: var(--navy);
}

.bx-info-card .value.orange {
  color: var(--orange);
}

.bx-req-list {
  list-style: none;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bx-req-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
}

.bx-req-list li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
  margin-top: 8px;
}

.bx-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-style: solid;
  color: white;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: background .2s, transform .15s;
  margin-top: 16px;
}

.bx-cta:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
  color: white;
}

.bx-cta svg {
  width: 16px;
  height: 16px;
}

.bx-speakers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.bx-speaker-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-alt);
  cursor: default;
  transition: transform .25s ease, box-shadow .25s ease;
}

.bx-speaker-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(26,43,69,0.14);
}

.bx-speaker-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #C8D5E8 0%, #8FA5C8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.bx-speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bx-speaker-initials {
  /* font-family: var(--font-display); */
  font-size: 32px;
  color: white;
  opacity: 0.7;
  pointer-events: none;
  user-select: none;
}

.bx-speaker-info {
  padding: 12px 14px;
}

.bx-speaker-name {
  font-weight: 600;
  font-size: 13px;
  color: var(--navy);
  margin-bottom: 2px;
  line-height: 1.3;
}

.bx-speaker-role {
  font-size: 11px;
  color: var(--orange);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.bx-speaker-affil {
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.4;
}

.bx-speaker-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26,43,69,0.93);
  color: white;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: opacity .25s ease;
  overflow-y: auto;
}

.bx-speaker-card:hover .bx-speaker-overlay {
  opacity: 1;
}

.bx-overlay-name {
  /* font-family: var(--font-display); */
  font-size: 15px;
  margin-bottom: 6px;
  color: #ffffff;
}

.bx-overlay-topic {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.55);
  margin-bottom: 10px;
}

.bx-overlay-bio {
  font-size: 10px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
}

.bx-committee {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}

.bx-committee-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 14px;
}

.bx-committee-flag {
  font-size: 20px;
}

.bx-committee-name {
  font-weight: 600;
  color: var(--navy);
}

.bx-committee-inst {
  font-size: 13px;
  color: var(--text-muted);
}
.bx-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
  margin-top: 4px;
}

.bx-contact-card {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bx-contact-card .name {
  font-weight: 600;
  font-size: 15px;
  color: var(--navy);
}

.bx-contact-card .dept {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.bx-contact-card a {
  color: var(--orange);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.bx-contact-card a:hover {
  text-decoration: underline;
}

.bx-contact-card .phone {
  font-size: 13px;
  color: var(--text-muted);
}

.bx-transport-box {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--navy);
}

.bx-transport-box p + p { margin-top: 10px; }

.bx-note {
  background: var(--orange-light);
  border: 1px solid rgba(10, 8, 153, 0.2);
  border-left: 4px solid var(--orange);
  border-radius: var(--radius);
  padding: 14px 18px;
  font-size: 16px;
  color: var(--navy);
  margin-top: 16px;
}
.bx-note,
.bx-note ul,
.bx-note li,
.bx-note a {
    font-size: 16px !important;
    line-height: 1.5;
}

.contact-list {
    margin-top: 6px;
    padding-left: 20px;
}/* End custom CSS */
/* Start custom CSS for ps-header, class: .elementor-element-afc6546 */.elementor-1349 .elementor-element.elementor-element-afc6546 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}/* End custom CSS */