@media (min-width: 992px) {
    .navbar-collapse {
        display: none !important;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.carousel-control-prev-icon {
    width: 5rem;
    height: 5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dbd7d7' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    width: 5rem;
    height: 5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dbd7d7' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* Carousel improvements to prevent image truncation */
.carousel-inner {
    background-color: #f8f9fa;
}

.carousel-item {
    text-align: center;
    height: 400px;
}

.carousel-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.carousel-item img {
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

/* Responsive carousel height */
@media (max-width: 768px) {
    .carousel-item { height: 250px; }
    .carousel-item img { width: 100%; height: auto; max-height: 100%; }
}

@media (max-width: 480px) {
    .carousel-item { height: 200px; }
    .carousel-item img { width: 100%; height: auto; max-height: 100%; }
}

.display-4 {
    font-size: 2.5rem;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.member-photo {
    width: 150px;
    height: 200px;
    object-fit: cover;
}

.members-section {
    margin-bottom: 2.25rem;
}

.members-section__title {
    margin-bottom: 1rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid #dbe7f2;
}

.member-card {
    background: #ffffff;
    border: 1px solid #d6e6f2;
    border-radius: 22px;
    box-shadow: 0 14px 32px rgba(111, 175, 214, 0.08);
    overflow: hidden;
}

.member-card--pi {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.member-card__media-wrap {
    padding: 1rem;
}

.member-card__media-wrap--pi {
    padding-right: 0;
}

.member-card__media {
    border-radius: 18px;
}

.member-card__media--pi {
    width: 100%;
    max-width: 280px;
    border: 1px solid #ddeaf5;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.member-card__media--regular {
    width: 150px;
    height: 200px;
}

.member-card__body {
    padding: 1.25rem 1.25rem 1.2rem 1rem;
}

.member-card__pi-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.9fr) minmax(240px, 0.9fr);
    gap: 1.5rem;
    align-items: start;
}

.member-card__pi-main {
    min-width: 0;
}

.member-card__pi-side {
    background: rgba(238, 247, 253, 0.9);
    border: 1px solid #d8e8f3;
    border-radius: 18px;
    padding: 1rem 1rem 1.05rem;
}

.member-card__pi-side-title {
    font-family: 'Crimson Pro', Georgia, serif;
    color: #274663;
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
}

.member-card__body--compact {
    padding: 1rem 1rem 1rem 0;
}

.member-card__name {
    font-family: 'Crimson Pro', Georgia, serif;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #1f3650;
    margin-bottom: 0.6rem;
    font-weight: 700;
}

.member-card__name--small {
    font-size: 1.18rem;
    margin-bottom: 0.55rem;
}

.member-card__description {
    color: #4a6078;
    line-height: 1.75;
    font-size: 1rem;
}

.member-card__description--compact {
    margin-top: 0.75rem;
}

.member-card__links {
    display: grid;
    gap: 0.42rem;
    margin-top: 0.85rem;
}

.member-card__links--stacked {
    margin-top: 0.4rem;
}

.member-card__links--pi {
    margin-top: 0;
}

.member-link {
    color: #43617f;
    word-break: break-word;
}

.member-link--muted {
    color: #5c7288;
}

.member-link--strong {
    color: #334b62;
}

.members-grid {
    margin-top: 0.25rem;
}

.chart {
    position: relative;
    width: 100%;
    height: 500px;
}

.smalltxt {
    font-size: 0.9rem;
}

.mem-icon {
    height: 1em;
}

.navb-icon {
    height: 1.8em;
}

.navbar {
    margin-bottom: 20px;
}

.welcomefont {
    font-size: 1.2rem;
    line-height: 1.75;
    font-family: 'Atkinson Hyperlegible', 'Noto Sans', sans-serif;
}

.nav-link {
    font-size: 1.05rem;
    display: block;
    padding: 0.5rem 1rem;
    font-family: 'Atkinson Hyperlegible', 'Noto Sans', sans-serif;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.85rem;
    line-height: inherit;
    white-space: nowrap;
    font-family: 'Crimson Pro', Georgia, serif;
}

.osm-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.table-card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
}
.table-card td {
    border: none;
    text-align: center;
    vertical-align: middle;
}

/* Terms of Service & Consent Form Styles */
.term {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    padding: 20px;
}

.term-content {
    background-color: #fff;
    margin: auto;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px;
    border-radius: 8px;
    position: relative;
}

.term-header {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.term-header h2 {
    color: #2c3e50;
    font-weight: 600;
    margin-right: 30px;
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
}

.close:hover {
    color: #555;
}

.section {
    margin-bottom: 25px;
}

.section-title {
    color: #2c3e50;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.section-subsection {
    margin-bottom: 20px;
}

.section-subsection h4 {
    color: #34495e;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.text-link {
    color: #3498db;
    text-decoration: none;
    transition: color 0.2s;
}

.text-link:hover {
    color: #2980b9;
    text-decoration: underline;
}

.notice-box {
    background-color: #f8f9fa;
    border-left: 4px solid #17a2b8;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.consent-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.form-check {
    padding-left: 25px;
    position: relative;
}

.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -25px;
}

.form-check-label {
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 500;
}

.btn-primary {
    background-color: #3498db;
    border-color: #3498db;
    color: white;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 4px;
    transition: all 0.2s;
}

.btn-primary:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

.term-footer {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    color: #7f8c8d;
    font-size: 0.85rem;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .term-content {
        padding: 20px 15px;
    }

    .term-header h2 {
        font-size: 1.5rem;
    }

    .section-title {
        font-size: 1.2rem;
    }
}

/* banner */
.medical-ai-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px 20px;
    margin: 30px auto;
    max-width: 1100px;
    overflow: hidden;
    box-sizing: border-box;
    background: linear-gradient(135deg, #f8fcff 0%, #eaf4fb 100%);
    border-radius: 12px;
    border: 1px solid #d6e6f2;
    box-shadow: 0 16px 28px rgba(111, 175, 214, 0.12);
    color: #16324a;
}

.banner-content {
    text-align: center;
    z-index: 2;
    padding: 0 20px;
}

.banner-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: none;
    letter-spacing: 1px;
}

.banner-content p {
    font-size: 1.2rem;
    color: #4b6478;
    max-width: 600px;
    margin: 0 auto;
}

.pulse-line,
.pulse-fill,
.dna-helix {
    display: none;
}

@keyframes fillLine {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .banner-content h1 {
        font-size: 2rem;
    }

    .banner-content p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .banner-content h1 {
        font-size: 1.8rem;
    }

    .dna-helix {
        width: 60px;
        right: 10px;
    }
}

.largemodel-banner::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -50px;
    right: -50px;
    bottom: -20px;
    background: radial-gradient(
        circle,
        rgba(173, 216, 230, 0.85) 0%,
        rgba(147, 112, 219, 0.7) 40%,
        rgba(189, 224, 254, 0.5) 80%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: -1;
    filter: blur(25px);
}

.largemodel-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.2;
    z-index: -1;
    pointer-events: none;
}

.largemodel-banner h1 {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 18px 36px;
    border-radius: 16px;
    color: #333;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.3);
    letter-spacing: 0.5px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    width: 100%; /* Ensure h1 can shrink to fit container */
    max-width: calc(100% - 20px); /* Prevent overflow on very narrow screens */
    word-wrap: break-word; /* Allow text to wrap */
    overflow-wrap: break-word; /* Modern browsers */
    hyphens: auto; /* Add hyphens for very long words */
}

.largemodel-banner h1:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}

/* Medium screens */
@media (max-width: 768px) {
    .largemodel-banner {
        padding: 30px 15px;
        margin: 30px auto;
    }

    .largemodel-banner::before {
        top: -20px;
        left: -20px;
        right: -20px;
        bottom: -20px;
    }

    .largemodel-banner h1 {
        font-size: 1.8rem;
        padding: 15px 25px;
    }
}

/* Small mobile screens */
@media (max-width: 480px) {
    .largemodel-banner {
        padding: 20px 10px;
        margin: 20px auto;
    }

    .largemodel-banner::before {
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        filter: blur(15px); /* Reduce blur effect on small screens */
    }

    .largemodel-banner h1 {
        font-size: 1.4rem;
        padding: 12px 18px;
        max-width: calc(100% - 10px);
    }
}

/* Extra small mobile screens */
@media (max-width: 320px) {
    .largemodel-banner {
        padding: 15px 5px;
        margin: 15px auto;
    }

    .largemodel-banner h1 {
        font-size: 1.2rem;
        padding: 10px 15px;
        letter-spacing: 0;
    }
}

/* Mobile blog post optimizations - Simplified and effective */
@media (max-width: 768px) {
    /* Navigation optimizations */
    .navbar-brand {
        font-size: 1.4rem !important;
    }

    .navb-icon,
    img.navb-icon,
    .inline-block.navb-icon {
        height: 1.4em !important;
        max-height: 1.4em !important;
        width: auto !important;
        max-width: none !important;
    }

    .nav-link {
        font-size: 1rem !important;
        padding: 0.4rem 0.8rem;
    }

    /* Blog post title - simple but effective */
    h1 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
        margin-bottom: 1rem !important;
    }

    /* Blog post content - universal selectors */
    p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        margin-bottom: 1rem !important;
    }

    /* Blog post headings - universal selectors */
    h2 {
        font-size: 1.3rem !important;
        margin-top: 1.5rem !important;
        margin-bottom: 0.8rem !important;
    }

    h3 {
        font-size: 1.1rem !important;
        margin-top: 1.2rem !important;
        margin-bottom: 0.6rem !important;
    }

    /* Blog post lists - universal selectors */
    ul, ol {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }

    /* Blog post blockquotes - universal selectors */
    blockquote {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
    }

    /* Blog post images */
    img:not(.navb-icon):not(.mem-icon) {
        max-width: 100% !important;
        height: auto !important;
        margin: 0.8rem 0 !important;
    }

    /* Blog post code blocks */
    pre, code {
        font-size: 0.8rem !important;
        line-height: 1.3 !important;
    }

    /* Blog post tables */
    table {
        font-size: 0.85rem !important;
    }
}

@media (max-width: 576px) {
    /* Navigation for small devices */
    .navbar-brand {
        font-size: 1.2rem !important;
    }

    .navb-icon,
    img.navb-icon,
    .inline-block.navb-icon {
        height: 1.2em !important;
        max-height: 1.2em !important;
        width: auto !important;
        max-width: none !important;
    }

    .nav-link {
        font-size: 0.9rem !important;
        padding: 0.3rem 0.6rem;
    }

    /* Extra small devices - further reduce font sizes */
    h1 {
        font-size: 1.3rem !important;
        line-height: 1.2 !important;
    }

    p {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
    }

    h2 {
        font-size: 1.2rem !important;
        margin-top: 1.2rem !important;
        margin-bottom: 0.6rem !important;
    }

    h3 {
        font-size: 1rem !important;
        margin-top: 1rem !important;
        margin-bottom: 0.5rem !important;
    }

    ul, ol {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
    }

    blockquote {
        font-size: 0.8rem !important;
        line-height: 1.3 !important;
    }

    pre, code {
        font-size: 0.75rem !important;
        line-height: 1.2 !important;
    }

    table {
        font-size: 0.8rem !important;
    }

    /* Adjust container padding for mobile */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 480px) {
    /* Navigation for very small devices */
    .navbar-brand {
        font-size: 1.1rem !important;
    }

    .navb-icon,
    img.navb-icon,
    .inline-block.navb-icon {
        height: 1.0em !important;
        max-height: 1.0em !important;
        width: auto !important;
        max-width: none !important;
    }

    .nav-link {
        font-size: 0.85rem !important;
        padding: 0.25rem 0.5rem;
    }

    /* Very small devices - minimal font sizes */
    h1 {
        font-size: 1.1rem !important;
        line-height: 1.2 !important;
        margin-bottom: 0.8rem !important;
    }

    p {
        font-size: 0.8rem !important;
        line-height: 1.3 !important;
        margin-bottom: 0.8rem !important;
    }

    h2 {
        font-size: 1.1rem !important;
        margin-top: 1rem !important;
        margin-bottom: 0.5rem !important;
    }

    h3 {
        font-size: 0.95rem !important;
        margin-top: 0.8rem !important;
        margin-bottom: 0.4rem !important;
    }

    ul, ol {
        font-size: 0.8rem !important;
        line-height: 1.3 !important;
    }

    blockquote {
        font-size: 0.75rem !important;
        line-height: 1.2 !important;
    }

    pre, code {
        font-size: 0.7rem !important;
        line-height: 1.1 !important;
    }

    table {
        font-size: 0.75rem !important;
    }

    /* Optimize strong/bold text */
    strong, b {
        font-size: inherit !important;
        font-weight: 600 !important;
    }

    /* Reduce container padding further */
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media screen and (max-device-width: 31.25em) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}



@media (prefers-reduced-motion: reduce) {
    [data-respect-reduced-motion] [data-reduce-motion] {
        transition: none;
        animation: none;
    }
}

#human-body-root {
    position: relative;
    left: -40px;
}
#human-body-root #human-body-highlights {
    position: relative;
    top: -20px;
}
#human-body-root #human-body-highlights > svg {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#human-body-root #svgContainer {
    position: absolute;
    left: 260px;
    color: #fff;
}
#human-body-root .chart g {
    color: hsla(0, 0%, 71%, 0.93);
}
#human-body-root #human-body-svg-container {
    position: absolute;
}
#human-body-root #title {
    position: absolute;
    color: #111;
    font-weight: 700;
}
#svgContainer > svg {
    margin-top: 20px;
}
#human-body-root #male {
    position: absolute;
}
#body-outline-background {
    position: absolute;
    left: 8px;
    top: -10px;
}
#human-body-root #female {
    left: 107px;
    position: absolute;
}
#human-body-root #female-organs {
    position: absolute;
    top: -15px;
    left: 151px;
    width: 123px;
}
#human-body-root #male-organs {
    position: absolute;
    height: 34px;
    width: 25px;
    top: 255px;
    left: 111px;
}
#human-body-root #Head-and-Neck {
    height: 138px;
    width: 102px;
    top: -1px;
    left: 156px;
}
#human-body-root #Brain {
    height: 35px;
    width: 50px;
    top: 20px;
    left: 183px;
}
#human-body-root #Lung {
    height: 55px;
    width: 37px;
    top: 133px;
    left: 173px;
}
#human-body-root #Pleura {
    height: 26px;
    width: 37px;
    top: 161px;
    left: 173px;
}
#human-body-root #Lymph-Nodes {
    height: 70px;
    width: 45px;
    top: 83px;
    left: 159px;
}
#human-body-root #Soft-Tissue {
    height: 369px;
    width: 128px;
    top: 89px;
    left: 138px;
}
#human-body-root #Eye {
    height: 20px;
    width: 20px;
    top: 39px;
    left: 205px;
}
#human-body-root #Breast {
    height: 40px;
    width: 40px;
    top: 137px;
    left: 207px;
}
#human-body-root #Kidney {
    height: 21px;
    width: 15px;
    top: 198px;
    left: 218px;
}
#human-body-root #Adrenal-Gland {
    height: 12px;
    width: 14px;
    top: 197px;
    left: 219px;
}
#human-body-root #Bile-Duct {
    height: 28px;
    width: 11px;
    top: 190px;
    left: 195px;
}
#human-body-root #Pancreas {
    height: 21px;
    width: 45px;
    top: 191px;
    left: 183px;
}
#human-body-root #Bladder {
    height: 16px;
    width: 25px;
    top: 258px;
    left: 194px;
}
#human-body-root #Prostate {
    height: 25px;
    width: 30px;
    top: 269px;
    left: 103px;
}
#human-body-root #Testis {
    height: 23px;
    width: 15px;
    top: 288px;
    left: 124px;
}
#human-body-root #Uterus {
    height: 23px;
    width: 21px;
    top: 250px;
    left: 196px;
}
#human-body-root #Cervix {
    height: 14px;
    width: 15px;
    top: 258px;
    left: 199px;
}
#human-body-root #Ovary {
    height: 13px;
    width: 13px;
    top: 249px;
    left: 214px;
}
#human-body-root #Colorectal {
    height: 95px;
    width: 87px;
    top: 210px;
    left: 165px;
}
#human-body-root #Liver {
    height: 42px;
    width: 47px;
    top: 173px;
    left: 188px;
}
#human-body-root #Stomach {
    height: 43px;
    width: 45px;
    top: 166px;
    left: 189px;
}
#human-body-root #Blood {
    height: 153px;
    width: 35px;
    top: 243px;
    left: 211px;
}
#human-body-root #Bone {
    height: 89px;
    width: 14px;
    top: 383px;
    left: 212px;
}
#human-body-root #Bone-Marrow-and-Blood {
    height: 114px;
    width: 30px;
    top: 371px;
    left: 204px;
}
#human-body-root #Skin {
    height: 227px;
    width: 57px;
    top: 95px;
    left: 221px;
}
#human-body-root #Nervous-System {
    height: 279px;
    width: 56px;
    top: 222px;
    left: 159px;
}
#human-body-root #Thyroid {
    height: 16px;
    width: 18px;
    top: 90px;
    left: 198px;
}
#human-body-root #Thymus {
    height: 23px;
    width: 17px;
    top: 147px;
    left: 200px;
}
#human-body-root #Esophagus {
    height: 57px;
    width: 20px;
    top: 86px;
    left: 197px;
}
body {
    background: #f7fbff;
    color: #4b6478;
    font-family: 'Atkinson Hyperlegible', 'Noto Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.display-4 {
    color: #16324a;
    font-family: 'Crimson Pro', Georgia, serif;
}

a {
    color: #3e8fc1;
}

a:hover {
    color: #2f7baa;
}

.site-navbar {
    background: rgba(247, 251, 255, 0.96);
    border-bottom: 1px solid #d6e6f2;
    box-shadow: 0 10px 30px rgba(111, 175, 214, 0.08);
}

.site-navbar .nav-link,
.site-navbar .navbar-brand {
    color: #16324a !important;
}

.site-navbar .navbar-brand {
    font-size: 1.9rem;
    letter-spacing: 0.01em;
}

.site-navbar .nav-link {
    font-size: 1.05rem;
    font-family: 'Atkinson Hyperlegible', 'Noto Sans', sans-serif;
}

.site-navbar .nav-item.active .nav-link,
.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus {
    color: #3e8fc1 !important;
}

.home-carousel-frame {
    background: linear-gradient(180deg, #f9fcff 0%, #eef7fd 100%);
    border: 1px solid #d6e6f2;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(111, 175, 214, 0.12);
}

.smartx-mark {
    height: 100%;
    min-height: 400px;
    padding: 3rem 2rem;
    text-align: center;
    background:
        radial-gradient(circle at top left, rgba(143, 195, 232, 0.35), transparent 38%),
        radial-gradient(circle at bottom right, rgba(62, 143, 193, 0.12), transparent 35%),
        linear-gradient(180deg, #fbfdff 0%, #edf6fc 100%);
}

.smartx-mark__eyebrow {
    color: #6a879c;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.smartx-mark__title {
    font-size: clamp(3rem, 6vw, 5.2rem);
    line-height: 1;
    margin-bottom: 1rem;
}

.smartx-mark__subtitle {
    color: #4b6478;
    font-size: 1.15rem;
    line-height: 1.7;
    margin: 0;
    max-width: 38rem;
}

.home-hero-panel {
    background: #fafdff;
    border: 1px solid #d6e6f2;
    border-radius: 24px;
    box-shadow: 0 16px 32px rgba(111, 175, 214, 0.08);
}

.hero-title {
    margin-bottom: 0.75rem;
}

.hero-subtitle {
    color: #3e8fc1;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 1.25rem;
}

.hero-copy {
    color: #4b6478;
    max-width: 58rem;
}

.smartx-pillars {
    margin-top: 1.75rem;
}

.smartx-pillar-card {
    height: 100%;
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid #d6e6f2;
    border-radius: 18px;
    box-shadow: 0 10px 20px rgba(111, 175, 214, 0.08);
}

.smartx-pillar-card__title {
    color: #16324a;
    font-family: 'Crimson Pro', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.55rem;
}

.smartx-pillar-card p {
    margin-bottom: 0;
    line-height: 1.65;
}

.sidebar-heading {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.sidebar-recent-news {
    margin-bottom: 1.25rem;
}

.news-sidebar-card,
.card,
.table-card {
    border: 1px solid #d6e6f2;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(111, 175, 214, 0.08);
}

.sidebar-link-block {
    margin-top: 1rem;
}

.sidebar-recruitment-callout {
    margin-top: 1.5rem;
    padding: 1rem 1.15rem;
    background: #eef7fd;
    border: 1px solid #d6e6f2;
    border-radius: 16px;
}

.sidebar-recruitment-callout--featured {
    margin-bottom: 1.5rem;
}

.sidebar-recruitment-callout h3 {
    color: #16324a;
    margin-bottom: 0.45rem;
}

.sidebar-endcap {
    margin-top: 0.75rem;
    padding: 1rem 0.9rem 0.25rem;
    background: #f7fbff;
    border: 1px solid #d6e6f2;
    border-radius: 16px;
    text-align: center;
}

.sidebar-last-update {
    margin-top: 0.75rem;
    color: #5f7388;
}

.home-contact-row {
    margin-top: 2.5rem !important;
}

.home-contact-column--sidebar {
    margin-top: 1.25rem;
}

.news-page-shell {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2rem 1.5rem;
}

.news-page-header {
    margin-bottom: 1rem;
}

.news-feed {
    display: grid;
    gap: 1.1rem;
}

.news-card {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(111, 175, 214, 0.08);
}

.news-card__row {
    min-height: 100%;
}

.news-card__media-wrap {
    background: #edf5fb;
}

.news-card__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 220px;
}

.news-card__body {
    padding: 1.35rem 1.35rem 1.2rem;
}

.news-card__title {
    margin-bottom: 0.85rem;
    font-family: 'Crimson Pro', Georgia, serif;
    font-size: 1.5rem;
    line-height: 1.2;
}

.news-card__title a {
    color: #3d86c4;
}

.news-card__excerpt {
    color: #4d647d;
    line-height: 1.75;
    font-size: 1.03rem;
    margin-bottom: 1rem;
}

.news-card__meta {
    margin-bottom: 0;
    letter-spacing: 0.01em;
}

.news-pagination-wrap {
    margin-top: 1.5rem;
}

.news-pagination {
    gap: 0.35rem;
    flex-wrap: wrap;
}

.news-pagination .page-item .page-link {
    border-radius: 999px;
    min-width: 2.5rem;
    text-align: center;
    border-color: #d6e6f2;
    color: #356f9f;
    background: #ffffff;
}

.news-pagination .page-item.active .page-link {
    background: #3d86c4;
    border-color: #3d86c4;
    color: #ffffff;
}

.news-pagination .page-item .page-link:hover {
    background: #eef7fd;
}

.jumbotron {
    padding: 1.5rem 1.5rem;
    background-color: #f4faff;
}

@media (max-width: 767.98px) {
    .member-card__body,
    .member-card__body--compact {
        padding: 0.9rem 1rem 1rem;
    }

    .member-card__pi-layout {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .member-card__media-wrap,
    .member-card__media-wrap--pi {
        padding: 1rem 1rem 0;
    }

    .member-card__media--pi {
        max-width: 100%;
    }

    .member-card__media--regular {
        width: 100%;
        height: auto;
        max-height: 240px;
    }

    .news-card__body {
        padding: 1rem 1rem 1.15rem;
    }

    .news-card__media {
        min-height: 180px;
    }

    .news-page-shell {
        padding: 0 1rem 1.25rem;
    }

    .home-contact-row {
        margin-top: 2rem !important;
    }
}
