/* =========================================================
   Hysto.net / Network Global Styles
   Purpose: modernized institutional healthcare design layer
   Load order: after bootstrap.min.css, theme-style.min.css,
   colour-blue.css, and custom.css
   ========================================================= */


/* =========================================================
   1. Design tokens
   ========================================================= */

:root {
  --site-bg: #fafbfc;
  --text-body: #34495a;
  --text-heading: #163b5c;
  --link-color: #186db6;
  --link-hover: #155a96;

  --border-soft: #dce4ea;

  --surface-white: #ffffff;
  --surface-soft: #eef4f8;
  --surface-hover: #f3f7fa;

  --muted-text: #6f8291;
  --footer-text: #445c6f;
}


/* =========================================================
   2. Base document styles
   ========================================================= */

body {
  background: var(--site-bg);
  color: var(--text-body);
  font-family: "Source Sans 3", "Source Sans Pro", "Open Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

p,
li,
td,
th {
  color: var(--text-body);
}


/* =========================================================
   3. Global typography
   ========================================================= */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.page-title {
  color: var(--text-heading);
  font-family: "Frutiger", "Frutiger LT Std", "Frutiger Next", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

h1,
.entry-title,
.page-title {
  color: var(--text-heading);
  font-size: clamp(2rem, 4vw, 2.625rem);
  line-height: 1.12;
  margin-bottom: 0.65em;
}

h2 {
  font-size: clamp(1.65rem, 3vw, 2rem);
  margin-top: 1.6em;
}

h3 {
  font-size: clamp(1.35rem, 2.4vw, 1.55rem);
  margin-top: 1.4em;
}

h4,
h5,
h6 {
  font-size: 1.15rem;
  margin-top: 1.25em;
}


/* =========================================================
   4. Links and buttons
   ========================================================= */

a {
  color: var(--link-color);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

a:hover,
a:focus {
  color: var(--link-hover);
}

body #content a.btn,
body #content .btn {
  border-radius: 4px;
  box-shadow: none !important;
  font-family: "Source Sans 3", "Source Sans Pro", "Open Sans", Arial, sans-serif;
  font-weight: 700;
  text-decoration: none !important;
  text-shadow: none !important;
}

body #content .btn-primary,
body #content a.btn-primary {
  background: var(--link-color) !important;
  border: 1px solid var(--link-color) !important;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 1.25;
  padding: 11px 22px;
}

body #content .btn-primary:hover,
body #content .btn-primary:focus,
body #content a.btn-primary:hover,
body #content a.btn-primary:focus {
  background: var(--link-hover) !important;
  border-color: var(--link-hover) !important;
  color: #ffffff !important;
}


/* =========================================================
   5. Header and navigation
   ========================================================= */

/* Header shell */
body #navigation,
body #navigation .navbar-static-top {
  background: var(--site-bg);
}

body #navigation .header {
  background: #ffffff !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--border-soft);
  box-shadow: none;
}

/* Brand/logo area */
body #navigation .navbar-brand {
  color: var(--text-heading) !important;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body #navigation .navbar-brand h1 {
  color: var(--text-heading) !important;
  font-family: "Frutiger", "Frutiger LT Std", "Frutiger Next", Arial, sans-serif !important;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0;
  text-shadow: none;
}

body #navigation .navbar-brand h1 .dotnet {
  color: var(--link-color) !important;
  font-weight: 600;
}

/* Header social icons */
body #navigation .social-media {
  padding-top: 6px;
}

body #navigation .social-media a {
  background: transparent !important;
  border: 1px solid var(--border-soft);
  box-shadow: none;
  color: var(--muted-text) !important;
}

body #navigation .social-media i,
body #navigation .social-media a i,
body #navigation .social-media a:link i,
body #navigation .social-media a:visited i {
  color: var(--muted-text) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body #navigation .social-media a:hover,
body #navigation .social-media a:focus {
  background: var(--surface-soft) !important;
  color: var(--link-color) !important;
  text-decoration: none;
}

body #navigation .social-media a:hover i,
body #navigation .social-media a:focus i {
  color: var(--link-color) !important;
}

/* Main navigation bar */
body #navigation .navbar,
body #navigation .js-clingify-locked {
  background: #ffffff !important;
  background-image: none !important;
  border: 0 !important;
  border-bottom: 1px solid var(--border-soft) !important;
  box-shadow: none !important;
  filter: none !important;
}

body #navigation .navbar-nav > li,
body #navigation .navbar-nav .divider-vertical {
  border-left: 0 !important;
  border-right: 0 !important;
}

body #navigation .navbar-nav > li > a,
body #navigation #main-menu > li > a {
  background: transparent !important;
  color: #24465f !important;
  font-family: "Source Sans 3", "Source Sans Pro", "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding-top: 15px;
  padding-bottom: 15px;
  text-shadow: none;
}

body #navigation .navbar-nav > li > a:hover,
body #navigation .navbar-nav > li > a:focus,
body #navigation .navbar-nav > li.active > a,
body #navigation #main-menu > li > a:hover,
body #navigation #main-menu > li > a:focus,
body #navigation #main-menu > li.active > a {
  background: var(--surface-hover) !important;
  color: var(--link-color) !important;
  text-decoration: none;
}

/* Home icon */
body #navigation .navbar-nav > li.home-link > a,
body #navigation #main-menu > li.home-link > a {
  line-height: 20px;
  padding: 15px 16px !important;
}

body #navigation .navbar-nav > li.home-link a i,
body #navigation #main-menu > li.home-link a i,
body #navigation .navbar-nav > li.home-link a:link i,
body #navigation #main-menu > li.home-link a:link i,
body #navigation .navbar-nav > li.home-link a:focus i,
body #navigation #main-menu > li.home-link a:focus i,
body #navigation .navbar-nav > li.home-link > a i,
body #navigation #main-menu > li.home-link > a i,
body #navigation .navbar-nav > li.home-link > a:link i,
body #navigation #main-menu > li.home-link > a:link i,
body #navigation .navbar-nav > li.home-link > a:focus i,
body #navigation #main-menu > li.home-link > a:focus i {
  color: var(--link-color) !important;
  display: inline-block !important;
  font-size: 16px;
  line-height: 20px;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle;
}

/* Dropdown menus */
body #navigation .dropdown-menu {
  background: #ffffff;
  border: 1px solid var(--border-soft);
  border-bottom-color: var(--border-soft) !important;
  border-radius: 2px;
  box-shadow: 0 10px 24px rgba(22, 59, 92, 0.08);
  margin-top: 0;
  padding: 4px 0 !important;
}

body #navigation .dropdown-menu > li {
  background: transparent !important;
  border-bottom: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body #navigation .dropdown-menu > li > a {
  background: transparent !important;
  color: #24465f !important;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 16px;
  text-shadow: none;
}

body #navigation .dropdown-menu > li:last-child > a {
  border-bottom: 0 !important;
}

body #navigation .dropdown-menu > li > a:hover,
body #navigation .dropdown-menu > li > a:focus {
  background: var(--surface-hover) !important;
  color: var(--link-color) !important;
  text-decoration: none;
}

body #navigation .dropdown-menu li a:before,
body #navigation .dropdown-menu li a.menu-item:before {
  content: none !important;
}

/* Dropdown item separators */
/* Dropdown item separators */
body #navigation .navbar .dropdown-menu > li:not(:last-child) > a,
body #navigation .navbar .dropdown-menu > li:not(:last-child) > a.menu-item {
  border-bottom: 1px solid #edf2f5 !important;
}

/* Mobile hamburger trigger */
body #navigation .navbar-btn,
body #navigation .btn-navbar {
  align-items: center;
  background: var(--surface-soft) !important;
  border: 1px solid var(--border-soft);
  box-shadow: none;
  box-sizing: border-box;
  display: inline-flex !important;
  flex-direction: column;
  height: 38px;
  justify-content: center;
  line-height: 1 !important;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  padding: 0 !important;
  width: 44px;
}

body #navigation .navbar-btn .bar,
body #navigation .btn-navbar .bar {
  background-color: var(--text-heading) !important;
  display: block !important;
  float: none !important;
  height: 2px;
  margin: 2px 0 !important;
  padding: 0 !important;
  position: static !important;
  width: 22px;
}

body #navigation .navbar-btn:hover,
body #navigation .navbar-btn.open,
body #navigation .btn-navbar:hover,
body #navigation .btn-navbar.open {
  background: #e4edf4 !important;
}

/* Mobile off-canvas menu */
body #jPanelMenu-menu,
body #jPanelMenu-menu.navbar-collapse,
body #jPanelMenu-menu.navbar-collapse.collapse,
body #jPanelMenu-menu.navbar-collapse.in {
  background: #ffffff !important;
  background-image: none !important;
  border-right: 1px solid var(--border-soft);
  color: #24465f !important;
}

body #jPanelMenu-menu .navbar-nav,
body #jPanelMenu-menu #main-menu {
  background: #ffffff !important;
}

body #jPanelMenu-menu .navbar-nav > li,
body #jPanelMenu-menu #main-menu > li {
  background: #ffffff !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--border-soft) !important;
}

body #jPanelMenu-menu .navbar-nav > li > a,
body #jPanelMenu-menu #main-menu > li > a,
body #jPanelMenu-menu a {
  background: #ffffff !important;
  color: #24465f !important;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 18px !important;
  text-shadow: none;
  text-transform: none;
}

body #jPanelMenu-menu .navbar-nav > li > a:hover,
body #jPanelMenu-menu .navbar-nav > li > a:focus,
body #jPanelMenu-menu #main-menu > li > a:hover,
body #jPanelMenu-menu #main-menu > li > a:focus,
body #jPanelMenu-menu a:hover,
body #jPanelMenu-menu a:focus {
  background: var(--surface-hover) !important;
  color: var(--link-color) !important;
}

body #jPanelMenu-menu .dropdown-menu {
  background: #f8fafc !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body #jPanelMenu-menu .dropdown-menu > li {
  background: #f8fafc !important;
  border-bottom: 1px solid var(--border-soft) !important;
}

body #jPanelMenu-menu .dropdown-menu > li > a {
  background: #f8fafc !important;
  color: var(--text-body) !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px 10px 32px !important;
}

body #jPanelMenu-menu .dropdown-menu > li > a:hover,
body #jPanelMenu-menu .dropdown-menu > li > a:focus {
  background: var(--surface-soft) !important;
  color: var(--link-color) !important;
}

body #jPanelMenu-menu .navbar-nav li.home-link a,
body #jPanelMenu-menu #main-menu li.home-link a {
  padding: 12px 18px !important;
}

body #jPanelMenu-menu .navbar-nav li.home-link a i,
body #jPanelMenu-menu #main-menu li.home-link a i {
  color: var(--link-color) !important;
  display: inline-block !important;
  font-size: 16px;
  line-height: 20px;
  padding: 0 !important;
}


/* =========================================================
   6. Content layout and article rhythm
   ========================================================= */

body #content {
  color: var(--text-body);
  font-family: "Source Sans 3", "Source Sans Pro", "Open Sans", Arial, sans-serif;
}

body #content h1,
body #content h2,
body #content h3,
body #content h4,
body #content h5,
body #content h6 {
  color: var(--text-heading) !important;
  font-family: "Frutiger", "Frutiger LT Std", "Frutiger Next", Arial, sans-serif !important;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
  text-transform: none;
}

body #content h1 {
  font-size: clamp(2rem, 4vw, 2.625rem);
  line-height: 1.12;
  margin-top: 0.35em;
  margin-bottom: 0.75em;
}

body #content h2 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  margin-top: 1em;
  margin-bottom: 0.55em;
}

body #content h3 {
  font-size: clamp(1.3rem, 2.3vw, 2rem);
  margin-top: 1.5em;
  margin-bottom: 0.45em;
}

body #content h4 {
  color: var(--text-heading) !important;
  font-family: "Frutiger", "Frutiger LT Std", "Frutiger Next", Arial, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.45;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}

body #content p {
  color: var(--text-body);
  font-size: 18px;
  line-height: 1.72;
  margin: 1.15em 0;
}

body #content ul,
body #content ol {
  margin-top: 0.75em;
  margin-bottom: 1.35em;
  padding-left: 1.35em;
}

body #content li {
  color: var(--text-body);
  font-size: 18px;
  line-height: 1.65;
  margin-top: 0.45em;
  margin-bottom: 0.45em;
}

body #content a {
  color: var(--link-color);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

body #content a:hover,
body #content a:focus {
  color: var(--link-hover);
}

body #content strong,
body #content b {
  color: #243f55;
  font-weight: 700;
}

/* =========================================================
   Preserve link color inside strong/bold text
   ========================================================= */

body #content a strong,
body #content a b,
body #content strong a,
body #content b a {
  color: var(--link-color) !important;
}

body #content hr {
  border: 0;
  border-top: 1px solid var(--border-soft);
  margin: 2rem 0;
}


/* =========================================================
   7. Content components
   ========================================================= */

/* Alerts / callouts */
body #content .alert {
  background: #eef5fa;
  border: 1px solid var(--border-soft);
  border-radius: 3px;
  box-shadow: none;
  color: var(--text-body);
}

body #content .alert h1,
body #content .alert h2,
body #content .alert h3,
body #content .alert h4,
body #content .alert h5,
body #content .alert h6 {
  color: var(--text-heading) !important;
  margin-top: 0;
}

body #content .alert p:last-child {
  margin-bottom: 0;
}

/* Blockquotes */
body #content blockquote,
body #content blockquote p {
  background: transparent !important;
  background-image: none !important;
}

body #content blockquote p::before,
body #content blockquote p::after,
body #content blockquote::before,
body #content blockquote::after {
  content: none !important;
  display: none !important;
}

body #content blockquote {
  background: var(--surface-soft) !important;
  border-left: 4px solid var(--border-soft);
  box-shadow: none !important;
  color: var(--text-body);
  font-size: 17px;
  font-style: normal;
  line-height: 1.65;
  margin: 1.8em 0;
  padding: 1em 1.35em;
}

body #content blockquote p:last-child {
  margin-bottom: 0;
}

/* Tables */
body #content table {
  background: var(--surface-white);
  border: 1px solid var(--border-soft);
}

body #content table th,
body #content table td {
  border-color: var(--border-soft);
  color: var(--text-body);
  font-size: 15px;
  line-height: 1.5;
}

/* Jumbotron / featured article cards */
body #content .jumbotron,
body #content .jumbo,
body #content .featured,
body #content .well {
  background: #ffffff !important;
  border: 1px solid var(--border-soft) !important;
  border-radius: 8px;
  box-shadow: none !important;
  color: var(--text-body);
  margin: 2rem 0;
  padding: 42px 44px;
}

body #content .jumbotron *,
body #content .jumbo *,
body #content .well * {
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body #content .jumbotron h1,
body #content .jumbotron h2,
body #content .jumbotron h3,
body #content .jumbo h1,
body #content .jumbo h2,
body #content .jumbo h3 {
  color: var(--text-heading) !important;
  margin-top: 0;
  margin-bottom: 0.75em;
}

body #content .jumbotron a,
body #content .jumbo a,
body #content .well a {
  color: var(--link-color);
}

body #content .jumbotron a:hover,
body #content .jumbo a:hover,
body #content .well a:hover {
  color: var(--link-hover);
}

body #content .jumbotron img,
body #content .jumbo img,
body #content .well img {
  border-radius: 4px;
}

body #content .jumbotron .btn,
body #content .jumbo .btn,
body #content .well .btn {
  margin-top: 1rem;
}


/* =========================================================
   8. Research brief card
   ========================================================= */

body #content .research-brief {
  background: #ffffff;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  box-shadow: none;
  margin: 0 0 28px;
  padding: 22px 24px;
}

body #content .research-brief__label {
  color: var(--muted-text);
  display: block;
  font-family: "Source Sans 3", "Source Sans Pro", "Open Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 14px;
  text-transform: uppercase;
}

body #content .research-brief__title {
  color: var(--text-heading) !important;
  font-family: "Frutiger", "Frutiger LT Std", "Frutiger Next", Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0 0 10px;
}

body #content .research-brief__meta {
  color: var(--muted-text);
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 14px;
}

body #content .research-brief__summary {
  color: var(--text-body);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 16px;
}

body #content .research-brief__link {
  color: var(--link-color);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

body #content .research-brief__link:hover,
body #content .research-brief__link:focus {
  color: var(--link-hover);
  text-decoration: underline;
}


/* =========================================================
   9. Surgeon/payment components
   ========================================================= */

body #content div.payment-types {
  background: #ffffff !important;
  border: 1px solid var(--border-soft) !important;
  border-radius: 5px;
  box-shadow: none !important;
  margin: 22px 0 24px;
  padding: 22px 24px;
}

body #content div.payment-types::before {
  border-bottom: 1px solid var(--border-soft);
  color: var(--text-heading);
  content: "Payment Types Accepted";
  display: block;
  font-family: "Frutiger", "Frutiger LT Std", "Frutiger Next", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 16px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

body #content div.payment-types ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body #content div.payment-types ul li {
  align-items: center;
  color: var(--text-heading);
  display: flex;
  font-size: 17px;
  font-weight: 700;
  gap: 12px;
  line-height: 1.35;
  margin: 12px 0;
  padding: 0;
}

body #content div.payment-types ul i.fa {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  font-size: 15px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  margin-right: 0 !important;
  width: 30px;
}

body #content div.payment-types ul i.fa-check {
  background: #e4f4e9;
  color: #07822f;
}

body #content div.payment-types ul i.fa-times {
  background: #fdeaea;
  color: #d92323;
}


/* =========================================================
   10. Ads and labels
   ========================================================= */

.ad-label,
.sponsor-label,
.sidebar .ad-label {
  background: transparent !important;
  border: 1px solid #d7e0e7;
  border-radius: 2px;
  box-shadow: none;
  color: var(--muted-text) !important;
  display: inline-block;
  font-family: "Source Sans 3", "Source Sans Pro", "Open Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 12px;
  padding: 4px 10px;
  text-shadow: none;
  text-transform: uppercase;
}


/* =========================================================
   11. Footer
   ========================================================= */

body #content-below {
  background: var(--surface-soft) !important;
  border-top: 1px solid var(--border-soft);
  color: var(--text-body);
}

body #footer {
  background: #ffffff !important;
  border-top: 1px solid var(--border-soft) !important;
  box-shadow: none;
  color: var(--footer-text);
}

body #footer,
body #footer p,
body #footer li,
body #footer td {
  color: var(--footer-text);
  font-family: "Source Sans 3", "Source Sans Pro", "Open Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

body #footer h1,
body #footer h2,
body #footer h3,
body #footer h4,
body #footer h5,
body #footer h6 {
  color: var(--text-heading) !important;
  font-family: "Frutiger", "Frutiger LT Std", "Frutiger Next", Arial, sans-serif !important;
  font-weight: 700;
  text-shadow: none;
}

body #footer a {
  color: var(--link-color);
  text-decoration: none;
}

body #footer a:hover,
body #footer a:focus {
  color: var(--link-hover);
  text-decoration: underline;
}

body #footer hr,
body #footer .bordered,
body #footer .block {
  border-color: var(--border-soft) !important;
}

body #footer #toplink,
body #footer #toplink a {
  color: var(--link-color) !important;
}

body #footer #toplink i {
  color: var(--link-color) !important;
}

body #footer .social-media a {
  background: transparent !important;
  border: 1px solid var(--border-soft);
  box-shadow: none;
  color: var(--muted-text) !important;
}

body #footer .social-media a:hover,
body #footer .social-media a:focus {
  background: var(--surface-soft) !important;
  color: var(--link-color) !important;
  text-decoration: none;
}

body #footer .subfooter,
body #footer .footer-bottom,
body #footer .copyright {
  background: transparent !important;
  border-top: 0 !important;
  color: #5f7384;
}

body #footer * {
  text-shadow: none !important;
}





/* =========================================================
   12. Surgeon cards
   ========================================================= */

/* Description display logic */
.surgeon-card p.short-desc,
body.page--state .surgeon-card p.long-desc,
body.page--insurance .surgeon-card p.long-desc {
  display: none;
}

.detailed-desc {
  display: none;
}

body.page--state .surgeon-card-header,
body.page--insurance .surgeon-card-header {
  display: none;
}

body.page--state .detailed-desc,
body.page--insurance .detailed-desc {
  display: block;
}

/* Base card */
body #content .surgeon-card {
  position: relative;
  clear: both;
  overflow: hidden;

  background: #ffffff;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(22, 59, 92, 0.035);

  padding: 20px 22px;
  margin: 0 0 24px;

  color: var(--text-body);
}

/* Header/title */
body #content .surgeon-card-header {
  margin: 0 0 8px;
}

body #content .surgeon-card-header h3 {
  margin: 0;

  color: var(--text-heading) !important;
  font-family: "Frutiger", "Frutiger LT Std", "Frutiger Next", Arial, sans-serif !important;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

body #content .surgeon-card-header h3 a {
  color: var(--text-heading);
  text-decoration: none;
}

body #content .surgeon-card-header h3 a:hover,
body #content .surgeon-card-header h3 a:focus {
  color: var(--link-color);
  text-decoration: underline;
}

/* Headshot */
body #content .surgeon-card img.alignleft,
body #content .surgeon-card img.headshot {
  width: 96px;
  height: 96px;
  object-fit: cover;

  float: left;
  margin: 2px 16px 8px 0;

  border: 3px solid #ffffff;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(22, 59, 92, 0.16);
}

/* Descriptions */
body #content .surgeon-card p {
  color: var(--text-body);
  font-size: 15.5px;
  line-height: 1.55;
  margin: 0.7em 0;
}

body #content .surgeon-card p:last-child {
  margin-bottom: 0;
}

body #content .surgeon-card p.short-desc {
  font-size: 15px;
}

/* Links inside card copy */
body #content .surgeon-card p a {
  color: var(--link-color);
  font-weight: 600;
  text-decoration: none;
}

body #content .surgeon-card p a:hover,
body #content .surgeon-card p a:focus {
  color: var(--link-hover);
  text-decoration: underline;
}

/* Metadata / location if present */
body #content .surgeon-card h5.surgeon-location {
  margin: 4px 0 8px;

  color: #5f7384;
  font-family: "Source Sans 3", "Source Sans Pro", "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

/* Payment icon line if present */
body #content .surgeon-card p.payment-types-icons {
  color: #5f7384;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}

/* New/updated badge */
body #content .surgeon-card .ribbonbox {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

body #content .surgeon-card .ribbon,
body #content .surgeon-card .ribbon span {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  overflow: visible;
  transform: none;
  -webkit-transform: none;

  background: transparent;
  box-shadow: none;
}

body #content .surgeon-card .ribbon span {
  padding: 4px 8px;

  background: #f7efe4;
  border: 1px solid #ead7bd;
  border-radius: 999px;

  color: #8a541c;
  font-family: "Source Sans 3", "Source Sans Pro", "Open Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

body #content .surgeon-card .ribbon span::before,
body #content .surgeon-card .ribbon span::after {
  content: none;
  display: none;
}

/* Homepage featured cards */
body#home #content .surgeon-card-featured {
  padding: 20px 22px;
}

body#home #content .surgeon-card-featured h5.surgeon-location,
body#home #content .surgeon-card-featured p.long-desc,
body#home #content .surgeon-card-featured p.payment-types-icons {
  display: none;
}

body#home #content .surgeon-card-featured p.short-desc {
  display: inline;
}

body#home #content .surgeon-card-featured .ribbonbox {
  display: none;
}

body#home #content .surgeon-card-featured .surgeon-card-header {
  margin-bottom: 6px;
}

body#home #content .surgeon-card-featured .surgeon-card-header h3 {
  font-size: 1.35rem;
  line-height: 1.18;
  margin-bottom: 0.5em;
}

body#home #content .surgeon-card-featured img.alignleft {
  width: 88px;
  height: 88px;
  margin: 2px 16px 8px 0;
}

body#home #content .surgeon-card-featured p {
  font-size: 14.5px;
  line-height: 1.45;
  margin: 0.45em 0;
}

/* Hide featured-card badge in non-home contexts where requested */
body.procedure .surgeon-card-featured .ribbonbox,
body.page--state .surgeon-card-detailed .ribbonbox,
body.page--insurance .surgeon-card-detailed .ribbonbox {
  display: none;
}

/* State/insurance large-screen headshot behavior */
@media (min-width: 768px) {
  body.page--state img.headshot {
    display: none;
  }
}

/* Mobile */
@media (max-width: 768px) {
  body #content .surgeon-card {
    padding: 18px;
  }

  body #content .surgeon-card img.alignleft,
  body #content .surgeon-card img.headshot,
  body#home #content .surgeon-card-featured img.alignleft {
    width: 78px;
    height: 78px;
    margin-right: 13px;
  }

  body #content .surgeon-card-header h3,
  body#home #content .surgeon-card-featured .surgeon-card-header h3 {
    font-size: 1.2rem;
  }

  body #content .surgeon-card p {
    font-size: 14.5px;
  }
}

/* =========================================================
   13. Responsive styles
   ========================================================= */

@media (min-width: 768px) {
  body #navigation .header {
    height: auto !important;
    min-height: 78px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  body #navigation .navbar-btn,
  body #navigation .btn-navbar {
    display: none !important;
  }

  body #navigation .navbar .dropdown-menu {
    overflow: hidden;
    padding: 0 !important;
  }

  body #navigation .navbar .dropdown-menu > li,
  body #navigation .navbar .dropdown-menu > li:last-child {
    line-height: 1.2;
    margin: 0 !important;
    padding: 0 !important;
  }

  body #navigation .navbar .dropdown-menu > li > a {
    border-bottom: 0 !important;
    margin: 0 !important;
  }

  body #navigation .navbar .dropdown-menu:before,
  body #navigation .navbar .dropdown-menu:after {
    content: none !important;
    display: none !important;
  }
}

@media (max-width: 767px) {
  body #content .jumbotron,
  body #content .jumbo,
  body #content .well {
    padding: 28px 24px;
  }
}
