/*
  Compiled from assets/css/style-dev.less
  Regenerate with: npm run build:css
*/

:root {
  --sidebar-width: 230px;
  --content-max: 48rem;
  --content-wide-max: 87.5rem;
  --page-gutter: clamp(1rem, 4vw, 2.5rem);
  --font-base: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  --font-heading: clamp(1.5rem, 1.25rem + 1vw, 2rem);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: "Jost", system-ui, sans-serif;
  font-size: var(--font-base);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
body * {
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-weight: 400;
}
body.nav-open {
  overflow: hidden;
}
.site {
  display: grid;
  grid-template-columns: var(--sidebar-width) minmax(0, 1fr);
  min-height: 100vh;
}
.site-main {
  min-width: 0;
  padding-right: clamp(1rem, 3vw, 3.5rem);
}
.mobile-header {
  display: none;
}
.nav-backdrop {
  display: none;
}
.site-nav {
  background: #4F99C4;
  position: sticky;
  top: 0;
  height: 100vh;
  width: var(--sidebar-width);
  overflow-y: auto;
  z-index: 2;
}
.site-nav .image {
  position: relative;
}
.site-nav .image img {
  width: calc(100% - 20px);
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: var(--font-heading);
  margin: 0 0 35px 0;
  color: #273D44;
  position: relative;
  line-height: 120%;
}
h2 {
  font-size: var(--font-heading);
  font-style: italic;
  color: #2581B7;
  margin: 30px 0 20px 0;
}
h3 {
  color: #2581B7;
  font-size: var(--font-base);
  font-weight: 500;
  margin: 20px 0 8px 0;
}
h4 {
  color: #273D44;
  margin: 0 0 10px 0;
  font-size: var(--font-base);
}
p,
li {
  color: rgba(0, 0, 0, 0.45);
  line-height: 160%;
}
ul,
ol {
  margin: 0 0 30px 0;
}
ul li,
ol li {
  margin-bottom: 8px;
  margin-left: 16px;
}
ul li {
  list-style-type: none;
  position: relative;
}
ul li:before {
  content: ".";
  position: absolute;
  left: -15px;
  font-weight: 700;
  color: inherit;
  font-size: 25px;
  top: -6px;
}
strong {
  font-weight: 500;
  color: #273D44;
}
p {
  margin: 0 0 30px 0;
}
a {
  color: #089970;
  transition: background 0.05s ease-out;
}
a:hover {
  background: #E4F7F0;
}
.banner {
  width: 100%;
  margin-bottom: 10px;
}
.banner a:hover {
  background: none;
  opacity: 0.8;
}
.banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 600px) {
  .banner img {
    max-height: 13rem;
  }
}
@media (max-width: 599px) {
  .banner img {
    max-height: none;
    object-fit: initial;
  }
}
.emoji {
  max-width: 32px;
  height: 32px;
  position: absolute;
}
article {
  max-width: var(--content-max);
  width: 100%;
  position: relative;
  padding: 20px var(--page-gutter) 40px;
  z-index: 1;
}
article:has(.calendar-section) {
  max-width: var(--content-wide-max);
}
article [id] {
  scroll-margin-top: 1rem;
}
.logo {
  width: min(175px, 100%);
  margin-bottom: 10px;
}
.logo a:hover {
  background: none;
  opacity: 0.8;
}
.logo ol,
.logo li {
  margin-left: 16px;
}
.page-end {
  display: block;
  max-width: 100%;
  height: auto;
}
.example {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin: 35px 0 40px 0;
  background: #E0F3FF;
  color: #2581B7;
  padding: 30px 35px;
}
.example .title {
  flex: 1 1 12rem;
  color: inherit;
}
.example .title h1 {
  width: 100%;
  padding: 0 0 2px 0;
  font-size: var(--font-base);
  font-style: italic;
  position: relative;
  top: 3px;
  color: inherit;
}
.example .content {
  flex: 2 1 16rem;
  color: inherit;
  position: relative;
  padding-left: 22px;
}
.example .content:after {
  content: "";
  width: 2px;
  left: -2px;
  top: 4px;
  height: calc(100% - 8px);
  position: absolute;
  background: #CAE8FA;
}
.example .content p:last-child {
  margin: 0;
}
.example .content * {
  color: inherit;
}
.wifi-container {
  max-width: 100%;
  text-align: center;
}
.wifi-container img {
  display: block;
  max-width: min(480px, 100%);
  height: auto;
  margin: 0 auto;
}
.meta-information {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0 0 50px 0;
}
.meta-information .summary,
.meta-information .details {
  flex: 1 1 min(280px, 100%);
  margin: 0;
}
.meta-information .summary {
  font-size: 18px;
  line-height: 145%;
  padding: 0 0 0 28px;
  font-style: italic;
  position: relative;
}
.meta-information .summary img {
  max-width: 32px;
  height: 32px;
  position: absolute;
}
.meta-information .summary:after {
  content: "";
  width: 3px;
  height: calc(100% - 10px);
  left: 0;
  top: 5px;
  position: absolute;
  background: #CAE8FA;
}
.meta-information .details time,
.meta-information .details .difficulty {
  color: #2581B7;
  font-weight: 700;
  margin-bottom: 3px;
  display: block;
}
.meta-information .details time:before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 6px;
}
.meta-information .details .difficulty:before {
  content: "\f007";
  font-family: FontAwesome;
  margin-right: 6px;
}
.presentation-details {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0 0 35px 0;
}
.presentation-details section {
  flex: 1 1 min(250px, 100%);
  margin: 0;
}
.presentation-details section :last-child {
  margin-bottom: 0;
}
nav {
  padding: 0;
  margin: 15px 0 80px 0;
  list-style-type: none;
  position: relative;
}
nav a {
  display: block;
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  padding: 18px 34px;
  transition: background 0.05s ease-out;
}
nav a.selected,
nav a.selected:hover {
  background: #2581B7;
  color: white;
  font-weight: 500;
}
nav a:hover {
  background: #2F8DBC;
  color: #ffffff;
}
nav a:after {
  content: "";
  background: url(/assets/images/nav-selected-indicator.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all 0.075s ease-out;
}
nav a.selected {
  color: #ffffff;
}
nav a.selected:after {
  opacity: 1;
  right: -20px;
}
.steps {
  margin: 30px 0 50px 0;
  padding: 0 0 0 60px;
}
.steps h1 {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 6px 0;
  padding: 0;
  color: #2581B7;
}
.steps time {
  margin: 0 0 10px 0;
  display: block;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 500;
}
.steps time:before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 6px;
  color: rgba(0, 0, 0, 0.25);
}
.steps > ol {
  padding: 0;
}
.steps > li {
  list-style-type: none;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 40px 0;
}
.steps > li:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  background: #CAE8FA;
  width: 35%;
  left: calc(22% + 50px);
}
.steps > li:last-child {
  border: none;
  margin: 0;
}
.steps > li:last-child :last-child {
  margin: 0;
}
.steps > li:before {
  position: absolute;
  left: -60px;
  top: -10px;
  font-weight: 400;
  font-size: 22px;
  color: #2581B7;
  border: solid 2px #CAE8FA;
  height: 43px;
  width: 43px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 9px;
  border-radius: 0 50% 50% 50%;
}
.steps > li:nth-child(1):before {
  content: "1";
}
.steps > li:nth-child(2):before {
  content: "2";
}
.steps > li:nth-child(3):before {
  content: "3";
}
.steps > li:nth-child(4):before {
  content: "4";
}
.steps > li:nth-child(5):before {
  content: "5";
}
.steps > li:nth-child(6):before {
  content: "6";
}
.steps > li:nth-child(7):before {
  content: "7";
}
.steps > li:nth-child(8):before {
  content: "8";
}
.steps > li:nth-child(9):before {
  content: "9";
}
.steps > li:nth-child(10):before {
  content: "10";
}
.steps ul,
.steps ol {
  padding: 0;
}
.steps ul li,
.steps ol li {
  list-style-type: none;
}
.steps ul li:before,
.steps ol li:before {
  display: none;
}
.steps ul li h2,
.steps ol li h2 {
  font-size: 15px;
  color: #273D44;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}
.glossary {
  column-count: 2;
  column-gap: 30px;
  margin: 0 0 40px 0;
}
.glossary .term {
  break-inside: avoid;
  display: table;
}
.glossary .term h3 {
  font-weight: 500;
  font-size: 20px;
  color: #273D44;
  margin: 0;
}
.glossary .term p {
  margin-bottom: 20px;
  margin-left: 15px;
}
.resources {
  column-count: 2;
  column-gap: 30px;
  padding-bottom: 30px;
}
.resources .resource {
  break-inside: avoid;
  padding-bottom: 25px;
}
.resources .resource h4 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
}
.resources .resource p {
  margin: 10px 0 0 0;
}
.calendar-section {
  width: 100%;
  margin: 0 0 40px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  .site {
    display: block;
  }
  .mobile-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: sticky;
    top: 0;
    z-index: 5;
    background: #2581B7;
    color: white;
    padding: 0.75rem var(--page-gutter);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
  .mobile-header-title {
    font-weight: 500;
    font-size: 1.1rem;
  }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: none;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    font-size: 1.25rem;
    cursor: pointer;
  }
  .nav-toggle:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
  body.nav-open .nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }
  .site-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: min(var(--sidebar-width), 85vw);
    transform: translateX(-100%);
    transition: transform 0.2s ease;
    z-index: 4;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.2);
  }
  body.nav-open .site-nav {
    transform: translateX(0);
  }
  .site-main {
    padding-right: 0;
  }
  article {
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }
  article [id] {
    scroll-margin-top: 5rem;
  }
  nav a {
    min-height: 44px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  nav a.selected:after {
    right: 0;
  }
  .example .content {
    padding-left: 0;
    padding-top: 0.5rem;
  }
  .example .content:after {
    display: none;
  }
  .glossary,
  .resources {
    column-count: 1;
  }
  .steps {
    padding-left: 3rem;
  }
  .steps > li:before {
    left: -3rem;
  }
  .steps > li:not(:last-child):after {
    left: 0;
    width: 60%;
  }
}
@media (max-width: 480px) {
  .presentation-details section,
  .meta-information .summary,
  .meta-information .details {
    flex-basis: 100%;
  }
}
@media print {
  .mobile-header,
  .nav-backdrop {
    display: none !important;
  }
  .site {
    display: block;
  }
  .site-nav {
    display: none;
  }
  article {
    max-width: none;
    padding: 0;
  }
}