/*
Theme Name: Ortho v2
Author: Jazz Ma
Description: This is the theme created in June 2026
Version: 1.0

This theme is for HKU O&T only.
*/

:root {
  --ortho-page-max-width: 1400px;
  --ortho-page-narrow-max-width: 1300px;
  --ortho-primary-color: #b52827;
  --ortho-section-h2-color: var(--ortho-primary-color);
  --ortho-section-h3-color: var(--ortho-primary-color);
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;font-family:'Open Sans', Sans-Serif;vertical-align:baseline;}
strong,b{font-weight:700;}
i,em{font-style:italic;}
ol,ul{list-style:none;}
/* Basic */
body{background:#FFF;color:#333;overflow-x:hidden;}
input,textarea,select{color:#333;}
h1,h2,h3,h4,h5,h6{color:#252122;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none;}
a{color:#b52827;text-decoration:underline;}
a:hover{text-decoration:none;}
a.plain{color:#333;text-decoration:none;}
a.plain:hover{text-decoration:underline;}
br.clear{clear:both;}
hr{border:0;border-top:solid 1px #ddd;height:1px;margin:2em 0;}
i,em{font-style: italic;}
/* Text */
.dim{color:#CCC;}
.caption{font-size:70%;margin:0 0 15px;}
.caption_bold{font-size:70%;margin:0 0 15px;font-weight:700;}
/* Form */
form label{display:block;color:#252122;font-weight:400;margin:0 0 .5em;}
form input[type=text],form input[type=email],form input[type=password],form select,form textarea{-webkit-appearance:none;/*display: block;*/
border:0;padding:.75em 1em;font-size:1em;border-radius:5px;border:solid 1px #ddd;background:#fff;width:100%;}
form input[type=text]:focus,form input[type=email]:focus,form input[type=password]:focus,form select:focus,form textarea:focus{box-shadow:inset 0 0 1px 1px #43bff0;}
/* search form */
#searchform:not(.ortho-search__form) input[name=s]{width:100%!important;}
#searchform:not(.ortho-search__form) button#searchsubmit{width:100%;}
.ortho-search__form input[name=s]{width:100%!important;box-sizing:border-box!important;-webkit-box-sizing:border-box!important;}
.ortho-search__form .ortho-search__field-wrap{display:flex;}
.ortho-search__form .ortho-search__submit{width:48px!important;min-width:48px!important;padding:0!important;margin:0!important;}
/* Section/Article */
section#background{background:#EEE;padding:10px;text-align:justify;margin:0 0 10px;border-left:2px solid #DDD;font-size:80%;}
section.section{margin:0 0 20px;max-width:1000px;}
body:not(.single) section.section{margin:10px 0 20px;}
@media (min-width:1024px){
body.page-template-page-templateswith-sub-menu-php section.section,
body[class*="with-sub-menu"] section.section{max-width:none;}
}
/* Page templates (not homepage): match centered page content width */
body[class*="page-template"]:not(.home) section.section{max-width:none;}
section.section p{margin:10px 0 15px;text-align:justify;}
section.section header h2,
section.section h2 {
  color: var(--ortho-section-h2-color);
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  padding-bottom: 0;
}
section.section:not(:first-child) header h2,
section.section:not(:first-child) h2 {
  margin-top: clamp(28px, 3.5vw, 40px);
}
section.section header h3,
section.section h3 {
  color: var(--ortho-section-h3-color);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
  padding-bottom: 0;
  margin-top: clamp(28px, 3.5vw, 40px);
  margin-bottom: 16px;
}
section.section header h3,
section.section > header:first-child h3 {
  margin-top: 0;
}
.ortho-page-heading h2 {
  color: var(--ortho-section-h2-color);
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 18px;
  padding-bottom: 0;
}
section.section header h4, section.section h4{margin-top:15px;margin-bottom:15px;}
section.sub-section > p{margin:10px 0 15px;text-align:justify;font-size:80%;}
section.sub-section header h2{color:#333;border-bottom:1px solid #EEE;padding-bottom:5px;margin-bottom:5px;font-size:18px;margin:10px 0 0;}
/* Button */
input[type="button"],input[type="submit"],input[type="reset"],button,.button{-webkit-appearance:none;display:inline-block;text-decoration:none;cursor:pointer;border:0;border-radius:5px;background:#b52827;color:#fff!important;outline:0;-moz-transition:background-color .15s ease-in-out;-webkit-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;}
input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover,button:hover,.button:hover{background:#790000;}
input[type="button"]:active,input[type="submit"]:active,input[type="reset"]:active,button:active,.button:active{background:#790000;}
button.ortho-subnav-scroll,
button.ortho-subnav-scroll:hover,
button.ortho-subnav-scroll:focus,
button.ortho-subnav-scroll:active {
	color: #1a1a1a !important;
	background: #f3f3f3 !important;
	border-radius: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	width: auto;
	text-align: center !important;
}
.about-subnav:not(.about-subsubnav) button.ortho-subnav-scroll,
.about-subnav:not(.about-subsubnav) button.ortho-subnav-scroll:hover,
.about-subnav:not(.about-subsubnav) button.ortho-subnav-scroll:focus,
.about-subnav:not(.about-subsubnav) button.ortho-subnav-scroll:active {
	background: #fff !important;
}
button.ortho-subnav-scroll:hover,
button.ortho-subnav-scroll:focus,
button.ortho-subnav-scroll:active {
	color: #000 !important;
	background: #ebebeb !important;
}
.about-subnav:not(.about-subsubnav) button.ortho-subnav-scroll:hover,
.about-subnav:not(.about-subsubnav) button.ortho-subnav-scroll:focus,
.about-subnav:not(.about-subsubnav) button.ortho-subnav-scroll:active {
	background: #f0f0f0 !important;
}
button.ortho-subnav-scroll span {
	color: inherit !important;
}
/* Image */
.image{display:inline-block;outline:0;}
.image img{display:block;width:100%;height: auto;max-width:1000px;}
.image.centered{display:block;margin:0 auto;text-align:center;}
.image.centered img{margin:0 auto;width:auto;}
/* Photo grids inside page sections (visiting professorships only) */
body.page-id-82 section.section .row::before,
body.page-id-82 section.section .row::after {
  display: none !important;
  content: none !important;
}
body.page-id-82 section.section .row {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  margin: 0 0 1.5em !important;
  padding: 0 !important;
  gap: 20px 12px;
  box-sizing: border-box;
  align-items: start;
  justify-items: center;
  float: none !important;
}
body.page-id-82 section.section .row > .row {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 20px 12px;
}
body.page-id-82 section.section .row > .row::before,
body.page-id-82 section.section .row > .row::after {
  display: none !important;
  content: none !important;
}
body.page-id-82 section.section .row > [class~="3u"] {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  box-sizing: border-box;
}
body.single section.section {
  max-width: none;
}
body.single .page-content-wrap:not(.single-related-wrap) section.section .image img,
body.single .page-content-wrap:not(.single-related-wrap) .wp-post-image {
  max-width: 100%;
  height: auto;
}
body.single .page-content-wrap.single-post-main {
  width: 100% !important;
  max-width: var(--ortho-page-narrow-max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}
body.single .page-content-wrap.single-related-wrap {
  width: 100% !important;
  max-width: var(--ortho-page-max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}
body.single .single-post-body {
  width: 100%;
  box-sizing: border-box;
}
body.single .single-post-body > .single-poster-col,
body.single .single-post-body > .single-post-content {
  float: none;
  box-sizing: border-box;
}
body.single .single-post-main,
body.single .page-content-wrap.single-post-main {
  flex-wrap: wrap !important;
}
body.single .single-post-main > .single-post-header,
body.single .single-post-main > .single-post-body {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}
body.single .single-post-header {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
body.single .single-post-header section.section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: clamp(16px, 2.5vw, 32px);
  padding-bottom: clamp(12px, 1.6vw, 20px);
}
body.single .single-post-header section.section header h2,
body.single .single-post-header section.section h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  color: var(--ortho-section-h2-color);
  font-size: clamp(26px, 2.8vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
body.single .single-post-content section.section {
  margin-top: 0;
}
body.single .single-post-content section.section > :first-child {
  margin-top: 0;
}
body.single .single-poster-enlarge {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
  text-align: left;
  font: inherit;
  color: inherit;
}
body.single .single-poster-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease;
}
.ortho-post-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin-top: 12px;
}
.ortho-post-share__label {
  flex: 0 0 auto;
  margin: 0;
  padding-left: 6px;
  color: #6a5752;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 32px;
}
.ortho-post-share__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ortho-post-share__icons a,
.ortho-post-share__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none !important;
  color: #555 !important;
  font-size: 18px;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: none !important;
  border-radius: 0 !important;
  transition: color 0.15s ease;
}
.ortho-post-share__icons a:hover,
.ortho-post-share__icons a:focus,
.ortho-post-share__copy:hover,
.ortho-post-share__copy:focus {
  background: none !important;
  color: #b52827 !important;
  outline: 0;
}
.ortho-post-share__copy.is-copied {
  color: #790000 !important;
}
.ortho-post-share__copy-item {
  position: relative;
}
.ortho-post-share__tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  z-index: 20;
  display: block;
  margin: 0;
  padding: 6px 10px;
  border-radius: 4px;
  background: #2f211d;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(32, 23, 21, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}
.ortho-post-share__tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #2f211d;
}
.ortho-post-share__tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.ortho-post-share__tooltip[hidden]:not(.is-visible) {
  display: none !important;
}
.single-poster-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100002;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 40px);
}
.single-poster-lightbox.is-visible {
  display: flex;
}
.single-poster-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 21, 20, 0.82);
  backdrop-filter: blur(6px);
  cursor: zoom-out;
}
.single-poster-lightbox__dialog {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 960px);
  max-height: 92vh;
}
.single-poster-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: 92vh;
  width: auto;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}
.single-poster-lightbox__close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.96);
  color: #8f2624 !important;
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0;
  box-shadow: 0 12px 28px rgba(41, 23, 20, 0.18);
  cursor: pointer;
}
.single-poster-lightbox__close:hover,
.single-poster-lightbox__close:focus {
  background: #b52827;
  color: #fff !important;
}
body.single .single-poster-enlarge:hover .single-poster-image img,
body.single .single-poster-enlarge:focus-visible .single-poster-image img {
  opacity: 0.9;
}
body.single .single-post-divider {
  display: none;
}
@media screen and (min-width: 768px) {
  body.single .single-post-body {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 24px;
    width: 100% !important;
  }
  body.single .single-post-body:has(.single-poster-col) {
    align-items: stretch !important;
    gap: clamp(18px, 2.2vw, 26px) !important;
  }
  body.single .single-post-body > .single-poster-col {
    flex: 0 0 min(46%, 560px) !important;
    width: min(46%, 560px) !important;
    max-width: 560px !important;
    min-width: 0 !important;
  }
  body.single .single-post-divider {
    display: block;
    flex: 0 0 1px;
    width: 1px;
    min-width: 1px;
    align-self: stretch;
    margin: 0;
    background: linear-gradient(
      180deg,
      #b52827 0,
      #b52827 42px,
      #e5e0db 42px,
      #e5e0db 100%
    );
  }
  body.single .single-post-body > .single-post-content {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  body.single .single-post-body:not(:has(.single-poster-col)) > .single-post-content {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  body.single .page-content-wrap.single-post-main {
    width: 100% !important;
    max-width: var(--ortho-page-narrow-max-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body.single .page-content-wrap.single-related-wrap {
    width: 100% !important;
    max-width: var(--ortho-page-max-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 1023px) {
  body.single #main-content,
  body.single #content,
  body.single .site-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  body.single .single-post-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  body.single .single-post-body {
    display: block !important;
    width: 100% !important;
  }
  body.single .single-post-body > .single-poster-col,
  body.single .single-post-body > .single-post-content {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  body.single .single-poster-col .ortho-post-share {
    margin-bottom: 28px;
  }
}
/* Homepage-style card grids (related posts, event listings, etc.) */
.ortho-home-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.ortho-home-cards-grid .ortho-home-card {
  min-width: 0;
}
.ortho-home-cards-grid .ortho-home-card__media {
  aspect-ratio: 5/6;
  background: #ebe6e1;
}
.ortho-home-cards-grid .ortho-home-card__image {
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 14px;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
}

body.single .single-related-wrap .ortho-home-section {
  margin: clamp(42px, 5.5vw, 72px) 0 0;
  padding: 0;
}
body.page-template-show-posts .ortho-page-heading,
body[class*="with-sub-menu-show-knowledge-posts"] .ortho-page-heading {
  margin-top: 0;
}
body.page-template-show-posts .ortho-page-heading h2,
body[class*="with-sub-menu-show-knowledge-posts"] .ortho-page-heading h2 {
  margin-top: 0;
}
body.page-template-show-posts .ortho-home-cards-grid,
body[class*="with-sub-menu-show-knowledge-posts"] .ortho-home-cards-grid {
  margin-top: clamp(16px, 2.5vw, 28px);
}
body[class*="page-template"]:not(.home) .page-content-wrap:not(.single-related-wrap),
body[class*="page-template"]:not(.home) .page-content-wrap__heading,
body .page-content-wrap.page-content-wrap--no-sidebar,
body .page-content-wrap__heading.page-content-wrap__heading--no-sidebar {
  max-width: var(--ortho-page-narrow-max-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body[class*="with-sub-menu-show-knowledge-posts"] .page-content-wrap > .12u,
body.page-template-show-posts .page-content-wrap > .12u,
body.page-template-with-sub-menu-publications-vue .page-content-wrap > .12u {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  box-sizing: border-box;
}
.ortho-article-finder {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 clamp(16px, 2.5vw, 24px);
  box-sizing: border-box;
}
.ortho-article-finder__control {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.ortho-article-finder__icon {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 1;
  color: #9a8882;
  font-size: 14px;
  line-height: 1;
  transform: translateY(-50%);
  pointer-events: none;
}
.ortho-article-finder__input {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 12px 14px 12px 40px;
  border: 1px solid #e8e2dc;
  border-radius: 10px;
  background: #fff;
  color: #2f211d;
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.ortho-article-finder__input::placeholder {
  color: #a69893;
}
.ortho-article-finder__input:hover {
  border-color: #d9d0c8;
}
.ortho-article-finder__input:focus {
  outline: none;
  border-color: #b52827;
  box-shadow: inset 0 0 0 1px #b52827;
}
.ortho-article-finder__results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  max-width: 100%;
  max-height: min(420px, 60vh);
  margin: 0;
  padding: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  list-style: none;
  border: 1px solid #ece7df;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(41, 23, 20, 0.12);
}
.ortho-article-finder__option {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 8px;
  color: #2f211d;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.ortho-article-finder__option:hover,
.ortho-article-finder__option:focus,
.ortho-article-finder__option.is-active {
  background: #fdf8f7;
  color: #b52827;
  outline: none;
}
.ortho-article-finder__option-title {
  display: block;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.ortho-article-finder__empty {
  padding: 12px;
  color: #9a8882;
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .ortho-home-cards-grid {
    gap: 18px;
  }
}
@media screen and (min-width: 768px) {
  .ortho-home-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ortho-home-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1180px) {
  .ortho-home-cards-grid {
    gap: 22px;
  }
}
@media screen and (min-width: 1500px) {
  .ortho-home-cards-grid {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ortho-home-cards-grid .ortho-home-card__media {
    aspect-ratio: 4/5;
  }
  .ortho-home-cards-grid {
    grid-template-columns: 1fr;
  }
}
section.section .image.centered,
section.section > header + .image,
body[class*="with-sub-menu"] section.section > .image,
body[class*="with-sub-menu"] section.section .image:not(.left):not(.right) {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
section.section .image.centered img,
section.section > header + .image img,
body[class*="with-sub-menu"] section.section > .image img,
body[class*="with-sub-menu"] section.section .image:not(.left):not(.right) img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
section.section .image + div,
section.section .image + .caption,
section.section .image.centered .caption,
section.section .image.centered + .caption,
section.section .image .caption,
section.section .caption {
  margin-top: 6px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.45;
  font-size: 0.9em;
}
body[class*="with-sub-menu"] section.section .image:not(.left):not(.right):not(:has(.caption)):not(:has(+ div)):not(:has(+ .caption)) {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1023px) {
  body.page-id-82 section.section .row,
  body.page-id-82 section.section .row > .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  body.page-id-82 section.section .row,
  body.page-id-82 section.section .row > .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.image.featured{display:block;width:100%;margin:0 0 2em;}
.image.left{float:left;margin:0 2em 2em 0;}
/* embed youtube video */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }/* List */
/* Footer list */
ul.divided li{padding:5px 0;}
ul.divided li, ul.divided li a{text-decoration:none;color:#000!important;font-size:13px;}
ul.divided li a:hover{text-decoration:underline;}
ul.divided li:first-child{border-top:0;padding-top:0;}
section.section ul{list-style:square;margin:0 0 0 25px;}
section.section ul li, section.section ol li{padding:5px 0;}
section.section ol{list-style:decimal;margin:0 0 0 25px;}
ol.space-list li{margin-bottom:20px;}
#footer .dim{color:#333 !important;}
#footer h2{font-weight: bold;}
/* Wordpress sub-menu */
header.sub-menu{font-weight: bold;}
ul.sub-menu{font-size:80%;}
ul.sub-menu li{}
ul.sub-menu li ul.children{padding-left:10px;font-size:100%;}
ul.sub-menu li a{display:block;padding:10px 0 10px 10px;color:#333;text-decoration:none;}
ul.sub-menu li ul.children a{color:#666;border-bottom:0;}
ul.sub-menu li ul.children{margin-bottom:20px;}
ul.sub-menu > li.current_page_item > a,ul.sub-menu > li > ul.children > li.current_page_item > a,ul.sub-menu > li > a:hover,ul.sub-menu > li > ul.children > li > a:hover{color:#b52827;font-weight: bold;}
ul#search_results{margin-top:20px;margin-bottom:20px;}
ul#search_results li{margin:0 0 30px;}

/* Site search page */
body.search #main-content,
body.search-results #main-content,
body.search #primary,
body.search-results #primary,
body.search #content,
body.search-results #content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
body.search section.section.ortho-search-page,
body.search-results section.section.ortho-search-page {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px) clamp(18px, 4vw, 28px) clamp(40px, 6vw, 72px);
  box-sizing: border-box;
  overflow-x: clip;
}
body.search .ortho-search,
body.search-results .ortho-search,
body.search .ortho-search__form,
body.search-results .ortho-search__form,
body.search .ortho-search__field-wrap,
body.search-results .ortho-search__field-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
body.search section.section.ortho-search-page p,
body.search-results section.section.ortho-search-page p {
  text-align: left;
}
body.search section.section.ortho-search-page h1,
body.search section.section.ortho-search-page h2,
body.search-results section.section.ortho-search-page h1,
body.search-results section.section.ortho-search-page h2 {
  color: #2f211d;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
}
.ortho-search__header {
  margin-bottom: clamp(20px, 3vw, 28px);
}
.ortho-search__title {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #2f211d;
}
.ortho-search__intro {
  margin: 10px 0 0;
  color: #6a5752;
  font-size: 15px;
  line-height: 1.55;
}
.ortho-search {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.ortho-search__form {
  margin: 0 0 clamp(24px, 4vw, 36px);
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.ortho-search__field-wrap,
.ortho-mega-search__field-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #e3ddd7;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ortho-search__field-wrap:focus-within,
.ortho-mega-search__field-wrap:focus-within {
  border-color: #cfc5be;
  box-shadow: 0 0 0 3px rgba(47, 33, 29, 0.04);
}
.ortho-search__input,
.ortho-mega-search__input {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0 !important;
  padding: 14px 16px !important;
  border: 0;
  background: transparent;
  color: #2f211d;
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.ortho-search__input::placeholder,
.ortho-mega-search__input::placeholder {
  color: #b0a6a0;
}
.ortho-search__submit,
.ortho-mega-search__submit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-left: 1px solid #a01f1f;
  border-radius: 0 7px 7px 0;
  background: #b52827;
  color: #fff !important;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  position: static !important;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.ortho-search__submit:hover,
.ortho-search__submit:focus,
.ortho-mega-search__submit:hover,
.ortho-mega-search__submit:focus {
  background: #790000;
  border-left-color: #790000;
  color: #fff !important;
  outline: none;
}
.ortho-search__meta {
  margin-bottom: 18px;
}
.ortho-search__results-title {
  font-size: clamp(20px, 2.6vw, 24px);
  font-weight: 700;
  line-height: 1.25;
  color: #2f211d;
}
.ortho-search__count {
  margin: 8px 0 0;
  color: #9a8882;
  font-size: 14px;
  line-height: 1.4;
}
.ortho-search__results {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.ortho-search__results li {
  margin: 0;
  border-bottom: 1px solid #ece7df;
}
.ortho-search__results li:last-child {
  border-bottom: 0;
}
.ortho-search__result-link {
  display: block;
  padding: 18px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.ortho-search__result-link:hover,
.ortho-search__result-link:focus {
  outline: none;
}
.ortho-search__result-title {
  display: block;
  color: #b52827;
  font-size: clamp(17px, 2vw, 19px);
  font-weight: 700;
  line-height: 1.35;
}
.ortho-search__result-link:hover .ortho-search__result-title,
.ortho-search__result-link:focus .ortho-search__result-title {
  color: #8e1e1d;
}
.ortho-search__result-excerpt {
  display: block;
  margin-top: 8px;
  color: #6a5752;
  font-size: 14px;
  line-height: 1.6;
}
.ortho-search__empty {
  padding: 22px 20px;
  border: 1px solid #ece7df;
  border-radius: 14px;
  background: #faf8f7;
}
.ortho-search__empty-title {
  font-size: 20px;
  font-weight: 700;
  color: #2f211d;
}
.ortho-search__empty p {
  margin: 8px 0 0;
  color: #6a5752;
  font-size: 15px;
  line-height: 1.6;
}
.ortho-search__pagination {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .ortho-search__result-link {
    padding: 16px 0;
  }
}
/* Wordpress breadcrumbs */
nav.breadcrumbs{color:#333;font-size:80%;}
nav.breadcrumbs a{color:#AAA;text-decoration:none;}
/* Grid view */
ul#grid-filter {margin:5px auto 15px auto;}
ul#grid-filter li {display:inline-block;}
ul#grid-filter li a{padding:5px 5px;color:#FFF;text-decoration:none;border-radius:3px;width:220px;margin:5px;display:block;text-align:center;}
ul#grid-filter li a:hover{background:#333 !important;}
ul#grid-filter li a.All{background:#333;}
ul#grid-filter li a.Events{background:#b52827;}
ul#grid-filter li a.Videos{background:#00467F;}
ul#grid-filter li a.Courses{background:#744783;}
ul#grid-filter li a.Knowledge{background:#3db376;}
ul#grid-filter li a.Notices{background:#e86814;}
#grid .gridalicious,#grid2 .gridalicious{display:none;margin:0 auto;}
.gridalicious .item{margin-bottom:20px!important;margin-right:17px;background:#FFF;border-radius:10px;padding:20px;}
.gridalicious .item .thumbnail{margin-bottom:20px;}
.gridalicious .item .thumbnail img{border-radius:10px;}
.gridalicious .item .title{margin-bottom:20px;text-align:left;font-size:100%;color:#333;font-weight:700;background:#FFF;padding:0 10px;border-top-left-radius:3px;border-top-right-radius:3px;}
/* .gridalicious .item.Videos .title{background:#00467F;}
.gridalicious .item.Courses .title{background:#744783;}
.gridalicious .item.Knowledge .title{background:#3db376;}
.gridalicious .item.Notices .title{background:#e86814;} */
.gridalicious .item .title a{color:#333;font-weight:700;text-decoration:none;}
.gridalicious .item .category{text-align:right;color:#999;padding-top:10px;}
.gridalicious .item .content{font-size:80%;padding:10px;text-align:justify;}
.video-overlay-open{overflow:hidden;}
:root{--ortho-float-right:16px;--ortho-float-bottom:16px;--ortho-float-size:44px;--ortho-float-icon:20px;--ortho-z-header:20000;--ortho-z-float:19990;--ortho-z-mobile-nav:20100;--ortho-float-z:var(--ortho-z-float);}
.hku-clinic-widget{position:fixed;left:auto;right:var(--ortho-float-right);bottom:var(--ortho-float-bottom);z-index:var(--ortho-float-z);display:flex;flex-direction:column;align-items:flex-end;width:auto;max-width:none;pointer-events:none;}
.hku-clinic-widget.is-visible:not(.is-minimized):not(.hku-clinic-widget--solo-only){align-items:stretch;width:min(calc(100vw - (var(--ortho-float-right) * 2)),420px);max-width:min(calc(100vw - (var(--ortho-float-right) * 2)),420px);}
.hku-clinic-widget.is-visible,.hku-clinic-widget.is-minimized,.hku-clinic-widget--solo,.hku-clinic-widget--solo-only{pointer-events:auto;}
.hku-clinic-widget.is-minimized{width:auto;max-width:none;padding:0;}
.hku-clinic-widget--solo,.hku-clinic-widget--solo-only{width:auto;max-width:none;}
.hku-clinic-widget__doctor--solo{display:none;}
.hku-clinic-widget--solo .hku-clinic-widget__doctor--solo,.hku-clinic-widget--solo-only .hku-clinic-widget__doctor--solo{display:inline-flex;}
.hku-clinic-widget.is-visible .hku-clinic-widget__doctor--solo{display:none;}
.hku-clinic-widget--solo-only .hku-clinic-widget__panel,.hku-clinic-widget--solo-only .hku-clinic-widget__mini{display:none!important;}
.hku-clinic-widget__mini{display:none;align-items:center;justify-content:center;width:var(--ortho-float-size);height:var(--ortho-float-size);margin:0;padding:0;background:linear-gradient(135deg,#b52827 0%,#8e1e1d 100%);color:#fff!important;text-decoration:none!important;box-shadow:none;transition:background-color .2s ease;flex:0 0 var(--ortho-float-size);}
.hku-clinic-widget__mini:hover,.hku-clinic-widget__mini:focus{background:linear-gradient(135deg,#a02221 0%,#7c1b1a 100%);}
.hku-clinic-widget__mini i{font-size:var(--ortho-float-icon);}
.hku-clinic-widget.is-minimized .hku-clinic-widget__doctor--solo{display:inline-flex;}
.hku-clinic-widget.is-minimized .hku-clinic-widget__panel{display:none;}
.hku-clinic-widget__panel{position:relative;display:none;background:#fff;border:1px solid rgba(47,33,29,0.12);box-shadow:0 18px 42px rgba(40,24,21,0.16);padding:0 0 14px;overflow:hidden;}
.hku-clinic-widget.is-visible .hku-clinic-widget__panel{display:block;}
.hku-clinic-widget__compact{display:flex;flex-direction:column;}
.hku-clinic-widget__media-wrap{width:100%;}
.hku-clinic-widget__media{position:relative;display:block;width:100%;padding:0!important;border:0;border-radius:0;overflow:hidden;background:#201614!important;color:#fff!important;cursor:pointer;aspect-ratio:16/9;margin:0!important;text-align:inherit!important;}
.hku-clinic-widget__thumb{display:block;width:100%;height:100%;object-fit:cover;}
.hku-clinic-widget__play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.22);color:#fff!important;transition:background .2s ease;}
.hku-clinic-widget__play i{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;background:rgba(0,0,0,0.55);font-size:16px;transition:transform .2s ease,background-color .2s ease;}
.hku-clinic-widget__media:hover .hku-clinic-widget__play,.hku-clinic-widget__media:focus .hku-clinic-widget__play{background:rgba(0,0,0,0.32);}
.hku-clinic-widget__media:hover .hku-clinic-widget__play i,.hku-clinic-widget__media:focus .hku-clinic-widget__play i{transform:scale(1.08);background:rgba(0,0,0,0.72);}
.hku-clinic-widget__intro{min-width:0;padding:10px 14px 0;padding-right:38px;}
.hku-clinic-widget__actions{display:flex;flex-wrap:nowrap;align-items:center;gap:8px;margin:0;font-size:12px;line-height:1.4;white-space:nowrap;}
.hku-clinic-widget__sep{color:#c8b8b3;font-weight:400;}
.hku-clinic-widget__site-link{display:inline;color:#402624;font-weight:700;text-decoration:underline;}
.hku-clinic-widget__site-link:hover,.hku-clinic-widget__site-link:focus{color:#b52827;outline:none;}
.hku-clinic-widget__watch{display:inline;padding:0!important;border:0;background:none!important;color:#b52827!important;font-size:inherit;font-weight:700;letter-spacing:0.02em;text-decoration:underline;cursor:pointer;margin:0!important;width:auto!important;text-align:inherit!important;}
.hku-clinic-widget__watch:hover,.hku-clinic-widget__watch:focus{color:#7f1e1d!important;background:none!important;outline:none;}
.hku-clinic-widget__player{padding:0;}
.hku-clinic-widget__player .embed-container{border-radius:0;overflow:hidden;background:#000;box-shadow:none;}
.hku-clinic-widget.is-expanded .hku-clinic-widget__compact{display:none;}
.hku-clinic-widget__close{position:absolute;top:8px;right:8px;z-index:3;width:30px!important;min-width:30px!important;height:30px;border-radius:0;border:0;background:rgba(255,255,255,0.92)!important;color:#b52827!important;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;padding:0!important;margin:0!important;box-shadow:none;text-align:center!important;}
.hku-clinic-widget__close:hover,.hku-clinic-widget__close:focus{background:#fff!important;color:#790000!important;}
.hku-clinic-widget button.hku-clinic-widget__media:hover,
.hku-clinic-widget button.hku-clinic-widget__media:focus,
.hku-clinic-widget button.hku-clinic-widget__media:active{background:#201614!important;}
.hku-clinic-widget__doctor{display:flex;align-items:center;justify-content:center;gap:10px;margin:12px 0 0;min-height:var(--ortho-float-size);padding:10px 16px;background:#b52827;color:#fff!important;text-decoration:none!important;box-shadow:none;transition:background-color .2s ease;}
.hku-clinic-widget__doctor:hover,.hku-clinic-widget__doctor:focus{background:#790000;}
.hku-clinic-widget__panel .hku-clinic-widget__doctor{min-height:34px;margin:10px 0 0;padding:6px 14px;gap:8px;}
.hku-clinic-widget__panel .hku-clinic-widget__doctor-icon{font-size:16px;}
.hku-clinic-widget__doctor--solo{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:0;min-height:var(--ortho-float-size);padding:0 14px;border-radius:0;white-space:nowrap;background:#b52827;box-shadow:none;transition:background-color .2s ease;}
.hku-clinic-widget__doctor--solo:hover,.hku-clinic-widget__doctor--solo:focus{background:#790000;}
.hku-clinic-widget__doctor-icon{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;background:transparent;font-size:var(--ortho-float-icon);flex:0 0 auto;color:#fff;}
.hku-clinic-widget__doctor--solo .hku-clinic-widget__doctor-icon{width:auto;height:auto;border-radius:0;background:transparent;flex:0 0 auto;}
.hku-clinic-widget__doctor-label{font-size:clamp(11px,2.8vw,13px);font-weight:700;letter-spacing:0.02em;color:#fff;}
.hku-clinic-widget__footer{display:flex;justify-content:flex-end;margin:8px 14px 0;padding-top:0;border-top:0;}
.hku-clinic-widget__toggle{display:inline-flex;align-items:center;gap:7px;padding:0;background:none;color:#5f4640;font-size:11px;font-weight:600;cursor:pointer;}
.hku-clinic-widget__toggle input{width:14px;height:14px;accent-color:#b52827;margin:0;}
body.navPanel-visible .hku-clinic-widget,
body.navPanel-visible .scroll-top-wrapper{display:none!important;}
.page-content-wrap__heading{width:100%;margin-top:0!important;margin-bottom:0!important;margin-left:0;margin-right:0;box-sizing:border-box;}
.page-content-wrap__heading > *{padding-left:0!important;}
.page-content-wrap__heading + .page-content-wrap{margin-top:0;}
.page-content-wrap__heading .section{margin:10px 0 18px;}
body[class*="page-template"]:not(.home) .page-content-wrap,
body[class*="page-template"]:not(.home) .page-content-wrap__heading{
  width:100%;
  padding-left:0;
  padding-right:0;
  box-sizing:border-box;
}
body[class*="with-sub-menu"] .page-content-wrap:not(.single-related-wrap),
body[class*="with-sub-menu"] .page-content-wrap__heading{
  width:100%!important;
  max-width:var(--ortho-page-narrow-max-width)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box;
}
body[class*="with-sub-menu"] .page-content-wrap--no-sidebar,
body[class*="with-sub-menu"] .page-content-wrap__heading--no-sidebar{
  flex-wrap:wrap!important;
  gap:0;
}
@media screen and (min-width:768px){
body[class*="with-sub-menu"] .page-content-wrap--no-sidebar > [class~="6u"],
body[class*="with-sub-menu"] .page-content-wrap__heading--no-sidebar > [class~="6u"],
#content > .row.page-content-wrap--no-sidebar > [class~="6u"],
#content > .row.page-content-wrap__heading--no-sidebar > [class~="6u"],
.site-content > .row.page-content-wrap--no-sidebar > [class~="6u"],
.site-content > .row.page-content-wrap__heading--no-sidebar > [class~="6u"]{
  flex:0 0 100%!important;
  width:100%!important;
  max-width:100%!important;
}
body[class*="with-sub-menu"] .page-content-wrap:not(.single-related-wrap):not(.page-content-wrap--no-sidebar):has(> [class~="6u"]):has(> [class~="3u"]),
body[class*="with-sub-menu"] .page-content-wrap__heading:not(.page-content-wrap__heading--no-sidebar):has(> [class~="6u"]):has(> [class~="3u"]){
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:48px;
  justify-content:flex-start!important;
  align-items:flex-start!important;
}
body[class*="with-sub-menu"] .page-content-wrap:not(.page-content-wrap--no-sidebar):has(> [class~="6u"]):has(> [class~="3u"]) > [class~="6u"],
body[class*="with-sub-menu"] .page-content-wrap__heading:not(.page-content-wrap__heading--no-sidebar):has(> [class~="6u"]):has(> [class~="3u"]) > [class~="6u"]{
  flex:0 0 calc((100% - 48px) * 3 / 4)!important;
  width:calc((100% - 48px) * 3 / 4)!important;
  max-width:calc((100% - 48px) * 3 / 4)!important;
  min-width:0!important;
}
body[class*="with-sub-menu"] .page-content-wrap:not(.page-content-wrap--no-sidebar):has(> [class~="6u"]):has(> [class~="3u"]) > [class~="3u"],
body[class*="with-sub-menu"] .page-content-wrap__heading:not(.page-content-wrap__heading--no-sidebar):has(> [class~="6u"]):has(> [class~="3u"]) > [class~="3u"]{
  flex:0 0 calc((100% - 48px) / 4)!important;
  width:calc((100% - 48px) / 4)!important;
  max-width:none!important;
  min-width:0!important;
}
}
@media screen and (min-width:768px){
  body[class*="page-template"]:not(.home) .page-content-wrap:not(.single-related-wrap),
  body[class*="page-template"]:not(.home) .page-content-wrap__heading,
  body[class*="page-template"]:not(.home) #content > .row:not(.single-post-main):not(.single-related-wrap),
  body[class*="page-template"]:not(.home) .site-content > .row:not(.single-post-main):not(.single-related-wrap){
    max-width:var(--ortho-page-narrow-max-width);
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
.page-content-wrap > [class~="6u"] > .section:first-child,
.page-content-wrap > [class~="9u"] > .section:first-child{margin-top:0;}
.page-content-wrap__heading-spacer,
.page-content-wrap__sidebar-spacer{padding:0!important;margin:0!important;visibility:hidden;pointer-events:none;}
@media screen and (max-width:767px){
  .page-content-wrap__heading-spacer,
  .page-content-wrap__sidebar-spacer{display:none!important;}
}
/* page container */
.cd-container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.ortho-sibling-nav {
  margin-top: clamp(32px, 4vw, 56px);
  margin-left: 0;
  margin-right: 0;
  padding: 36px 24px 28px;
  border-top: 1px solid rgba(47, 33, 29, 0.06);
  box-sizing: border-box;
}
.cd-container > .ortho-sibling-nav {
  margin-left: -20px;
  margin-right: -20px;
}
.ortho-sibling-nav__inner {
  width: 100%;
  max-width: var(--ortho-page-max-width);
  margin: 0 auto;
}
.ortho-sibling-nav__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35em;
  margin: 0 0 26px;
  color: #b52827;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.ortho-sibling-nav__title-muted {
  margin-right: 0;
  color: #6b6560;
  font-weight: 700;
}
.ortho-sibling-nav__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}
.ortho-sibling-nav__title a:hover,
.ortho-sibling-nav__title a:focus {
  color: #7f1e1d;
  outline: none;
}
.ortho-sibling-nav__links {
  min-width: 0;
}
.ortho-sibling-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: clamp(16px, 1.05vw, 17px);
  line-height: 1.65;
}
.ortho-sibling-nav__list li {
  display: inline-flex;
  align-items: baseline;
}
.ortho-sibling-nav__list li:not(:last-child)::after {
  content: "\00b7";
  margin: 0 0.85em;
  color: #d0c8c2;
  font-weight: 400;
  pointer-events: none;
}
.ortho-sibling-nav__list a {
  display: inline;
  color: #5c534f;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}
.ortho-sibling-nav__list a:hover,
.ortho-sibling-nav__list a:focus {
  color: #b52827;
  outline: none;
}
.ortho-sibling-nav__list a[aria-current="page"] {
  color: #2f211d;
  font-weight: 600;
  cursor: default;
}
.ortho-sibling-nav__list a[aria-current="page"]:hover,
.ortho-sibling-nav__list a[aria-current="page"]:focus {
  color: #2f211d;
}
body.single .ortho-sibling-nav--parent-only .ortho-sibling-nav__title {
  margin-bottom: 0;
}
.contact-address__lead,
.contact-address__site {
  display: inline;
}
.contact-address__site {
  white-space: nowrap;
}
.contact-location__dept {
  margin: 0 0 clamp(14px, 2vw, 22px);
  color: #1a1a1a;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.015em;
}
.contact-location__address {
  display: flex;
  align-items: flex-start;
}
.contact-location__address i {
  color: #b52827;
  margin-right: 8px;
  flex-shrink: 0;
  font-size: 14px;
  width: 16px;
  margin-top: 2px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  line-height: inherit;
}
.contact-location__address a {
  flex: 1;
  min-width: 0;
}
#footer-mobile .contact-location__address i {
  display: none;
}
.copyright__institution {
  white-space: nowrap;
}

@media screen and (max-width: 481px) {
  .contact-address__site {
    white-space: normal;
  }
  .copyright__institution {
    white-space: normal;
  }
}
.footer-contact__title {
  margin: 0 0 26px;
  color: #b52827;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: none;
}
.footer-contact__title--social {
  margin-top: 28px;
  margin-bottom: 22px;
}
.footer-mobile-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  max-width: 100%;
}
.footer-mobile-social,
.footer-contact-large .social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.footer-mobile-social a,
.footer-contact-large .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #333 !important;
  font-size: 22px;
  line-height: 1;
  text-decoration: none !important;
  transition: color 0.15s ease;
}
.footer-mobile-social a:hover,
.footer-mobile-social a:focus,
.footer-contact-large .social-icons a:hover,
.footer-contact-large .social-icons a:focus {
  color: #b52827 !important;
  background: none;
  text-decoration: none !important;
  outline: none;
}
#main-content {padding: 0;}
#banner{width:100vw;max-width:100vw;margin:0 calc(50% - 50vw)!important;padding:0!important;}
#banner .slider-pro,#banner .sp-slides-container,#banner .sp-mask,#banner .sp-slides{width:100%!important;max-width:none!important;left:0!important;}
#banner img{width:100%;height:auto;display:block;}
#banner .sp-buttons{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  margin:0 auto;
  padding:14px 0 18px;
  box-sizing:border-box;
  text-align:initial;
}
#banner .sp-button{
  flex:0 0 7px;
  width:7px;
  height:7px;
  margin:0;
  border:0;
  border-radius:50%;
  background:#86868b;
  position:relative;
  overflow:hidden;
  display:block;
  cursor:pointer;
  vertical-align:initial;
  transition:width .28s ease,flex-basis .28s ease,border-radius .28s ease,background-color .2s ease;
}
#banner .sp-button::before{content:none;}
#banner .sp-button.is-active,
#banner .sp-button.sp-selected-button{
  flex:0 0 34px;
  width:34px;
  height:8px;
  border-radius:999px;
  background:#d2d2d7;
}
#banner .sp-button.is-active::before,
#banner .sp-button.sp-selected-button::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:0;
  height:100%;
  border-radius:inherit;
  background:#4a4a4f;
}
#banner .sp-button.is-active::before{
  animation:ortho-banner-pill-fill var(--ortho-banner-fill-duration,5s) linear forwards;
}
#banner .sp-button.is-active.is-static::before{
  width:100%;
  animation:none;
}
@keyframes ortho-banner-pill-fill{
  from{width:0;}
  to{width:100%;}
}
/* Wrappers */
#header-wrapper{position:relative;z-index:var(--ortho-z-header);background:#fff;padding:10px 0 0;}
#header .header-logo-group{
  float:left;
  margin:10px 0 0 20px;
}
#header .desktop-header-links{
  float:right;
  margin:0 20px 0 0;
  padding-top:30px;
}
.header-utility{
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:0;
  font-size:13px;
  line-height:1.4;
}
.header-utility a{
  color:#777;
  text-decoration:none;
  font-weight:600;
  margin-left:14px;
  white-space:nowrap;
}
.header-utility a:first-child{
  margin-left:0;
}
.header-utility a:hover,
.header-utility a:focus{
  color:#b52827;
}
.header-utility__sep{
  color:#ccc;
  margin:0 6px 0 14px;
  font-weight:400;
  user-select:none;
}
#header .desktop-lang-switcher,
.header-utility .desktop-lang-switcher{
  margin-left:0;
  font-weight:700;
}
#header .desktop-lang-switcher i,
.header-utility .desktop-lang-switcher i{
  font-size:13px;
  margin-right:4px;
}

#main-wrapper{
  position:relative;
  background:#f7f7f7;
  padding-bottom:clamp(40px,5vw,72px);
}
body:not(.home):not(.single) #main-wrapper{
  padding-top:18px;
}
body:not(.home):not(.single) #main-content{
  padding-bottom:clamp(40px, 5vw, 72px);
}
body.single #main-wrapper{
  padding-top:0 !important;
}
#main-wrapper:before{content:'';position:absolute;top:0;left:0;width:100%;background-size:100% 100%;z-index:0;opacity:0.1;}
#footer-wrapper{position:relative;color:#000;}
#footer-wrapper:before{content:'';position:absolute;top:0;left:0;width:100%;background-size:100% 100%;z-index:0;opacity:0.5;}
#footer-wrapper a{color:#000 !important;}
#footer-wrapper h2,#footer-wrapper h3,#footer-wrapper h4,#footer-wrapper h5,#footer-wrapper h6,#footer-wrapper strong,#footer-wrapper b{color:#fff;}
#footer-wrapper h2 a,#footer-wrapper h3 a,#footer-wrapper h4 a,#footer-wrapper h5 a,#footer-wrapper h6 a,#footer-wrapper strong a,#footer-wrapper b a{color:inherit;}
/* Copyright */
#copyright-mobile{display:none;}
#copyright{width:100%;max-width:1700px;margin:0 auto;font-size:90%;text-align:center;color:#000;border-top:0px solid #333;border-bottom:0px solid #EEE;}
#copyright .links{display:inline-block;margin:0;padding: 10px;}
#copyright .archives a{font-size:60%;color:#666;text-decoration:none;}
#copyright .archives a:hover{color:#000;}
#footer-wrapper .footer-social-icons a{color:#333!important;font-size:22px;text-decoration:none;display:inline-block;margin-right:12px;}
#footer-wrapper .footer-social-icons a:hover{color:#b52827!important;}
/* Related posts */
.relatedposts{margin:0 0 20px;font-size:80%;}
.relatedposts h3{margin:0 0 5px;}
.relatedthumb{padding:5px 0;text-align:center;margin:0 1px 20px;background:#FAFAFA;border-radius:3px!important;box-shadow:0 1px 4px rgba(0,0,0,0.2)!important;}
.relatedthumb img{padding:0;width:100%;height:auto;}
.relatedthumb a{color:#333;text-decoration:none;display:block;padding:4px;}
.relatedthumb a:hover{color:#000;}
/* Back to top */
.scroll-top-wrapper{position:fixed;right:var(--ortho-float-right);bottom:calc(var(--ortho-float-bottom) + var(--ortho-float-size) + 16px);z-index:var(--ortho-float-z);display:flex;align-items:center;justify-content:center;width:var(--ortho-float-size);height:var(--ortho-float-size);opacity:0;visibility:hidden;overflow:hidden;text-align:center;background-color:rgba(238,238,238,0.96);color:#333;border:1px solid rgba(0,0,0,0.06);box-shadow:none;cursor:pointer;transition:opacity .45s ease,visibility .45s ease,background-color .2s ease;}
.scroll-top-wrapper:hover{background-color:#e2e2e2;}
.scroll-top-wrapper.show{opacity:1;visibility:visible;}
.scroll-top-wrapper i.fa{font-size:var(--ortho-float-icon);line-height:1;}
/* Division page */
ul#division-staff-list {margin:0;}
ul#division-staff-list li {list-type:none;display:inline-block;width:32%;}
/* Knownlegde page */
/* #knowledge .item {margin-bottom:20px!important;background:#FFF;border-radius:3px;}
#knowledge .item .title{height:50px;line-height:50px;font-size:100%;color:#FFF;text-align:center;font-weight:700;background:#3db376;padding:0 10px;border-top-left-radius:3px;border-top-right-radius:3px;}
#knowledge .item .title a{color:#FFF;font-weight:700;text-decoration:none;}
#knowledge .item .category{text-align:right;color:#999;}
#knowledge .item .content{font-size:80%;padding:10px;text-align:justify;} */
#knowledge .item .readmore{font-size:80%;padding:10px;text-align:right;} 
/* Pagination links at some paginated pages */
#pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0 2px;
  margin-top: clamp(24px, 3.5vw, 36px);
  padding: 0;
  text-align: center;
}
body[class*="with-sub-menu-show-knowledge-posts"] #pagination,
body[class*="show-knowledge-posts"] #pagination,
body.page-template-show-posts #pagination,
body.page-template-show-posts-without-sidemenu #pagination {
  width: 100%;
  max-width: 100%;
  margin-top: clamp(28px, 4vw, 44px);
  padding-top: clamp(20px, 3vw, 28px);
  border-top: 1px solid rgba(47, 33, 29, 0.05);
}
.ortho-search__pagination #pagination {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
#pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: auto;
  padding: 9px 8px 16px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #9a8882;
  font-size: 16px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  transition: color 0.2s ease;
}
#pagination a.page-numbers:hover,
#pagination a.page-numbers:focus {
  color: #b52827;
  background: transparent;
  outline: none;
}
#pagination .page-numbers.current {
  position: relative;
  color: #2f211d;
  font-weight: 600;
  cursor: default;
}
#pagination .page-numbers.current::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background: #b52827;
  transform: translateX(-50%);
}
#pagination .page-numbers.dots {
  min-width: auto;
  height: auto;
  padding: 9px 4px 16px;
  color: #d0c8c2;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.14em;
}
#pagination .prev.page-numbers,
#pagination .next.page-numbers {
  display: inline-flex;
  align-items: center;
  min-width: auto;
  height: auto;
  padding: 9px 12px 16px;
  color: #6a5752;
  font-size: 0;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 0;
  gap: 8px;
}
#pagination .prev.page-numbers {
  margin-right: clamp(6px, 2vw, 16px);
}
#pagination .next.page-numbers {
  margin-left: clamp(6px, 2vw, 16px);
}
#pagination .prev.page-numbers::before,
#pagination .next.page-numbers::after {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-bottom: 1.5px solid currentColor;
  box-sizing: border-box;
}
#pagination .prev.page-numbers::before {
  margin-top: -1px;
  border-left: 1.5px solid currentColor;
  transform: rotate(45deg);
}
#pagination .next.page-numbers::after {
  margin-top: -1px;
  border-right: 1.5px solid currentColor;
  transform: rotate(-45deg);
}
#pagination .prev.page-numbers::after {
  content: "Previous";
  font-size: 15px;
  line-height: 1;
}
#pagination .next.page-numbers::before {
  content: "Next";
  font-size: 15px;
  line-height: 1;
}
#pagination a.prev.page-numbers:hover,
#pagination a.prev.page-numbers:focus,
#pagination a.next.page-numbers:hover,
#pagination a.next.page-numbers:focus {
  color: #b52827;
  background: transparent;
}
@media screen and (max-width: 767px) {
  #pagination {
    gap: 0 1px;
  }
  body[class*="with-sub-menu-show-knowledge-posts"] #pagination,
  body[class*="show-knowledge-posts"] #pagination,
  body.page-template-show-posts #pagination,
  body.page-template-show-posts-without-sidemenu #pagination {
    padding-top: 18px;
  }
  #pagination .page-numbers {
    min-width: 28px;
    padding: 7px 6px 12px;
    font-size: 13px;
  }
  #pagination .page-numbers.dots {
    padding-bottom: 12px;
  }
  #pagination .prev.page-numbers,
  #pagination .next.page-numbers {
    padding: 7px 8px 12px;
    gap: 6px;
  }
  #pagination .prev.page-numbers {
    margin-right: 8px;
  }
  #pagination .next.page-numbers {
    margin-left: 8px;
  }
  #pagination .prev.page-numbers::after,
  #pagination .next.page-numbers::before {
    font-size: 12px;
  }
  #pagination .prev.page-numbers::before,
  #pagination .next.page-numbers::after {
    width: 5px;
    height: 5px;
  }
}
/* testimonials */
blockquote { background: #f9f9f9; border-left: 5px solid #ccc; margin: 10px 10px; padding: 5px 10px; quotes: "\201C""\201D";}
blockquote:before { color: #ccc; content: open-quote; font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em;}
blockquote p { display: inline;}
/* Table */
.table {width:100%; padding:0; margin-bottom:20px;}
.table th {text-align:center; white-space:nowrap; border-bottom:solid 2px #333; }
.table td {padding:2px 10px; text-align:left; border-bottom:solid 1px #DDD; }
.table .even {background:#F4F4F4;}
table.altrow tr:nth-child(even) {background:#FAFAFA;}
.table.border {border:1px solid #333;border-collapse: collapse;}
.table.border td {border:1px solid #333;}
/* Facebook slider */
.social_slider {top:88px !important;}
/* Timeline */
.timeline.container{max-width:1024px;width:90%;margin:20px auto}
.timeline.timeline-item{padding:3em 2em 2em;position:relative;border-left:2px solid #000}
.timeline.timeline-item .title{position:absolute;left:34px;font-weight:700;top:8px;display:block;font-weight:700;font-size:120%}
.timeline.timeline-item p{font-size:100%}
.timeline.timeline-item::after{width:10px;height:10px;display:block;top:1em;position:absolute;left:-8px;border-radius:10px;content:"";border:2px solid #000;background:#fff}
.timeline.timeline-item:last-child{-o-border-image:linear-gradient(to bottom,black 60%,rgba(0,0,0,0)) 1 100%;border-image:linear-gradient(to bottom,black 60%,rgba(0,0,0,0)) 1 100%}
/* Image zoon in on hover */
.img-hover-zoom {overflow: hidden;}  
.img-hover-zoom img {transition: transform .3s ease;}
.img-hover-zoom:hover img {transform: scale(1.03);}
/* staff list */
.staff-section{margin:20px 0}
.staff-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px;max-width:1000px;margin:0 auto}
.staff-item{border:1px solid #EEE;padding:10px;box-sizing:border-box;border-radius:10px;box-shadow:0 4px 8px rgb(0 0 0 / .1);display:flex;align-items:flex-start;min-height:150px;position:relative;transition:border-color 0.3s ease;text-decoration:none;color:inherit}
.staff-item:hover{border-color:#AAA}
.staff-img{margin-right:20px;border-radius:10px;width:120px;height:160px;object-fit:cover;object-position:top;box-shadow:0 4px 8px rgb(0 0 0 / .1)}
.staff-info{flex:1;display:flex;flex-direction:column;justify-content:space-between}
.staff-name{font-size:100%;margin-top:5px;margin-bottom:5px}
.staff-title{font-size:90%;color:#555}
.staff-contact{font-size:80%;background-color:#f0f0f0;padding:5px 5px 5px 10px;border-radius:5px;position:absolute;bottom:10px;right:10px;left:140px}
.staff-item a{text-decoration:none;color:inherit;height:160px}
.staff-item a:hover{text-decoration:underline;color:inherit}
.staff-contact .fa{margin-right:5px}
@media (max-width:800px){.staff-list{grid-template-columns:1fr;font-size:90%}}

/* Homepage card sliders */
body.home #content > *:not(#banner):not(.ortho-home-gridview) {
  box-sizing: border-box;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
}
.ortho-home-section__container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow: visible;
}
.ortho-home-leads {
  margin: clamp(24px, 3.5vw, 44px) 0 clamp(10px, 1.8vw, 20px);
}
.ortho-home-leads__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(12px, 1.6vw, 18px);
  align-items: stretch;
}
.ortho-home-lead {
  height: 100%;
  min-height: 0;
}
.ortho-home-lead__trigger {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none !important;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit !important;
  -webkit-tap-highlight-color: transparent;
}
.ortho-home-lead__trigger:hover,
.ortho-home-lead__trigger:focus,
.ortho-home-lead__trigger:active {
  background: none !important;
  color: inherit !important;
}
.ortho-home-lead__trigger:focus {
  outline: 0;
}
.ortho-home-lead__trigger:focus-visible .ortho-home-lead__surface {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #b52827;
}
.ortho-home-lead__surface {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: inherit;
  height: 100%;
  overflow: hidden;
  padding: clamp(10px, 1.3vw, 14px) clamp(16px, 2vw, 22px) clamp(16px, 2vw, 22px) clamp(10px, 1.3vw, 14px);
  border-radius: 0;
  isolation: isolate;
  box-sizing: border-box;
}
.ortho-home-lead__surface::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #f7f4f1;
  background-image: var(--ortho-lead-image, none);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: transform 0.45s ease;
}
@media (hover: hover) and (pointer: fine) {
  .ortho-home-lead__trigger:hover .ortho-home-lead__surface::before {
    transform: scale(1.06);
  }
  .ortho-home-lead__trigger:hover .ortho-home-lead__title {
    color: #b52827;
  }
}
.ortho-home-lead__trigger:focus-visible .ortho-home-lead__surface::before {
  transform: scale(1.06);
}
.ortho-home-lead__trigger:focus-visible .ortho-home-lead__title {
  color: #b52827;
}
.ortho-home-lead--clinical .ortho-home-lead__surface::before {
  background-image: var(--ortho-lead-image, linear-gradient(145deg, #fdfaf8 0%, #f0e8e3 100%));
}
.ortho-home-lead--research .ortho-home-lead__surface::before {
  background-image: var(--ortho-lead-image, linear-gradient(145deg, #faf9f7 0%, #eceae6 100%));
}
.ortho-home-lead--education .ortho-home-lead__surface::before {
  background-image: var(--ortho-lead-image, linear-gradient(145deg, #fcf9f6 0%, #efe9e3 100%));
}
.ortho-home-lead--knowledge .ortho-home-lead__surface::before {
  background-image: var(--ortho-lead-image, linear-gradient(145deg, #f8faf8 0%, #e8efe9 100%));
}
.ortho-home-lead__surface::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    #f4f4f4 0%,
    rgba(244, 244, 244, 0.96) 14%,
    rgba(244, 244, 244, 0.72) 30%,
    rgba(244, 244, 244, 0.22) 48%,
    transparent 100%
  );
  pointer-events: none;
}
.ortho-home-lead[style*="--ortho-lead-image"] .ortho-home-lead__surface::after {
  background: linear-gradient(
    180deg,
    #f4f4f4 0%,
    rgba(244, 244, 244, 0.98) 16%,
    rgba(244, 244, 244, 0.78) 32%,
    rgba(244, 244, 244, 0.26) 50%,
    transparent 100%
  );
}
.ortho-home-lead__title {
  position: relative;
  z-index: 2;
  display: block;
  color: #2f211d;
  font-size: clamp(18px, 1.9vw, 24px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: left;
  transition: color 0.25s ease;
}
.ortho-home-lead-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100010;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-width: none;
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  overflow: hidden;
  background: rgba(32, 23, 21, 0.48);
}
.ortho-home-lead-overlay.is-visible {
  display: flex;
}
.ortho-home-lead-overlay__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: default;
}
.ortho-home-lead-overlay__dialog {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: min(calc(100% - 40px), 560px);
  max-height: min(calc(100vh - 40px), 680px);
  max-height: min(calc(100dvh - 40px), 680px);
  margin: clamp(20px, 4vw, 40px);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 20px 50px rgba(32, 23, 21, 0.2);
  overflow: hidden;
  isolation: isolate;
}
.ortho-home-lead-overlay__header {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px 8px;
  background: #fff;
}
.ortho-home-lead-overlay__title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding-right: 8px;
  color: #b52827;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-align: left;
}
.ortho-home-lead-overlay__close {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none !important;
  box-shadow: none;
  color: #1a1210 !important;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}
.ortho-home-lead-overlay__close:hover,
.ortho-home-lead-overlay__close:focus {
  background: none !important;
  color: #1a1210 !important;
}
.ortho-home-lead-overlay__close:focus-visible {
  outline: 2px solid #1a1210;
  outline-offset: 2px;
}
.ortho-home-lead-overlay__body {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 4px 24px 24px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ortho-home-lead-overlay__body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.ortho-home-lead-overlay__links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ortho-home-lead-overlay__links li {
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(12px);
}
.ortho-home-lead-overlay.is-visible .ortho-home-lead-overlay__links li {
  animation: ortho-home-lead-item-in 0.55s ease-out forwards;
  animation-delay: var(--ortho-lead-item-delay, 0s);
}
.ortho-home-lead-overlay__links a {
  display: block;
  padding: 18px 2px 18px 14px;
  color: #2f211d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
  text-decoration: none;
  transition: color 0.2s ease;
}
.ortho-home-lead-overlay__links a:hover {
  color: #b52827;
}
.ortho-home-lead-overlay__links a:focus-visible {
  outline: 2px solid #2f211d;
  outline-offset: 2px;
}
@keyframes ortho-home-lead-item-in {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body.ortho-home-lead-overlay-open {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ortho-home-leads__grid {
    grid-auto-rows: 1fr;
  }
  .ortho-home-lead,
  .ortho-home-lead__trigger,
  .ortho-home-lead__surface {
    min-height: 280px;
    height: 100%;
  }
  .ortho-home-lead-overlay__header {
    align-items: center;
    padding: 18px 20px 6px;
  }
  .ortho-home-lead-overlay__title {
    font-size: clamp(20px, 5.4vw, 26px);
  }
  .ortho-home-lead-overlay__close {
    align-self: center;
    margin-top: 0;
  }
  .ortho-home-section__heading {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .ortho-home-leads__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ortho-home-lead,
  .ortho-home-lead__surface {
    min-height: clamp(300px, 26vw, 360px);
  }
}
@media screen and (min-width: 1024px) {
  .ortho-home-leads__grid {
    gap: 14px;
  }
  .ortho-home-lead,
  .ortho-home-lead__surface {
    min-height: clamp(280px, 20vw, 340px);
  }
  .ortho-home-lead__title {
    font-size: clamp(17px, 1.55vw, 21px);
  }
}
@media screen and (min-width: 1400px) {
  .ortho-home-leads__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
  .ortho-home-lead,
  .ortho-home-lead__surface {
    min-height: clamp(260px, 18vw, 320px);
  }
}
@media screen and (max-width: 480px) {
  .ortho-home-lead-overlay {
    align-items: stretch;
    justify-content: stretch;
  }
  .ortho-home-lead-overlay__dialog {
    width: 100%;
    max-width: none;
    max-height: 100vh;
    max-height: 100dvh;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ortho-home-lead__surface::before,
  .ortho-home-lead__title {
    transition: none;
  }
  .ortho-home-lead__trigger:hover .ortho-home-lead__surface::before,
  .ortho-home-lead__trigger:focus-visible .ortho-home-lead__surface::before {
    transform: none;
  }
  .ortho-home-lead-overlay.is-visible .ortho-home-lead-overlay__links li {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.ortho-home-gridview{
  padding-top: 0;
  padding-bottom: clamp(24px, 4vw, 56px);
}
body.home #main-wrapper {
  padding-bottom: clamp(20px, 3vw, 36px);
}
body.home .ortho-home-gridview {
  padding-bottom: clamp(10px, 1.8vw, 24px);
}
body.home .ortho-home-section:last-child {
  margin-bottom: clamp(18px, 2.5vw, 32px);
}

@media screen and (min-width: 768px) {
  .cd-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cd-container > .ortho-sibling-nav {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ortho-sibling-nav {
    padding: 40px 32px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .ortho-sibling-nav {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 40px max(32px, calc((100% - var(--ortho-page-max-width)) / 2));
  }
}
.ortho-home-section{--ortho-section-accent:#b52827;position:relative;margin:clamp(42px,5.5vw,72px) 0;padding:0;overflow:visible;}
.ortho-home-gridview .ortho-home-section:first-child{margin-top:clamp(20px,3vw,40px);}
.ortho-home-gridview .ortho-home-section:first-child .ortho-home-section__heading{z-index:2;}
.ortho-home-section__heading{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:flex-start;gap:16px 22px;margin-bottom:clamp(16px,2.2vw,24px);}
.ortho-home-section__title{margin:0;color:#b52827;font-size:clamp(28px,4.4vw,42px);font-weight:700;line-height:1.1;letter-spacing:-0.02em;text-align:left;}
.ortho-home-section__title a{color:inherit;text-decoration:none;}
.ortho-home-section__title a:hover{color:var(--ortho-section-accent);}
.ortho-home-section__footer{display:flex;justify-content:flex-end;margin-top:16px;}
.ortho-home-section--events .ortho-home-section__footer,
.ortho-home-section--knowledge .ortho-home-section__footer{justify-content:center;}
.ortho-home-section__link{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;color:#b52827;text-decoration:none;font-size:13px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;white-space:nowrap;}
.ortho-home-section__link:after{content:"\2192";font-size:13px;}
.ortho-home-section__link:hover{color:#7f1e1d;}
.ortho-home-section__empty{padding:10px 0 0;color:#6c5550;text-align:center;}
.ortho-card-swiper-shell{--ortho-swiper-nav-top:38%;--ortho-swiper-prev-left:0px;--ortho-swiper-next-left:100%;position:relative;overflow:visible;}
.ortho-card-swiper{--ortho-swiper-delay:4200ms;position:relative;overflow:hidden;padding-bottom:0;}
.ortho-card-swiper .swiper-wrapper,.ortho-card-swiper .swiper-slide,.ortho-card-swiper__line{z-index:1;}
.ortho-card-swiper.is-nav-locked{touch-action:auto;}
.ortho-card-swiper.is-nav-locked .swiper-wrapper{cursor:default;}
.ortho-card-swiper.is-nav-locked .ortho-card-swiper__line,
.ortho-card-swiper__line[hidden]{display:none!important;}
.ortho-card-swiper__nav{
  position:absolute;
  top:var(--ortho-swiper-nav-top);
  z-index:30;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:64px;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:#fff!important;
  color:#b52827!important;
  box-shadow:none;
  cursor:pointer;
  transition:background-color .18s ease,color .18s ease,opacity .18s ease;
}
.ortho-card-swiper__nav[hidden]{display:none!important;}
.ortho-card-swiper__nav i{
  font-size:18px;
  line-height:1;
  color:inherit!important;
}
.ortho-card-swiper__nav:hover,
.ortho-card-swiper__nav:focus{
  background:#b52827!important;
  color:#fff!important;
  outline:none;
}
.ortho-card-swiper__nav:hover i,
.ortho-card-swiper__nav:focus i{
  color:#fff!important;
}
.ortho-card-swiper__nav--prev,
.ortho-card-swiper__nav--next{
  left:var(--ortho-swiper-prev-left);
  right:auto;
  transform:translate(-50%,-50%);
}
.ortho-card-swiper__nav--next{
  left:var(--ortho-swiper-next-left);
}
.ortho-card-swiper .swiper-wrapper{align-items:stretch;}
.ortho-card-swiper .swiper-slide{height:auto;display:flex;box-sizing:border-box;}
.ortho-card-swiper__line{
  --ortho-line-progress:0;
  position:relative;
  width:100%;
  margin-top:16px;
  padding:12px 0;
  cursor:pointer;
  touch-action:manipulation;
}
.ortho-card-swiper__line-active{
  pointer-events:none;
}
.ortho-card-swiper__line-track{
  position:relative;
  width:100%;
  height:3px;
  border-radius:999px;
  background:#d2d2d7;
  overflow:hidden;
  cursor:pointer;
}
.ortho-card-swiper__line-active{
  position:absolute;
  top:0;
  left:0;
  width:calc(var(--ortho-line-progress) * 100%);
  height:100%;
  border-radius:999px;
  background:#b52827;
  transition:width .65s ease;
}
.ortho-card-swiper__line.is-at-end .ortho-card-swiper__line-active{
  width:100%;
}
.ortho-home-card{height:auto;min-height:100%;display:flex;flex-direction:column;overflow:hidden;background:#fff;border:0;box-shadow:none;transition:none;}
.ortho-home-card__link{display:flex;flex:1;flex-direction:column;min-height:100%;color:inherit;text-decoration:none;}
.ortho-home-card__media{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:center;aspect-ratio:5/6;overflow:hidden;text-decoration:none;background:#ebe6e1;}
.ortho-home-card__media-fill{position:absolute;inset:0;background-position:center;background-repeat:no-repeat;background-size:cover;transform:scale(1.08);filter:blur(22px) saturate(1.1);opacity:.9;transition:transform .3s ease;}
.ortho-home-card__media:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(32,23,21,.08));}
.ortho-home-card__image{position:relative;z-index:1;width:100%;height:100%;padding:14px;box-sizing:border-box;object-fit:contain;object-position:center;display:block;transition:none !important;}
.ortho-card-swiper .ortho-home-card__image,
.ortho-home-cards-grid .ortho-home-card__image{transition:transform .35s ease !important;}
.ortho-card-swiper .ortho-home-card__link:hover .ortho-home-card__image,
.ortho-home-cards-grid .ortho-home-card__link:hover .ortho-home-card__image{transform:scale(1.06);}
.ortho-card-swiper .ortho-home-card__link:hover .ortho-home-card__media-fill,
.ortho-home-cards-grid .ortho-home-card__link:hover .ortho-home-card__media-fill{transform:scale(1.14);}
.ortho-home-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:20px;background:#f5f5f5;color:#333;font-size:clamp(18px,2.4vw,28px);line-height:1.2;letter-spacing:-0.01em;text-align:center;}
.ortho-home-card__body{display:flex;flex:1;flex-direction:column;gap:18px;padding:16px 16px 14px;}
.ortho-home-card__title{margin:0;min-height:2.5em;color:#2f211d;font-size:clamp(16px,1.6vw,21px);font-weight:700;line-height:1.24;letter-spacing:-0.02em;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ortho-home-card__link:hover .ortho-home-card__title{color:#b52827;}
.ortho-home-card__excerpt{margin:0;min-height:5.8em;max-height:5.8em;color:#6a5752;font-size:14px;line-height:1.38;text-align:left;white-space:normal;overflow:hidden;}

@media (prefers-reduced-motion: reduce) {
  .main-nav-sticky,
  .ortho-sticky-brand,
  .ortho-sticky-brand__logo,
  .ortho-sticky-brand__mark,
  .ortho-card-swiper .ortho-home-card__image,
  .ortho-card-swiper .ortho-home-card__media-fill,
  .ortho-home-cards-grid .ortho-home-card__image,
  .ortho-home-cards-grid .ortho-home-card__media-fill {
    transition: none !important;
  }
  .ortho-card-swiper .ortho-home-card__link:hover .ortho-home-card__image,
  .ortho-card-swiper .ortho-home-card__link:hover .ortho-home-card__media-fill,
  .ortho-home-cards-grid .ortho-home-card__link:hover .ortho-home-card__image,
  .ortho-home-cards-grid .ortho-home-card__link:hover .ortho-home-card__media-fill {
    transform: none;
  }
}

/* Desktop */
@media print, screen and (min-width: 1281px) {
/* Basic */
body{font-size:18px;line-height:30px;min-width:1024px;}
/* Section/Article */
header.sub-menu{margin:10px 0;}
/* Button */
input[type="button"],input[type="submit"],input[type="reset"],button,.button{padding:.65em 1.5em;}
/* Banner */
#banner{margin:0 calc(50% - 50vw)!important;}
/* Wrappers */
#header-wrapper{}
body:not(.home):not(.single) #main-wrapper{padding-top:15px;}
#footer-wrapper{padding:0;width:100%;max-width:none;margin:0;}
#footer-wrapper header{margin:0;}
#footer-wrapper header h2{font-size:16px;border-bottom:0;margin-bottom:6px;padding-bottom:6px;}
#footer-wrapper #footer .extra-padding-top {padding-top:0;}
/* Header */
#header{text-align:center;}
#header h1{color:#c33;font-size:22px;letter-spacing:0;text-transform:uppercase;margin:0;}
#header h2{color:#000;font-size:20px;text-transform:uppercase;}
#header h2.line{border-bottom:1px solid #CCC;padding-bottom:6px;margin-bottom:6px;}
#header #logo{margin:0 auto;width:100%;max-width:1700px;}
#header .icons a{color:#333;font-size: 120%;padding-left:8px;}
#header .icons a:hover{color:#b52827;}
#header-mobile{display:none;}
/* Nav */
/* Mobile version menu */
#navPanel,#titleBar{display:none;}
#nav > ul{background:#b52827;margin:0;}
#nav > ul > li{display:inline-block;margin:0 5px;}
#nav > ul > li > ul{display:none;}
#nav > ul > li > a{color:#FFF;text-decoration:none;display:block;padding:15px 9px;-moz-transition:background-color .15s ease-in-out;-webkit-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;outline:0;font-size:17px;}
#nav > ul > li > a.disabled{color:#790000;padding:0;}
#nav > ul > li:hover > a,#nav > ul > li.active > a{background:#790000;}
#nav > ul > li:hover > a.disabled,#nav > ul > li.active > a.disabled{background:#b52827;}
#nav > ul > li.current > a{background:#790000;}
/* Wordpress menu */
.menu-main-container {background:#b52827;margin:5px 0 0 0;}
.menu-main-container > ul{width:100%;max-width:1700px;margin:0 auto;text-align:left;}
.menu-main-container > ul > li{display:inline-block;margin:0 10px;}
.menu-main-container > ul > li.separator{margin:0 20px;}
.menu-main-container > ul > li > ul{display:none;}
.menu-main-container > ul > li > a{color:#FFF;text-decoration:none;display:block;padding:15px 9px;-moz-transition:background-color .15s ease-in-out;-webkit-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;outline:0;font-size:17px;text-transform:none;}
.menu-main-container > ul > li > a[title="disabled"]{color:#790000;padding:0;}
.menu-main-container > ul > li:hover > a,.menu-main-container > ul > li.current-menu-item > a,.menu-main-container > ul > li.current-menu-ancestor > a{background:#790000;}
.menu-main-container > ul > li:hover > a[title="disabled"],.menu-main-container > ul > li.current-menu-item > a[title="disabled"]{background:#b52827;}
.menu-main-container > ul > li.current > a{background:#790000;}

#menu-main {display: flex; justify-content: center;gap:12px;width: 100%;list-style: none;padding: 0 20px;}
#menu-main > li:not(.right-aligned-start):not(.right-aligned-start ~ li) {display: inline-block;}
#menu-main .right-aligned-start,
#menu-main .right-aligned-start ~ .header-link-item {display: none !important;}
#menu-main .menu-item-search,
#menu-main-chinese .menu-item-search {
  display: inline-flex !important;
  align-items: stretch;
  align-self: stretch;
  margin-left: auto;
}
.menu-main-container .header-link-item,
.menu-main-chinese-container .header-link-item{display:none!important;}
.menu-item-search > a {
  min-width: 44px;
}
.menu-item-search > a .fa-search {
  font-size: 17px;
  line-height: 1;
}
.menu-item-search > a::after {
  display: none !important;
}
.menu-item-search:hover > a {
  opacity: 0.88;
}

#menu-main-chinese {display: flex; justify-content: center;gap:12px;width: 100%;list-style: none;padding: 0 20px;}
#menu-main-chinese > li:not(.right-aligned-start):not(.right-aligned-start ~ li) {display: inline-block;}
#menu-main-chinese .right-aligned-start,
#menu-main-chinese .right-aligned-start ~ .header-link-item {display: none !important;}
#menu-main-chinese .menu-item-search {display: inline-block !important;}

/* Wordpress version second menu */
.menu-second-container{border-bottom:1px solid #EEE;width:100%;max-width:1700px;margin:0 auto;}
.menu-second-container > ul {padding:0 0 0 9px;margin:0;}
.menu-second-container > ul > li{display:inline-block;margin:0 0 0 20px;padding:8px 25px 8px 0;}
.menu-second-container > ul > li > a{margin:0;color:#555;text-decoration:none;display:block;font-size:17px;border-bottom:3px solid #FFF;}
.menu-second-container > ul > li > a:hover,.menu-second-container > ul > li.current-menu-item > a{border-bottom:3px solid #333;}

.menu-main-chinese-container {background:#b52827;margin:5px 0 0 0;}
.menu-main-chinese-container > ul{width:100%;max-width:1700px;margin:0 auto;text-align:left;}
.menu-main-chinese-container > ul > li{display:inline-block;margin:0 10px;}
.menu-main-chinese-container > ul > li > ul{display:none;}
.menu-main-chinese-container > ul > li > a{color:#FFF;text-decoration:none;display:block;padding:15px 9px;-moz-transition:background-color .15s ease-in-out;-webkit-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;outline:0;font-size:17px;text-transform:none;}
.menu-main-chinese-container > ul > li > a[title="disabled"]{color:#790000;padding:0;}
.menu-main-chinese-container > ul > li:hover > a,.menu-main-chinese-container > ul > li.current-menu-item > a,.menu-main-chinese-container > ul > li.current-menu-ancestor > a{background:#790000;}
.menu-main-chinese-container > ul > li:hover > a[title="disabled"],.menu-main-chinese-container > ul > li.current-menu-item > a[title="disabled"]{background:#b52827;}
.menu-main-chinese-container > ul > li.current > a{background:#790000;}
.menu-main-container.cloned {position:relative;z-index:20001;box-shadow: 4px 4px 3px rgba(51,51,102,0.3);}
/* Wordpress version second menu */
.menu-second-chinese-container{border-bottom:1px solid #EEE;width:100%;max-width:1700px;margin:0 auto;}
.menu-second-chinese-container > ul{padding:0 0 0 9px;margin:0;}
.menu-second-chinese-container > ul > li{display:inline-block;margin:0 0 0 20px;padding:8px 25px 8px 0;}
.menu-second-chinese-container > ul > li > a{margin:0;color:#555;text-decoration:none;display:block;font-size:17px;border-bottom:3px solid #FFF;}
.menu-second-chinese-container > ul > li > a:hover,.menu-second-chinese-container > ul > li.current-menu-item > a{border-bottom:3px solid #333;}

#footer{padding:0 20px;}
#footer-mobile{display:none;}
}


/* Tablet */
@media (min-width: 1024px) and (max-width: 1280px) {
/* Basic */
body{font-size:16px;line-height:30px;min-width:1024px;}
/* Section/Article */
header.sub-menu{margin:10px 0;}
/* Button */
input[type="button"],input[type="submit"],input[type="reset"],button,.button{padding:.65em 1.5em;}
/* Banner */
#banner{margin:0 calc(50% - 50vw)!important;}
/* Wrappers */
#header-wrapper{}
#footer-wrapper{padding:0;width:100%;max-width:none;margin:0;}
#footer-wrapper header{margin:0;}
#footer-wrapper header h2{font-size:16px;border-bottom:0;margin-bottom:6px;padding-bottom:6px;}
#footer-wrapper #footer .extra-padding-top {padding-top:0;}
/* Header */
#header{text-align:center;}
#header h1{color:#c33;font-size:22px;letter-spacing:0;text-transform:uppercase;margin:0;}
#header h2{color:#000;font-size:20px;text-transform:uppercase;}
#header h2.line{border-bottom:1px solid #CCC;padding-bottom:6px;margin-bottom:6px;}
#header .icons a{color:#333;font-size: 120%;padding-left:8px;}
#header .icons a:hover{color:#b52827;}
#header-mobile{display:none;}
/* Header links */
#header .desktop-header-links{padding-top:25px;}
/* Nav */
/* Mobile version menu */
#navPanel,#titleBar{display:none;}
#nav > ul{background:#b52827;margin:0;}
#nav > ul > li{display:inline-block;margin:0 5px;}
#nav > ul > li > ul{display:none;}
#nav > ul > li > a{color:#FFF;text-decoration:none;display:block;padding:15px 9px;-moz-transition:background-color .15s ease-in-out;-webkit-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;outline:0;font-size:17px;}
#nav > ul > li > a.disabled{color:#790000;padding:0;}
#nav > ul > li:hover > a,#nav > ul > li.active > a{background:#790000;}
#nav > ul > li:hover > a.disabled,#nav > ul > li.active > a.disabled{background:#b52827;}
#nav > ul > li.current > a{background:#790000;}
/* Wordpress menu */
.menu-main-container {background:#b52827;margin:5px 0 0 0;}
.menu-main-container > ul{width:100%;max-width:1700px;text-align:left;}
.menu-main-container > ul > li{display:inline-block;margin:0 5px 0 3px;}
.menu-main-container > ul > li.separator{margin:0;}
.menu-main-container > ul > li > ul{display:none;}
.menu-main-container > ul > li > a{color:#FFF;text-decoration:none;display:block;padding:15px 9px;-moz-transition:background-color .15s ease-in-out;-webkit-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;outline:0;font-size:17px;text-transform:none;}
.menu-main-container > ul > li > a[title="disabled"]{color:#790000;padding:0;}
.menu-main-container > ul > li:hover > a,.menu-main-container > ul > li.current-menu-item > a,.menu-main-container > ul > li.current-menu-ancestor > a{background:#790000;}
.menu-main-container > ul > li:hover > a[title="disabled"],.menu-main-container > ul > li.current-menu-item > a[title="disabled"]{background:#b52827;}
.menu-main-container > ul > li.current > a{background:#790000;}

#menu-main {display: flex; justify-content: center;gap:12px;width: 100%;list-style: none;padding: 0 20px;}
#menu-main > li:not(.right-aligned-start):not(.right-aligned-start ~ li) {display: inline-block;}
#menu-main .right-aligned-start,
#menu-main .right-aligned-start ~ .header-link-item {display: none !important;}
#menu-main .menu-item-search,
#menu-main-chinese .menu-item-search {
  display: inline-flex !important;
  align-items: stretch;
  align-self: stretch;
  margin-left: auto;
}

#menu-main-chinese {display: flex; justify-content: center;gap:12px;width: 100%;list-style: none;padding: 0 20px;}
#menu-main-chinese > li:not(.right-aligned-start):not(.right-aligned-start ~ li) {display: inline-block;}
#menu-main-chinese .right-aligned-start,
#menu-main-chinese .right-aligned-start ~ .header-link-item {display: none !important;}

/* Wordpress version second menu */
.menu-second-container{border-bottom:1px solid #EEE;width:100%;max-width:1700px;margin:0 auto;}
.menu-second-container > ul {padding:0 0 0 3px;}
.menu-second-container > ul > li{display:inline-block;margin:0 0 0 20px;padding:8px 25px 8px 0;}
.menu-second-container > ul > li > a{margin:0;color:#555;text-decoration:none;display:block;font-size:17px;border-bottom:3px solid #FFF;}
.menu-second-container > ul > li > a:hover,.menu-second-container > ul > li.current-menu-item > a{border-bottom:3px solid #333;}

.menu-main-chinese-container > ul{background:#b52827;margin:0;}
.menu-main-chinese-container > ul > li{display:inline-block;margin:0 10px;}
.menu-main-chinese-container > ul > li > ul{display:none;}
.menu-main-chinese-container > ul > li > a{color:#FFF;text-decoration:none;display:block;padding:15px 9px;-moz-transition:background-color .15s ease-in-out;-webkit-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;outline:0;font-size:17px;text-transform:none;}
.menu-main-chinese-container > ul > li > a[title="disabled"]{color:#790000;padding:0;}
.menu-main-chinese-container > ul > li:hover > a,.menu-main-chinese-container > ul > li.current-menu-item > a,.menu-main-chinese-container > ul > li.current-menu-ancestor > a{background:#790000;}
.menu-main-chinese-container > ul > li:hover > a[title="disabled"],.menu-main-chinese-container > ul > li.current-menu-item > a[title="disabled"]{background:#b52827;}
.menu-main-chinese-container > ul > li.current > a{background:#790000;}
.menu-main-container.cloned {position:relative;z-index:20001;box-shadow: 4px 4px 3px rgba(51,51,102,0.3);}
/* Wordpress version second menu */
.menu-second-container{border-bottom:1px solid #EEE;}
.menu-second-chinese-container > ul{padding:0 0 0 3px;margin:0;}
.menu-second-chinese-container > ul > li{display:inline-block;margin:0 0 0 20px;padding:8px 25px 8px 0;}
.menu-second-chinese-container > ul > li > a{margin:0;color:#555;text-decoration:none;display:block;font-size:17px;border-bottom:3px solid #FFF;}
.menu-second-chinese-container > ul > li > a:hover,.menu-second-chinese-container > ul > li.current-menu-item > a{border-bottom:3px solid #333;}

#footer{padding:0 20px;}
#footer-mobile{display:none;}
}

/* Footer site map medium screen fix */
@media (min-width: 1024px) and (max-width: 1280px) {
#footer .row > .2u{width:33.33%!important;}
}

/* Mobile */
@media screen and (max-width: 1023px) {
:root{--ortho-float-size:42px;--ortho-float-icon:19px;}
#menu-main,#menu-second,#menu-main-chinese,#menu-second-chinese,#titleBar{display:none;}
/* Basic */html,body{overflow-x:hidden;}
body,input,textarea,select{line-height:30px;font-size:16px;letter-spacing:0;}
h2,h3,h4,h5,h6{font-size:16px;}
/* Section/Article */section,article{margin:0;}
header{margin:0 0 10px;}
header.sub-menu{margin:10px 0;}
footer{margin:10px 0 0;}
/* Button */input[type="button"],input[type="submit"],input[type="reset"],button,.button{position:relative;padding:.65em 0!important;width:100%;text-align:center;margin:5px 0;}
.ortho-search__form .ortho-search__submit{width:48px!important;min-width:48px!important;padding:0!important;margin:0!important;}

form input[type=text],form input[type=email],form input[type=password],form select,form textarea{padding:.65em 0!important;}
.ortho-search__form .ortho-search__input{padding:14px 16px!important;}
form input[type=text]:focus,form input[type=email]:focus,form input[type=password]:focus,form select:focus,form textarea:focus{box-shadow:inset 0 0 1px 1px #43bff0;}
/* Grid View */.gridalicious .item{margin-bottom:20px!important;margin:0 auto 20px!important;width:auto !important;background:#FFF;border-radius:10px;}
ul#grid-filter li a{width:auto;padding:0 10px;}
.hku-clinic-widget.is-visible:not(.is-minimized):not(.hku-clinic-widget--solo-only){width:min(calc(100vw - (var(--ortho-float-right) * 2)),400px);max-width:min(calc(100vw - (var(--ortho-float-right) * 2)),400px);}
.hku-clinic-widget--solo,.hku-clinic-widget--solo-only,.hku-clinic-widget.is-minimized{width:auto!important;max-width:none!important;}
.hku-clinic-widget__site-link{font-size:12px;}
.hku-clinic-widget button.hku-clinic-widget__media,
.hku-clinic-widget button.hku-clinic-widget__watch,
.hku-clinic-widget button.hku-clinic-widget__close{width:auto!important;margin:0!important;text-align:inherit!important;}
.hku-clinic-widget button.hku-clinic-widget__media{width:100%!important;}
.hku-clinic-widget button.hku-clinic-widget__close{width:30px!important;min-width:30px!important;text-align:center!important;}

.ortho-home-gridview{padding-bottom:30px;}
.ortho-home-section{margin:34px 0;}
.ortho-home-section__heading{align-items:flex-end;flex-direction:row;}
.ortho-home-section__link{font-size:12px;}
.ortho-home-section__footer{margin-top:14px;}
.ortho-home-card__body{padding:16px 14px 14px;}
/* Off-Canvas Navigation */body:before{display:none;content:none;}
body.navPanel-visible:before{display:none;opacity:0;pointer-events:none;}
#page-wrapper{-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;transition:none;padding-bottom:1px;padding-top:74px;}

#titleBar{display:none !important;}
#navPanel{-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-moz-transform:translateX(-100%);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-moz-transition:0 .35s ease;-webkit-transition:0 .35s ease;-ms-transition:0 .35s ease;transition:transform .35s ease;display:flex;flex-direction:column;height:100%;left:0;right:auto;overflow-y:hidden;position:fixed;top:0;width:100%;z-index:var(--ortho-z-mobile-nav);color:#1d1d1f;background:#fbfaf7!important;box-shadow:none;text-transform:none;}
#navPanel .navPanel__inner{min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden;padding:18px 18px 0;}
#navPanel .navPanel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:12px;}
#navPanel .navPanel__headerExtras{display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid #ece7df;}
#navPanel .navPanel__headerExtras a{color:#1d1d1f;text-decoration:none;font-size:13px;font-weight:600;}
#navPanel .navPanel__headerExtras a:hover{color:#b52827;}
#navPanel .navPanel__scrollBody{flex:1;overflow-y:auto;min-height:0;}
#navPanel .navPanel__bottom{flex-shrink:0;padding:0 0 18px;}
#navPanel .navPanel__brandGroup{display:flex;align-items:center;gap:14px;min-width:0;}
#navPanel .navPanel__brand{display:block;max-width:280px;min-width:0;}
#navPanel .navPanel__brand img{display:block;width:100%;height:auto;}
#navPanel .navPanel__brandMark{width:44px;flex:0 0 44px;height:auto;}
#navPanel .navPanel__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;color:#21352f;text-decoration:none;font-size:34px;line-height:1;border:0;box-shadow:none;}
#navPanel .navPanel__viewShell{position:relative;display:block;flex:1;min-height:320px;}
#navPanel .navPanel__view{display:none;width:100%;}
#navPanel .navPanel__view.is-active{display:block;}
#navPanel .navPanel__view.is-preparing,#navPanel .navPanel__view.is-entering,#navPanel .navPanel__view.is-exiting{display:block;}
#navPanel .navPanel__viewShell.is-going-forward .navPanel__view,#navPanel .navPanel__viewShell.is-going-back .navPanel__view{position:absolute;top:0;left:0;right:0;background:#fbfaf7;}
#navPanel .navPanel__viewShell.is-going-forward .navPanel__view.is-preparing{opacity:0;transform:translateX(52px);}
#navPanel .navPanel__viewShell.is-going-forward .navPanel__view.is-entering{opacity:1;transform:translateX(0);transition:transform .28s ease,opacity .28s ease;z-index:2;}
#navPanel .navPanel__viewShell.is-going-forward .navPanel__view.is-exiting{opacity:0;transform:translateX(-22px);transition:transform .28s ease,opacity .28s ease;z-index:1;}
#navPanel .navPanel__viewShell.is-going-back .navPanel__view.is-preparing{opacity:0;transform:translateX(-52px);}
#navPanel .navPanel__viewShell.is-going-back .navPanel__view.is-entering{opacity:1;transform:translateX(0);transition:transform .28s ease,opacity .28s ease;z-index:2;}
#navPanel .navPanel__viewShell.is-going-back .navPanel__view.is-exiting{opacity:0;transform:translateX(22px);transition:transform .28s ease,opacity .28s ease;z-index:1;}
#navPanel .navPanel__rootBody{display:block;}
#navPanel .navPanel__back{display:flex;align-items:center;gap:10px;width:100%;padding:6px 0 18px;border:0;background:transparent;color:#b52827!important;text-align:left;font-size:15px;font-weight:600;line-height:1.2;box-shadow:none;text-transform:none;}
#navPanel .navPanel__backIcon{font-size:30px;line-height:1;transform:translateY(-1px);}
#navPanel .navPanel__section + .navPanel__section{margin-top:22px;}
#navPanel .navPanel__section--secondary{margin-top:34px;}
#navPanel .navPanel__sectionLabel{margin-bottom:12px;color:#8b8a85;font-size:11px;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;line-height:1.2;}
#navPanel .navPanel__menu,#navPanel .navPanel__menu ul{list-style:none;margin:0;padding:0;}
#navPanel .navPanel__menu > li{border-top:0;}
#navPanel .navPanel__menu > li:last-child{border-bottom:0;}
#navPanel .navPanel__menu li{position:relative;}
#navPanel .navPanel__menu li > a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 0;color:#1d1d1f;text-decoration:none;line-height:1.35;}
#navPanel .navPanel__menu--primary > li > a{font-size:18px;font-weight:700;text-transform:none;letter-spacing:0.02em;}
#navPanel .navPanel__menu--secondary > li > a{font-size:15px;font-weight:600;}
#navPanel .navPanel__menu li.current-menu-item > a,#navPanel .navPanel__menu li.current-menu-ancestor > a{color:#b52827;}
#navPanel .navPanel__item--parent > a .navPanel__chevron{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px;}
#navPanel .navPanel__item--parent > a .navPanel__chevron:before{content:'\203A';font-size:24px;line-height:1;font-weight:400;}
#navPanel .navPanel__utility{
  padding:12px 0;
  border-top:1px solid #ece7df;
  border-bottom:1px solid #ece7df;
  margin-top:12px;
}
/* Utility search icon - no text */
#navPanel .navPanel__utility-search{font-size:13px;display:inline-flex;align-items:center;justify-content:center;width:auto;padding:0;}
#navPanel .navPanel__utility-search i{font-size:15px;line-height:1;}
/* Utility lang switcher - i8n icon on left, EN/中文 on right */
#navPanel .navPanel__lang-switcher{
  display:inline;
  margin-left:0;
  padding:0;
  font-weight:700;
  white-space:nowrap;
}
#navPanel .navPanel__lang-switcher i{
  font-size:13px;
  margin-right:4px;
}
/* Social section with label */
#navPanel .navPanel__social-wrap{padding-top:20px;margin-bottom:0;}
#navPanel .navPanel__social-label{display:block;margin:0 0 14px;color:#b52827;font-size:clamp(16px,3.2vw,20px);font-weight:700;letter-spacing:-0.02em;text-transform:none;line-height:1.2;}
#navPanel .navPanel__social{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:20px;padding:0 0 4px;}
#navPanel .navPanel__social a{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;border-radius:0;background:transparent;color:#333!important;font-size:22px;line-height:1;text-decoration:none!important;border:0;transition:color .15s ease;}
#navPanel .navPanel__social a:hover,#navPanel .navPanel__social a:focus{color:#b52827!important;background:none;outline:none;}
#navPanel .navPanel__bottom{box-sizing:border-box;max-width:100%;}
#navPanel .navPanel__cta{padding-top:14px;margin:0;width:100%;max-width:100%;box-sizing:border-box;}
#navPanel .navPanel__cta a{display:inline-flex;align-items:center;justify-content:center;gap:8px;box-sizing:border-box;width:100%;max-width:100%;min-height:40px;padding:9px 14px;border-radius:0;background:#b52827;border:0;color:#fff!important;text-align:center;text-decoration:none!important;font-size:13px;font-weight:700;letter-spacing:0.02em;box-shadow:none;transition:background-color .2s ease;}
#navPanel .navPanel__cta a:hover,#navPanel .navPanel__cta a:focus{background:#790000;color:#fff!important;}
#navPanel .navPanel__cta a i{font-size:16px;}
body.navPanel-visible #page-wrapper{-moz-transform:none;-webkit-transform:none;-ms-transform:none;transform:none;}
body.navPanel-visible #navPanel{-moz-transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}

/* Wrappers */
#header-wrapper{padding:0;background: #f7f7f7;}
#main-wrapper{overflow:hidden;padding-top:0;padding-left:0;padding-right:0;}
#footer-wrapper{display:none;}
/* Header */
#header{display:none;}
#header-mobile{position:fixed;top:0;z-index:20001;background:#fff;border-bottom:#ece7df solid 1px;width:100%;padding:10px 14px;box-sizing:border-box;}
#header-mobile .mobile-topbar{display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;gap:10px;}
#header-mobile .mobile-nav-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;border-radius:50%;background:transparent;border:0;text-decoration:none;padding:0 11px;box-sizing:border-box;}
#header-mobile .mobile-nav-toggle span{display:block;height:2px;border-radius:999px;background:#21352f;}
#header-mobile .mobile-topbar__brand{display:flex;align-items:center;justify-content:center;gap:10px;min-width:0;}
#header-mobile .mobile-topbar__logo{display:block;min-width:0;}
#header-mobile .mobile-topbar__logo img{display:block;width:min(100%,220px);max-width:220px;height:auto;}
#header-mobile .mobile-topbar__mark{width:28px;max-width:28px;height:auto;flex:0 0 28px;}
#header-mobile .mobile-topbar__spacer{width:44px;height:44px;}
/* Nav */
#nav{/*display: none;*/}
#nav > ul{background:#b52827;margin:0;}
#nav > ul > li{display:inline-block;margin:0 5px;}
#nav > ul > li > ul{display:none;}
#nav > ul > li > a{color:#FFF;text-decoration:none;display:block;padding:5px;-moz-transition:background-color .15s ease-in-out;-webkit-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;outline:0;font-size:14px;}
#nav > ul > li > a.disabled{color:#790000;padding:0;}
#nav > ul > li:hover > a,#nav > ul > li.active > a{background:#790000;}
#nav > ul > li:hover > a.disabled,#nav > ul > li.active > a.disabled{background:#b52827;}
#nav > ul > li.current > a{background:#790000;}
  #footer-mobile{display:block;border-top:0;background:#fafafa;padding:0;text-align:left;font-size:15px;line-height:1.65;color:#333;font-family:'Open Sans',system-ui,-apple-system,BlinkMacSystemFont,sans-serif;}
  #footer-mobile .footer-mobile-contact{padding:36px 24px 28px;margin:0;}
  #footer-mobile .footer-mobile-address a{display:block;color:inherit;text-decoration:none;line-height:1.65;font-size:15px;}
   #footer-mobile .footer-mobile-details{list-style:none;padding:0;margin:0;font-size:14px;line-height:1.75;display:grid;grid-template-columns:1fr;gap:6px;}
    #footer-mobile .footer-mobile-details li{color:#333;margin-bottom:0;}
     #footer-mobile .footer-mobile-details .dim{margin-right:6px; color:#5c534f !important;font-weight:500;}
    #footer-mobile .footer-mobile-details a{color:inherit;text-decoration:none;}

  #footer-mobile .footer-mobile-disclaimer{font-size:11px;color:#555;line-height:1.65;border-top:0;background:#f5f5f5;padding:22px 24px 24px;margin:0;}
  #copyright{display:none;}
  #copyright-mobile{display:flex;justify-content:space-between;align-items:flex-start;font-size:12px;text-align:left;border-top:0;background:#f5f5f5;padding:18px 24px 32px;margin-top:0;line-height:1.65;gap:16px;}
  #copyright-mobile .footer-mobile-copyright{flex:1;min-width:0;font-size:13px;font-weight:400;color:#000;}
  #copyright-mobile .footer-mobile-archives{flex-shrink:0;padding-top:2px;}
  #copyright-mobile .footer-mobile-archives a{font-size:11px;color:#999;text-decoration:none;letter-spacing:0.3px;white-space:nowrap;}
  #copyright-mobile .footer-mobile-archives a:hover{color:#777;}
/* Wordpress sub-menu */
/* header.sub-menu,ul.sub-menu{display:none;} */

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
#header-mobile .mobile-topbar{
  grid-template-columns:44px minmax(0,1fr) 44px;
  gap:10px;
}
#header-mobile .mobile-topbar__brand{
  justify-content:center;
}
#header-mobile .mobile-topbar__logo img{
  max-width:220px;
}
#footer-mobile .footer-mobile-contact{
  padding:40px 32px 32px;
}
#footer-mobile .footer-mobile-disclaimer{
  padding:26px 32px 28px;
  font-size:12px;
}
#copyright-mobile{
  padding:22px 32px 40px;
  font-size:13px;
}
#copyright-mobile .footer-mobile-copyright{
  font-size:14px;
}
#copyright-mobile .footer-mobile-archives a{
  font-size:12px;
}
  .footer-mobile-contact-grid{
  gap:20px;
}
  .footer-mobile-social{
  gap:22px;
}
}

/* True mobile size */
@media screen and (max-width: 481px) {
    header.sub-menu,ul.sub-menu{display:none;}
:root{--ortho-float-right:14px;--ortho-float-bottom:14px;--ortho-float-size:40px;--ortho-float-icon:18px;}
    .hku-clinic-widget.is-visible:not(.is-minimized):not(.hku-clinic-widget--solo-only){width:min(calc(100vw - (var(--ortho-float-right) * 2)),calc(100vw - (var(--ortho-float-right) * 2)));max-width:min(calc(100vw - (var(--ortho-float-right) * 2)),calc(100vw - (var(--ortho-float-right) * 2)));}
    .hku-clinic-widget--solo,.hku-clinic-widget--solo-only,.hku-clinic-widget.is-minimized{width:auto!important;max-width:none!important;}
    .hku-clinic-widget__actions{font-size:11px;white-space:normal;}
    .hku-clinic-widget__toggle{font-size:10px;gap:6px;}
    .ortho-home-section__title{font-size:clamp(24px,9vw,32px);}
    .ortho-home-section__link{font-size:11px;}
    .ortho-card-swiper{padding-bottom:0;}
    .ortho-card-swiper__nav{
      width:34px;
      height:56px;
    }
    .ortho-card-swiper__nav i{font-size:16px;}
    .ortho-card-swiper__line{margin-top:22px;}
    .ortho-card-swiper__line-track{height:2px;}
    #banner .sp-buttons{padding:12px 0 16px;gap:7px;}
    #banner .sp-button{flex-basis:6px;width:6px;height:6px;}
    #banner .sp-button.is-active,
    #banner .sp-button.sp-selected-button{flex-basis:30px;width:30px;height:7px;}
    .ortho-home-card__media{aspect-ratio:4/5;}
    .ortho-home-card__body{padding:15px 12px 12px;gap:14px;}
    .ortho-home-card__title{font-size:clamp(16px,4.3vw,19px);}
    .ortho-home-card__excerpt{font-size:14px;line-height:1.38;min-height:5.6em;max-height:5.6em;}
    #page-wrapper{padding-top:62px;}
    .about-subnav-group{top:62px;}
    #header-mobile{padding:8px 10px;}
    #header-mobile .mobile-topbar{grid-template-columns:44px minmax(0,1fr) 44px;gap:8px;}
    #header-mobile .mobile-nav-toggle{width:40px;height:40px;padding:0 10px;}
    #header-mobile .mobile-topbar__logo img{max-width:180px;}
    #header-mobile .mobile-topbar__mark{width:24px;max-width:24px;flex-basis:24px;}
    #navPanel{width:100%;}
    #navPanel .navPanel__inner{padding:16px 14px 22px;}
    #navPanel .navPanel__brandMark{width:38px;flex-basis:38px;}
     #navPanel .navPanel__menu--primary > li > a{font-size:17px;}
     #navPanel .navPanel__menu--secondary > li > a{font-size:14px;}
  #footer-mobile .footer-mobile-contact{padding:32px 20px 24px;}
  .ortho-sibling-nav{padding:32px 20px 24px;}
  #footer-mobile .footer-mobile-disclaimer{padding:20px 20px 22px;}
  #copyright-mobile{
    flex-direction:column;
    align-items:flex-start;
    padding:16px 20px 28px;
    gap:12px;
  }
  #copyright-mobile .footer-mobile-copyright{
    font-size:12px;
  }
  #footer-mobile .footer-mobile-details{gap:8px;}
  }
 
  /* Section sub-page horizontal nav bars (shown on all screens, replaces left sidebar) */
  .about-subnav-group {
  	width: 100%;
  }
  .about-subnav {
  	/* hide scrollbar but keep scrollable */
  	scrollbar-width: none;
  	-ms-overflow-style: none;
  }
  .about-subnav::-webkit-scrollbar {
  	display: none;
  }
  .about-subnav-list {
  	list-style: none;
  	margin: 0;
  	padding: 0;
  }
  .about-subnav a {
  	color: #333;
  	text-decoration: none;
  }
  .about-subnav a[aria-current="page"] {
  	color: #b52827;
  	font-weight: 600;
  	text-decoration: none;
  }
  @media screen and (max-width: 1023px) {
  #header-wrapper {
  	margin: 0;
  	padding: 0;
  	height: 0;
  	min-height: 0;
  	overflow: visible;
  }
  .main-nav-sticky {
  	position: static;
  	background: transparent;
  	margin: 0;
  	padding: 0;
  }
  .main-nav-sticky:not(:has(.about-subnav-group)) {
  	display: none;
  }
  .main-nav-sticky .desktop-main-menu {
  	display: none;
  }
  .ortho-sticky-brand {
  	display: none !important;
  }
  .about-subnav-group {
  	position: fixed;
  	top: 74px;
  	left: 0;
  	right: 0;
  	width: 100%;
  	z-index: 1000;
  	background: #fff;
  	box-shadow: none;
  }
  .about-subnav {
  	display: block;
  	position: static;
  	width: 100%;
  	overflow: visible;
  	background: #fff;
  	border-bottom: 1px solid #ece7df;
  	-webkit-user-select: none;
  	user-select: none;
  }
  .about-subnav__track,
  .about-subsubnav__track,
  .ortho-subnav-track {
  	display: flex;
  	align-items: stretch;
  	position: relative;
  	width: 100%;
  }
  .about-subsubnav {
  	background: #f3f3f3;
  	box-shadow: none;
  	padding: 0;
  }
  .about-subsubnav .about-subnav-list {
  	flex-wrap: nowrap;
  	justify-content: center;
  	padding: 4px 6px;
  }
  .about-subnav.is-scrollable .about-subnav-list,
  .about-subsubnav.is-scrollable .about-subnav-list {
  	justify-content: flex-start;
  }
  .ortho-subnav-scroll {
  	flex: 0 0 auto;
  	display: inline-flex;
  	align-items: center;
  	justify-content: center;
  	width: 28px;
  	min-width: 28px;
  	margin: 0;
  	padding: 0;
  	border: 0;
  	background: #f3f3f3;
  	color: #222;
  	font-size: 24px;
  	font-weight: 700;
  	line-height: 1;
  	cursor: pointer;
  	box-shadow: none;
  }
  .ortho-subnav-scroll:hover,
  .ortho-subnav-scroll:focus,
  .ortho-subnav-scroll:active {
  	color: #000;
  	background: #ebebeb;
  	outline: none;
  }
  .about-subnav:not(.about-subsubnav) .ortho-subnav-scroll {
  	background: #fff;
  }
  .about-subnav:not(.about-subsubnav) .ortho-subnav-scroll:hover,
  .about-subnav:not(.about-subsubnav) .ortho-subnav-scroll:focus,
  .about-subnav:not(.about-subsubnav) .ortho-subnav-scroll:active {
  	background: #f0f0f0;
  }
  .about-subnav.is-scrollable.can-scroll-left .ortho-subnav-track::before,
  .about-subsubnav.is-scrollable.can-scroll-left .ortho-subnav-track::before {
  	content: '';
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 28px;
  	width: 28px;
  	z-index: 2;
  	pointer-events: none;
  }
  .about-subnav.is-scrollable.can-scroll-right .ortho-subnav-track::after,
  .about-subsubnav.is-scrollable.can-scroll-right .ortho-subnav-track::after {
  	content: '';
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	right: 28px;
  	width: 28px;
  	z-index: 2;
  	pointer-events: none;
  }
  .about-subnav:not(.about-subsubnav).is-scrollable.can-scroll-left .ortho-subnav-track::before {
  	background: linear-gradient(to right, #fff 15%, rgba(255, 255, 255, 0));
  }
  .about-subnav:not(.about-subsubnav).is-scrollable.can-scroll-right .ortho-subnav-track::after {
  	background: linear-gradient(to left, #fff 15%, rgba(255, 255, 255, 0));
  }
  .about-subsubnav.is-scrollable.can-scroll-left .ortho-subnav-track::before {
  	background: linear-gradient(to right, #f3f3f3 15%, rgba(243, 243, 243, 0));
  }
  .about-subsubnav.is-scrollable.can-scroll-right .ortho-subnav-track::after {
  	background: linear-gradient(to left, #f3f3f3 15%, rgba(243, 243, 243, 0));
  }
  .about-subsubnav a {
  	font-size: 13px;
  	min-height: 40px;
  	padding: 4px 10px;
  	border-bottom: 0 !important;
  	background: transparent;
  	box-shadow: none;
  }
  .about-subsubnav a[aria-current="page"],
  .about-subsubnav .current_page_ancestor > a,
  .about-subsubnav .current_page_item > a {
  	color: #1a1a1a;
  	font-weight: 700;
  	background: transparent;
  	box-shadow: none;
  }
  .about-subsubnav a[aria-current="page"]:hover,
  .about-subsubnav .current_page_ancestor > a:hover,
  .about-subsubnav .current_page_item > a:hover {
  	color: #1a1a1a;
  	font-weight: 700;
  	background: transparent;
  	box-shadow: none;
  }
  .about-subnav.dragging a {
  	border-bottom-color: transparent !important;
  	outline: none !important;
  	-webkit-tap-highlight-color: transparent;
  }
  	.about-subnav-list {
  		display: flex;
  		flex-wrap: nowrap;
  		align-items: center;
  		padding: 0 4px;
  		white-space: nowrap;
  		margin: 0;
  		flex: 1 1 auto;
  		min-width: 0;
  		overflow-x: auto;
  		overflow-y: visible;
  		-webkit-overflow-scrolling: touch;
  		scrollbar-width: none;
  		-ms-overflow-style: none;
  	}
  	.about-subnav-list::-webkit-scrollbar {
  		display: none;
  		width: 0;
  		height: 0;
  	}
  	.about-subnav-list > li {
  		flex: 0 0 auto;
  	}
  	.about-subnav-list > li > ul {
  		display: none; /* hide grandchild links in the scroll bar; they remain in sidebar DOM */
  	}
  	.about-subnav a {
  		display: inline-flex;
  		align-items: center;
  		position: relative;
  		min-height: 44px;
  		min-width: 44px;
  		padding: 4px 10px;
  		font-size: 14px;
  		line-height: 1.2;
  		border-bottom: 0;
  		white-space: nowrap;
  		box-sizing: border-box;
  	}
  	.about-subnav:not(.about-subsubnav) a[aria-current="page"],
  	.about-subnav:not(.about-subsubnav) .current_page_ancestor > a {
  		color: #b52827;
  		font-weight: 600;
  		text-decoration: none;
  		border-bottom: 0;
  	}
  	.about-subnav a:focus {
  		outline: 2px solid #b52827;
  		outline-offset: -2px;
  	}
  	.about-subnav a:hover {
  		color: #b52827;
  	}
   	.about-subnav-sidebar {
   		display: none;
   	}
   	body.has-about-subnav .cd-container {
   		max-width: none;
   	}
   	body.has-about-subnav #content > .row,
   	body.has-about-subnav .site-content > .row {
   		width: 100%;
   		max-width: none;
   		margin-left: 0;
   		margin-right: 0;
   		box-sizing: border-box;
   	}
   	body.has-about-subnav #content > .row > .9u:only-child,
   	body.has-about-subnav #content > .row > .12u:only-child,
   	body.has-about-subnav #content > .9u,
   	body.has-about-subnav .site-content > .9u,
   	body.has-about-subnav .page-content-wrap > .12u:only-child,
   	body.has-about-subnav .page-content-wrap > .9u:only-child,
   	body.has-about-subnav .page-content-wrap__heading > .12u:only-child,
   	body.has-about-subnav .page-content-wrap__heading > [class~="9u"] {
   		width: 100% !important;
   		max-width: none;
   		margin-left: 0;
   		margin-right: 0;
   		padding-left: 0;
   		padding-right: 0;
   		box-sizing: border-box;
   	}
   	body.has-about-subnav section.section {
   		max-width: none;
   	}
      }

  /* Phone: single-column stack */
  @media screen and (max-width: 767px) {
   	#content > .row,
   	.site-content > .row,
   	.page-content-wrap,
   	.page-content-wrap__heading,
   	body[class*="with-sub-menu"] .page-content-wrap:not(.page-content-wrap--no-sidebar):has(> [class~="6u"]):has(> [class~="3u"]),
   	body[class*="with-sub-menu"] .page-content-wrap__heading:not(.page-content-wrap__heading--no-sidebar):has(> [class~="6u"]):has(> [class~="3u"]),
   	body[class*="with-sub-menu-right-column"] .page-content-wrap,
   	body[class*="with-sub-menu-right-column"] .page-content-wrap__heading {
   		display: block !important;
   		flex-wrap: wrap !important;
   		gap: 0 !important;
   		margin: 0 !important;
   		padding-left: 0;
   		padding-right: 0;
   		box-sizing: border-box;
   	}
   	#content > .row > *,
   	.site-content > .row > *,
   	.page-content-wrap > *,
   	.page-content-wrap__heading > *,
   	body[class*="with-sub-menu"] .page-content-wrap:not(.page-content-wrap--no-sidebar) > [class~="6u"],
   	body[class*="with-sub-menu"] .page-content-wrap:not(.page-content-wrap--no-sidebar) > [class~="3u"],
   	body[class*="with-sub-menu"] .page-content-wrap__heading:not(.page-content-wrap__heading--no-sidebar) > [class~="6u"],
   	body[class*="with-sub-menu"] .page-content-wrap__heading:not(.page-content-wrap__heading--no-sidebar) > [class~="3u"],
   	body[class*="with-sub-menu-right-column"] .page-content-wrap > [class~="6u"],
   	body[class*="with-sub-menu-right-column"] .page-content-wrap > [class~="3u"],
   	body[class*="with-sub-menu-right-column"] .page-content-wrap__heading > [class~="6u"],
   	body[class*="with-sub-menu-right-column"] .page-content-wrap__heading > [class~="3u"] {
   		flex: none !important;
   		width: 100% !important;
   		max-width: 100% !important;
   		float: none !important;
   		margin: 0 !important;
   		margin-left: 0 !important;
   		padding-left: 0 !important;
   	}
      }
  
  @media screen and (min-width: 1024px) {
    .about-subnav {
      display: block;
      position: static;
      overflow: visible;
      -webkit-overflow-scrolling: touch;
      background: #fff;
      border-bottom: 1px solid #ece7df;
      box-shadow: none;
      scrollbar-width: none;
      -ms-overflow-style: none;
      width: 100%;
    }
    .about-subnav:not(.about-subsubnav) .about-subnav__track,
    .about-subnav:not(.about-subsubnav) .ortho-subnav-track {
      display: block;
      width: 100%;
    }
    .about-subnav:not(.about-subsubnav) .ortho-subnav-scroll {
      display: none !important;
    }
    .about-subnav::-webkit-scrollbar {
      display: none;
    }
    .about-subnav-list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 4px 0;
      white-space: nowrap;
      margin: 0 auto;
      max-width: 1700px;
      width: 100%;
      flex: 1 1 auto;
      min-width: 0;
      overflow: visible;
    }
    .about-subnav-list.is-balanced-rows {
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      column-gap: 6px;
      row-gap: 2px;
      padding: 4px 12px;
    }
    .about-subnav:not(.about-subsubnav) .about-subnav-list.is-balanced-rows a {
      padding-left: 10px;
      padding-right: 10px;
    }
    .about-subsubnav .about-subnav-list.is-balanced-rows a {
      padding-left: 8px;
      padding-right: 8px;
    }
    .about-subnav-list > li {
      flex: 0 0 auto;
    }
    .about-subnav-list > li.ortho-subnav-row-break {
      flex-basis: 100%;
      width: 0;
      height: 0;
      overflow: hidden;
      padding: 0 !important;
      margin: 0 !important;
      border: 0;
      list-style: none;
    }
    .about-subnav-list > li > ul {
      display: none;
    }
    .about-subnav a {
      display: inline-flex;
      align-items: center;
      position: relative;
      min-height: 40px;
      padding: 6px 14px;
      font-size: 15px;
      line-height: 1.2;
      border-bottom: 0;
      white-space: nowrap;
      box-sizing: border-box;
      color: #555;
    }
    .about-subnav:not(.about-subsubnav) a[aria-current="page"],
    .about-subnav:not(.about-subsubnav) .current_page_ancestor > a {
      color: #b52827;
      font-weight: 600;
      text-decoration: none;
      border-bottom: 0;
    }
    .about-subnav:not(.about-subsubnav) a:hover {
      color: #b52827;
    }
    .about-subnav-sidebar {
      display: none;
    }
    .about-subsubnav {
      background: #f3f3f3;
      box-shadow: none;
      padding: 0;
    }
    .about-subsubnav__track {
      display: flex;
      align-items: stretch;
      position: relative;
      width: 100%;
      max-width: 1700px;
      margin: 0 auto;
    }
    .about-subsubnav .about-subnav-list {
      flex-wrap: nowrap;
      justify-content: center;
      overflow-x: auto;
      overflow-y: hidden;
      max-width: none;
      padding: 6px 8px;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }
    .about-subsubnav.is-scrollable .about-subnav-list {
      justify-content: flex-start;
    }
    .about-subsubnav .about-subnav-list::-webkit-scrollbar {
      display: none;
    }
    .about-subsubnav.is-scrollable.can-scroll-left .ortho-subnav-track::before,
    .about-subsubnav.is-scrollable.can-scroll-right .ortho-subnav-track::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 28px;
      z-index: 2;
      pointer-events: none;
    }
    .about-subsubnav.is-scrollable.can-scroll-left .ortho-subnav-track::before {
      left: 32px;
      background: linear-gradient(to right, #f3f3f3 15%, rgba(243, 243, 243, 0));
    }
    .about-subsubnav.is-scrollable.can-scroll-right .ortho-subnav-track::after {
      right: 32px;
      background: linear-gradient(to left, #f3f3f3 15%, rgba(243, 243, 243, 0));
    }
    .ortho-subnav-scroll {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      min-width: 32px;
      margin: 0;
      padding: 0;
      border: 0;
      background: #f3f3f3;
      color: #222;
      font-size: 26px;
      font-weight: 700;
      line-height: 1;
      cursor: pointer;
      box-shadow: none;
    }
    .ortho-subnav-scroll:hover,
    .ortho-subnav-scroll:focus,
    .ortho-subnav-scroll:active {
      color: #000;
      background: #ebebeb;
      outline: none;
    }
    .about-subsubnav a {
      font-size: 14px;
      min-height: 36px;
      padding: 6px 12px;
      color: #666;
      border-bottom: 0 !important;
      background: transparent;
      box-shadow: none;
    }
    .about-subsubnav a[aria-current="page"],
    .about-subsubnav .current_page_ancestor > a,
    .about-subsubnav .current_page_item > a {
      color: #1a1a1a;
      font-weight: 700;
      background: transparent;
      box-shadow: none;
    }
    .about-subsubnav a:hover {
      color: #333;
      background: transparent;
    }
    .about-subsubnav a[aria-current="page"]:hover,
    .about-subsubnav .current_page_ancestor > a:hover,
    .about-subsubnav .current_page_item > a:hover {
      color: #1a1a1a;
      font-weight: 700;
      background: transparent;
      box-shadow: none;
    }
    /* Single sticky unit: red main menu + sub-menu + sub-sub-menu scroll together */
    .main-nav-sticky {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 20000;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      overflow: visible;
      background: #fff;
      box-shadow: none;
      transition: box-shadow 0.65s ease-in-out;
    }
    .main-nav-sticky.is-nav-compact {
      box-shadow: 0 4px 18px rgba(32, 23, 21, 0.1);
    }
    .main-nav-sticky .desktop-main-menu {
      display: flex;
      align-items: stretch;
      width: 100%;
      overflow: visible;
      background: #b52827;
      --ortho-main-nav-bar-height: 60px;
    }
    .main-nav-sticky .menu-main-container,
    .main-nav-sticky .menu-main-chinese-container {
      display: flex;
      align-items: stretch;
      height: var(--ortho-main-nav-bar-height);
      min-height: var(--ortho-main-nav-bar-height);
      max-height: var(--ortho-main-nav-bar-height);
      margin: 0;
    }
    .main-nav-sticky .menu-main-container > ul,
    .main-nav-sticky .menu-main-chinese-container > ul {
      display: flex;
      align-items: stretch;
      height: 100%;
      min-height: 100%;
      margin: 0;
      line-height: 1;
      box-sizing: border-box;
    }
    .main-nav-sticky #menu-main > li:not(.right-aligned-start):not(.right-aligned-start ~ li),
    .main-nav-sticky #menu-main-chinese > li:not(.right-aligned-start):not(.right-aligned-start ~ li) {
      display: flex !important;
      align-items: stretch;
      align-self: stretch;
      height: 100%;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: top;
    }
    .main-nav-sticky #menu-main .menu-item-search,
    .main-nav-sticky #menu-main-chinese .menu-item-search {
      display: flex !important;
      align-items: stretch;
      align-self: stretch;
      height: 100%;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: auto;
      vertical-align: top;
    }
    .main-nav-sticky .menu-main-container > ul > li > a,
    .main-nav-sticky .menu-main-chinese-container > ul > li > a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      min-height: 0;
      max-height: none;
      box-sizing: border-box;
      padding: 0 9px !important;
      line-height: 1;
    }
    .ortho-sticky-brand {
      display: inline-flex;
      align-items: center;
      flex: 0 0 auto;
      align-self: stretch;
      gap: 10px;
      max-width: 0;
      opacity: 0;
      visibility: hidden;
      overflow: hidden;
      padding: 0;
      background: #fff;
      border-right: 0;
      text-decoration: none;
      white-space: nowrap;
      transition:
        opacity 0.85s ease-in-out,
        visibility 0.85s ease-in-out,
        max-width 0.95s ease-in-out,
        padding 0.95s ease-in-out;
    }
    .main-nav-sticky.is-nav-compact .ortho-sticky-brand {
      max-width: 280px;
      opacity: 1;
      visibility: visible;
      padding: 0 18px 0 max(20px, calc((100vw - 1700px) / 2 + 20px));
      transition:
        opacity 0.9s ease-in-out 0.08s,
        visibility 0.9s ease-in-out 0.08s,
        max-width 1s ease-in-out,
        padding 1s ease-in-out;
    }
    .ortho-sticky-brand__logo,
    .ortho-sticky-brand__mark {
      opacity: 0;
      transition: opacity 0.8s ease-in-out;
    }
    .main-nav-sticky.is-nav-compact .ortho-sticky-brand__logo,
    .main-nav-sticky.is-nav-compact .ortho-sticky-brand__mark {
      opacity: 1;
      transition: opacity 0.95s ease-in-out 0.18s;
    }
    .ortho-sticky-brand__logo {
      display: block;
      width: auto;
      height: 34px;
      max-width: 190px;
      object-fit: contain;
      object-position: left center;
    }
    .ortho-sticky-brand__mark {
      display: block;
      width: auto;
      height: 30px;
      flex: 0 0 auto;
      object-fit: contain;
      transition-delay: 0.24s;
    }
    .main-nav-sticky.is-nav-compact .menu-main-container > ul > li > a,
    .main-nav-sticky.is-nav-compact .menu-main-chinese-container > ul > li > a {
      font-size: 15px;
    }
    .main-nav-sticky.is-nav-compact .ortho-sticky-brand {
      height: var(--ortho-main-nav-bar-height);
      min-height: var(--ortho-main-nav-bar-height);
      max-height: var(--ortho-main-nav-bar-height);
    }
    .main-nav-sticky.is-nav-compact .ortho-sticky-brand__logo {
      height: auto;
      max-height: 40px;
      max-width: 210px;
    }
    .main-nav-sticky.is-nav-compact .ortho-sticky-brand__mark {
      height: auto;
      max-height: 36px;
      transition-delay: 0.28s;
    }
    .main-nav-sticky .desktop-main-menu > .menu-main-container,
    .main-nav-sticky .desktop-main-menu > .menu-main-chinese-container {
      flex: 1 1 auto;
      min-width: 0;
      margin-top: 0;
    }
    .main-nav-sticky.is-nav-compact #menu-main,
    .main-nav-sticky.is-nav-compact #menu-main-chinese {
      justify-content: center;
      padding-left: 20px;
      padding-right: 20px;
    }
    .main-nav-sticky .desktop-main-menu,
    .main-nav-sticky .about-subnav-group,
    .main-nav-sticky .about-subnav {
      position: static;
      flex-shrink: 0;
      width: 100%;
    }
    .main-nav-sticky .menu-main-container,
    .main-nav-sticky .menu-main-chinese-container {
      margin-top: 0;
    }
    .about-subnav-group {
      position: static;
      width: 100%;
    }
    #header .header-logo-group {
      margin-bottom: 5px;
    }
  }

  @media screen and (min-width: 1400px) {
    .about-subnav a {
      font-size: 16px;
      min-height: 42px;
      padding: 7px 16px;
    }
    .about-subsubnav a {
      font-size: 15px;
      min-height: 38px;
      padding: 7px 14px;
    }
  }
  
    @media (min-width: 1024px) {
      #footer-wrapper {
        padding: 0;
        width: 100%;
        max-width: none;
        margin: 0;
        background: #f7f7f7;
      }
      #footer {
        padding: 0;
        width: 100%;
      }
      #content > .row > *,
      .site-content > .row > * {
        float: none;
      }
      }

    @media screen and (min-width: 1401px) {
      /* Center content block on very large screens only */
      #content > .row:not(.single-post-main):not(.single-related-wrap),
      .site-content > .row:not(.single-post-main):not(.single-related-wrap),
      #content > .row.page-content-wrap:not(.single-post-main):not(.single-related-wrap),
      #content > .row.page-content-wrap__heading,
      .site-content > .row.page-content-wrap:not(.single-post-main):not(.single-related-wrap),
      .site-content > .row.page-content-wrap__heading {
        max-width: var(--ortho-page-narrow-max-width) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        box-sizing: border-box;
      }
      body.single #content > .row.single-post-main,
      body.single .site-content > .row.single-post-main,
      body.single .page-content-wrap.single-post-main {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start;
        justify-content: flex-start !important;
        width: 100% !important;
        max-width: var(--ortho-page-narrow-max-width) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box;
      }
      body.single .page-content-wrap.single-related-wrap {
        display: flex !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        max-width: var(--ortho-page-max-width) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box;
      }
      #content > .row.page-content-wrap::before,
      #content > .row.page-content-wrap::after,
      #content > .row.page-content-wrap__heading::before,
      #content > .row.page-content-wrap__heading::after,
      .site-content > .row.page-content-wrap::before,
      .site-content > .row.page-content-wrap::after,
      .site-content > .row.page-content-wrap__heading::before,
      .site-content > .row.page-content-wrap__heading::after,
      #content > .row:not(.single-post-main):not(.single-related-wrap)::before,
      #content > .row:not(.single-post-main):not(.single-related-wrap)::after,
      .site-content > .row:not(.single-post-main):not(.single-related-wrap)::before,
      .site-content > .row:not(.single-post-main):not(.single-related-wrap)::after {
        display: none !important;
        content: none !important;
      }
      #content > .row.page-content-wrap > *,
      #content > .row.page-content-wrap__heading > *,
      .site-content > .row.page-content-wrap > *,
      .site-content > .row.page-content-wrap__heading > *,
      #content > .row:not(.single-post-main):not(.single-related-wrap) > *,
      .site-content > .row:not(.single-post-main):not(.single-related-wrap) > * {
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box;
      }
      #content > .row.page-content-wrap--no-sidebar,
      .site-content > .row.page-content-wrap--no-sidebar,
      body[class*="with-sub-menu-right-column"] #content > .row,
      body[class*="with-sub-menu-right-column"] .site-content > .row,
      body[class*="with-sub-menu-right-column"] .page-content-wrap,
      body[class*="with-sub-menu-right-column"] .page-content-wrap__heading {
        max-width: var(--ortho-page-narrow-max-width) !important;
        margin-left: auto;
        margin-right: auto;
      }
      /* 6u + 3u pages: match centered page layout like knowledge pages */
      body[class*="with-sub-menu-right-column"] #content > .row,
      body[class*="with-sub-menu-right-column"] .site-content > .row,
      body[class*="with-sub-menu-right-column"] .page-content-wrap,
      body[class*="with-sub-menu-right-column"] .page-content-wrap__heading {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 48px;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        box-sizing: border-box;
      }
      body[class*="with-sub-menu-right-column"] .page-content-wrap__heading {
        max-width: var(--ortho-page-narrow-max-width) !important;
        margin-left: auto;
        margin-right: auto;
      }
      body[class*="with-sub-menu-right-column"] .page-content-wrap__heading > [class~="6u"] {
        flex: 0 0 calc((100% - 48px) * 3 / 4) !important;
        width: calc((100% - 48px) * 3 / 4) !important;
        max-width: calc((100% - 48px) * 3 / 4) !important;
        min-width: 0 !important;
        float: none !important;
      }
      body[class*="with-sub-menu-right-column"] .page-content-wrap__heading > [class~="3u"] {
        flex: 0 0 calc((100% - 48px) / 4) !important;
        width: calc((100% - 48px) / 4) !important;
        max-width: none !important;
        min-width: 0 !important;
        float: none !important;
      }
      #content > .row:not(.single-post-main):has(> [class~="6u"]):has(> [class~="3u"]) > [class~="6u"],
      .site-content > .row:not(.single-post-main):has(> [class~="6u"]):has(> [class~="3u"]) > [class~="6u"],
      body[class*="with-sub-menu-right-column"] #content > .row > [class~="6u"],
      body[class*="with-sub-menu-right-column"] .site-content > .row > [class~="6u"],
      body[class*="with-sub-menu-right-column"] .page-content-wrap > [class~="6u"],
      body[class*="with-sub-menu-right-column"] .page-content-wrap__heading > [class~="6u"],
      body[class*="with-sub-menu"] .page-content-wrap:not(.page-content-wrap--no-sidebar):has(> [class~="6u"]):has(> [class~="3u"]) > [class~="6u"],
      body[class*="with-sub-menu"] .page-content-wrap__heading:not(.page-content-wrap__heading--no-sidebar):has(> [class~="6u"]):has(> [class~="3u"]) > [class~="6u"],
      body[class*="with-right-column"] #content > .row > [class~="6u"],
      body[class*="with-right-column"] .site-content > .row > [class~="6u"] {
        flex: 0 0 calc((100% - 48px) * 3 / 4) !important;
        width: calc((100% - 48px) * 3 / 4) !important;
        max-width: calc((100% - 48px) * 3 / 4) !important;
        min-width: 0 !important;
        float: none !important;
      }
      #content > .row:not(.single-post-main):has(> [class~="6u"]):has(> [class~="3u"]) > [class~="3u"],
      .site-content > .row:not(.single-post-main):has(> [class~="6u"]):has(> [class~="3u"]) > [class~="3u"],
      body[class*="with-sub-menu-right-column"] #content > .row > [class~="3u"],
      body[class*="with-sub-menu-right-column"] .site-content > .row > [class~="3u"] {
        flex: 0 0 calc((100% - 48px) / 4) !important;
        width: calc((100% - 48px) / 4) !important;
        max-width: none !important;
        min-width: 0 !important;
        float: none !important;
      }
      body[class*="with-sub-menu"] .page-content-wrap--no-sidebar,
      body[class*="with-sub-menu"] .page-content-wrap__heading--no-sidebar {
        flex-wrap: wrap !important;
        gap: 0;
        max-width: var(--ortho-page-narrow-max-width) !important;
      }
      body[class*="with-sub-menu"] .page-content-wrap--no-sidebar > [class~="6u"],
      body[class*="with-sub-menu"] .page-content-wrap__heading--no-sidebar > [class~="6u"],
      #content > .row.page-content-wrap--no-sidebar > [class~="6u"],
      #content > .row.page-content-wrap__heading--no-sidebar > [class~="6u"],
      .site-content > .row.page-content-wrap--no-sidebar > [class~="6u"],
      .site-content > .row.page-content-wrap__heading--no-sidebar > [class~="6u"] {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
      }
      body[class*="with-sub-menu"] .page-content-wrap:not(.single-related-wrap):not(.page-content-wrap--no-sidebar):has(> [class~="6u"]):has(> [class~="3u"]),
      body[class*="with-sub-menu"] .page-content-wrap__heading:not(.page-content-wrap__heading--no-sidebar):has(> [class~="6u"]):has(> [class~="3u"]) {
        flex-wrap: nowrap !important;
        gap: 48px;
        max-width: var(--ortho-page-narrow-max-width) !important;
      }
      body[class*="page-template"]:not(.home) .page-content-wrap:not(.single-related-wrap),
      body[class*="page-template"]:not(.home) .page-content-wrap__heading {
        max-width: var(--ortho-page-narrow-max-width) !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }
      .page-content-wrap > .12u,
      .page-content-wrap > .9u,
      .page-content-wrap__heading > .12u,
      .page-content-wrap__heading > .9u {
        width: 100%;
        max-width: none;
        margin-left: 0;
        float: none;
      }
      /* Page templates: single column fills the same page container */
      body[class*="page-template"]:not(.home) #content > .row > [class~="9u"]:only-child,
      body[class*="page-template"]:not(.home) .site-content > .row > [class~="9u"]:only-child,
      body[class*="page-template"]:not(.home) .page-content-wrap > [class~="9u"]:only-child,
      body[class*="page-template"]:not(.home) .page-content-wrap__heading > [class~="9u"]:only-child,
      body[class*="page-template"]:not(.home) #content > .row > [class~="12u"]:only-child,
      body[class*="page-template"]:not(.home) .site-content > .row > [class~="12u"]:only-child,
      body[class*="page-template"]:not(.home) .page-content-wrap > [class~="12u"]:only-child,
      body[class*="page-template"]:not(.home) .page-content-wrap__heading > [class~="12u"]:only-child {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        flex: 0 0 100% !important;
        float: none !important;
      }
      #content > .9u,
      .site-content > .9u,
      #content > .row + .9u,
      .site-content > .row + .9u {
        width: 75%;
        max-width: calc(var(--ortho-page-max-width) * 0.75);
        margin-left: auto;
        margin-right: auto;
        float: none;
      }
      /* 9u + 3u rows (single posts, etc.) */
      #content > .row:has(> [class~="9u"]):has(> [class~="3u"]),
      .site-content > .row:has(> [class~="9u"]):has(> [class~="3u"]) {
        gap: 24px;
      }
      #content > .row > [class~="9u"]:has(+ [class~="3u"]),
      .site-content > .row > [class~="9u"]:has(+ [class~="3u"]) {
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        float: none !important;
      }
      #content > .row > [class~="9u"]:has(+ [class~="3u"]) + [class~="3u"],
      .site-content > .row > [class~="9u"]:has(+ [class~="3u"]) + [class~="3u"] {
        flex: 0 0 calc((100% - 24px) / 4) !important;
        width: calc((100% - 24px) / 4) !important;
        max-width: none !important;
        min-width: 0 !important;
        float: none !important;
      }
    }

    /* Tablet / iPad: full-width rows, two columns edge-to-edge inside page padding */
    @media screen and (min-width: 768px) and (max-width: 1400px) {
      body:not(.home) #main-content,
      body:not(.home) #primary,
      body:not(.home) #content,
      body:not(.home) .content-area,
      body:not(.home) .site-content {
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box;
      }
      body:not(.home) .cd-container {
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      #content > .row:not(.single-post-main):not(.single-related-wrap),
      .site-content > .row:not(.single-post-main):not(.single-related-wrap),
      .page-content-wrap:not(.single-post-main):not(.single-related-wrap),
      .page-content-wrap__heading,
      body.has-about-subnav #content > .row,
      body.has-about-subnav .site-content > .row {
        display: flex !important;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        box-sizing: border-box;
        justify-content: flex-start !important;
        float: none !important;
      }
      body.single .page-content-wrap.single-post-main,
      body.single .page-content-wrap.single-related-wrap {
        display: flex !important;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100% !important;
        max-width: var(--ortho-page-narrow-max-width) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box;
        justify-content: flex-start !important;
        float: none !important;
      }
      body.single .page-content-wrap.single-related-wrap {
        max-width: var(--ortho-page-max-width) !important;
      }
      #content > .row::before,
      #content > .row::after,
      .site-content > .row::before,
      .site-content > .row::after,
      .page-content-wrap::before,
      .page-content-wrap::after,
      .page-content-wrap__heading::before,
      .page-content-wrap__heading::after {
        display: none !important;
        content: none !important;
      }
      body[class*="page-template"]:not(.home) .page-content-wrap:not(.single-related-wrap),
      body[class*="page-template"]:not(.home) .page-content-wrap__heading,
      body[class*="page-template"]:not(.home) #content > .row:not(.single-post-main):not(.single-related-wrap),
      body[class*="page-template"]:not(.home) .site-content > .row:not(.single-post-main):not(.single-related-wrap) {
        max-width: var(--ortho-page-narrow-max-width) !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }
      #content > .row > *,
      .site-content > .row > *,
      .page-content-wrap > *,
      .page-content-wrap__heading > * {
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box;
      }
      #content > .row > [class~="12u"],
      .site-content > .row > [class~="12u"],
      .page-content-wrap > [class~="12u"],
      .page-content-wrap__heading > [class~="12u"],
      #content > .row > [class~="9u"],
      .site-content > .row > [class~="9u"],
      .page-content-wrap > [class~="9u"],
      .page-content-wrap__heading > [class~="9u"],
      body.has-about-subnav #content > .row > [class~="9u"],
      body.has-about-subnav #content > .row > [class~="12u"],
      body.has-about-subnav .page-content-wrap > [class~="9u"],
      body.has-about-subnav .page-content-wrap > [class~="12u"],
      body.has-about-subnav .page-content-wrap__heading > [class~="9u"],
      body.has-about-subnav .page-content-wrap__heading > [class~="12u"] {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
      }
      /* 6u + 3u pages: stretch to full row width (2:1), sidebar flush right */
      #content > .row:not(.single-post-main):has(> [class~="6u"]):has(> [class~="3u"]),
      .site-content > .row:not(.single-post-main):has(> [class~="6u"]):has(> [class~="3u"]),
      body[class*="with-sub-menu-right-column"] #content > .row,
      body[class*="with-sub-menu-right-column"] .site-content > .row,
      body[class*="with-sub-menu-right-column"] .page-content-wrap,
      body[class*="with-sub-menu-right-column"] .page-content-wrap__heading {
        flex-wrap: nowrap !important;
        gap: 48px;
        align-items: flex-start !important;
      }
      body[class*="with-sub-menu-right-column"] .page-content-wrap__heading > [class~="6u"] {
        flex: 0 0 calc((100% - 48px) * 3 / 4) !important;
        width: calc((100% - 48px) * 3 / 4) !important;
        max-width: calc((100% - 48px) * 3 / 4) !important;
        min-width: 0 !important;
      }
      body[class*="with-sub-menu-right-column"] .page-content-wrap__heading > [class~="3u"] {
        flex: 0 0 calc((100% - 48px) / 4) !important;
        width: calc((100% - 48px) / 4) !important;
        max-width: none !important;
        min-width: 0 !important;
      }
      body[class*="with-right-column"] #content > .row,
      body[class*="with-right-column"] .page-content-wrap,
      body[class*="with-right-column"]:not([class*="with-sub-menu"]) .page-content-wrap__heading {
        flex-wrap: nowrap !important;
        gap: 24px;
        align-items: flex-start !important;
      }
      body[class*="with-right-column"]:not([class*="with-sub-menu"]) .page-content-wrap__heading {
        display: flex !important;
        width: 100% !important;
        box-sizing: border-box;
      }
      body[class*="with-right-column"]:not([class*="with-sub-menu"]) .page-content-wrap__heading > [class~="9u"] {
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
      }
      body[class*="with-right-column"]:not([class*="with-sub-menu"]) .page-content-wrap__heading > [class~="3u"] {
        flex: 0 0 calc((100% - 24px) / 4) !important;
        width: calc((100% - 24px) / 4) !important;
        max-width: none !important;
        min-width: 0 !important;
      }
      #content > .row:not(.single-post-main):not(.page-content-wrap--no-sidebar):not(.page-content-wrap__heading--no-sidebar):has(> [class~="3u"]) > [class~="6u"],
      .site-content > .row:not(.single-post-main):not(.page-content-wrap--no-sidebar):not(.page-content-wrap__heading--no-sidebar):has(> [class~="3u"]) > [class~="6u"],
      body.has-about-subnav #content > .row:not(.page-content-wrap--no-sidebar):not(.page-content-wrap__heading--no-sidebar):has(> [class~="3u"]) > [class~="6u"],
      body.has-about-subnav .site-content > .row:not(.page-content-wrap--no-sidebar):not(.page-content-wrap__heading--no-sidebar):has(> [class~="3u"]) > [class~="6u"],
      body[class*="with-sub-menu-right-column"] #content > .row > [class~="6u"],
      body[class*="with-sub-menu-right-column"] .page-content-wrap > [class~="6u"],
      body[class*="with-sub-menu-right-column"] .page-content-wrap__heading > [class~="6u"],
      body[class*="with-right-column"] #content > .row > [class~="6u"] {
        flex: 0 0 calc((100% - 48px) * 3 / 4) !important;
        width: calc((100% - 48px) * 3 / 4) !important;
        max-width: calc((100% - 48px) * 3 / 4) !important;
        min-width: 0 !important;
      }
      #content > .row:not(.single-post-main):has(> [class~="6u"]):has(> [class~="3u"]) > [class~="3u"],
      .site-content > .row:not(.single-post-main):has(> [class~="6u"]):has(> [class~="3u"]) > [class~="3u"],
      body.has-about-subnav #content > .row:has(> [class~="6u"]):has(> [class~="3u"]) > [class~="3u"],
      body.has-about-subnav .site-content > .row:has(> [class~="6u"]):has(> [class~="3u"]) > [class~="3u"],
      body[class*="with-sub-menu-right-column"] #content > .row > [class~="3u"],
      body[class*="with-sub-menu-right-column"] .site-content > .row > [class~="3u"] {
        flex: 0 0 calc((100% - 48px) / 4) !important;
        width: calc((100% - 48px) / 4) !important;
        max-width: none !important;
        min-width: 0 !important;
      }
      /* 9u + 3u pages: 3:1 full-width split */
      #content > .row:has(> [class~="9u"]):has(> [class~="3u"]),
      .site-content > .row:has(> [class~="9u"]):has(> [class~="3u"]) {
        flex-wrap: nowrap !important;
        gap: 24px;
      }
      #content > .row > [class~="9u"]:has(+ [class~="3u"]),
      .site-content > .row > [class~="9u"]:has(+ [class~="3u"]),
      body.has-about-subnav #content > .row > [class~="9u"]:has(+ [class~="3u"]),
      body.has-about-subnav .site-content > .row > [class~="9u"]:has(+ [class~="3u"]) {
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
      }
      #content > .row > [class~="9u"]:has(+ [class~="3u"]) + [class~="3u"],
      .site-content > .row > [class~="9u"]:has(+ [class~="3u"]) + [class~="3u"],
      body.has-about-subnav #content > .row > [class~="9u"]:has(+ [class~="3u"]) + [class~="3u"],
      body.has-about-subnav .site-content > .row > [class~="9u"]:has(+ [class~="3u"]) + [class~="3u"] {
        flex: 0 0 calc((100% - 24px) / 4) !important;
        width: calc((100% - 24px) / 4) !important;
        max-width: none !important;
        min-width: 0 !important;
      }
      section.section:not(.ortho-search-page) {
        max-width: none;
      }
      body.search section.section.ortho-search-page,
      body.search-results section.section.ortho-search-page {
        max-width: 860px !important;
        width: 100%;
        margin-inline: auto;
      }
    }

    @media (min-width: 1024px) {
     #footer-wrapper a { color: #000 !important; }
     #footer-wrapper a:hover { color: #b52827 !important; }
     #footer-wrapper h2, #footer-wrapper h2 a { color: #b52827 !important; border-bottom: 0; font-size: 13px; font-weight: 700; letter-spacing: 0.02em; text-transform: none; }
     .footer-contact-large .footer-contact__title {
       font-size: clamp(20px, 2vw, 26px) !important;
       font-weight: 700 !important;
       letter-spacing: -0.02em !important;
       text-transform: none !important;
     }
      .footer-contact-large {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 40px max(32px, calc((100% - var(--ortho-page-max-width)) / 2));
        background: #fafafa;
        border-bottom: 0;
        box-sizing: border-box;
      }
      .footer-contact-large .contact-header {
        max-width: var(--ortho-page-max-width);
        margin: 0 auto;
      }
       .footer-contact-large .contact-header {
         display: flex;
         justify-content: space-between;
         align-items: flex-start;
         margin-bottom: 16px;
       }
        .footer-contact-large .contact-us {
          flex: 1;
          min-width: 0;
        }
        .footer-contact-large .contact-follow {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          flex-shrink: 0;
          margin-left: 32px;
        }
        .footer-contact-large .contact-follow .footer-contact__title--social {
          margin-top: 0;
        }
        .footer-contact-large .contact-body {
          display: flex;
          flex-direction: column;
          gap: 28px;
          font-size: 16px;
          line-height: 1.7;
        }
        .footer-contact-large .contact-row {
          display: grid;
          grid-template-columns: 1.65fr 1.35fr;
          gap: 32px;
          align-items: start;
          max-width: 90%;
        }

       .footer-contact-large .contact-location {
         font-size: inherit;
         line-height: inherit;
       }
       .footer-contact-large .contact-location__dept {
         margin-bottom: clamp(16px, 2.2vw, 24px);
         font-size: clamp(16px, 1.25vw, 19px);
       }
      .footer-contact-large .contact-location a {
        display: block;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
      }
     .footer-contact-large .contact-location a {
       color: inherit;
       text-decoration: none;
     }
     .footer-contact-large .contact-location a:hover {
       text-decoration: underline;
     }
      .footer-contact-large .contact-info div {
        margin-bottom: 8px;
        display: flex;
        align-items: center;
      }
      .footer-contact-large .contact-info .dim {
        margin-right: 8px;
        color: #5c534f;
        font-weight: 500;
      }
      .footer-contact-large .contact-info i {
        width: 16px;
        color: #b52827;
        margin-right: 8px;
        flex-shrink: 0;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: inherit;
      }
     .footer-contact-large .contact-info a {
       color: inherit;
       text-decoration: none;
     }
      .footer-contact-large .contact-info a:hover {
        text-decoration: underline;
      }
   
      .footer-menus {
       display: grid;
       grid-template-columns: repeat(5, 1fr);
       gap: 28px;
       width: 100%;
       max-width: none;
       margin: 0;
       padding: 36px max(32px, calc((100% - var(--ortho-page-max-width)) / 2));
       background: #fafafa;
       box-sizing: border-box;
     }
     .footer-menus .footer-col {
     }
     .footer-menus .divided {
       font-size: 13px;
       line-height: 1.65;
       list-style: none;
       padding: 0;
       margin: 8px 0 0;
     }
     .footer-menus .divided li {
       margin-bottom: 4px;
     }
     .footer-menus .divided li a {
       text-decoration: none;
     }
     .footer-menus .divided li a:hover {
       text-decoration: underline;
     }
  
      #copyright {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 28px max(32px, calc((100% - var(--ortho-page-max-width)) / 2)) 32px;
        padding-right: max(120px, calc((100% - var(--ortho-page-max-width)) / 2 + 88px));
        font-size: 12px;
        border-top: 0;
        background: #f5f5f5;
        color: #666;
        line-height: 1.6;
        text-align: left;
        box-sizing: border-box;
      }
      #copyright .footer-legal {
        max-width: 1320px;
        margin: 0 0 10px;
        padding: 0 4px 0 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 32px;
      }
      #copyright .disclaimer {
        flex: 1;
        min-width: 0;
        margin: 0;
        padding: 0;
        font-size: 11px;
        line-height: 1.65;
        text-align: left;
        color: #555;
      }
      #copyright .footer-archives {
        flex-shrink: 0;
        padding-top: 2px;
        text-align: right;
      }
      #copyright .footer-archives a {
        font-size: 11px;
        color: #999;
        text-decoration: none;
        letter-spacing: 0.3px;
        white-space: nowrap;
      }
      #copyright .footer-archives a:hover {
        color: #777;
        text-decoration: none;
      }
      #copyright .footer-bottom {
        max-width: 1320px;
        margin: 0;
        padding: 22px 0 0;
      }
      #copyright .footer-bottom .links {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 15px;
        font-weight: 400;
        color: #000;
        line-height: 1.55;
        text-align: left;
      }
     }

      @media (min-width: 1440px) {
        #footer-wrapper {
          padding: 0;
        }
        .footer-contact-large {
          padding: 48px max(48px, calc((100% - var(--ortho-page-max-width)) / 2));
        }
        .ortho-sibling-nav {
          padding: 48px max(48px, calc((100% - var(--ortho-page-max-width)) / 2));
        }
         .footer-contact-large .contact-header {
           display: flex;
           justify-content: space-between;
           align-items: flex-start;
           margin-bottom: 18px;
         }
         .footer-contact-large .contact-us {
           flex: 1;
           min-width: 0;
         }
         .footer-contact-large .contact-follow {
           display: flex;
           flex-direction: column;
           align-items: flex-start;
           flex-shrink: 0;
           margin-left: 40px;
         }
         .footer-contact-large .social-icons a {
           font-size: 24px;
         }
         .footer-contact-large .contact-body {
           gap: 32px;
           font-size: 17px;
           line-height: 1.75;
         }
         .footer-contact-large .contact-row {
           grid-template-columns: 1.75fr 1.4fr;
           gap: 36px;
           max-width: 88%;
         }
         .footer-contact-large .social-icons {
           gap: 22px;
         }

         .footer-contact-large .contact-location {
           font-size: inherit;
           line-height: inherit;
         }
         .footer-contact-large .contact-location__dept {
           margin-bottom: 24px;
           font-size: 19px;
         }
         .footer-contact-large .contact-location__address i {
           font-size: 15px;
           margin-right: 10px;
           width: 18px;
         }
        .footer-contact-large .contact-location a {
          font-size: inherit;
          line-height: inherit;
          font-weight: inherit;
        }
       .footer-contact-large .contact-info div {
         margin-bottom: 10px;
       }
       .footer-contact-large .contact-info .dim {
         margin-right: 8px;
       }
        .footer-contact-large .contact-info i {
           font-size: 15px;
           width: 18px;
           margin-right: 10px;
         }
       .footer-menus {
         gap: 36px;
         padding: 40px max(48px, calc((100% - var(--ortho-page-max-width)) / 2));
       }
       .footer-menus .divided {
         font-size: 14px;
         line-height: 1.7;
         margin: 10px 0 0;
       }
       .footer-menus .divided li {
         margin-bottom: 5px;
       }
        #copyright {
          padding: 32px max(48px, calc((100% - var(--ortho-page-max-width)) / 2)) 40px;
          font-size: 13px;
          text-align: left;
        }
        #copyright .disclaimer {
          font-size: 12px;
        }
        #copyright .footer-archives a {
          font-size: 12px;
        }
       #copyright .footer-bottom .links {
         font-size: 16px;
         color: #000;
         padding: 0;
         text-align: left;
       }
       #copyright .footer-bottom {
         font-size: 13px;
         padding: 28px 0 0;
       }
     }
  
/* Main nav active/hover: no background fill */
.menu-main-container > ul > li > a,
.menu-main-chinese-container > ul > li > a,
#nav > ul > li > a{
  position:relative;
  background:transparent;
  text-decoration:none;
}
.menu-main-container > ul > li > a::after,
.menu-main-chinese-container > ul > li > a::after,
#nav > ul > li > a::after{
  content:"";
  position:absolute;
  left:9px;
  right:9px;
  bottom:11px;
  height:3px;
  border-radius:3px;
  background:linear-gradient(90deg, rgba(255,255,255,0.82) 0%, #fff 50%, rgba(255,255,255,0.82) 100%);
  box-shadow:0 1px 0 rgba(255,255,255,0.18);
  transform:scaleX(0);
  transform-origin:center bottom;
  transition:transform .22s cubic-bezier(.4,0,.2,1);
  pointer-events:none;
}
.menu-main-container > ul > li:hover > a,
.menu-main-chinese-container > ul > li:hover > a,
#nav > ul > li:hover > a,
#nav > ul > li.active > a{
  background:transparent !important;
  opacity:1;
  text-decoration:none;
}
.menu-main-container > ul > li:hover > a::after,
.menu-main-chinese-container > ul > li:hover > a::after,
#nav > ul > li:hover > a::after,
#nav > ul > li.active > a::after,
.menu-main-container > ul > li.current-menu-item:hover > a::after,
.menu-main-container > ul > li.current-menu-ancestor:hover > a::after,
.menu-main-container > ul > li.current:hover > a::after,
.menu-main-chinese-container > ul > li.current-menu-item:hover > a::after,
.menu-main-chinese-container > ul > li.current-menu-ancestor:hover > a::after,
.menu-main-chinese-container > ul > li.current:hover > a::after,
#nav > ul > li.current:hover > a::after{
  transform:scaleX(1);
}
.menu-main-container > ul > li.current-menu-item > a,
.menu-main-container > ul > li.current-menu-ancestor > a,
.menu-main-container > ul > li.current > a,
.menu-main-chinese-container > ul > li.current-menu-item > a,
.menu-main-chinese-container > ul > li.current-menu-ancestor > a,
.menu-main-chinese-container > ul > li.current > a,
#nav > ul > li.current > a{
  background:transparent !important;
  opacity:1;
  color:#fff !important;
  font-weight:400;
  box-shadow:none !important;
  text-decoration:none;
}
.menu-main-container > ul > li.current-menu-item > a::before,
.menu-main-container > ul > li.current-menu-ancestor > a::before,
.menu-main-container > ul > li.current > a::before,
.menu-main-chinese-container > ul > li.current-menu-item > a::before,
.menu-main-chinese-container > ul > li.current-menu-ancestor > a::before,
.menu-main-chinese-container > ul > li.current > a::before,
#nav > ul > li.current > a::before{
  content:none;
}
.menu-main-container > ul > li:hover > a[title="disabled"],
.menu-main-container > ul > li.current-menu-item > a[title="disabled"],
.menu-main-chinese-container > ul > li:hover > a[title="disabled"],
.menu-main-chinese-container > ul > li.current-menu-item > a[title="disabled"],
#nav > ul > li:hover > a.disabled,
#nav > ul > li.active > a.disabled{
  background:transparent !important;
  color:#790000 !important;
  opacity:1;
  box-shadow:none !important;
  font-weight:400;
  text-decoration:none;
}
.menu-main-container > ul > li:hover > a[title="disabled"]::after,
.menu-main-container > ul > li.current-menu-item > a[title="disabled"]::after,
.menu-main-chinese-container > ul > li:hover > a[title="disabled"]::after,
.menu-main-chinese-container > ul > li.current-menu-item > a[title="disabled"]::after,
#nav > ul > li:hover > a.disabled::after,
#nav > ul > li.active > a.disabled::after{
  transform:scaleX(0);
}
.menu-main-container > ul > li:hover > a[title="disabled"]::before,
.menu-main-container > ul > li.current-menu-item > a[title="disabled"]::before,
.menu-main-chinese-container > ul > li:hover > a[title="disabled"]::before,
.menu-main-chinese-container > ul > li.current-menu-item > a[title="disabled"]::before,
#nav > ul > li:hover > a.disabled::before,
#nav > ul > li.active > a.disabled::before{
  content:none;
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .main-nav-sticky.is-nav-compact .menu-main-container > ul > li > a,
  .main-nav-sticky.is-nav-compact .menu-main-chinese-container > ul > li > a {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .main-nav-sticky.is-nav-compact .menu-main-container > ul > li > a,
  .main-nav-sticky.is-nav-compact .menu-main-chinese-container > ul > li > a {
    font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .ortho-mega-backdrop {
    position: fixed;
    top: var(--ortho-mega-backdrop-top, 0);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 19999;
    background: rgba(32, 23, 21, 0.42);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .ortho-mega-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .ortho-mega-backdrop[hidden] {
    display: none !important;
  }

  /* Section sub-nav bars: mobile and tablet only */
  .about-subnav-group {
    display: none !important;
  }

  /* Desktop hover mega-menu dropdowns */
  .desktop-main-menu .menu-main-container > ul > li.menu-item-has-children > .sub-menu,
  .desktop-main-menu .menu-main-chinese-container > ul > li.menu-item-has-children > .sub-menu {
    display: none !important;
  }
  .ortho-mega-host--main,
  .ortho-mega-host--search {
    position: relative;
    width: 100%;
    height: 0;
    overflow: visible;
  }
  .ortho-mega {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: min(100vw, 1700px);
    display: grid;
    grid-template-columns: minmax(200px, 22%) minmax(250px, 34%) 1fr;
    margin: 0;
    background: #fff;
    border-top: 1px solid #e8e4e0;
    box-shadow: 0 10px 24px rgba(32, 23, 21, 0.08);
    box-sizing: border-box;
    z-index: 20010;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
  }
  .ortho-mega[hidden] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .desktop-main-menu .sticky-element-cloned {
    display: none !important;
  }
  .desktop-main-menu .sticky-element-original {
    visibility: visible !important;
  }
  .ortho-mega.ortho-mega--main.is-open,
  .ortho-mega.ortho-mega--search.is-open {
    position: fixed;
    top: var(--ortho-mega-offset-top, 60px);
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translateX(-50%);
    display: grid;
    visibility: visible;
    pointer-events: auto;
    z-index: 100001;
    box-shadow:
      0 12px 28px rgba(32, 23, 21, 0.1),
      0 2px 0 rgba(255, 255, 255, 0.65) inset;
  }
  .ortho-mega.is-open::after {
    content: "";
    grid-column: 1 / -1;
    height: 4px;
    background: linear-gradient(
      90deg,
      #790000 0%,
      #b52827 18%,
      #b52827 82%,
      #790000 100%
    );
  }
  .ortho-mega:not(.has-nested):not(.ortho-mega--search) {
    grid-template-columns: minmax(200px, 22%) minmax(250px, 1fr);
  }
  .ortho-mega--search {
    grid-template-columns: minmax(200px, 22%) 1fr;
  }
  .ortho-mega:not(.has-nested) .ortho-mega__col--l2 {
    display: none;
  }
  .ortho-mega__col {
    min-width: 0;
    min-height: 180px;
  }
  .ortho-mega__col--heading {
    background: #f5f5f5;
    padding: 22px 28px;
  }
  .ortho-mega__col--l1 {
    background: #f8f8f8;
  }
  .ortho-mega__col--l2 {
    background: #fafafa;
  }
  .ortho-mega__heading {
    margin: 0;
    color: #b52827;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-transform: none;
  }
  .ortho-mega--main .ortho-mega__col--heading {
    padding: 26px 32px;
  }
  .ortho-mega--main .ortho-mega__heading {
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
  .ortho-mega__list {
    list-style: none;
    margin: 0;
    padding: 14px 0 18px;
  }
  .ortho-mega__list--l1 {
    padding-left: 0;
    padding-right: 0;
  }
  .ortho-mega__list--l2 {
    padding: 14px 28px 18px;
  }
  .ortho-mega__list > li > a {
    display: block;
    padding: 9px 28px;
    color: #2f211d;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    text-decoration: none;
    white-space: normal;
    background: transparent !important;
    transition: color 0.15s ease;
  }
  .ortho-mega__list--l1 > li.menu-item-has-children > a::after,
  .ortho-mega__list--l1 > li.page_item_has_children > a::after {
    content: "\203a";
    float: right;
    margin-left: 12px;
    color: #b0a8a4;
    font-size: 18px;
    line-height: 1;
    transition: color 0.15s ease;
  }
  .ortho-mega__list--l1 > li.menu-item-has-children > a:hover::after,
  .ortho-mega__list--l1 > li.page_item_has_children > a:hover::after,
  .ortho-mega__list--l1 > li.menu-item-has-children.is-active > a::after,
  .ortho-mega__list--l1 > li.page_item_has_children.is-active > a::after,
  .ortho-mega__list--l1 > li.current-menu-item > a::after,
  .ortho-mega__list--l1 > li.current-menu-ancestor > a::after,
  .ortho-mega__list--l1 > li.current_page_item > a::after,
  .ortho-mega__list--l1 > li.current_page_ancestor > a::after {
    color: #b52827;
  }
  .ortho-mega__list > li > a:hover,
  .ortho-mega__list > li.current-menu-item > a,
  .ortho-mega__list > li.current-menu-ancestor > a,
  .ortho-mega__list > li.current_page_item > a,
  .ortho-mega__list > li.current_page_ancestor > a,
  .ortho-mega__list > li.is-active > a {
    color: #b52827 !important;
    background: transparent !important;
  }
  .ortho-mega__list--l1 > li > a {
    font-weight: 700;
  }
  .ortho-mega__list--l2 > li > a {
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
  }
  .ortho-mega:not(.has-level-two) .ortho-mega__col--l2 {
    background: #fafafa;
  }
  .ortho-mega--search .ortho-mega__col--heading {
    padding: 26px 32px;
  }
  .ortho-mega--search .ortho-mega__heading {
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
  .ortho-mega__col--search {
    background: #fafafa;
    display: flex;
    align-items: center;
    padding: 32px 40px;
    min-height: 180px;
  }
  .ortho-mega-search {
    width: 100%;
    max-width: 640px;
  }
  .ortho-mega-search__hint {
    margin: 0 0 14px;
    color: #8a807a;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .ortho-mega-search__form {
    margin: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .ortho-mega {
    grid-template-columns: minmax(180px, 24%) minmax(220px, 36%) 1fr;
  }
  .ortho-mega:not(.has-nested):not(.ortho-mega--search) {
    grid-template-columns: minmax(180px, 24%) minmax(220px, 1fr);
  }
  .ortho-mega--search {
    grid-template-columns: minmax(180px, 24%) 1fr;
  }
  .ortho-mega__col--search {
    padding: 26px 28px;
  }
  .ortho-mega__col--heading {
    padding: 18px 22px;
  }
  .ortho-mega__list > li > a {
    padding: 9px 22px;
  }
}

/* Publications bibliography (research) */
body.page-template-with-sub-menu-publications-vue .ortho-publications-section > .ortho-publications,
body.page-template-with-sub-menu-publications-vue .ortho-publications-section #app.ortho-publications {
  margin-top: 28px;
}
[v-cloak] {
  display: none !important;
}
.ortho-publications {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.ortho-publications-toolbar {
  display: grid;
  grid-template-columns: minmax(148px, 180px) minmax(0, 1fr);
  gap: 16px;
  align-items: end;
  width: 100%;
  max-width: 100%;
  padding: 18px 20px;
  background: #f8f8f8;
  border: 1px solid #e8e4df;
  border-radius: 6px;
  box-sizing: border-box;
}
.ortho-publications-toolbar__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.ortho-publications-toolbar__field--grow {
  min-width: 0;
}
.ortho-publications-toolbar__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #666;
}
.ortho-publications-select,
.ortho-publications-search {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 10px 14px !important;
  font: inherit;
  font-size: 15px;
  line-height: 1.35;
  color: #222;
  background: #fff;
  border: 1px solid #d4d0cb;
  border-radius: 4px;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  min-height: 42px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.ortho-publications-select {
  padding-right: 32px !important;
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, #555 50%), linear-gradient(135deg, #555 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% + 1px), calc(100% - 12px) calc(50% + 1px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.ortho-publications-select:focus,
.ortho-publications-search:focus {
  outline: none;
  border-color: #b52827;
  box-shadow: 0 0 0 3px rgba(181, 40, 39, 0.12);
}
.ortho-publications-meta {
  margin: 14px 0 0;
  font-size: 13px;
  color: #666;
}
.ortho-publications-meta__count {
  font-weight: 600;
  color: #333;
}
.ortho-publications-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 20px;
  font-size: 15px;
  color: #555;
  background: #fafafa;
  border: 1px dashed #ddd;
  border-radius: 6px;
}
.ortho-publications-status--error {
  color: #8f1f1e;
  background: #fff8f8;
  border-color: #e8c4c4;
}
.ortho-publications-status__spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-top-color: #b52827;
  border-radius: 50%;
  animation: ortho-pub-spin 0.7s linear infinite;
}
@keyframes ortho-pub-spin {
  to { transform: rotate(360deg); }
}
.ortho-publications-empty {
  margin-top: 28px;
  padding: 24px;
  text-align: center;
  color: #555;
  background: #fafafa;
  border-radius: 6px;
}
.ortho-publications-empty p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.ortho-publications-body {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.ortho-publications-year-nav {
  position: sticky;
  top: 120px;
  align-self: start;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  scrollbar-width: thin;
}
body.page-template-with-sub-menu-publications-vue .ortho-publications-year-nav__list,
body.page-template-with-sub-menu-publications-vue .ortho-publications-year-nav__item {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}
.ortho-publications-year-nav__list {
  margin: 0;
  padding: 0;
}
.ortho-publications-year-nav__item {
  margin: 0;
  padding: 0;
}
.ortho-publications-year-nav__item::marker {
  content: none;
}
.ortho-publications-year-nav__link {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #666 !important;
  text-decoration: none !important;
  background: transparent !important;
  border-left: 2px solid transparent;
  padding-left: 10px;
  margin: 0 !important;
  width: auto !important;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.ortho-publications-year-nav__link:hover,
.ortho-publications-year-nav__link:focus {
  color: #b52827 !important;
  background: transparent !important;
}
.ortho-publications-year-nav__link.is-active {
  color: #b52827 !important;
  font-weight: 600;
  border-left-color: #b52827;
}
.ortho-publications-year-float {
  display: none;
}
.ortho-publications-years {
  min-width: 0;
}
.ortho-publications-year-group {
  margin-top: 32px;
  scroll-margin-top: 140px;
}
.ortho-publications-year-group:first-child {
  margin-top: 0;
}
.ortho-publications-year-group:first-child .ortho-publications-year {
  margin-top: 0;
}
.ortho-publications-year-group:first-child .ortho-publications-list > li:first-child {
  padding-top: 0;
}
.ortho-publications-year {
  margin: 0 0 14px;
  color: #2a2a2a !important;
  border-bottom: 1px solid #e8e4df;
}
section.section .ortho-publications-year-group .ortho-publications-year {
  padding-bottom: 12px;
}
body.page-template-with-sub-menu-publications-vue .ortho-publications-list {
  list-style: decimal;
  list-style-position: outside;
  margin: 0 0 0 1.5em;
  padding: 0;
  font-size: 15px;
  line-height: 1.65;
}
body.page-template-with-sub-menu-publications-vue .ortho-publications-list > li {
  font-size: inherit;
  line-height: inherit;
  padding: 10px 0 14px;
}
body.page-template-with-sub-menu-publications-vue .ortho-publications-list > li::marker {
  font-size: inherit;
  font-weight: inherit;
  color: #333;
}
.ortho-publication-entry {
  border-bottom: 1px solid #efefef;
}
.ortho-publication-entry:last-child {
  border-bottom: 0;
}
.ortho-publication-citation {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: #333;
  text-align: left;
}
.ortho-publication-authors {
  font-weight: 500;
}
.ortho-publication-title {
  font-weight: 400;
}
.ortho-publication-journal {
  font-style: italic;
  color: #444;
}
.ortho-publication-date,
.ortho-publication-pages {
  color: #555;
}
.ortho-publications-author-link {
  color: #b52827;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.ortho-publications-author-link:hover,
.ortho-publications-author-link:focus {
  color: #8f1f1e;
  border-bottom-color: rgba(143, 31, 30, 0.35);
}
.ortho-publication-actions {
  margin-top: 2px;
  text-align: right;
}
.ortho-publication-pubmed {
  display: inline-block;
  padding: 0 !important;
  font-size: 12px;
  font-weight: inherit;
  line-height: 1.35;
  color: #b52827 !important;
  text-decoration: underline !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  width: auto !important;
  transition: color 0.15s ease;
}
.ortho-publication-pubmed:hover,
.ortho-publication-pubmed:focus {
  color: #8f1f1e !important;
  background: transparent !important;
}
.ortho-publications-mark {
  padding: 0 2px;
  font: inherit;
  color: inherit;
  background: #fff3c4;
  border-radius: 2px;
}
@media screen and (max-width: 1023px) {
  .ortho-publications-year-nav {
    top: 96px;
    max-height: none;
    overflow: visible;
  }
  .ortho-publications-year-group {
    scroll-margin-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .ortho-publications-toolbar {
    grid-template-columns: 1fr;
    padding: 14px;
    gap: 12px;
  }
  .ortho-publications-body {
    display: block;
    gap: 0;
  }
  .ortho-publications-year-nav {
    position: fixed;
    bottom: max(16px, env(safe-area-inset-bottom, 16px));
    left: max(16px, env(safe-area-inset-left, 16px));
    top: auto;
    z-index: 1200;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: visible;
    max-height: none;
  }
  .ortho-publications-year-nav__list {
    display: none;
  }
  .ortho-publications-year-float {
    display: block;
    padding: 8px 10px 7px;
    background: #fff;
    border: 1px solid #e0dcd6;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  }
  .ortho-publications-year-float__control {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 0;
    cursor: pointer;
  }
  .ortho-publications-year-float__select {
    -webkit-appearance: menulist-button;
    appearance: menulist-button;
    display: block;
    margin: 0 !important;
    padding: 2px 16px 2px 4px !important;
    width: 5ch !important;
    min-width: 0 !important;
    max-width: 5ch;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #b52827 !important;
    text-align: center;
    box-sizing: content-box !important;
    cursor: pointer;
  }
  .ortho-publications-year-float__label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #999;
    line-height: 1.2;
    white-space: nowrap;
  }
  .ortho-publications-years {
    padding-bottom: 72px;
  }
  .ortho-publications-year-group {
    scroll-margin-top: 120px;
  }
  body.page-template-with-sub-menu-publications-vue .ortho-publications-list {
    font-size: 15px;
    line-height: 1.7;
  }
  body.page-template-with-sub-menu-publications-vue .ortho-publications-list > li {
    padding: 12px 0 16px;
  }
  .ortho-publication-pubmed {
    font-size: 13px;
  }
}

/* Faculty biography profiles */
body.ortho-biography-profile .page-content-wrap {
  padding-top: clamp(16px, 2.2vw, 28px);
}
body.ortho-biography-profile .page-content-wrap > [class~="6u"],
body.ortho-biography-profile .page-content-wrap > [class~="9u"] {
  width: 100% !important;
  max-width: min(960px, 100%);
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}
body.ortho-biography-profile .page-content-wrap > [class~="6u"] > .section:first-child,
body.ortho-biography-profile .page-content-wrap > [class~="9u"] > .section.ortho-bio--enhanced {
  margin: 0 0 20px;
  max-width: none;
}
.ortho-bio-hero {
  display: grid;
  grid-template-columns: min(200px, 34%) 1fr;
  gap: clamp(20px, 3.5vw, 40px);
  align-items: start;
  margin-bottom: 1.5rem;
}
.ortho-bio-hero:not(:has(.ortho-bio-photo)) {
  grid-template-columns: 1fr;
}
.ortho-bio-photo img {
  display: block;
  width: 100%;
  max-width: 220px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}
section.section .ortho-bio-credentials,
section.section .ortho-bio-role {
  margin: 0 0 0.5rem;
  text-align: left;
}
.ortho-bio-identity,
.ortho-bio-identity header {
  text-align: left;
}
.ortho-bio-identity header h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  color: var(--ortho-section-h2-color);
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: left;
}
body.ortho-biography-profile .ortho-bio-identity header h2::after,
body.ortho-biography-profile .ortho-bio-section header h3::after,
body.ortho-biography-profile .ortho-bio-section > h3::after {
  content: none !important;
  display: none !important;
}
body.ortho-biography-profile .ortho-bio-section > header {
  text-align: left;
}
body.ortho-biography-profile .ortho-bio-section header h3,
body.ortho-biography-profile .ortho-bio-section > h3 {
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 0;
  color: var(--ortho-section-h3-color);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-align: left;
}
body.ortho-biography-profile .ortho-bio-section:not(:first-child) {
  margin-top: clamp(28px, 3.5vw, 40px);
}
.ortho-bio-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e8e8e8;
}
.ortho-bio-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.ortho-bio-link:hover {
  color: #b52827;
  border-color: #b52827;
  box-shadow: none;
  text-decoration: none;
}
.ortho-bio-link .fa {
  color: #b52827;
  font-size: 14px;
}
.ortho-bio-section {
  margin-bottom: 0;
}
.ortho-bio-section p {
  text-align: left;
  line-height: 1.65;
}
.ortho-bio-section ul,
.ortho-bio-section ol {
  margin-left: 1.25rem;
  line-height: 1.65;
}
.ortho-bio-section--publications > h3,
.ortho-bio-section--publications > header h3 {
  margin-top: 0;
  margin-bottom: 16px;
}
.ortho-bio-section--publications li {
  padding: 5px 0;
  border-bottom: 0;
}
body.ortho-biography-profile .ortho-bio-section ul li,
body.ortho-biography-profile .ortho-bio-section ol li,
body.ortho-biography-profile section.section ul li,
body.ortho-biography-profile section.section ol li {
  font-size: inherit;
  font-family: inherit;
}
.ortho-bio-section .elementToProof,
.ortho-bio-section .elementToProof span,
body.ortho-biography-profile section.section .elementToProof,
body.ortho-biography-profile section.section .elementToProof span,
body.ortho-biography-profile section.section ul li [style*="font-size"],
body.ortho-biography-profile section.section ul li [style*="font-family"],
body.ortho-biography-profile section.section ol li [style*="font-size"],
body.ortho-biography-profile section.section ol li [style*="font-family"] {
  color: inherit !important;
  background: transparent !important;
  font-size: inherit !important;
  font-family: inherit !important;
}
/* Staff directory listing pages */
section.section.ortho-staff--enhanced > header:has(h2) {
  margin-top: 0;
}
section.section.ortho-staff--enhanced .sp-styles-warning {
  display: none !important;
}
.ortho-staff-group-photo {
  width: 100%;
  margin: 0 0 2rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}
.ortho-staff-group-photo .slider-pro,
.ortho-staff-group-photo [id^="slider-pro"] {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}
.ortho-staff-group-photo .sp-slides,
.ortho-staff-group-photo .sp-slide,
.ortho-staff-group-photo .sp-image {
  width: 100% !important;
  max-width: 100% !important;
}
.ortho-staff-group-photo .sp-image {
  display: block;
  height: auto !important;
  max-height: min(42vw, 480px);
  object-fit: cover;
  object-position: center 25%;
}
section.section.ortho-staff--enhanced .staff-list {
  max-width: none;
  width: 100%;
  margin: 0 0 2rem;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2vw, 24px);
}
section.section.ortho-staff--enhanced > header:has(h3) {
  margin-top: clamp(28px, 4vw, 48px);
}
section.section.ortho-staff--enhanced > .ortho-staff-group-photo + header:has(h3) {
  margin-top: clamp(20px, 3vw, 32px);
}
section.section.ortho-staff--enhanced .staff-info > header:has(h3),
section.section.ortho-staff--enhanced .staff-info > h3 {
  margin-top: clamp(28px, 3.5vw, 40px);
}
section.section.ortho-staff--enhanced .staff-info > header:has(h3) h3 {
  margin-top: 0;
}
section.section.ortho-staff--enhanced .ortho-staff-simple-list {
  margin: 0 0 clamp(12px, 2vw, 20px);
}
section.section.ortho-staff--enhanced .ortho-staff-simple-list ul {
  margin: 0 0 0 1.25em;
  padding: 0;
}
section.section.ortho-staff--enhanced .ortho-staff-simple-list li {
  margin-bottom: 0.35em;
}
@media (min-width: 900px) {
  section.section.ortho-staff--enhanced .staff-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  section.section.ortho-staff--enhanced .staff-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .ortho-staff-group-photo .sp-image {
    max-height: 220px;
  }
}

@media (max-width: 767px) {
  section.section header h2,
  section.section > h2,
  section.section header h3,
  section.section > h3,
  .page-content-wrap__heading h2,
  .ortho-page-heading h2 {
    text-align: left;
  }
  .ortho-bio-hero {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .ortho-bio-photo {
    text-align: center;
  }
  .ortho-bio-photo img {
    margin: 0 auto;
  }
  .ortho-bio-identity,
  .ortho-bio-identity header,
  body.ortho-biography-profile .ortho-bio-identity header h2,
  body.ortho-biography-profile .ortho-bio-section > header,
  body.ortho-biography-profile .ortho-bio-section header h3,
  body.ortho-biography-profile .ortho-bio-section > h3 {
    text-align: left;
  }
  section.section .ortho-bio-credentials,
  section.section .ortho-bio-role {
    text-align: left;
  }
  .ortho-bio-links {
    justify-content: flex-start;
  }
  .ortho-bio-section p {
    text-align: left;
  }
}

    /* Dark mode */
/*
@media (prefers-color-scheme: dark) {
body {background-color: #000;color: #EEE;}
#main-wrapper {background-color: #000;color: #EEE;}
#grid .item {background-color: #000;}
ul.sub-menu li a {color: #EEE;border-bottom: 1px #EEE solid;}
ul.sub-menu li ul.children a { color: #EEE;}
h1, h2, h3, h4, h5, h6 {color: #EEE;}
#knowledge .item {background-color: #000;border-color: #EEE;}
}
*/
