<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Layout / Nav
    Typography
    Buttons
    Home Page
    Articles

    Desktop

 */
/* --------------------------------------------------------------------------------------------------
    Layout / Nav
--------------------------------------------------------------------------------------------------- */
html, body {
    font-family: "Open Sans", sans-serif;
    color: #303A44;
    font-size: 16px;
    font-optical-sizing: auto;
}

/*
body {
    padding-top: 70px;
}
 */

main {
    background: #F2F4F6;
    padding: 30px 15px 24px 15px;
}

.navbar-mobile {
    padding: 16px 24px;
}

.nav-link {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #303A44;
    text-decoration: none;
    padding: 10px;
    font-weight: 500;

}

.nav-link.active {
    color: #DB0032;
}

.nav-link:hover {
    color: #DB0032;
}

.nav-link:focus {
    color: #DB0032;
}

.nav-item-level-1 {
    margin-top: 30px;
}

.nav-item-level-1 .nav-link {
    padding: 0 15px 0 0;
}

.nav-item-level-2 .nav-link {
    padding: 12px 10px;
}

.nav-toggle {
    min-height: 15px;
    min-width: 15px;
    background-image: url(../img/nav-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.nav-toggle[aria-expanded="true"] {
    background-image: url(../img/nav-arrow-up.svg);
}

.nav-toggle.active {
    min-height: 15px;
    min-width: 15px;
    background-image: url(../img/nav-arrow-down-active.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.nav-toggle.active[aria-expanded="true"] {
    background-image: url(../img/nav-arrow-up-active.svg);
}

.nav-item-divider-level2 {
    border-top: 1px solid;
    margin: 0;
}

.nav-item-level-2 {
    margin-left: 10px;
}

.mobile-menu-content {
    padding: 20px;
    background-color: #f3f5f6;
}

.mobile-user {
    padding: 40px 20px;
    background-color: #ffffff;

}

.mobile-login .btn-user,
.mobile-user .btn-saved-content {
    height: 52px;
    width: 100%;
}

hr {
    color: #D3D9D4;
    opacity: 1;
    border-top: 1px solid;
}

a {
    color: #303A44;
}

a.redlink {
    color: #DB0032;
}

.terms a, .privacy-policy a {
    color: #db0032;
}

/* --------------------------------------------------------------------------------------------------
   Header
--------------------------------------------------------------------------------------------------- */
.header {
    height: 70px;
    background: #ffffff;
}

.header-logo {
    padding: 10px 20px;
}

#header-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em; /* Adjust as needed */
    height: 1.5em; /* Adjust as needed */
    vertical-align: middle;
    background-image: url('../img/menu-drop-down.svg'); /* Replace with your image path */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /* Or 'cover' depending on your icon */
}

.navbar-toggler-icon.open-icon {
    background-image: url('../img/close-icon.svg'); /* Or your SVG/Data URI */
}

.tmtk-logo img {
    width: 220px;
}

/* --------------------------------------------------------------------------------------------------
   Footer
--------------------------------------------------------------------------------------------------- */
.footer-nav a {
    font-size: 14px;
    color: #303A44;
    text-decoration: none;
}

.footer-nav div {

    line-height: 1.1;
    margin: 0 10px 10px 10px;
}

.footer-nav-sections {
    position: relative;
}

.copyright {
    font-size: 14px;
}

.copyright-nav {
    font-size: 14px;

}

.copyright-nav a {
    padding: 10px 20px;
    color: #303A44;
    text-decoration: none;
}

.back-to-top-link {
    position: absolute;
    right: 10px;
    top: 10px;
    max-width: 58px;
}

/* --------------------------------------------------------------------------------------------------
    Typography
--------------------------------------------------------------------------------------------------- */
h1 {
    font-family: "minion-pro", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    color: #303A44;
    line-height: 32px;
}

h2 {
    font-family: "minion-pro", serif;
    font-size: 18px;
    color: #303A44;
    font-weight: bold;
}

h2.page-title {
    font-family: "minion-pro", serif;
    font-size: 24px;
    color: #DB0032;
    font-weight: 600;
    margin-bottom: 15px;
}

.references {
    font-size: 14px;
}

.references ol {
    list-style-type: none;
    padding-left: 0;
    margin-left: 2.4em;
}

.references ol li {
    padding-left: 0;
    text-indent: 0;
    position: relative;
}

.url-wrapper {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.references ol li::before {
    content: counter(list-item) ".";
    display: inline-block;
    width: 1.7em;
    text-align: right;
    padding-right: 1em;
    position: absolute;
    left: -2.3em;
}

/* Add extra right padding for single-digit numbers */
.references ol li:nth-child(-n+9)::before {
    padding-right: 1.2em; /* Increase the right padding for numbers 1-9 */
}

.references p {
    margin-bottom: 10px;
}

.diagnostic-criteria-ol p {
    margin-bottom: .7rem;
}

ol[style="list-style-type:upper-latin;"] {

    margin-top: .1rem;
}

ol[style="list-style-type:upper-latin;"] &gt; li {

    margin-top: 0rem;
    margin-bottom: .3rem;
    padding-left: .4rem;
}

ol[style="list-style-type:upper-latin;"] &gt; li ol {
    margin-top: .2rem;
}

ol[style="list-style-type:upper-latin;"] &gt; li ol li {
    margin-top: .2rem;
}

ol[style="list-style-type:lower-latin;"] &gt; li {
    padding-left: .4rem;
}

ol[style="list-style-type:decimal;"] &gt; li {
    padding-left: .4rem;
}


.footnote-no-indent {
    font-size: 14px;
}

.footnote {
    font-size: 14px;
}

.footnote p {
    margin-bottom: 0.3em; /* Adjust vertical spacing */
    padding-left: 1.6em; /* Adjust to create space for the superscript */
    text-indent: -.4em; /* Pull the first line (containing the superscript) to the left */
}


.refLink {
    text-decoration: none;
    font-size: 14px;
    color: #303A44;
    text-align: center;
    border:none!important;
}

.btn.refLink:hover, .btn.refLink:focus, .btn.refLink:active {
    color: #303A44;
}

.refLink-icon {
    display: inline-block;
    width: 1.0em; /* Adjust as needed */
    height: 1.0em; /* Adjust as needed */
    vertical-align: middle;
    background-image: url('../img/arrow-down.svg'); /* Replace with your image path */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /* Or 'cover' depending on your icon */
}

.references p:last-child {
    text-align: left;
}

.partial-list {
    margin-bottom: .5rem
}

.full-list {
    margin-bottom: .5rem
}

.interested h2 {
    font-family: "minion-pro", serif;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.paragraph-before-ul {
    margin-bottom: .5rem;
}

.small-caps-text {
    font-size: .8em;
    font-weight: 600;
    font-variant-caps: small-caps;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
.patho-download-block .resource-title{
    font-size:16px;
}

/* --------------------------------------------------------------------------------------------------
    Buttons
--------------------------------------------------------------------------------------------------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 15px;
    font-weight: 700;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #db0032;
    --bs-btn-border-color: #db0032;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #db0032;
    --bs-btn-hover-border-color: #db0032;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #db0032;
    --bs-btn-active-border-color: #db0032;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #db0032;
    --bs-btn-disabled-border-color: #db0032;
    font-weight: 700;
}

.save-share {
    color: #738C93;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: top;
    flex-direction: row;
    font-weight: 500;
}

.save-share .divider {
    color: #DBE3E5;
    font-size: 18px;
    line-height: 16px;
    position: relative;
    top: -2px;
    font-weight: 100;
}

.btn-read,
.btn-save,
.btn-share {
    color: #738C93;
    background: none;
    border: none;
    font-size: 12px;
    line-height: 12px;
}

.btn-read,
.btn-read:hover {
    color: #738C93;
    cursor: default;
    background: none;
    border: none;
    font-size: 12px;
    line-height: 12px;
}

.btn-read:before,
.btn-read:hover:before {
    background-image: url(../img/read-icon-fill.svg);
    background-size: 11px;
    display: inline-block;
    margin-right: .2rem;
    height: 11px;
    width: 11px;
    position: relative;
    top: 1.5px;
    content: ""
}

.btn-save,
.btn-save.saved:hover {
    color: #738C93;
    background: none;
    border: none;
    font-size: 12px;
    line-height: 12px;
}

.btn-save:before,
.btn-save.saved:hover:before {
    background-image: url(../img/save-icon-no-fill.svg);
    background-size: 9px 11px;
    display: inline-block;
    margin-right: .2rem;
    height: 11px;
    width: 9px;
    position: relative;
    top: 1.5px;
    content: ""
}

.btn-save:hover:before,
.btn-save.saved:before {
    background-image: url(../img/save-icon-fill.svg)
}

.btn-share:before, .btn-share.saved:hover:before {
    background-image: url(../img/share-icon-no-fill.svg);
    background-size: 14px 11px;
    display: inline-block;
    margin-right: .18rem;
    height: 11px;
    width: 14px;
    position: relative;
    top: 1.5px;
    content: ""
}

.btn-share:hover:before {
    background-image: url(../img/share-icon-fill.svg)
}

.btn-outline-secondary {
    --bs-btn-color: #303A44;
    --bs-btn-border-color: #303A44;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #303A44;
    --bs-btn-hover-border-color: #303A44;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #303A44;
    --bs-btn-active-border-color: #303A44;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #303A44;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #303A44;
    --bs-gradient: none;
}


.btn-outline-secondary.current-page {
    --bs-btn-color: #ffffff;
    --bs-btn-border-color: #303A44;
    --bs-btn-hover-color: #303A44;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-color: #303A44;
    --bs-btn-hover-border-color: #303A44;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #303A44;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: #303A44;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #303A44;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #303A44;
    --bs-gradient: none;
    --bs-btn-bg: #303A44;
}


.btn-saved-content .btn-label:before {
    background-image: url(../img/saved-icon-dark-blue.svg);
    background-size: 13px 16px;
    display: inline-block;
    margin-right: .4rem;
    height: 16px;
    width: 13px;
    position: relative;
    top: 1.5px;
    content: ""
}

.btn-saved-content.current-page .btn-label:before {
    background-image: url(../img/saved-icon-white.svg)
}

.btn-saved-content.current-page:hover .btn-label:before {
    background-image: url(../img/saved-icon-dark-blue.svg)
}


.btn-saved-content:hover .btn-label:before {
    background-image: url(../img/saved-icon-white.svg)
}

.btn-close {
    --bs-btn-close-bg: url(../img/close-icon.svg);
    --bs-btn-close-opacity: 1;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: none;
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;

    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #DB0032;;
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: 1;
}

.register-btn {
    width: 100%;
    height: 48px;
    margin-top: 20px;
}

.expand-icon {
    position: absolute;
    bottom: 12px;
    right: 5px;
    z-index: 1;
    opacity: 1;
    height: 40px;
    width: 40px;
}


/* --------------------------------------------------------------------------------------------------
    Home Page
--------------------------------------------------------------------------------------------------- */
.section-card {
    background: #ffffff;
    border-top: 10px solid #DB0032;
    margin-bottom: 12px;
    padding: 10px;
}

.section-card p {
    font-family: "minion-pro", serif;
    font-size: 20px;
    color: #303A44;
    line-height: 24px;
    margin: 0;
}

.section-card a {
    text-decoration: none;
    font-weight: 700;
}

.feature-card {
    background: #FFFFFF;
    border: none;
    border-radius: 0;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.feature-thumb {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    max-width: 125px;
}

.feature-thumb img {
    max-width: 125px;
}

.feature-section-name {
    color: #DB0032;
    font-family: "minion-pro", serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-subsection-name {
    color: #DB0032;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.feature-article-title {
    color: #303A44;
    font-family: "minion-pro", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.feature-article-title a {
    text-decoration: none;
}

h2.resource-title {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}


/* --------------------------------------------------------------------------------------------------
    Articles
--------------------------------------------------------------------------------------------------- */
article {
    background: #FFFFFF;
}

article a {
    color: #db0032;
}

ol {
    padding-left: 1.4rem;
}

ol[style="list-style-type:lower-latin;"] {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

article ul {
    padding-left: 1.4rem;
    margin-top: -.55rem;
}

article ul li ul {
    margin-top: .4rem;
    margin-bottom: .4rem;
    content: "&amp;ndash;"
}

article ul li ul li::marker {
    content: "â€“ "; /* Add a space after for better spacing */
}

.article-intro p {
    font-family: "minion-pro-caption", serif;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
}

.article-overview {
    background: #EEF1F3;
    padding: 1rem;
    margin-bottom: 20px;
}

.article-muted-wrapper {
    background: #EEF1F3;
    padding: 1rem;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0px;
    margin-top: 0px;
}

.article-muted-wrapper ol {
    padding-left: 1.3rem
}

.article-overview p {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 22px;
}

.article-overview p:first-child {
    font-family: "minion-pro", serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 6px;
}

.article-overview p:last-child {
    margin-bottom: 0;
}

.article-thumb {
    height: 75px;
    width: 75px;
    margin-right: 12px;
    max-width: 75px;
}

.article-thumb img {
    max-width: 75px;
}

.read-time {
    font-size: 12px;
    color: #738C93;
    text-align: right;
    font-weight: 500;
}

.article-breadcrumbs a {
    text-decoration: none;
    font-size: 14px;
}

.article-breadcrumbs a:hover {
    text-decoration: underline;
}

.article-breadcrumbs a.current-page {
    color: #db0032;
    text-decoration: underline;
}


.article-breadcrumbs a:last-child {
    /*  color: #303A44;*/

}

a.level-1-section-title {
    text-decoration: none;
    font-family: "minion-pro", serif;
    font-size: 22px;
    color: #DB0032;
    font-weight: bold;
}

a.level-1-section-title:hover {
    text-decoration: underline;
}

.level-3-links {
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

.level-3-links:hover {
    font-size: 14px;
    text-decoration: underline;
}


/* --------------------------------------------------------------------------------------------------
    Saved Content
--------------------------------------------------------------------------------------------------- */
.saved-content {
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
    padding: 40px;
}

.saved-content .register-btn {
    min-width: 250px
}

/* --------------------------------------------------------------------------------------------------
    Search
--------------------------------------------------------------------------------------------------- */
.search-section {
    color: #39434C;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin: 5px 0;
    font-weight: bold;
}

.search-title {
    color: #39434C;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin: 5px 0;
}

.typeahead__item a div {
    margin-left: 3rem;
    margin-right: 3rem;
}

.typeahead__container input {
    padding-left: 50px;
    background-image: url('../img/search-icon.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px 20px;
}

.typeahead__container input:focus {
    outline: none; /* Remove default */
    border: none; /* Add a custom focus border */
    box-shadow: none; /* Add a custom focus shadow */
}

/* --------------------------------------------------------------------------------------------------
icons
--------------------------------------------------------------------------------------------------- */


.icon-link {
    position: relative; /* Required for :before positioning */
    padding-left: 50px; /* Adjust padding for icon space */
    text-decoration: none;
    display: inline-block;
    line-height: 30px; /* Adjust to match icon height */
    padding-right: 20px;
}

.icon-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* Vertically center icon */
    width: 30px; /* Icon width */
    height: 30px; /* Icon height */
    background-size: contain; /* Ensure SVG scales properly */
}


.icon-link.profile:before {
    background-image: url("../img/profile-icon.svg");
}


/* --------------------------------------------------------------------------------------------------
    FORMS
--------------------------------------------------------------------------------------------------- */
.form-control, .form-select {
    border-radius: 0;
    padding: 1rem;
}

.form-control:focus,
.form-check-input:focus,
.form-select:focus,
.btn:focus {
    border-color: #dee2e6 !important;
    box-shadow: none !important;
}

.form-group.invalid &gt; label,
.form-select.invalid &gt; label {
    color: #db0032 !important;
}

.form-group.invalid input,
.form-select.invalid input {
    border-color: #db0032 !important;
}


/* --------------------------------------------------------------------------------------------------
    Modals
--------------------------------------------------------------------------------------------------- */
.modal {
    --bs-modal-border-radius: 4px;
    --bs-modal-padding: .5rem
}

.modal-header {
    padding: 20px 20px 0 0;
    border: none;
    text-align: center;
    width: 100%;
}

.modal-header h3 {
    padding: 10px;
    text-align: center;
    width: 100%;
}

.modal-header p {
    padding: 10px;
    text-align: center;
    width: 100%;
}


h5.modal-title {
    font-family: "minion-pro", serif;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: bold;
}

.modal-content {
    border: none;
}

.modal-body {
    padding: 40px;
}

.modal-content p {
    font-size: 16px;
    margin-bottom: 1rem;
}

.btn-share-linkedin, .btn-share-email, .btn-save-signin, .btn-save-register, .btn-entry-modal, .btn-exit-modal, .btn-kn, .btn-signout {
    padding: 20px;
    height: 52px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-width: 250px;
}

.btn-share-linkedin, .btn-share-email, .btn-save-signin, .btn-save-register, .btn-entry-modal, .btn-exit-modal, .btn-signout {
    padding: 20px;
    height: 52px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-width: 250px;
}

.saved-content .lead {
    font-family: "minion-pro-caption", serif;
    font-size: 28px;
    color: #303A44;
    margin-bottom: 20px;
    font-weight: bold;
}

@media (min-width: 992px) {
    .modal-body {
        padding: 40px 40px 60px 40px;
    }

    .modal-content p {
        font-size: 16px;
        margin-bottom: .25rem;
    }
}


.saved-content .btn {
    height: 52px;
    margin-top: 40px;
    min-width: 250px;
}

/* The following CSS rules are specifically for the video modal and its contents. */

/* Ensure no padding on the modal content itself and apply border-radius */
#vimeoVideoModal .modal-content {
    border-radius: 0.0; /* Rounded corners for modal */
    overflow: hidden; /* Ensure content respects rounded corners */
    padding: 0; /* Remove all padding from modal content */
    background: none; /* Remove background */
    border: none; /* Remove border */
    position: relative; /* Keep relative for internal positioning if needed, though not strictly required here */
}

/* Ensure no padding on modal body to allow video to fill completely */
#vimeoVideoModal .modal-body {
    padding: 0; /* Remove all padding from modal body */
}

/* Custom styling for the video container to maintain aspect ratio */
#vimeoVideoModal .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (height / width * 100) */
    height: 0;
    overflow: hidden;
    border-radius: 0; /* Remove border-radius here to ensure video fills modal-content's rounded corners */
    border: 0;
}

#vimeoVideoModal .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#vimeoVideoModal .modal-header {
    height: 60px;
    padding:20px 8px 20px 20px;
}

#vimeoVideoModal .btn-close {
    background-color: #fff;
    border-radius: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 2rem;
    right: 6px;
    top: 1px;
}

#vimeoVideoModal .btn-close:hover {
    opacity: 1;
}

#vimeoVideoModal .btn-close:hover {
    opacity: 1;
}


.video-block h5 {
    font-size: 16px;
}

.video-block p {
    font-size: 16px;
}

.thumbnail-container {
    position: relative;
    /* Optional: If its parent is a flex container and you want it to shrink-wrap */
    height: 100%;
}

img.video-thumbnail {
    max-width: 100%;;
    height: auto;
    display: block;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);

}

.tab-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Now 100% of the correct thumbnail-container width */
    height: 100%; /* Now 100% of the correct thumbnail-container height (which matches the image) */
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon {
    width: 70px;
    height: 70px;
}

img.video-thumbnail {
    min-width: 100%;
}

/* Responsive adjustments for the close button on smaller screens */
@media (max-width: 767px) {
    .titleContainer {
        height: 100% !important;
    }

    .titleContainer h2 {
        margin-bottom: 0 !important;
    }

    .thumbnail-container {
        height: 100%;
    }
}

@media (min-width: 992px) {

    .play-icon {
        width: 35px;
        height: 35px;
    }

    .thumbnail-container {
        min-width: 150px;
        max-width: 150px;
        width: 150px;
    }

    .play-icon {
        width: 35px;
        height: 35px;
    }

    img.video-thumbnail {
        max-width: 150px;
    }

    .article-breadcrumbs a {
        white-space: nowrap;
    }

}


/* --------------------------------------------------------------------------------------------------
    COOKIE DISCLAIMER 
--------------------------------------------------------------------------------------------------- */
#cookie-disclaimer {
    background-color: #DBE3E5; /* Light background */
    color: #303A44; /* Dark text */
    padding: 20px 40px;
    text-align: center;
    border-bottom: 1px solid #dee2e6; /* Subtle border */
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cookie-disclaimer a {
    color: #DB0032;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    text-decoration: underline;
}

#cookie-disclaimer .btn-close {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 16px;
}

#welcome-msg-mobile {
    position: relative;
    border: 3px solid #84888F;
    background: #ffffff;
    padding: 15px 30px;
    text-align: center;
}

#welcome-msg-mobile .btn-close {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 16px;
}

#welcome-msg-desktop .btn-close {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 16px;
}

#welcome-msg-desktop {
    display: none;
}

.welcome-msg .message {
    font-size: 16px;
    font-weight: 500;
}

.welcome-msg .message span {
    font-weight: 700;
    color: #DB0032;
}

.welcome-msg .job-code {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

/* --------------------------------------------------------------------------------------------------
    SITEMNAP
--------------------------------------------------------------------------------------------------- */
.site-map .level-1 {
    font-weight: bold;
}

.site-map .level-2 {
    font-weight: normal;
}

.site-map .level-3 {
    font-weight: normal;
}

.site-map .level-4 {
    font-weight: normal;
}

/* --------------------------------------------------------------------------------------------------
    tables
--------------------------------------------------------------------------------------------------- */

.resource-table {
    margin-top: 120px
}

.resourcetable .resource-title a {
    text-decoration: underline;
    font-weight: bold;
}

.resourcetable img {
    max-width: 160px;
    text-align: center;
    display: block;
}

.resourcetable tr td {
    vertical-align: middle;
    padding: 20px 0;
}

.resourcetable a {
    text-decoration: underline;
}

.resourcetable p a:hover {
    text-decoration: underline;
}

.table-hr {
    border-bottom: 1px solid #DBE3E5;
}

.table-hr:last-child {
    border-bottom: none;
}

.resourcetable {
    max-width: 99%;
    padding-left: 0;
}

.article-header {
    margin-bottom: 20px;
}

.video-table h5 {
    font-size: 16px;
}

.single-quote-with-margins p {
    margin-left: 1.8rem;
    margin-right: 1.8rem;
}

.single-quote-with-margins p {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 6px;
    font-family: "minion-pro-caption", serif;
}

.single-quote-with-margins .quote-attribution p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
    color: #303A44;
}

.red-quote-bold p {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 6px;
}

.red-quote-bold .quote-attribution p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
    color: #303A44;
}

.quote-text {
    font-family: "minion-pro-caption", serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #738C93;
}

/* --------------------------------------------------------------------------------------------------
    TABLETS
--------------------------------------------------------------------------------------------------- */

@media (min-width: 768px) {
    html, body {
        font-size: 16px;
    }

    main {
        padding: 30px 24px 24px 25px;
    }

    .article-thumb {
        height: 125px;
        width: 125px;
        margin-right: 20px;
        max-width: 125px;
    }

    .article-thumb img {
        max-width: 125px;
    }

    .references p:last-child {
        text-align: left;
    }

    .resourcetable tr td {
        padding: 20px 20px;
    }

    .video-table figure {
        margin: 0 .5rem 0 0;
    }
}

.resource .resource-thumbnail {
    max-width: 100%;
    min-width: 150px;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

/* --------------------------------------------------------------------------------------------------
    DESKTOP
--------------------------------------------------------------------------------------------------- */
@media (min-width: 992px) {
    /*
        Layout / Nav
        Typography
        Buttons
        Home Page
        Articles
     */
    /*
    body {
        padding-top: 100px;
    }
     */
    .level-1-section-title {
        display: block;
    }

    #cookie-disclaimer .btn-close {
        top: 12px;
        right: 12px;
    }

    #welcome-msg-mobile {
        display: none !important;
    }

    #welcome-msg-desktop {
        position: fixed;
        top: 105px;
        right: 24px;
        z-index: 1020;
        width: 350px;
        border: 3px solid #84888F;
        background: rgba(255, 255, 255, 0.6);
        padding: 15px 30px;
    }

    .title-text {
        /* Any specific styling for the text part */
    }

    #entry-modal .modal-body {
        width: 50% !important;
    }

    .copyright {
        border-top: 1px solid #D3D9D4;
    }

    .header {
        background: #FFFFFF;
        height: 100px;
    }

    .icon-link:before {
        width: 40px; /* Icon width */
        height: 40px; /* Icon height */
    }

    .tmtk-logo img {
        width: 260px;
    }

    h2 {
        font-size: 24px;
    }

    h2.page-title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .desktop-user {
        width: 250px;
    }

    .desktop-login {
        padding: 20px;
    }

    .desktop-login .btn:first-child {
        margin-right: 12px;
    }

    .desktop-user {
        text-align: center;
    }

    .desktop-btn-user {
        height: 52px;
        width: 95px;
    }

    .register-btn {
        height: 52px;
        width: 95px;
    }

    .desktop-profile a {
        color: #39434C;
        font-size: 18px;
        text-decoration: none;
    }

    .side-menu {
        width: 250px;
        z-index: 500;
    }

    .side-menu-content {
        padding: 20px;
    }

    .signin {
        color: #303A44;
    }

    .register {
        color: #ffffff;
    }

    .footer-nav {
        margin: 0 20px;
    }

    .footer-nav {
        margin: 0 20px;
    }

    .footer-user {
        margin: 0 20px;
    }

    h1 {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 30px;
    }

    a.level-1-section-title {
        font-size: 26px;
    }

    .btn-register {
        width: 200px;
    }

    .btn-saved-content {
        width: 100%;
        height: 52px;
    }

    .section-card {
        margin-bottom: 0;
        padding: 20px;
    }

    .section-card p {
        font-size: 22px;
        line-height: 26px;
    }

    .section-card a {
        text-decoration: none;
        color: #303A44;
        font-weight: bold;
    }

    .feature-article-title {
        font-size: 22px;
    }

    .saved-content {
        background: #FFFFFF;
        border-radius: 4px;
        text-align: center;
        margin-top: 20px;
        padding: 40px;
    }

    .saved-content .lead {
        font-family: "minion-pro-caption", serif;
        font-size: 28px;
        color: #303A44;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .saved-content .btn {
        height: 52px;
        margin-top: 40px;
    }

    .saved-content p {
        font-size: 16px;;
    }

    .footer-nav div {
        max-width: 300px;
        line-height: 1.1;
        margin: 0 20px 10px 10px;
    }

    .expand-icon {
        height: 40px;
        width: 40px;
    }

    .article-intro p {
        line-height: 20px;
    }

    .article-overview p:first-child {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .video-table img {
        margin-right: 20px;
        max-width: 200px;
        min-width: 150px;
    }

    .video-table figure {
        margin: 0 .5rem 0 0;
    }

    h2.resource-title {
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
    }

    .resource .resource-thumbnail {
        max-width: 200px;
        min-width: 150px;
    }
}

/* --------------------------------------------------------------------------------------------------
    ARTICLE CARDS - RESOURCE CARDS
--------------------------------------------------------------------------------------------------- */
.article-card, .feature-card, .resource-card, .section-card {
    cursor: pointer;
}

/*
.article-card.resource-card {
    min-height: 140px;
    height: 160px;
}
 */

.article-card {
    background: #FFFFFF;
    border: none;
    border-radius: 0;
    padding: 10px 12px 12px 12px;
    margin-bottom: 20px;
    /* height: 134px; */
}

.article-card-title a {
    font-family: "minion-pro", serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 6px;
    text-decoration: none;
}

.article-card .download-icon-small {
    width: 9px;
    position: relative;
    top: 0;
    margin-right: 4px;
    padding: 0;
}

.article-card-large {
    height: 140px;
}

.article-card.resource-card {
    /* min-height: 135px; */
    height: 135px;
}

.resource-card-title {
    /*  min-height: 60px; */
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .article-card {
        /* height: 190px; */
        padding: 10px 20px 20px 20px;
    }

    .article-card.resource-card {
        /* min-height: 140px; */
        height: 160px;
    }

    .article-card-large {
        height: 350px;
    }

    /*
    .article-card.resource-card {
        height: 175px;
    }
     */

    .article-card-large {
        height: 330px;
    }

    .article-card-title a {
        font-size: 20px;
        line-height: 26px;
    }

    /*
    .article-card.resource-card {
        height: 165px;
    }
     */
}

@media (min-width: 800px) {
    /*
    .article-card.resource-card {
        min-height: 135px;
        height: 135px;
    }

    .resource-card-title {
        min-height: 65px;
    }
     */
}

@media (min-width: 900px) {
    /*
    .article-card.resource-card {
        min-height: 140px;
        height: 155px;
    }

    .resource-card-title {
        min-height: 50px;
    }
    */
}

@media (min-width: 992px) {
    .article-card {
        /* min-height: 185px; */
        padding: 15px;
    }

    .article-card-title a {
        font-size: 18px;
        line-height: 22px;
    }

    .article-card .article-thumb {
        margin-right: 15px;
    }
}

@media (min-width: 1200px) {
    /*
    .article-card.resource-card {
        min-height: 140px;
        height: 155px;
    }
     */

    #saved-content .article-card.resource-card {
        /* min-height: 140px; */
        height: 190px;
    }


    .article-card .article-thumb {
        margin-right: 20px;
    }

    .resource-card-title {
        /* min-height: 75px; */
    }

    .article-card-title a {
        font-size: 22px;
        line-height: 26px;
    }

    .resource-card-title {
        margin-top: .75rem;
    }

    .resource-card-title a {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (min-width: 1300px) {
    .resource-card-title {
        margin-top: .75rem;
    }

    .resource-card-title a {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 1400px) {
    .resource-card-title {
        margin-top: 1rem;
    }

    .resource-card-title a {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (min-width: 1600px) {
    .resource-card-title a {
        font-size: 22px;
        line-height: 24px;
    }
}

/* reorganize */
.resource-link a {
    color: #DB0032;
    font-size: 12px;
    text-decoration: underline;
}

.resource-link a:hover {
    text-decoration: underline;
}


.link-read-more {
    text-decoration: none;
    font-weight: bold;
}

.quote {
    font-family: "minion-pro", serif;
    border: none;
}

.clincial-insights-quote .quote-text {
    font-weight: 400;
}

.quote-attribution p {
    font-family: "minion-pro", serif;
    line-height: 1.2;
    color: #303A44;
}

.special-quote-title {
    font-family: "minion-pro", serif;
    line-height: 1.2;
    color: #303A44;
    font-size: 20px;
    font-weight: 700;
}

.special-quote-text {
    font-family: "minion-pro-caption", serif;
    font-size: 20px;
    line-height: 1.3;
    color: #738C93;
    font-weight: 500;
}

.special-quote-title p {
    margin-bottom: 5px;
}


.red-quote-bold p {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 6px;
    color: #DB0032;
}

.red-quote-bold img {
    margin-right: 20px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 16px; /* Adjust size as needed */
    height: 16px; /* Adjust size as needed */
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -999px; /* Hide the default number */
    cursor: pointer;
    background-color: #DBE3E5;
    background-clip: padding-box;
    border: 1px solid #979797;
    border-radius: 50%; /* Make them circles */
    opacity: 1;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    background-color: #DB0032;
}

.carousel.pointer-event {
    touch-action: pan-y pinch-zoom;
}

.carousel-description {
    width: 100%;
    padding: 20px;
}

#imageCarouselModal .modal-body {
    padding-top: 10px;
    padding-bottom: 70px;
    padding-left: .5rem;
    padding-right: .5rem;
}

.two-col-row {
    margin-top: 40px;
    margin-bottom: 20px;
}

img.img-carousel {
    width: 100%;
    margin-bottom: 40px;
}

.carousel-item img {
    padding: 20px 44px;
}

.img-carousel {
    width: 100%;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2%;
    padding: 14px;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
}

.slide-adjustment img {
    margin-top: 80px;
    margin-bottom: 80px;
}

.btn-share-close {
    height: 52px;
    margin-bottom: 30px;
    margin-top: 30px;
    min-width: 250px;
}

.content-callout-body {
    display: flex;
    justify-content: center;
}

.content-callout-body img {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 15px;
}

.download-pdf img {
    width: 100%;
    min-width: 150px;
}

.resource .resource-link a img {
    max-width: 18px;
    min-width: 18px;
}

.resource .resource-link a {
    font-size: 18px;
    font-weight: 500;
}

.resource .download-icon {
    top: -1px;
}

.resource .resource-link a:hover {
    text-decoration: underline;
}


.table &gt; :not(caption) &gt; * &gt; * {
    border: none;
}

.download-pdf .resource-link a {
    color: #DB0032;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    text-decoration: underline;
}

.download-icon {
    padding-right: 5px;
    position: relative;
    top: -2px;
}

.video-table img {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.video-table .table {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
    .resourcetable {
        display: block;
        width: 99.9%;
        clear: both
    }

    .resourcetable tr td {
        display: block;
        width: 99.9%;
        clear: both
    }

    .video-table .table tr td {
        display: block;
        width: 99.9%;
        clear: both
    }

    .video-table img {
        margin-right: 0;
        width: 100%;
        height: 100%;
    }

    .video-table td {
        width: 100%;
        height: 100%;
    }

    .level-1-section-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .arrow-container {
        margin-left: 0 !important;
        margin-right: 0;
        display: flex;
        align-items: center;
    }

    .arrow-container img {
        /* If ms-2 is on the img, you might need to specifically reset it */
        margin-left: 0 !important;
    }
}

@media (max-width: 991px) {
    .TMN-Image {
        margin-top: 10px !important;
    }

    .carousel-item img {
        padding: 20px 8px;
    }
     #vimeoVideoModal .btn-close {
        width: 40px;
        height: 40px;
        font-size: 1.3rem;
    }
    #vimeoVideoModal .modal-header {
        height: 40px;
    }
}

#nav-collapse {
    max-height: calc(100vh - 192px);
    overflow-y: scroll;
}

#imageTabModal .nav-pills .nav-link {
    min-width: 150px;
}

#imageTabModal .nav-pills-container { /* New container for centering */
    display: flex;
    justify-content: center;
    width: 100%; /* Make the container take full width */
    margin-top: 4rem; /* Adjust margin as needed */
}

#imageTabModal .nav-pills {
    display: inline-flex;
    background-color: transparent;
    border-radius: 0;
}

#imageTabModal .nav-pills .nav-item {
    flex: 1 1 auto;
}

#imageTabModal .nav-pills .nav-link {
    color: #738C93;
    background-color: #ffffff;
    border-radius: 0 !important;
    border: 1px solid #303A44;
    margin-right: -1px !important;
    min-width: 140px;
    font-size: 16px;
}

#imageTabModal .nav-pills .nav-link:first-child {
    border-left-width: .5px;
}

#imageTabModal .nav-pills .nav-link:last-child {
    border-right-width: .5px;
    margin-right: 0 !important;
}

#imageTabModal .nav-pills .nav-link.active {
    color: #ffffff;
    background-color: #303A44;
    border-color: #303A44;
    z-index: 1;
}

#imageTabModal .nav-pills .nav-link:hover,
#imageTabModal .nav-pills .nav-link:focus {
    color: #ffffff;
    background-color: #303A44;
    border-color: #303A44;
    z-index: 1;
}

#imageTabModal .modal-footer {
    border-top: none;
}

@media (min-width: 992px) {
    #imageTabModal .nav-pills .nav-link {
        min-width: 200px;
    }

    .carousel-item img {
        padding: 20px 44px;
    }

    .arrow-container {
        white-space: nowrap;
    }

    .back-to-top-link {
        right: 20px;
    }
}

@media (min-width: 1200px) {
    #imageTabModal .nav-pills .nav-link {
        min-width: 380px;
    }
        .level-3-links {
        white-space: nowrap;
    }

}

@media (min-width: 1400px) {
    #imageTabModal .nav-pills .nav-link {
        min-width: 420px;
    }

}

/* temp helpers */
.minus-bottom-10 {
    margin-bottom: -10px;
}

.minus-top-10 {
    margin-top: -10px;
}

.minus-top-15 {
    margin-top: -15px;
}

.minus-top-20 {
    margin-top: -20px;
}

.minus-top-30 {
    margin-top: -30px;
}

.minus-top-40 {
    margin-top: -40px;
}

.max-width-95 {
    max-width: 100%;
}

.max-width-90 {
    max-width: 100%;
}

.max-width-85 {
    max-width: 100%;
}

.max-width-80 {
    max-width: 100%;
}

.max-width-70 {
    max-width: 100%;
}


@media (min-width: 992px) {
    .max-width-95 {
        max-width: 95%;
    }

    .max-width-90 {
        max-width: 90%;
    }

    .max-width-85 {
        max-width: 85%;
    }

    .max-width-80 {
        max-width: 80%;
    }

    .max-width-70 {
        max-width: 70%;
    }

    .max-width-60 {
        max-width: 60%;
    }
}


.margin-bottom-point3 {
    margin-bottom: 0.3rem;
}

.margin-bottom-point3 p {
    margin-bottom: 0.3rem;
}

.margin-top-point3 {
    margin-top: 0.3rem;
}

.margin-top-point3 p {
    margin-top: 0.3rem;
}

.margin-bottom-point5 {
    margin-bottom: 0.5rem;
}

.margin-bottom-point5 p {
    margin-bottom: 0.5rem;
}

.margin-top-point5 {
    margin-top: 0.5rem;
}

.margin-top-point5 p {
    margin-top: 0.5rem;
}

.margin-bottom-point8 {
    margin-bottom: 0.8rem;
}

.margin-bottom-point8 p {
    margin-bottom: 0.8rem;
}

.margin-top-point8 {
    margin-top: 0.8rem;
}

.margin-top-point8 p {
    margin-top: 0.8rem;
}

.margin-bottom-one {
    margin-bottom: 1rem;
}

.margin-bottom-one p {
    margin-bottom: 1rem;
}

.margin-top-one {
    margin-top: 1rem;
}

.margin-top-one p {
    margin-top: 1rem;
}

.adult-diagnostic ul {
    padding-left: .5rem;
}

/* special ul list */
.adult-diagnostic ul li {
    font-size: 14px;
    position: relative;
    padding-left: .4rem;
    margin-bottom: 0.4rem;
    line-height: 1.5;
    list-style-type: none;
}

.adult-diagnostic li::before {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 8px;
}

.adult-diagnostic li:nth-of-type(1)::before {
    content: "*";
    top: 0;
    left: -0.2em;
    font-size: 14px;
}

.adult-diagnostic li:nth-of-type(2)::before {
    content: "â€&nbsp;";
    left: -0.1em;
}

.adult-diagnostic li:nth-of-type(3)::before {
    content: "â€¡";
    left: -0.1em;
}

.adult-diagnostic li:nth-of-type(4)::before {
    content: "Â§";
    left: -0.1em;
}

.adult-diagnostic li:nth-of-type(5)::before {
    content: "Â¶";
    left: -0.1em;
}

.adult-diagnostic li:nth-of-type(6)::before {
    content: "#";
    left: -0.1em;
    font-size: 8px;
}

.adult-diagnostic li:nth-of-type(7)::before {
    content: "**";
    left: -0.8em;
    top: 0;
    font-size: 14px;
}

ol[style="list-style-type:decimal;"] {
    padding-top: 0px;
}

ol[style="list-style-type:lower-latin;"] {
    padding-top: 2px;
}

/* special table formatting */
/* Default styles for table borders (Desktop View) */
.cat-table{
    display:none;
}
.cat-table-mobile table {
    border-collapse: collapse; /* Ensures borders look like a grid */
    border:1px solid #D3D9D4;
    width:100%;
}

.cat-table-mobile table td{
    padding:10px 20px;
    border:1px solid #D3D9D4;
    padding-top:40px;
    vertical-align: top;;
}
.cat-table-mobile table td:nth-of-type(1){
    padding:10px 20px 10px 20px;
    border:1px solid #D3D9D4;
    vertical-align: top;
}
.cat-table-mobile table ul{
    padding-top:20px;
} 

@media (min-width:1200px){
.cat-table{
    display:block;
}
.cat-table-mobile{
    display:none;
}
.cat-table table {
    border-collapse: collapse; /* Ensures borders look like a grid */
    border:1px solid #D3D9D4;
     width:100%;
}
.cat-table table td{
    padding:10px 20px 10px 20px;
    border:1px solid #D3D9D4;
    padding-top:40px;
    vertical-align: top;
 }
.cat-table table td:nth-of-type(1){
    padding:10px 20px 10px 20px;
    border:1px solid #D3D9D4;
    vertical-align: top;
}
.cat-table table td:nth-of-type(2){
    padding:10px 20px 10px 20px;
    border:1px solid #D3D9D4;
    vertical-align: top;
}
.cat-table table ul{
    padding-top:20px;
} 
}
       
 

       

</pre></body></html>