
#loader-wrapper {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #F2F2F2;
    z-index: 99999999999;

    display: flex;
    align-items: center;
    justify-content: center;
}

#loader {
    display: block;
    width: min(350px, calc(100vw - 80px));
    height: auto;
    margin: 0;
    position: static;
}

#loader .lds-brand-mark {
    display: block;
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
}
    

    .site-branding img {
        width: 140px;
        margin-left: 2px;
        max-width: 400px;
    }

    .active {
        font-weight: 900;
    }
    

.lds-footer {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #d7d7d7;
  padding: 32px 40px 22px;
  color: #000000!important;
  overflow: visible;
}

.lds-footer-inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 42px;
}

.lds-footer-brand {
  flex: 0 0 auto;
}

.lds-footer-brand h4 {
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 0.92;
  font-weight: 400;
  color: #000000!important;
}

.lds-footer-brand h4 span {
  display: block;
}

.lds-footer-brand h6 {
  margin: 14px 0 0;
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 1.05;
  font-weight: 400;
  color: #000000!important;
}

.lds-footer-brand h6 span {
  display: block;
}

.lds-footer-bcorp {
  flex: 0 0 auto;
}

.lds-footer-bcorp img {
  width: clamp(96px, 12vw, 132px);
  height: auto;
  display: block;
}

.lds-footer-links {
  width: 100%;
  margin-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.lds-footer-links a {
  color: #000000!important;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

.lds-footer-links a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .lds-footer {
    padding: 28px 28px 22px;
  }

  .lds-footer-inner {
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .lds-footer {
    width: 100%;
    padding: 28px 18px 24px;
  }

  .lds-footer-inner {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }

  .lds-footer-brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .lds-footer-brand h4 {
    font-size: 28px;
    line-height: 0.94;
  }

  .lds-footer-brand h6 {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.1;
  }

  .lds-footer-bcorp {
    flex: 0 0 auto;
  }

  .lds-footer-bcorp img {
    width: 90px;
    max-width: 28vw;
  }

  .lds-footer-links {
    width: 100%;
    margin-top: 20px;
    gap: 8px 14px;
  }

  .lds-footer-links a {
    font-size: 13px;
    line-height: 1.3;
  }
}

@media (max-width: 380px) {
  .lds-footer {
    padding: 24px 14px 22px;
  }

  .lds-footer-brand h4 {
    font-size: 24px;
  }

  .lds-footer-brand h6 {
    font-size: 12px;
  }

  .lds-footer-bcorp img {
    width: 76px;
  }

  .lds-footer-links a {
    font-size: 12px;
  }
}

.colorClass1 {
  transform: rotate(0deg) !important;
}

.colorClass2 {
  transform: rotate(0deg) !important;
}

.colorClass3 {
  transform: rotate(0deg) !important;
}

/* Header columns follow the desktop content/sidebar grid. */
#masthead .navbar { padding: 0; }
.lds-header-row {
  display: grid;
  grid-template-columns: 13.6% minmax(0, 1fr);
  align-items: start;
  width: 100%;
  padding: 24px 0;
}
#masthead .sidebarLogo {
  display: block;
  width: auto;
  min-width: 0;
  padding: 0 20px;
}
#masthead .sidebarLogo a { display: block; width: 176px; max-width: 100%; line-height: 0; }
#masthead .sidebarLogo svg { display: block; width: 100%; max-width: 100%; height: auto; min-width: 0; min-height: 0; }
.lds-header-controls {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  min-width: 0;
  padding: 0 20px;
}
.lds-header-controls .top-menu { min-width: 0; }
.lds-header-controls .top-menu p { font-size: 17px; line-height: 24px; margin: 0; }
.lds-header-controls .right-buttons { flex: 0 0 auto; text-align: right; }
@media (min-width: 992px) and (max-width: 1290px) {
  .lds-header-row { grid-template-columns: 188px minmax(0, 1fr); padding: 20px 0; }
  #masthead .sidebarLogo a { width: 148px; }
}
@media (max-width: 991.98px) {
  #masthead .lds-mobile-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px !important; }
  #masthead .sidebarLogo { padding: 0; flex: 0 1 140px; }
  #masthead .sidebarLogo a { width: 140px; }
  #masthead .head-border { position: relative; }
  #masthead .lds-mobile-header, #masthead .lds-mobile-header > nav, #masthead .lds-mobile-header .nav-item { position: static; }
  #masthead .lds-mobile-header > nav { flex: 0 0 auto; }
  #masthead .lds-mobile-toggle { padding: 12px 0 12px 16px; align-items: center; gap: 10px; }
  #masthead .lds-mobile-header .nav-item > .dropdown-menu { left: 0 !important; right: 0 !important; top: calc(100% + 2px) !important; transform: none !important; width: 100%; max-width: none; margin: 0; border-radius: 0; }
  #masthead .lds-submenu-toggle { display: flex; align-items: center; justify-content: flex-start; gap: 10px; }
  #masthead .lds-mobile-toggle > i, #masthead .lds-submenu-toggle > i { flex: 0 0 auto; margin: 0; line-height: 1; }
  #masthead .lds-mobile-header .dropdown-submenu > .dropdown-menu { position: static; float: none; width: 100%; margin: 4px 0 8px; padding-left: 12px; }
  #masthead .lds-mobile-header .dropdown-item, #masthead .lds-submenu-toggle { white-space: normal; }
}
@media (max-width: 480px) {
  #masthead .sidebarLogo { flex-basis: 120px; }
  #masthead .sidebarLogo a { width: 120px; }
}
.right-buttons #hide p { font-size:14px; margin:0; }
#sidebarCollapse { margin-top:10px; }
.lds-submenu-toggle { padding:.25rem 1.5rem; border:0; background:transparent; color:inherit; font:inherit; text-align:left; }
.lds-mobile-toggle { border:0; background:transparent; color:inherit; font:inherit; }
.lds-mobile-social { text-align:center; }
.lds-mobile-social a { color:black; }
/* Shared gallery arrows inherit the page colour instead of Bootstrap's white. */
.lds-attachment-gallery .lds-gallery-controls { display:flex; }
.lds-gallery-controls a,
.lds-gallery-controls a:hover,
.lds-gallery-controls a:focus { color:inherit; }
.lds-gallery-controls svg { fill:currentColor; }
.lds-footer-menu { display:flex; gap:12px; flex-wrap:wrap; list-style:none; margin:0; padding:0; }
.lds-footer-menu li { margin:0; padding:0; }
.lds-submenu-toggle[aria-expanded="true"] i { transform:rotate(180deg); }
#lightbox .lds-lightbox-close { position:absolute; top:16px; right:16px; color:white; background:black; border:1px solid white; font-size:28px; }
@media (max-width:600px) { .lds-footer-menu { gap:8px 14px; } }
.lds-practice-link .child { height:35vh; background-size:cover; }
