
#header.section > .container,
#header > .container.grid-xl,
#header > .container.grid-lg,
#header > .container.grid-md,
#header > .container.grid-sm,
#header > .container.grid-xs {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  width: 100% !important;
}

#header .navbar {
  width: 100%;
}


#header > .container {
  max-width: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

.course-brand {
  align-items: center;
  color: #252d3d;
  display: inline-flex;
  gap: 0.65rem;
  text-decoration: none;
}

.course-brand:hover,
.course-brand:focus {
  color: #1d4f8f;
  text-decoration: none;
}

.course-brand__mark {
  align-items: center;
  background: #1f2937;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  height: 2.1rem;
  justify-content: center;
  letter-spacing: 0;
  width: 2.1rem;
}

.course-brand__text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  line-height: 1;
}

.course-brand__name {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
}

.course-brand__meta {
  color: #687386;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-page h1 {
  font-size: 2.15rem;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

#messages .toast {
  align-items: center;
  display: flex;
  justify-content: space-between;
  opacity: 1;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

#messages .toast.is-hiding {
  opacity: 0;
  transform: translateY(-0.35rem);
}

.toast-dismiss {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: inherit;
  cursor: pointer;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  margin-left: 1rem;
  padding: 0.35rem 0.55rem;
  text-transform: uppercase;
}

.toast-dismiss:hover,
.toast-dismiss:focus {
  background: rgba(255, 255, 255, 0.28);
}

.course-shell-section {
  background: #f3f5f8;
  padding: 4rem 0 0 !important;
}

.course-shell-body {
  --course-sidebar-width: clamp(17rem, 19vw, 24rem);
  --course-splitter-width: 0.45rem;
}

.course-shell-body #header {
  background: #fff !important;
  border-bottom: 1px solid #d6dbe4;
  color: #454d5d !important;
  height: 4rem !important;
  z-index: 50;
}

.course-shell-body #header a {
  color: #454d5d !important;
}

.course-shell-body #header .navbar-section {
  height: 4rem !important;
}

.course-shell-body #header .course-brand__mark {
  height: 1.7rem;
  width: 1.7rem;
}

.course-shell-body #header .course-brand__name {
  font-size: 0.78rem;
}

.course-shell-body #header .course-brand__meta {
  font-size: 0.56rem;
}

.course-shell {
  display: grid;
  grid-template-columns: var(--course-sidebar-width) minmax(0, 1fr);
  min-height: calc(100vh - 7rem);
  position: relative;
  width: 100%;
}

.course-shell__sidebar {
  background: #f7f8fa;
  border-right: 1px solid #d6dbe4;
  max-height: calc(100vh - 4rem);
  overflow-x: hidden;
  overflow-y: auto;
  position: sticky;
  top: 4rem;
  z-index: 5;
}

.course-shell__sidebar #course-sidebar {
  min-height: calc(100vh - 4rem);
}

.course-shell__resizer {
  appearance: none;
  background: transparent;
  border: 0;
  bottom: 0;
  cursor: col-resize;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  touch-action: none;
  width: 0.7rem;
  z-index: 30;
}

.course-shell__resizer::after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 0.12rem;
}

.course-shell__resizer:hover::after,
.course-shell__resizer:focus-visible::after,
.course-sidebar-resizing .course-shell__resizer::after {
  background: #8b95a6;
  width: 0.16rem;
}

.course-sidebar-resizing {
  cursor: col-resize;
  user-select: none;
}

.course-shell__main {
  min-width: 0;
  padding: 1rem;
}

.course-panel {
  background: #fff;
  border: 1px solid #d6dbe4;
  box-shadow: 0 0.4rem 1.2rem rgba(37, 45, 61, 0.08);
  min-height: calc(100vh - 9rem);
}

.course-panel__header {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #d6dbe4;
  display: flex;
  min-height: 3rem;
  padding: 0.8rem 1rem;
  position: sticky;
  top: 4rem;
  z-index: 2;
}

.course-panel__heading {
  display: grid;
  gap: 0.15rem;
}

.course-panel__section {
  color: #687386;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.course-panel__header h1 {
  color: #30384d;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}

.course-panel__body {
  padding: 1.5rem;
}

.course-content-frame {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  width: 100%;
}

.course-shell .course-page > h1:first-child {
  display: none;
}

.course-tree {
  color: #30384d;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: calc(100vh - 4rem);
  overflow-x: hidden;
  padding: 0.75rem 0 5.25rem;
  position: relative;
}

.course-tree__controls {
  align-items: center;
  background: linear-gradient(180deg, rgba(247, 248, 250, 0), #f7f8fa 28%);
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  left: 0;
  padding: 1.1rem 1rem 0.8rem;
  position: fixed;
  width: var(--course-sidebar-width);
  z-index: 40;
}

.course-tree__toggle-all {
  align-items: center;
  background: #ffffff;
  border: 1px solid #aeb8c8;
  border-radius: 0.35rem;
  box-shadow: 0 0.35rem 1rem rgba(28, 36, 52, 0.08);
  color: #30384d;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 0.5rem;
  line-height: 1;
  padding: 0.62rem 0.78rem;
}

.course-tree__toggle-all:hover,
.course-tree__toggle-all:focus {
  background: #eef2f7;
  border-color: #7d8ba0;
  color: #172033;
}

.course-tree__toggle-all-icon {
  height: 0.9rem;
  position: relative;
  width: 0.9rem;
}

.course-tree__toggle-all-icon::before,
.course-tree__toggle-all-icon::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.course-tree__toggle-all-icon::before {
  height: 1px;
  width: 0.85rem;
}

.course-tree__toggle-all-icon::after {
  height: 0.85rem;
  width: 1px;
}

.course-tree__toggle-all[data-state="collapse"] .course-tree__toggle-all-icon::after {
  display: none;
}

.course-tree__dashboard {
  color: #30384d;
  display: block;
  font-size: 0.86rem;
  font-weight: 800;
  padding: 0.15rem 1.1rem 1rem;
  text-decoration: none;
}

.course-tree__dashboard::before {
  content: "< ";
}

.course-tree__dashboard:hover,
.course-tree__dashboard:focus {
  color: #1d4f8f;
  text-decoration: none;
}

.course-tree__section {
  margin: 0;
}

.course-tree__section h2 {
  margin: 0;
}

.course-tree__toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #6a7283;
  cursor: pointer;
  display: flex;
  font-size: 0.7rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.2;
  min-width: 0;
  padding: 0.85rem 1.1rem 0.45rem;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

.course-tree__toggle:hover,
.course-tree__toggle:focus {
  background: #eef2f7;
  color: #30384d;
}

.course-tree__chevron::before {
  content: "-";
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1;
}

.course-tree__section.is-collapsed .course-tree__chevron::before {
  content: "+";
}

.course-tree__section ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.course-tree__section li {
  margin: 0;
  position: relative;
}

.course-tree__section li::before {
  background: #7a8495;
  bottom: -0.95rem;
  content: "";
  left: 1.75rem;
  position: absolute;
  top: 1.6rem;
  width: 1px;
}

.course-tree__section li:last-child::before {
  display: none;
}

.course-tree__section a {
  align-items: flex-start;
  color: #30384d;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1rem minmax(0, 1fr);
  padding: 0.55rem 1rem 0.55rem 1.25rem;
  position: relative;
  text-decoration: none;
}

.course-tree__section a:hover,
.course-tree__section a:focus {
  background: #eef2f7;
  color: #1d4f8f;
  text-decoration: none;
}

.course-tree__section li.is-current a {
  background: #d9dde5;
}

.course-tree__section li.is-current .course-tree__title {
  font-weight: 800;
}

.course-tree__dot {
  background: #fff;
  border: 1px solid #9aa3b2;
  border-radius: 999px;
  height: 0.74rem;
  margin-top: 0.15rem;
  width: 0.74rem;
}

.course-tree__section li.is-current .course-tree__dot {
  border-color: #b24d82;
  box-shadow: 0 0 0 0.18rem rgba(178, 77, 130, 0.12);
}

.course-tree__text {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.course-tree__title {
  font-size: 0.92rem;
  overflow-wrap: anywhere;
  line-height: 1.25;
}

.course-tree__meta {
  color: #687386;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-hero {
  border-bottom: 1px solid #e5e7eb;
  padding: 2rem 0 2.5rem;
}

.home-eyebrow {
  color: #4a5c78;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.home-hero h1 {
  color: #252d3d;
  font-size: 2.45rem;
  line-height: 1.12;
  margin-bottom: 1rem;
  max-width: 14em;
}

.home-lede {
  color: #526176;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 43rem;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.home-button {
  border: 1px solid #34364d;
  border-radius: 0.18rem;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  padding: 0.7rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.home-button:hover,
.home-button:focus {
  text-decoration: none;
}

.home-button--primary {
  background: #34364d;
  color: #fff;
}

.home-button--primary:hover,
.home-button--primary:focus {
  background: #25273a;
  color: #fff;
}

.home-button--secondary {
  background: #fff;
  color: #34364d;
}

.home-button--secondary:hover,
.home-button--secondary:focus {
  border-color: #3085ee;
  color: #1d4f8f;
}

.home-access {
  align-items: start;
  border-bottom: 1px solid #e5e7eb;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 18rem);
  padding: 2rem 0;
}

.home-access h2 {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.home-access p {
  color: #526176;
  margin: 0;
  max-width: 43rem;
}

.home-access__status {
  border-left: 3px solid #34364d;
  display: grid;
  gap: 0.5rem;
  padding-left: 1rem;
}

.home-access__status span {
  color: #30384d;
  font-size: 0.82rem;
  font-weight: 800;
}

.home-feature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1rem 0 2rem;
}

.home-feature-grid section {
  background: #f6f7f9;
  border: 1px solid #d8dee8;
  padding: 1rem;
}

.home-feature-grid h3 {
  font-size: 1rem;
  margin-bottom: 0.45rem;
}

.home-feature-grid p {
  color: #526176;
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
}

.login-shell-body #body-wrapper .container {
  max-width: 1180px;
}

.login-shell {
  align-items: stretch;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 26rem);
  margin: 1.5rem auto 2rem;
}

.login-brand-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(246, 247, 249, 0.82)),
    radial-gradient(circle at 12% 18%, rgba(48, 133, 238, 0.15), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(178, 77, 130, 0.14), transparent 34%);
  border: 1px solid #d8dee8;
  color: #30384d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 28rem;
  padding: 2rem;
}

.login-brand-panel__mark {
  align-items: center;
  background: #1f2937;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 900;
  height: 2.4rem;
  justify-content: center;
  margin-bottom: 1rem;
  width: 2.4rem;
}

.login-brand-panel__eyebrow {
  color: #687386;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 0.65rem;
  text-transform: uppercase;
}

.login-brand-panel h1 {
  color: #252d3d;
  font-size: 2.15rem;
  line-height: 1.08;
  margin: 0 0 0.85rem;
}

.login-brand-panel p {
  color: #526176;
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
  max-width: 38rem;
}

.login-brand-panel__status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.4rem;
}

.login-brand-panel__status span {
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 999px;
  color: #30384d;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 0.4rem 0.65rem;
}

.login-card {
  align-items: center;
  background: #fff;
  border: 1px solid #d8dee8;
  box-shadow: 0 0.7rem 2rem rgba(37, 45, 61, 0.09);
  display: flex;
  padding: 1.75rem;
}

.login-card #grav-login {
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  text-align: left !important;
  width: 100% !important;
}

.login-shell-body #grav-login h1,
.login-card #grav-login h1 {
  color: #252d3d !important;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 0 0 0.35rem !important;
}

.login-card #grav-login h1::after {
  color: #687386;
  content: "Authorized users only";
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0.35rem;
}

.login-card #grav-login .form-field {
  margin-bottom: 0.85rem;
}

.login-card #grav-login .form-label {
  color: #526176;
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
  padding: 0;
}

.login-card #grav-login .form-input {
  border-color: #cfd5df;
  min-height: 2.25rem;
}

.login-card #grav-login .form-actions {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  justify-content: flex-end;
  margin-top: 1rem;
}

.login-card #grav-login .rememberme {
  float: none;
  margin-right: auto;
  padding: 0;
}

.login-card #grav-login .button.primary,
.login-card #grav-login button[type="submit"] {
  background: #34364d;
  border-color: #34364d;
  color: #fff;
  font-weight: 800;
}

.login-card #grav-login .button.primary:hover,
.login-card #grav-login .button.primary:focus,
.login-card #grav-login button[type="submit"]:hover,
.login-card #grav-login button[type="submit"]:focus {
  background: #25273a;
  border-color: #25273a;
  color: #fff;
}

.login-card #grav-login a[href*="forgot"] {
  display: none;
}

.course-video {
  aspect-ratio: 16 / 9;
  background: #111827;
  border-radius: 0.25rem;
  display: block;
  margin: 0 auto 1.5rem;
  max-height: 58vh;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.course-download {
  align-items: center;
  background: #f6f7f9;
  border: 1px solid #cfd5df;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 1.35rem 0;
  padding: 1.05rem 1.25rem;
}

.course-download__filename {
  color: #30384d;
  font-size: 0.9rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.course-download__button {
  background: #34364d;
  border-radius: 0.15rem;
  color: #fff;
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  padding: 0.55rem 0.85rem;
  text-decoration: none;
  text-transform: uppercase;
}

.course-download__button:hover,
.course-download__button:focus {
  background: #25273a;
  color: #fff;
  text-decoration: none;
}

.course-prev-next {
  border-top: 1px solid #e5e7eb;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 3rem;
  padding-top: 1.25rem;
}

.course-prev-next__link {
  border: 1px solid #d8dee8;
  border-radius: 0.25rem;
  color: #2f3b52;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-height: 4.25rem;
  padding: 0.8rem 1rem;
  text-decoration: none;
}

.course-prev-next__link:hover,
.course-prev-next__link:focus {
  border-color: #3085ee;
  box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.12);
  color: #1d4f8f;
  text-decoration: none;
}

.course-prev-next__link--next {
  align-items: flex-end;
  text-align: right;
}

.course-prev-next__label {
  color: #687386;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-prev-next__title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.25;
}

.course-prev-next__link--previous .course-prev-next__label::before {
  content: "< ";
}

.course-prev-next__link--next .course-prev-next__label::after {
  content: " >";
}

@media (max-width: 600px) {
  .course-page h1 {
    font-size: 1.75rem;
  }

  .home-hero h1 {
    font-size: 1.9rem;
  }

  .home-access,
  .home-feature-grid {
    grid-template-columns: 1fr;
  }

  .course-download {
    align-items: stretch;
    flex-direction: column;
  }

  .course-download__button {
    text-align: center;
  }

  .course-prev-next {
    grid-template-columns: 1fr;
  }

  .course-prev-next__spacer {
    display: none;
  }
}

@media (max-width: 900px) {
  .course-shell {
    grid-template-columns: 1fr;
  }

  .course-shell__resizer {
    display: none;
  }

  .course-shell__sidebar {
    border-bottom: 1px solid #d6dbe4;
    border-right: 0;
    box-shadow: none;
    max-height: 18rem;
    position: static;
  }

  .course-tree {
    padding-bottom: 0;
  }

  .course-tree__controls {
    position: sticky;
    width: auto;
  }

  .course-shell__main {
    padding: 0.75rem;
  }

  .course-panel__body {
    padding: 1rem;
  }
}

.login-status-wrapper {
  position: relative;
}

.account-menu {
  display: inline-block;
  position: relative;
}

.account-menu__toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #30384d;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 0.3rem;
  padding: 0.25rem 0;
}

.account-menu__chevron {
  color: #687386;
  font-size: 0.8rem;
  line-height: 1;
}

.account-menu__panel {
  background: #fff;
  border: 1px solid #d6dbe4;
  box-shadow: 0 0.6rem 1.4rem rgba(37, 45, 61, 0.14);
  display: none;
  min-width: 9rem;
  padding: 0.35rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  z-index: 100;
}

.account-menu:hover .account-menu__panel,
.account-menu:focus-within .account-menu__panel {
  display: grid;
}

.account-menu__panel a {
  color: #30384d !important;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 0.55rem 0.7rem;
  text-decoration: none;
}

.account-menu__panel a:hover,
.account-menu__panel a:focus {
  background: #eef2f7;
  color: #1d4f8f !important;
  text-decoration: none;
}

.course-video-embed {
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 0.25rem;
  margin: 0 auto 1.5rem;
  max-width: var(--course-media-width, 70rem);
  overflow: hidden;
  width: 100%;
}

.course-video-embed iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.course-page {
  --course-media-width: min(100%, 70rem);
}

.course-video-embed,
.course-download,
.course-prev-next {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--course-media-width);
  width: 100%;
}

.course-video-embed {
  height: auto;
  max-height: 58vh;
}

.course-video-embed iframe {
  aspect-ratio: 16 / 9;
  height: auto !important;
  min-height: 0 !important;
  width: 100% !important;
}

.course-video-placeholder {
  align-items: center;
  background: #f4f6f9;
  border: 1px dashed #c6ceda;
  border-radius: 0.25rem;
  color: #647084;
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  justify-content: center;
  margin: 0 auto 1.5rem;
  min-height: 12rem;
  max-width: var(--course-media-width, 70rem);
  text-transform: uppercase;
  width: 100%;
}

.course-download__button--disabled {
  background: #aeb7c4 !important;
  border-color: #aeb7c4 !important;
  color: #ffffff !important;
  cursor: not-allowed;
  pointer-events: none;
}


.login-card #grav-login .login-twofa-card {
  margin-top: 0;
  text-align: left;
}

.login-card #grav-login .login-twofa-card__copy {
  text-align: center;
  margin-bottom: 1.5rem;
}

.login-card #grav-login .login-twofa-card__copy h2 {
  font-size: 1.45rem;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.login-card #grav-login .login-twofa-card__copy p {
  margin: 0;
  color: #50596c;
}

.login-card #grav-login .login-twofa-card__label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #667189;
  margin-bottom: 0.4rem;
}

.login-card #grav-login .login-twofa-card__input {
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  margin-bottom: 1rem;
}

.login-card #grav-login .login-twofa-card__actions {
  justify-content: center;
  text-align: center;
}
