/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,:host {
    --font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --spacing:.25rem;
    --default-font-family:var(--font-sans);
    --default-mono-font-family:var(--font-mono)
  }
}
@layer base {
  *,:after,:before,::backdrop {
    box-sizing:border-box;
    border:0 solid;
    margin:0;
    padding:0
  }
  ::file-selector-button {
    box-sizing:border-box;
    border:0 solid;
    margin:0;
    padding:0
  }
  html,:host {
    -webkit-text-size-adjust:100%;
    tab-size:4;
    line-height:1.5;
    font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings:var(--default-font-feature-settings,normal);
    font-variation-settings:var(--default-font-variation-settings,normal);
    -webkit-tap-highlight-color:transparent
  }
  hr {
    height:0;
    color:inherit;
    border-top-width:1px
  }
  abbr:where([title]) {
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
  }
  h1,h2,h3,h4,h5,h6 {
    font-size:inherit;
    font-weight:inherit
  }
  a {
    color:inherit;
    -webkit-text-decoration:inherit;
    -webkit-text-decoration:inherit;
    -webkit-text-decoration:inherit;
    -webkit-text-decoration:inherit;
    text-decoration:inherit
  }
  b,strong {
    font-weight:bolder
  }
  code,kbd,samp,pre {
    font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings:var(--default-mono-font-feature-settings,normal);
    font-variation-settings:var(--default-mono-font-variation-settings,normal);
    font-size:1em
  }
  small {
    font-size:80%
  }
  sub,sup {
    vertical-align:baseline;
    font-size:75%;
    line-height:0;
    position:relative
  }
  sub {
    bottom:-.25em
  }
  sup {
    top:-.5em
  }
  table {
    text-indent:0;
    border-color:inherit;
    border-collapse:collapse
  }
  :-moz-focusring {
    outline:auto
  }
  progress {
    vertical-align:baseline
  }
  summary {
    display:list-item
  }
  ol,ul,menu {
    list-style:none
  }
  img,svg,video,canvas,audio,iframe,embed,object {
    vertical-align:middle;
    display:block
  }
  img,video {
    max-width:100%;
    height:auto
  }
  button,input,select,optgroup,textarea {
    font:inherit;
    font-feature-settings:inherit;
    font-variation-settings:inherit;
    letter-spacing:inherit;
    color:inherit;
    opacity:1;
    background-color:#0000;
    border-radius:0
  }
  ::file-selector-button {
    font:inherit;
    font-feature-settings:inherit;
    font-variation-settings:inherit;
    letter-spacing:inherit;
    color:inherit;
    opacity:1;
    background-color:#0000;
    border-radius:0
  }
  :where(select:is([multiple],[size])) optgroup {
    font-weight:bolder
  }
  :where(select:is([multiple],[size])) optgroup option {
    padding-inline-start:20px
  }
  ::file-selector-button {
    margin-inline-end:4px
  }
  ::placeholder {
    opacity:1
  }
  @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
    ::placeholder {
      color:currentColor
    }
    @supports (color:color-mix(in lab, red, red)) {
      ::placeholder {
        color:color-mix(in oklab, currentcolor 50%, transparent)
      }
    }
  }
  textarea {
    resize:vertical
  }
  ::-webkit-search-decoration {
    -webkit-appearance:none
  }
  ::-webkit-date-and-time-value {
    min-height:1lh;
    text-align:inherit
  }
  ::-webkit-datetime-edit {
    display:inline-flex
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding:0
  }
  ::-webkit-datetime-edit {
    padding-block:0
  }
  ::-webkit-datetime-edit-year-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-month-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-day-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-second-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block:0
  }
  ::-webkit-calendar-picker-indicator {
    line-height:1
  }
  :-moz-ui-invalid {
    box-shadow:none
  }
  button,input:where([type=button],[type=reset],[type=submit]) {
    appearance:button
  }
  ::file-selector-button {
    appearance:button
  }
  ::-webkit-inner-spin-button {
    height:auto
  }
  ::-webkit-outer-spin-button {
    height:auto
  }
  [hidden]:where(:not([hidden=until-found])) {
    display:none!important
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility:visible
  }
  .relative {
    position:relative
  }
  .start {
    inset-inline-start:var(--spacing)
  }
  .table {
    display:table
  }
  .grow {
    flex-grow:1
  }
  .antialiased {
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
  }
}
.sourceNote {
  border-left:3px solid var(--cyan);
  color:var(--muted);
  background:#f7fafb;
  margin:20px 0 0;
  padding:16px 20px;
  font-size:12px;
  line-height:1.6
}
.siteHeader.siteHeader {
  height:132px!important
}
.brand .officialLogo {
  object-fit:contain;
  flex:0 0 104px;
  display:block;
  width:104px!important;
  min-width:104px!important;
  max-width:104px!important;
  height:104px!important
}
.siteHeader .brand>span:last-child {
  flex-direction:column;
  align-items:flex-start;
  gap:3px
}
.siteHeader .brand strong {
  letter-spacing:.09em;
  font-family:Georgia,Times New Roman,serif;
  font-size:51px;
  font-weight:500;
  line-height:.92
}
.siteHeader .brand small {
  color:#526b7a;
  letter-spacing:.035em;
  text-transform:none;
  border-left:0;
  padding-left:1px;
  font-family:Georgia,Times New Roman,serif;
  font-size:10px;
  font-weight:400;
  line-height:1.3
}
.sourceNote span {
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-right:10px;
  font-weight:700
}
.linkGrid strong small {
  color:var(--blue);
  letter-spacing:.07em;
  text-transform:uppercase;
  margin-top:8px;
  font-family:Arial,sans-serif;
  font-size:9px;
  font-weight:700;
  display:block
}
.linkGridThree a:first-child {
  grid-column:1/-1
}
.eventGridTwo {
  grid-template-columns:1.2fr .8fr;
  max-width:850px
}
.seminarScenes {
  border-top:1px solid var(--line);
  max-width:850px;
  margin-top:48px;
  padding-top:42px
}
.seminarScenesHeader {
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:22px;
  display:flex
}
.seminarScenesHeader .kicker {
  margin:0 0 6px
}
.seminarScenesHeader h3 {
  color:var(--navy);
  margin:0;
  font-family:Georgia,Times New Roman,serif;
  font-size:30px;
  font-weight:400;
  line-height:1.2
}
.courseSeminarScenes {
  margin-top:0;
  margin-bottom:72px
}
.courseSeminarScenes .seminarScenesHeader h2 {
  color:var(--navy);
  font-family:var(--font-serif);
  margin:0;
  font-size:clamp(30px,4vw,44px);
  line-height:1.08
}
.seminarScenes figure {
  margin:0
}
.seminarLead {
  background:#edf3f6;
  position:relative;
  overflow:hidden;
  box-shadow:0 18px 40px #082f4f24;
  margin-bottom:16px!important
}
.seminarLead img {
  width:100%;
  height:auto;
  display:block
}
.seminarLead figcaption {
  color:#fff;
  letter-spacing:.03em;
  background:#082f4fe6;
  padding:11px 16px;
  font-size:14px;
  position:absolute;
  bottom:0;
  right:0
}
.seminarThumbnails {
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  display:grid
}
.seminarThumbnails img {
  aspect-ratio:4/3;
  object-fit:cover;
  width:100%;
  display:block
}
.seminarThumbnails figcaption {
  color:#3f5665;
  padding:10px 2px 0;
  font-size:14px;
  line-height:1.4
}
.courseHero {
  color:#fff;
  background:linear-gradient(130deg,#082f4f 0%,#07557c 68%,#087db3 100%);
  padding:76px 0
}
.courseHeroGrid {
  grid-template-columns:minmax(0,1.45fr) minmax(280px,.7fr);
  align-items:center;
  gap:68px;
  display:grid
}
.courseAudience {
  letter-spacing:.05em;
  background:#ffffff1f;
  border:1px solid #ffffff47;
  margin-top:16px;
  padding:7px 10px;
  font-size:13px;
  font-weight:700;
  display:inline-block
}
.courseHero h1 {
  color:#fff;
  margin:22px 0 15px;
  font-size:54px;
  line-height:1.06
}
.courseHeroCopy>p:not(.kicker):not(.courseChair) {
  color:#d5e8f1;
  max-width:710px;
  margin:22px 0 0;
  font-family:Georgia,Times New Roman,serif;
  font-size:17px;
  line-height:1.8
}
.courseChair {
  color:#9ee2ef;
  margin:0;
  font-size:14px
}
.courseHeroActions {
  align-items:center;
  gap:26px;
  margin-top:32px;
  display:flex
}
.courseFlyerLink {
  color:#fff;
  font-size:14px;
  font-weight:700
}
.courseFactCard {
  color:var(--ink);
  background:#fff;
  padding:29px;
  box-shadow:0 24px 55px #00162747
}
.courseFactCard>div:not(.courseQr) {
  border-bottom:1px solid var(--line);
  margin-bottom:15px;
  padding:0 0 15px
}
.courseFactCard span {
  color:var(--blue);
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:5px;
  font-size:12px;
  font-weight:700;
  display:block
}
.courseFactCard strong {
  color:var(--navy);
  font-family:Georgia,Times New Roman,serif;
  font-size:18px;
  font-weight:400;
  line-height:1.4
}
.courseFactCard strong small {
  font-family:Arial,sans-serif;
  font-size:13px
}
.courseQr {
  align-items:center;
  gap:16px;
  display:flex
}
.courseQr img {
  width:96px;
  height:96px
}
.courseQr p {
  color:var(--muted);
  margin:0;
  font-size:13px;
  line-height:1.55
}
.courseQr p strong {
  font-family:Arial,sans-serif;
  font-size:14px;
  font-weight:700
}
.courseMain {
  grid-template-columns:minmax(0,1fr) 330px;
  gap:62px;
  padding-top:76px;
  padding-bottom:42px;
  display:grid
}
.courseMainClosed {
  grid-template-columns:1fr;
  max-width:850px
}
.courseDetails>section {
  margin-bottom:58px
}
.courseDetails h2 {
  color:var(--navy);
  margin:10px 0 18px;
  font-family:Georgia,Times New Roman,serif;
  font-size:34px;
  font-weight:400
}
.courseDetails>section>p:not(.kicker):not(.courseProgramNote) {
  color:#3f5665;
  font-family:Georgia,Times New Roman,serif;
  font-size:16px;
  line-height:1.85
}
.courseAudienceList,.courseProgramGrid ul {
  color:#3f5665;
  margin:0;
  padding-left:20px;
  font-size:16px;
  line-height:1.8
}
.courseProgramNote {
  color:var(--muted);
  margin:-9px 0 24px;
  font-size:14px
}
.courseProgramGrid {
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  display:grid
}
.courseProgramGrid>div {
  background:var(--paper);
  border-top:3px solid var(--cyan);
  padding:23px
}
.courseProgramGrid h3 {
  color:var(--navy);
  margin:0 0 15px;
  font-family:Georgia,Times New Roman,serif;
  font-size:20px;
  font-weight:400
}
.courseProgramGrid ul {
  font-size:14px;
  line-height:1.7
}
.courseRegistrationCallout {
  background:var(--navy);
  color:#fff;
  justify-content:space-between;
  align-items:center;
  gap:32px;
  padding:31px;
  display:flex
}
.courseRegistrationCallout h2 {
  color:#fff;
  margin-bottom:8px;
  font-size:26px
}
.courseRegistrationCallout p:not(.kicker) {
  margin:0;
  color:#c6dce7!important;
  font-family:Arial,sans-serif!important;
  font-size:14px!important;
  line-height:1.6!important
}
.courseDetails a {
  color:var(--blue);
  font-weight:700
}
.courseRegistrationCallout a {
  color:var(--navy);
  flex:none
}
.courseFlyer {
  align-self:start;
  position:sticky;
  top:24px
}
.courseFlyer img {
  border:1px solid var(--line);
  width:100%;
  height:auto;
  display:block;
  box-shadow:0 18px 38px #082f4f24
}
.courseFlyer span {
  color:var(--blue);
  margin-top:13px;
  font-size:14px;
  font-weight:700;
  display:block
}
.courseBack {
  padding-bottom:72px
}
.courseBack a {
  color:var(--blue);
  font-size:14px;
  font-weight:700
}
.eventSpotlight {
  border:1px solid var(--line);
  border-top:3px solid var(--cyan);
  background:#fff;
  max-width:850px;
  margin:0 0 24px;
  overflow:hidden
}
.eventSpotlightBanner {
  border-bottom:1px solid var(--line);
  background:#edf6f8;
  display:block
}
.eventSpotlightBanner img {
  width:100%;
  height:auto;
  display:block
}
.eventSpotlightBody {
  grid-template-columns:118px minmax(0,1fr);
  gap:30px;
  padding:30px;
  display:grid
}
.eventSpotlightDate {
  border-right:1px solid var(--line);
  flex-direction:column;
  align-items:flex-start;
  padding-right:24px;
  display:flex
}
.eventSpotlightDate strong {
  color:var(--navy);
  font-family:Georgia,serif;
  font-size:44px;
  font-weight:400;
  line-height:1
}
.eventSpotlightDate span {
  color:var(--muted);
  letter-spacing:.12em;
  margin-top:7px;
  font-size:10px
}
.eventSpotlightBody h3 {
  color:var(--navy);
  margin:0 0 12px;
  font-family:Georgia,serif;
  font-size:27px;
  font-weight:400
}
.eventSpotlightBody p {
  color:var(--muted);
  margin:0 0 10px;
  font-size:13px;
  line-height:1.7
}
.eventSpotlightBody .eventLocation {
  color:#3f5665
}
.eventSpotlightBody a {
  color:var(--blue);
  margin-top:12px;
  font-size:13px;
  font-weight:700;
  display:inline-block
}
.eventRegistration,.internationalRegistration {
  align-items:center;
  gap:24px;
  display:flex
}
.eventQr {
  align-items:center;
  gap:9px;
  display:flex
}
.eventQr img {
  border:1px solid var(--line);
  background:#fff;
  width:72px;
  height:72px;
  padding:5px;
  display:block
}
.eventQr span {
  max-width:62px;
  color:var(--muted);
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:10px;
  font-weight:700;
  line-height:1.35
}
.presidentCard {
  align-items:stretch;
  gap:22px;
  padding:26px 30px
}
.presidentPortrait {
  object-fit:cover;
  object-position:center top;
  align-self:center;
  width:132px;
  min-width:132px;
  height:176px;
  box-shadow:0 12px 28px #082f4f29
}
.presidentCopy {
  align-self:center
}
.presidentRole {
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:700;
  color:var(--blue)!important;
  margin:0 0 7px!important;
  font-size:9px!important
}
.presidentName {
  font-weight:700;
  color:var(--navy)!important;
  margin:-7px 0 10px!important;
  font-size:11px!important
}
@media (width<=600px) {
  .siteHeader.siteHeader {
    height:96px!important
  }
  .brand .officialLogo {
    flex-basis:76px;
    width:76px!important;
    min-width:76px!important;
    max-width:76px!important;
    height:76px!important
  }
  .siteHeader .brand {
    gap:9px
  }
  .siteHeader .brand strong {
    letter-spacing:.08em;
    font-size:38px;
    line-height:.92
  }
  .siteHeader .brand small {
    max-width:142px;
    font-size:8px;
    line-height:1.25;
    display:block
  }
  .presidentCard {
    gap:12px
  }
  .presidentCard .number {
    display:none
  }
  .presidentPortrait {
    align-self:flex-start;
    width:92px;
    min-width:92px;
    height:124px
  }
}
.messageHero {
  border-bottom:1px solid var(--line);
  background:linear-gradient(115deg,#f2f7f8,#fff 72%);
  padding:76px 0 68px
}
.messageHero h1 {
  margin:16px 0 0;
  font-size:52px
}
.messageArticle {
  grid-template-columns:220px minmax(0,760px);
  justify-content:center;
  gap:72px;
  padding-top:72px;
  padding-bottom:96px;
  display:grid
}
.messageProfile {
  align-self:start;
  position:sticky;
  top:30px
}
.messageProfile img {
  aspect-ratio:3/4;
  object-fit:cover;
  object-position:center top;
  width:100%;
  display:block;
  box-shadow:0 16px 38px #082f4f24
}
.messageProfile p {
  color:var(--blue);
  letter-spacing:.13em;
  text-transform:uppercase;
  margin:22px 0 7px;
  font-size:10px;
  font-weight:700
}
.messageProfile strong {
  color:var(--navy);
  font-family:Georgia,serif;
  font-size:18px;
  line-height:1.4
}
.messageBody h2 {
  color:var(--navy);
  margin:0 0 30px;
  font-family:Georgia,serif;
  font-size:34px;
  font-weight:400
}
.messageBody>p {
  color:#3f5665;
  margin:0 0 25px;
  font-family:Georgia,Times New Roman,serif;
  font-size:16px;
  line-height:1.95
}
.messageSignature {
  border-top:1px solid var(--line);
  color:var(--navy);
  text-align:right;
  margin-top:45px;
  padding-top:24px;
  line-height:1.8
}
.messageSignature p {
  color:#3f5665;
  margin:0;
  font-family:Georgia,Times New Roman,serif;
  font-size:16px;
  font-weight:400;
  line-height:1.95
}
.messageSignature .signatureName {
  margin-top:1.8em
}
.messageBack {
  color:var(--blue);
  margin-top:40px;
  font-size:13px;
  font-weight:700;
  display:inline-block
}
.messageCopyright {
  margin-top:0
}
@media (width<=760px) {
  .messageHero {
    padding:52px 0 46px
  }
  .messageHero h1 {
    font-size:40px
  }
  .messageArticle {
    grid-template-columns:1fr;
    gap:42px;
    padding-top:48px;
    padding-bottom:64px
  }
  .messageProfile {
    grid-template-columns:118px 1fr;
    align-items:end;
    column-gap:20px;
    display:grid;
    position:static
  }
  .messageProfile img {
    grid-row:1/3
  }
  .messageProfile p {
    margin:0 0 7px
  }
  .messageProfile strong {
    align-self:start
  }
  .messageBody h2 {
    font-size:29px
  }
  .messageBody>p,.messageSignature p {
    font-size:15px;
    line-height:1.85
  }
}
.historyContent {
  max-width:1040px;
  padding-top:72px;
  padding-bottom:96px
}
.historyText {
  border-bottom:1px solid var(--line);
  grid-template-columns:190px 1fr;
  column-gap:56px;
  margin-bottom:56px;
  padding:0 0 56px;
  display:grid
}
.historyText .kicker {
  grid-row:1/3
}
.historyText h2,.membershipSection>h2 {
  color:var(--navy);
  margin:0 0 24px;
  font-family:Georgia,serif;
  font-size:36px;
  font-weight:400
}
.historyText>p:not(.kicker),.historyTimeline p {
  color:#3f5665;
  margin:0;
  font-family:Georgia,Times New Roman,serif;
  font-size:16px;
  line-height:1.95
}
.historyTimeline {
  gap:0;
  display:grid
}
.historyTimeline p {
  border-left:1px solid var(--line);
  padding:0 0 30px 28px;
  position:relative
}
.historyTimeline p:last-child {
  padding-bottom:0
}
.historyTimeline p:before {
  content:"";
  background:var(--cyan);
  border-radius:50%;
  width:9px;
  height:9px;
  position:absolute;
  top:11px;
  left:-5px
}
.membershipSection {
  scroll-margin-top:2rem
}
.hero .stats {
  grid-template-columns:minmax(0,.9fr) minmax(0,.9fr) minmax(0,1.3fr);
  gap:clamp(.75rem,3vw,3.875rem);
  max-width:42rem;
  display:grid
}
.hero .stats div {
  min-width:0
}
.hero .stats span {
  letter-spacing:.01em;
  text-transform:none;
  overflow-wrap:anywhere;
  font-size:.875rem;
  line-height:1.45
}
.membershipSection>.kicker {
  margin-bottom:12px
}
.membershipSection>h2 {
  margin-bottom:4px
}
.asOf {
  color:var(--muted);
  margin:0 0 12px;
  font-size:.875rem
}
.membershipScope {
  color:#3f5665;
  margin:0 0 36px;
  font-size:1rem;
  line-height:1.6
}
.societyTableBlock {
  margin:0 0 54px
}
.societyTableBlock h3 {
  color:var(--navy);
  margin:0 0 16px;
  font-family:Georgia,serif;
  font-size:23px;
  font-weight:400
}
.societyTableScroll {
  overflow-x:auto
}
.societyTableBlock table {
  border-collapse:collapse;
  table-layout:fixed;
  width:100%
}
.societyTableBlock th,.societyTableBlock td {
  border-bottom:1px solid var(--line);
  text-align:left;
  overflow-wrap:anywhere;
  padding:14px 18px
}
.societyTableBlock thead th {
  color:var(--navy);
  background:#eff6f8;
  font-size:.875rem;
  font-weight:600;
  line-height:1.5
}
.societyTableBlock th:last-child,.societyTableBlock td:last-child {
  text-align:right;
  font-variant-numeric:tabular-nums;
  width:9.5rem
}
.societyTableBlock tbody th,.societyTableBlock tfoot th,.societyTableBlock td {
  color:#3f5665;
  font-size:1rem;
  font-weight:400;
  line-height:1.55
}
.societyTableBlock tfoot {
  border-top:2px solid var(--line);
  background:#f3f7f8
}
.distributionGrid {
  grid-template-columns:minmax(0,1.45fr) minmax(0,.8fr);
  align-items:start;
  gap:46px;
  display:grid
}
@media (width<=960px) {
  .distributionGrid {
    grid-template-columns:1fr;
    gap:0
  }
}
@media (width<=760px) {
  .historyContent {
    padding-top:50px;
    padding-bottom:64px
  }
  .historyText {
    grid-template-columns:1fr;
    gap:16px;
    margin-bottom:42px;
    padding-bottom:42px
  }
  .historyText .kicker {
    grid-row:auto
  }
  .historyText h2,.membershipSection>h2 {
    font-size:30px
  }
  .historyText>p:not(.kicker),.historyTimeline p {
    font-size:15px;
    line-height:1.8
  }
  .societyTableBlock th,.societyTableBlock td {
    padding:12px 11px
  }
  .societyTableBlock th:last-child,.societyTableBlock td:last-child {
    width:7rem
  }
}
.directoryHero {
  border-bottom:1px solid var(--line);
  background:linear-gradient(115deg,#f2f7f8,#fff 72%);
  padding:72px 0 64px
}
.directoryHero h1 {
  margin:16px 0 18px;
  font-size:52px
}
.directoryHero>.wrap>p:not(.kicker) {
  color:var(--muted);
  margin:0 0 10px;
  font-family:Georgia,serif;
  font-size:19px
}
.directoryHero time {
  color:var(--blue);
  font-size:12px;
  font-style:italic
}
.directoryContent {
  padding-top:70px;
  padding-bottom:96px
}
.directoryIntro {
  border-bottom:1px solid var(--line);
  grid-template-columns:220px 1fr;
  gap:48px;
  padding-bottom:34px;
  display:grid
}
.directoryIntro h2 {
  color:var(--navy);
  margin:0;
  font-family:Georgia,serif;
  font-size:34px;
  font-weight:400
}
.officerGroup {
  border-bottom:1px solid var(--line);
  grid-template-columns:220px 1fr;
  gap:48px;
  padding:34px 0;
  display:grid
}
.officerGroup h3 {
  color:var(--navy);
  margin:0;
  font-family:Georgia,serif;
  font-size:21px;
  font-weight:400;
  line-height:1.4
}
.officerList {
  gap:0;
  display:grid
}
.officerRow {
  border-bottom:1px solid #edf1f3;
  grid-template-columns:minmax(160px,.7fr) minmax(0,1.7fr);
  gap:34px;
  padding:18px 0;
  display:grid
}
.officerRow:first-child {
  padding-top:0
}
.officerRow:last-child {
  border-bottom:0;
  padding-bottom:0
}
.officerRow h4 {
  color:#111;
  margin:0;
  font-family:Georgia,serif;
  font-size:17px;
  font-weight:400;
  line-height:1.5
}
.officerRow p {
  color:#111;
  margin:0;
  font-size:13px;
  line-height:1.7
}
.committeeContent,.internationalContent {
  max-width:1040px;
  padding-top:70px;
  padding-bottom:96px
}
.committeeGroup {
  border-bottom:1px solid var(--line);
  grid-template-columns:220px 1fr;
  gap:48px;
  padding:34px 0;
  display:grid
}
.committeeGroup h3 {
  color:var(--navy);
  margin:0;
  font-family:Georgia,serif;
  font-size:21px;
  font-weight:400;
  line-height:1.45
}
.committeeGroup ul {
  grid-template-columns:1fr 1fr;
  gap:0 34px;
  margin:0;
  padding:0;
  list-style:none;
  display:grid
}
.committeeGroup li {
  color:#3f5665;
  border-bottom:1px solid #edf1f3;
  padding:12px 0;
  font-family:Georgia,Times New Roman,serif;
  font-size:15px;
  line-height:1.6
}
.internationalContent {
  max-width:900px
}
.internationalEvent {
  border-bottom:1px solid var(--line);
  grid-template-columns:minmax(240px,310px) minmax(0,1fr);
  gap:48px;
  margin-bottom:64px;
  padding-bottom:64px;
  display:grid
}
.internationalEventPoster {
  align-self:start;
  display:block
}
.internationalEventPoster img {
  width:100%;
  height:auto;
  display:block;
  box-shadow:0 16px 38px #082f4f24
}
.internationalEventCopy h2 {
  color:var(--navy);
  margin:12px 0 8px;
  font-family:Georgia,serif;
  font-size:34px;
  font-weight:400;
  line-height:1.25
}
.internationalEventCopy .internationalEventTheme {
  color:var(--blue);
  margin:0 0 24px;
  font-family:Georgia,serif;
  font-size:20px;
  font-style:italic
}
.internationalEventCopy>p:not(.kicker):not(.internationalEventTheme) {
  color:#3f5665;
  margin:0 0 18px;
  font-family:Georgia,Times New Roman,serif;
  font-size:15px;
  line-height:1.8
}
.internationalEventDetails {
  border-top:1px solid var(--line);
  margin:28px 0 0
}
.internationalEventDetails>div {
  border-bottom:1px solid var(--line);
  grid-template-columns:86px 1fr;
  gap:18px;
  padding:12px 0;
  display:grid
}
.internationalEventDetails dt {
  color:var(--navy);
  font-size:12px;
  font-weight:700
}
.internationalEventDetails dd {
  color:#3f5665;
  margin:0;
  font-size:13px;
  line-height:1.5
}
.internationalEventButton {
  background:var(--navy);
  color:#fff;
  align-items:center;
  gap:22px;
  margin-top:24px;
  padding:14px 17px;
  font-size:12px;
  font-weight:700;
  display:inline-flex
}
.internationalRegistration {
  align-items:flex-end;
  margin-top:24px
}
.internationalRegistration .internationalEventButton {
  margin-top:0
}
.eventQrLarge img {
  width:94px;
  height:94px
}
.internationalContent>h2 {
  color:var(--navy);
  margin:12px 0 30px;
  font-family:Georgia,serif;
  font-size:38px;
  font-weight:400;
  line-height:1.25
}
.internationalContent>p:not(.kicker) {
  color:#3f5665;
  margin:0 0 24px;
  font-family:Georgia,Times New Roman,serif;
  font-size:16px;
  line-height:1.95
}
.leadershipSection {
  margin-top:50px
}
.leadershipSection h3 {
  color:var(--navy);
  margin:0;
  font-family:Georgia,serif;
  font-size:27px;
  font-weight:400
}
.leadershipSection .term {
  color:var(--muted);
  margin:8px 0 22px;
  font-size:13px;
  font-style:italic
}
.leadershipList {
  border-top:1px solid var(--line)
}
.leadershipRow {
  border-bottom:1px solid var(--line);
  grid-template-columns:minmax(180px,.8fr) minmax(0,1.5fr);
  gap:34px;
  padding:17px 0;
  display:grid
}
.leadershipRow strong {
  color:var(--navy);
  font-family:Georgia,serif;
  font-size:15px;
  font-weight:400
}
.leadershipRow span {
  color:#3f5665;
  font-size:14px;
  line-height:1.6
}
@media (width<=760px) {
  .directoryHero {
    padding:52px 0 46px
  }
  .directoryHero h1 {
    font-size:39px
  }
  .directoryContent {
    padding-top:50px;
    padding-bottom:64px
  }
  .directoryIntro,.officerGroup {
    grid-template-columns:1fr;
    gap:18px
  }
  .directoryIntro h2 {
    font-size:29px
  }
  .officerRow {
    grid-template-columns:1fr;
    gap:5px
  }
  .committeeContent,.internationalContent {
    padding-top:50px;
    padding-bottom:64px
  }
  .committeeGroup {
    grid-template-columns:1fr;
    gap:18px
  }
  .committeeGroup ul {
    grid-template-columns:1fr
  }
  .internationalContent>h2 {
    font-size:31px
  }
  .internationalContent>p:not(.kicker) {
    font-size:15px;
    line-height:1.85
  }
  .leadershipRow {
    grid-template-columns:1fr;
    gap:5px
  }
  .internationalEvent {
    grid-template-columns:1fr;
    gap:32px;
    margin-bottom:48px;
    padding-bottom:48px
  }
  .internationalEventPoster {
    max-width:340px
  }
  .internationalEventCopy h2 {
    font-size:30px
  }
  .eventSpotlightBody {
    grid-template-columns:1fr;
    gap:20px;
    padding:24px
  }
  .eventSpotlightDate {
    border-right:0;
    border-bottom:1px solid var(--line);
    flex-direction:row;
    align-items:baseline;
    gap:10px;
    padding:0 0 15px
  }
  .eventSpotlightDate strong {
    font-size:36px
  }
  .eventRegistration,.internationalRegistration {
    flex-direction:column;
    align-items:flex-start;
    gap:18px
  }
}
@media (width<=600px) {
  .linkGridThree a:first-child {
    grid-column:1/-1
  }
  .seminarScenes {
    margin-top:36px;
    padding-top:32px
  }
  .seminarScenesHeader h3 {
    font-size:26px
  }
  .seminarThumbnails {
    grid-template-columns:1fr;
    gap:20px
  }
  .seminarLead figcaption {
    background:var(--navy);
    position:static
  }
  .courseHero {
    padding:54px 0
  }
  .courseHeroGrid,.courseMain {
    grid-template-columns:1fr;
    gap:36px
  }
  .courseHero h1 {
    font-size:38px
  }
  .courseHeroActions,.courseRegistrationCallout {
    flex-direction:column;
    align-items:flex-start
  }
  .courseMain {
    padding-top:54px
  }
  .courseProgramGrid {
    grid-template-columns:1fr
  }
  .courseFlyer {
    max-width:360px;
    position:static
  }
}
:root {
  --navy:#082f4f;
  --deep:#062741;
  --blue:#087db3;
  --cyan:#19a7c8;
  --ink:#183042;
  --muted:#637786;
  --line:#dce5ea;
  --paper:#f3f7f8
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  color:var(--ink);
  background:#fff;
  margin:0;
  font-family:Arial,Helvetica Neue,sans-serif
}
a {
  color:inherit;
  text-decoration:none
}
.wrap {
  width:min(1180px,100% - 48px);
  margin:auto
}
.topbar {
  background:var(--navy);
  color:#c9dce7;
  letter-spacing:.08em;
  font-size:11px
}
.topbarInner {
  justify-content:space-between;
  align-items:center;
  height:34px;
  display:flex
}
.toplinks {
  gap:24px;
  display:flex
}
.siteHeader {
  z-index:10;
  background:#fff;
  border-bottom:1px solid #082f4f1f;
  height:86px;
  position:relative
}
.headerInner {
  justify-content:space-between;
  align-items:center;
  height:100%;
  display:flex
}
.brand {
  color:var(--navy);
  align-items:center;
  gap:13px;
  display:flex
}
.brand>span:last-child {
  align-items:center;
  gap:12px;
  display:flex
}
.brand strong {
  letter-spacing:.08em;
  font-size:29px
}
.brand small {
  letter-spacing:.04em;
  text-transform:uppercase;
  border-left:1px solid #cbd8de;
  padding-left:12px;
  font-size:9px;
  line-height:1.35
}
.mark {
  align-items:center;
  gap:2px;
  width:42px;
  height:35px;
  display:flex
}
.mark i {
  background:linear-gradient(#18a7c8,#0878ad);
  border-radius:3px;
  width:3px;
  display:block
}
.mark i:first-child,.mark i:nth-child(7) {
  height:8px
}
.mark i:nth-child(2),.mark i:nth-child(6) {
  height:16px
}
.mark i:nth-child(3),.mark i:nth-child(5) {
  height:27px
}
.mark i:nth-child(4) {
  height:35px
}
nav {
  color:#284555;
  align-items:center;
  gap:28px;
  font-size:13px;
  font-weight:600;
  display:flex
}
nav a b {
  color:#73909f;
  margin-left:5px;
  font-size:13px
}
.member {
  background:var(--navy);
  color:#fff;
  border-radius:2px;
  padding:12px 17px
}
.hero {
  background:linear-gradient(110deg,#f5f9f9 0%,#fff 61%,#eaf5f7 100%);
  min-height:600px;
  position:relative;
  overflow:hidden
}
.heroGrid {
  opacity:.35;
  background-image:linear-gradient(#b9d5dc 1px,#0000 1px),linear-gradient(90deg,#b9d5dc 1px,#0000 1px);
  background-size:42px 42px;
  position:absolute;
  inset:0 0 0 55%;
  -webkit-mask-image:linear-gradient(90deg,#0000,#000);
  mask-image:linear-gradient(90deg,#0000,#000)
}
.hero:after {
  content:"";
  border:1px solid #c3dfe5;
  border-radius:50%;
  width:510px;
  height:510px;
  position:absolute;
  top:42px;
  right:-65px;
  box-shadow:0 0 0 55px #cfe8ed38,0 0 0 110px #cfe8ed21
}
.signal {
  opacity:.4;
  z-index:1;
  background:linear-gradient(175deg,#0000 48%,#169dbc 48.2% 48.8%,#0000 49%);
  height:120px;
  position:absolute;
  top:235px;
  left:55%;
  right:0
}
.signalTwo {
  opacity:.22;
  top:300px;
  transform:scaleY(-1)
}
.heroInner {
  z-index:2;
  padding:91px 0 58px;
  position:relative
}
.eyebrow,.kicker {
  letter-spacing:.2em;
  color:var(--blue);
  font-size:11px;
  font-weight:700
}
.eyebrow {
  align-items:center;
  gap:10px;
  display:flex
}
.eyebrow span {
  background:var(--cyan);
  width:28px;
  height:2px
}
h1 {
  color:var(--navy);
  letter-spacing:-.035em;
  margin:25px 0 22px;
  font-family:Georgia,serif;
  font-size:66px;
  font-weight:400;
  line-height:1.04
}
h1 em {
  color:var(--blue);
  font-style:normal
}
.heroInner>p {
  color:#526b7a;
  max-width:650px;
  font-size:17px;
  line-height:1.8
}
.heroActions {
  align-items:center;
  gap:32px;
  margin-top:32px;
  display:flex
}
.primary {
  background:var(--navy);
  color:#fff;
  justify-content:space-between;
  gap:35px;
  padding:16px 22px;
  font-size:13px;
  font-weight:700;
  display:inline-flex
}
.textLink,.featureCard a,.eventGrid a,.allLink {
  color:var(--blue);
  font-size:13px;
  font-weight:700
}
.stats {
  gap:62px;
  margin-top:50px;
  display:flex
}
.stats div {
  border-left:2px solid #8fcbd8;
  flex-direction:column;
  padding-left:13px;
  display:flex
}
.stats strong {
  color:var(--navy);
  font-family:Georgia,serif;
  font-size:24px
}
.stats span {
  color:var(--muted);
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-top:4px;
  font-size:10px
}
.notice {
  background:var(--deep);
  color:#fff
}
.noticeInner {
  align-items:center;
  gap:22px;
  height:66px;
  font-size:12px;
  display:flex
}
.notice .tag {
  text-transform:uppercase;
  letter-spacing:.12em;
  background:#0f8ebd;
  padding:7px 10px;
  font-size:9px;
  font-weight:700
}
.notice time {
  color:#9eb9c8
}
.notice strong {
  font-weight:500
}
.notice a {
  color:#8ed6e7;
  margin-left:auto;
  font-weight:700
}
.section {
  padding:92px 0
}
.sectionHead {
  justify-content:space-between;
  align-items:flex-end;
  margin-bottom:42px;
  display:flex
}
.sectionHead h2,.global h2,.cta h2 {
  color:var(--navy);
  margin:11px 0 0;
  font-family:Georgia,serif;
  font-size:43px;
  font-weight:400
}
.sectionHead>p {
  max-width:510px;
  color:var(--muted);
  margin:0;
  line-height:1.7
}
.aboutGrid {
  grid-template-columns:1.05fr 1fr;
  gap:22px;
  display:grid
}
.featureCard {
  background:var(--paper);
  border-top:3px solid var(--cyan);
  gap:30px;
  min-height:275px;
  padding:36px;
  display:flex
}
.number,.linkGrid span {
  color:#89a4b1;
  font-family:Georgia,serif;
  font-size:15px
}
.featureCard h3,.eventGrid h3 {
  color:var(--navy);
  margin:0 0 16px;
  font-family:Georgia,serif;
  font-size:27px;
  font-weight:400
}
.featureCard p {
  color:var(--muted);
  font-size:14px;
  line-height:1.7
}
.featureCard a {
  margin-top:20px;
  display:inline-block
}
.linkGrid {
  grid-template-columns:1fr 1fr;
  gap:14px;
  display:grid
}
.linkGrid a {
  border:1px solid var(--line);
  grid-template-columns:1fr auto;
  align-content:space-between;
  padding:25px;
  transition:all .2s;
  display:grid
}
.linkGrid a:hover {
  border-color:var(--cyan);
  transform:translateY(-2px)
}
.linkGrid strong {
  color:var(--navy);
  grid-column:1/2;
  margin-top:38px;
  font-family:Georgia,serif;
  font-size:18px;
  font-weight:400
}
.linkGrid a>span:last-child {
  color:var(--blue);
  grid-area:2/2
}
.global {
  background:var(--navy);
  color:#fff
}
.globalLayout {
  grid-template-columns:.8fr 1.3fr;
  gap:78px;
  display:grid
}
.kicker.light {
  color:#75d0e3
}
.global h2,.cta h2 {
  color:#fff;
  line-height:1.15
}
.globalIntro>p:not(.kicker) {
  color:#b8ceda;
  margin:25px 0;
  line-height:1.8
}
.outline {
  border:1px solid #7292a4;
  gap:25px;
  padding:14px 17px;
  font-size:12px;
  font-weight:700;
  display:inline-flex
}
.globalCards {
  grid-template-columns:1fr 1fr;
  gap:18px;
  display:grid
}
.globalCard {
  background:#0d3a58;
  border:1px solid #315873;
  flex-direction:column;
  min-height:330px;
  padding:31px;
  display:flex
}
.globalCard.featured {
  background:linear-gradient(150deg,#0d6f9c,#064067)
}
.cardLabel,.pill {
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#93d9e7;
  font-size:9px
}
.globalCard h3 {
  margin:55px 0 15px;
  font-family:Georgia,serif;
  font-size:29px;
  font-weight:400
}
.globalCard p {
  color:#bfd1da;
  font-size:13px;
  line-height:1.7
}
.globalCard b {
  color:#9ce1ee;
  margin-top:auto;
  font-size:12px
}
.eventGrid {
  grid-template-columns:1fr 1fr .85fr;
  gap:18px;
  display:grid
}
.eventGrid article {
  border:1px solid var(--line);
  gap:22px;
  min-height:280px;
  padding:28px;
  display:flex
}
.eventDate {
  border-right:1px solid var(--line);
  flex-direction:column;
  padding-right:20px;
  display:flex
}
.eventDate strong {
  color:var(--navy);
  font-family:Georgia,serif;
  font-size:26px
}
.eventDate span {
  letter-spacing:.12em;
  color:var(--muted);
  font-size:9px
}
.pill {
  color:var(--blue);
  background:#e8f5f8;
  margin-bottom:20px;
  padding:6px 8px;
  display:inline-block
}
.pill.blue {
  color:#4e68a8;
  background:#edf0f8
}
.eventGrid h3 {
  font-size:22px
}
.eventGrid article p {
  color:var(--muted);
  font-size:12px
}
.eventGrid article a {
  margin-top:30px;
  display:inline-block
}
.journalCard {
  background:var(--paper);
  border:0!important;
  border-top:3px solid var(--blue)!important;
  display:block!important
}
.journalCard h3 {
  margin-top:35px;
  font-size:24px
}
.journalCard p {
  line-height:1.6
}
.cta {
  color:#fff;
  background:#087aa9;
  padding:65px 0
}
.ctaInner {
  justify-content:space-between;
  align-items:center;
  display:flex
}
.cta h2 {
  margin:9px 0;
  font-size:38px
}
.cta p:not(.kicker) {
  color:#d2edf3;
  margin:0
}
.primary.white {
  color:var(--navy);
  background:#fff
}
footer {
  color:#a8becb;
  background:#041d30;
  padding:65px 0 25px
}
.footerGrid {
  grid-template-columns:2fr 1fr 1fr 1.5fr;
  gap:45px;
  display:grid
}
.footerBrand {
  color:#fff;
  align-self:start
}
.footerGrid h4 {
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin:0 0 20px;
  font-size:11px
}
.footerGrid>div:not(:first-child) {
  flex-direction:column;
  gap:11px;
  font-size:12px;
  display:flex
}
.footerGrid p {
  margin:0;
  line-height:1.6
}
.copyright {
  color:#698797;
  border-top:1px solid #244155;
  justify-content:space-between;
  margin-top:45px;
  padding-top:23px;
  font-size:10px;
  display:flex
}
@media (width<=900px) {
  nav a:not(.member) {
    display:none
  }
  .hero:after,.signal,.heroGrid {
    opacity:.15
  }
  .hero {
    min-height:auto
  }
  h1 {
    font-size:50px
  }
  .sectionHead {
    display:block
  }
  .sectionHead>p {
    margin-top:20px
  }
  .aboutGrid,.globalLayout,.eventGrid {
    grid-template-columns:1fr
  }
  .globalCards,.footerGrid {
    grid-template-columns:1fr 1fr
  }
  .ctaInner {
    gap:30px
  }
}
@media (width<=600px) {
  .wrap {
    width:min(100% - 30px,1180px)
  }
  .siteHeader {
    height:72px
  }
  .brand strong {
    font-size:23px
  }
  .brand small {
    display:none
  }
  .mark {
    width:34px
  }
  .member {
    padding:10px;
    font-size:11px
  }
  .topbarInner>span {
    display:none
  }
  .topbarInner {
    justify-content:flex-end
  }
  .heroInner {
    padding-top:65px
  }
  h1 {
    font-size:41px
  }
  .heroInner>p {
    font-size:15px
  }
  .heroActions {
    flex-direction:column;
    align-items:flex-start
  }
  .stats {
    gap:22px
  }
  .stats strong {
    font-size:19px
  }
  .noticeInner {
    flex-wrap:wrap;
    height:auto;
    padding:17px 0
  }
  .notice strong {
    order:3;
    width:100%
  }
  .notice a {
    margin-left:0
  }
  .section {
    padding:65px 0
  }
  .sectionHead h2,.global h2,.cta h2 {
    font-size:35px
  }
  .aboutGrid {
    display:block
  }
  .featureCard {
    margin-bottom:14px;
    padding:26px
  }
  .linkGrid {
    grid-template-columns:1fr 1fr
  }
  .linkGrid a {
    padding:18px
  }
  .linkGrid strong {
    font-size:15px
  }
  .globalLayout {
    gap:42px
  }
  .globalCards {
    grid-template-columns:1fr
  }
  .globalCard {
    min-height:260px
  }
  .eventGrid article {
    min-height:auto
  }
  .ctaInner {
    flex-direction:column;
    align-items:flex-start
  }
  .footerGrid {
    grid-template-columns:1fr 1fr
  }
  .footerBrand {
    grid-column:1/-1
  }
  .copyright {
    flex-direction:column;
    gap:15px
  }
}
