@charset "UTF-8";

:root{
	/* Main Brand Colors */
--pathologist-primary-clr: #f15d22;
--pathologist-secondary-clr: #1E1E1E;
--pathologist-body-text: #1E1E1E;
--pathologist-body-clr: #1E1E1E;
--pathologist-dark-clr: #1E1E1E;
--pathologist-light-clr: #F8F9FA;
--pathologist-bg-clr: #8E8E8E;

/* Updated Orange Gradient Scale */
--pathologist-primary-100: #7d2d0f;   /* Darkest Orange */
--pathologist-primary-90:  #a73c15;
--pathologist-primary-80:  #d14b1b;
--pathologist-primary-70:  #f15d22;   /* Main Brand Orange */
--pathologist-primary-60:  #f3734b;
--pathologist-primary-50:  #f68a6d;
--pathologist-primary-40:  #f8a18f;
--pathologist-primary-30:  #fac8b7;
--pathologist-primary-20:  #fdded4;
--pathologist-primary-10:  #fef2ec;   /* Lightest Orange */

    
    --pathologist-secondary-100: #0E0E0E;
    --pathologist-secondary-90: #0E0E0E;
    --pathologist-secondary-80: #141414;
    --pathologist-secondary-70: #181818;
    --pathologist-secondary-60: #1C1C1C;
    --pathologist-secondary-50: #1E1E1E;
    --pathologist-secondary-40: #959595;
    --pathologist-secondary-30: #BFBFBF;
    --pathologist-secondary-20: #E1E1E1;
    --pathologist-secondary-10: #F2F2F2;
    
    --pathologist-gray-100: #000000;
    --pathologist-gray-90: #212529;
    --pathologist-gray-80: #343A40;
    --pathologist-gray-70: #495057;
    --pathologist-gray-60: #6C757D;
    --pathologist-gray-50: #ADB5BD;
    --pathologist-gray-40: #CED4DA;
    --pathologist-gray-30: #DEE2E6;
    --pathologist-gray-20: #E9ECEF;
    --pathologist-gray-10: #F8F9FA;
    
    
    /* Fonts 
    --pathologist-header-font: "Roboto Slab", serif;
    --pathologist-serif-font: "Libre Caslon Text", serif;
    --pathologist-body-font: "Roboto", sans-serif;*/

    --pathologist-header-font: "Playfair Display", serif;
    --pathologist-serif-font: "Playfair", sans-serif;
    --pathologist-body-font: "DM Sans", sans-serif;
    
    
    /* Shadows */
    --shadow-lg: 0px 16px 48px rgba(0, 0, 0, 0.175);
    --shadow-md: 0px 8px 16px rgba(0, 0, 0, 0.15);
    --shadow-sm: 0px 2px 4px rgba(0, 0, 0, 0.125);
    
    
    /* Gradient */
    --newsletter-gradient: linear-gradient(336deg, #BFBFBF 1.95%, #f78a59 33.34%, #fcd7c4 104.87%);
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* Sitewide Styles */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    font-size: 1rem;
    font-family: var(--pathologist-body-font);
    font-weight: 400;
    background-color: var(--bg-clr);
    margin: 0;
}

body.nav-open{
    overflow: hidden;
}

body *{
    scroll-margin-top: 85px;
}

main{
    background-color: var(--bg-clr);
    padding: 1px 0;
    margin-top: -1px;
}

hr{
    margin: 1.5rem 0;
    color: var(--secondary-clr-1-50);
    opacity: 1;
}

.mb-4-5{
    margin-bottom: 2rem !important;
}



/* Text Styles */

h1, h2, h3{
    font-family: var(--pathologist-header-font);
    font-weight: 500;
    color: var(--pathologist-dark-clr);
    font-optical-sizing: auto;
}

h4, h5, h6{
    font-family: var(--pathologist-header-font);
    font-weight: 500;
    color: var(--pathologist-dark-clr);
}

h1{
   font-size: 3rem;
    line-height: 3rem;
}

h1.section-title{
    font-size: 1.375rem;
    font-family: var(--pathologist-header-font);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .02rem;
    border-top: 3px solid var(--pathologist-secondary-clr);
    padding: .25rem 0 .5rem 0;
}

h1.page-title{
    font-size: 2rem;
    font-family: var(--pathologist-body-font);
    font-weight: 500;
    text-transform: initial;
    letter-spacing: 0;
    border-bottom: 2px solid var(--pathologist-secondary-clr);
    padding: 0 0 0.125rem 0;
    margin: 0 0 1.5rem 0;
}

h2{
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 500;
}

h3{
    font-size: 1.75rem;
    line-height: 2.1rem;
    font-weight: 500;
}

h4{
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 500;
}

h5{
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
}

h6{
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 500;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    color: var(--jadrpo-body-text);
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
    color: var(--pathologist-primary-clr);
    text-decoration: none;
    transition: .2s ease-in-out;
}

p{
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    font-family: var(--pathologist-body-font);
    color: var(--pathologist-secondary-50);
}

p.lead, span.lead{
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
}

p.sm, span.sm{
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
}

p.xs, span.xs{
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: 400;
}

strong {
    font-weight: 800;
}

b{
   font-weight: 800; 
}

a{
    color: var(--pathologist-secondary-clr);
    text-decoration: underline;
    transition: .2s ease-in-out;
}

a:hover{
    color: var(--pathologist-primary-clr);
    text-decoration: none;
    transition: .2s ease-in-out;
}

.title--d3{
    font-family: var(--pathologist-body-font);
    font-size: 4rem;
    font-weight: 300;
    line-height: .9;
}

.title--d5{
    font-family: var(--pathologist-body-font);
    font-size: 3rem;
    font-weight: 300;
    line-height: .9;
}

.caption{
    font-size: 0.875rem;
    color: var(--pathologist-gray-70);
}

.clr-primary-clr{
    color: var(--pathologist-primary-clr) !important;
}

.clr-secondary-clr{
    color: var(--pathologist-secondary-clr) !important;
}

.clr-body-text{
    color: var(--pathologist-body-text) !important;
}

/* all conexiant sites should be using this code. update that in umbrella.css when there is time. */
.full-width-ad {
    background-color: transparent;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}

.sidebar-column .sticky-top {
    z-index: 1;
    display: grid;
    grid-gap: 0;
}

.sidebar-column--2-ads{
    display: grid;
    grid-template-row: 1fr 1fr;
    grid-column-gap: 1.5rem;
}

.sidebar-column--2-ads .sidebar-column__sticky-container{
    
}
/* all conexiant sites should be using this code. update that in umbrella.css when there is time. */


.sidebar-column .sticky-top {
    top: 101px;
}

.sticky-top {
    top: 101px;
}

@media (max-width: 1280px){
    .sticky-top {
        top: 126px;
    }
}

@media (max-width: 576px) {
    .sticky-top {
        top: 101px;
    }
}


img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
    shape-margin: 1rem;
}












/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* Component Styles */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */



/* Icon Styles */

.fill{
    transition: .2s ease-in-out;
}

.fill:hover{
    transition: .2s ease-in-out;
}

.fill--clr-1{
    fill: var(--pathologist-primary-clr);
}

.fill--clr-2{
    fill: transparent;
}

    



/* List Styles */

.list-item {
    border-bottom: 1px solid var(--pathologist-secondary-30);
    position: relative;
}

    



/* Button Styles */

[type="button"], [type="reset"], [type="submit"], button, a.btn, .btn {
    display: inline-flex;
    column-gap: .5rem;
    align-items: center;
    justify-content: center;
    padding: .5rem .75rem;
    min-width: 38px;
    min-height: 38px;
    font-family: var(--pathologist-body-font);
    line-height: 1.1;
    white-space: nowrap;
    text-decoration: none;
    color: white;
    background-color: var(--pathologist-secondary-40);
    border: 1px solid var(--pathologist-primary-clr);
    /*border-radius: 10rem;*/
    transition: .2s ease-in-out;
}

a.btn:hover, .btn:hover{
    color: var(--pathologist-body-text);
    background-color: var(--pathologist-secondary-clr);
    border: 1px solid var(--pathologist-secondary-clr);
    box-shadow: var(--shadow-sm);
    transition: .2s ease-in-out;
}

a.btn--lg, .btn--lg{
    font-size: 1.25rem;
    padding: .5rem 1rem;
    min-width: 48px;
    min-height: 48px;
}

/*
.btn--lg svg, .btn--lg .icon{
    max-width: 17px;
    max-height: 17px;
}
*/

a.btn--sm, .btn--sm{
    line-height: 1;
    font-size: .75rem;
    padding: .25rem .5rem;
    min-width: 31px;
    min-height: 31px;
}

.navbar__right a.btn--sm, .btn--sm{
/*    min-height: 42px;*/
}

.btn--sm svg, .btn--sm .icon{
    max-width: 13px;
    max-height: 13px;
    transform: scale(1.15);
}


a.btn--primary, .btn--primary, #btnSubmit {
    color: var(--pathologist-body-text);
    background-color: var(--pathologist-primary-clr);
    border: 1px solid var(--pathologist-primary-clr);
    /*background: linear-gradient(90deg, var(--pathologist-secondary-clr) 0%, #EB9413 100%); */
}

a.btn--primary:hover, .btn--primary:hover, #btnSubmit:hover {
    color: var(--pathologist-body-text);
    background-color: var(--pathologist-primary-40);
    border: 1px solid var(--pathologist-primary-40);
}

a.btn--primary .fill--clr-1, .btn--primary .fill--clr-1, #btnSubmit .fill--clr-1{
    fill: var(--pathologist-body-text);
}

a.btn--primary:hover .fill--clr-1, .btn--primary:hover .fill--clr-1, #btnSubmit:hover .fill--clr-1 {
    fill: white;
}

a.btn--secondary, .btn--secondary {
    color: white;
    background-color: var(--pathologist-secondary-clr);
    border: 1px solid var(--pathologist-secondary-clr);
}

a.btn--secondary:hover, .btn--secondary:hover {
    color: white;
    background-color: var(--pathologist-gray-80);
    border: 1px solid var(--pathologist-gray-80);
}

a.btn--secondary .fill--clr-1, .btn--secondary .fill--clr-1 {
    fill: var(--pathologist-primary-40);
}

a.btn--secondary:hover .fill--clr-1, .btn--secondary:hover .fill--clr-1 {
    fill: var(--pathologist-primary-40);
}

a.btn--outlined-primary, .btn--outlined-primary{
    color: var(--pathologist-secondary-clr);
    background-color: transparent;
    border: 1px solid var(--pathologist-primary-clr);
}

a.btn--outlined-primary:hover, .btn--outlined-primary:hover{
    color: var(--pathologist-secondary-clr);
    background-color: var(--pathologist-primary-clr);
    border: 1px solid var(--pathologist-primary-clr);
}

a.btn--outlined-primary-2, .btn--outlined-primary-2{
    color: var(--pathologist-primary-clr);
    background-color: transparent;
    border: 1px solid var(--pathologist-primary-clr);
}

a.btn--outlined-primary-2:hover, .btn--outlined-primary-2:hover{
    color: var(--pathologist-secondary-clr);
    background-color: var(--pathologist-primary-clr);
    border: 1px solid var(--pathologist-primary-clr);
}

/*button.btn--outlined-primary, .btn--outlined-primary{
    color: var(--pathologist-secondary-clr);
    background-color: transparent;
    border: 1px solid var(--pathologist-primary-clr);
}

button.btn--outlined-primary:hover, .btn--outlined-primary:hover{
    color: var(--pathologist-secondary-clr);
    background-color: var(--pathologist-primary-clr);
    border: 1px solid var(--pathologist-primary-clr);
}*/

a.btn--outlined-primary .fill--clr-1, .btn--outlined-primary .fill--clr-1 {
    fill: var(--pathologist-primary-clr);
}

a.btn--outlined-primary:hover .fill--clr-1, .btn--outlined-primary:hover .fill--clr-1 {
    fill: var(--pathologist-secondary-clr);
}

a.btn--outlined-primary-2:hover .fill--clr-1, .btn--outlined-primary-2:hover .fill--clr-1 {
    fill: var(--pathologist-secondary-clr);
}

a.btn--outlined-secondary, .btn--outlined-secondary{
    color: var(--pathologist-secondary-clr);
    background-color: transparent;
    border: 1px solid var(--pathologist-secondary-clr);
}

a.btn--outlined-secondary:hover, .btn--outlined-secondary:hover{
    color: var(--pathologist-primary-clr);
    background-color: var(--pathologist-secondary-clr);
    border: 1px solid var(--pathologist-secondary-clr);
}

a.btn--outlined-secondary .fill--clr-1, .btn--outlined-secondary .fill--clr-1 {
    fill: var(--pathologist-secondary-clr);
}

a.btn--outlined-secondary:hover .fill--clr-1, .btn--outlined-secondary:hover .fill--clr-1 {
    fill: var(--pathologist-primary-clr);
}

a.btn--link, .btn--link {
    color: var(--pathologist-secondary-clr);
    background-color: transparent;
    border: 1px solid transparent;
    text-decoration: underline;
}

a.btn--link:hover, .btn--link:hover {
    text-decoration: underline;
    color: var(--pathologist-primary-clr);
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: 0 0 0 transparent;
    text-decoration: none;
}

a.btn--link .fill--clr-1, .btn--link .fill--clr-1 {
    fill: var(--pathologist-secondary-40);
}

a.btn--link:hover .fill--clr-1, .btn--link:hover .fill--clr-1 {
    fill: var(--pathologist-secondary-clr);
}

a.btn--light, .btn--light {
    color: var(--pathologist-secondary-50);
    background-color: var(--pathologist-secondary-10);
    border: 1px solid var(--pathologist-secondary-10);
}

a.btn--light:hover, .btn--light:hover {
    color: white;
    background-color: var(--pathologist-secondary-clr);
    border: 1px solid var(--pathologist-secondary-clr);
    box-shadow: var(--shadow-sm);
}

a.btn--light .fill--clr-1, .btn--light .fill--clr-1 {
    fill: var(--pathologist-secondary-50);
}

a.btn--light:hover .fill--clr-1, .btn--light:hover .fill--clr-1 {
    fill: var(--pathologist-primary-clr);
}

.btn--disabled {
    opacity: .5;
    cursor: initial;
}
 
.btn.btn--disabled:hover {
    opacity: .5;
    cursor: initial;
    box-shadow: none;
}

.btn--load-more{
    font-size: 1.125rem;
    color: var(--secondary-gray-70);
    border: 0;
    background: transparent;
    font-weight: 600;
    transition: .2s ease-in-out;
}

.btn--load-more:hover{
    color: var(--pathologist-primary-clr);
    transition: .2s ease-in-out;
}



/* Badge Styles */

.badge-row{
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    width: 100%;
}

a.badge, button.badge, .badge {
    display: inline-flex;
    column-gap: .5rem;
    align-items: center;
    justify-content: center;
    padding: .25rem .5rem;
    min-width: 24px;
    min-height: 20px;
    font-family: var(--pathologist-body-font);
    line-height: 1.1;
    white-space: nowrap;
    text-decoration: none;
    color: white;
    background-color: var(--pathologist-primary-clr);
    border: 1px solid var(--pathologist-primary-clr);
    border-radius: .35rem;
    transition: .2s ease-in-out;
    margin-bottom: 3px;
}

a.badge:hover, button.badge:hover, .badge:hover{
    color: var(--pathologist-body-text);
    background-color: var(--pathologist-secondary-clr);
    border: 1px solid var(--pathologist-secondary-clr);
    transition: .2s ease-in-out;
}

a.badge, .badge {
    color: var(--pathologist-body-text);
    background-color: var(--pathologist-secondary-clr);
    border: 1px solid var(--pathologist-secondary-clr);
}

a.badge--primary, .badge--primary {
    color: var(--pathologist-primary-clr);
    background-color: var(--pathologist-secondary-clr);
    border: 1px solid var(--pathologist-secondary-clr);
    font-family: var(--pathologist-header-font);
    font-size: .75rem;
    font-weight: 400;
    text-transform: uppercase;
}

a.badge--primary:hover, .badge--primary:hover {
    color: var(--pathologist-secondary-10);
    background-color: var(--pathologist-secondary-50);
    border: 1px solid var(--pathologist-secondary-50);
}

a.badge--secondary, .badge--secondary {
    color: var(--pathologist-secondary-clr);
    background-color: var(--pathologist-primary-clr);
    border: 1px solid var(--pathologist-primary-clr);
}

a.badge--secondary:hover, .badge--secondary:hover {
    color: white;
    background-color: var(--pathologist-primary-50);
    border: 1px solid var(--pathologist-primary-50);
}

a.badge--outlined-primary, .badge--outlined-primary{
    color: var(--pathologist-primary-clr);
    background-color: transparent;
    border: 1px solid var(--pathologist-primary-clr);
/*    border: 1px solid var(--pathologist-primary-30);*/
}

a.badge--outlined-primary:hover, .badge--outlined-primary:hover{
    color: var(--pathologist-primary-50);
    background-color: transparent;
    border: 1px solid var(--pathologist-primary-50);
/*    border: 1px solid var(--pathologist-primary-20);*/
}

a.badge--outlined-secondary, .badge--outlined-secondary{
    color: var(--pathologist-secondary-50);
    background-color: var(--pathologist-secondary-20);
    border: 1px solid var(--pathologist-secondary-20);
    font-family: var(--pathologist-header-font);
    font-weight: 500;
    font-size: .75rem;
}

a.badge--outlined-secondary:hover, .badge--outlined-secondary:hover{
    color: var(--pathologist-secondary-50);
    background-color: white;
    border: 1px solid var(--pathologist-gray-40);
}

a.badge--outlined-alert, .badge--outlined-alert{
    color: var(--pathologist-secondary-50);
    background-color: var(--pathologist-primary-50);
    border: 1px solid var(--pathologist-primary-50);
    font-family: var(--pathologist-header-font);
    font-weight: 500;
    font-size: .75rem;
}

a.badge--outlined-alert:hover, .badge--outlined-alert:hover{
    color: var(--pathologist-secondary-50);
    background-color: var(--pathologist-primary-40);
    border: 1px solid var(--pathologist-primary-40);
    font-family: var(--pathologist-header-font);
    font-weight: 500;
    font-size: .75rem;
}

a.badge--light, .badge--light {
    color: var(--pathologist-primary-clr);
    background-color: var(--pathologist-primary-10);
    border: 1px solid var(--pathologist-primary-10);
}

a.badge--light:hover, .badge--light:hover {
    color: var(--pathologist-primary-50);
    background-color: var(--pathologist-gray-10);
    border: 1px solid var(--pathologist-gray-10);
}



/* Card Styles */

.card {
    gap: .5rem;
    padding: 1rem;
    bottom: 0;
    border-radius: 0.5rem;
    border: 0px solid transparent;
    overflow: hidden;
    transition: all .2s ease-in-out, bottom .2s ease-in-out;
}

.card:hover{
    bottom: 0px;
    box-shadow: 0px 3px 5px transparent;
    transition: all .2s ease-in-out, bottom .2s ease-in-out; 
}

.card--main::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 2px;
    right: 0;
    left: 0;
    border-radius: 0.35rem;
    pointer-events: none;
}

.card--main-lg{
    min-height: 140px;
}

.card--main-lg .card__body{
    max-width: 900px;
}

.card--purple{
    background-color: var(--pathologist-primary-clr);
}

.card--purple::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0.35rem;
    box-shadow: 0 2px 0 var(--pathologist-body-clr);
    pointer-events: none;
}

.card--purple *{
    color: white;
}

.card--text-overlay{
    overflow: hidden;
    position: relative;
    padding: 0;
    background: rgba(0, 0, 0, 1);
}

.card__text-overlay .card__copy, .card__text-overlay .card-copy {
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    overflow: auto;
    z-index: 2;
}

@media (max-width: 800px) {
    .list-card .card__body .card__copy{
        padding: 0;
    }
}

.card__text-overlay .card__copy p.tag-texts, .card__text-overlay .card-copy p.tag-texts {
    font-size: 0.875rem;
}

.tag-texts:first-child{
    border-left: none!important;
}

.card--text-overlay .btn--outlined-secondary{
    color: white;
}

.card--text-overlay .thumb-image {
    height: auto;
}

.card__text-overlay .thumb-image img {
    transform: scale(0.997);
    transition: .25s ease-in-out;
}


.card--text-overlay .thumb-image::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 25%, rgba(0, 0, 0,0.7) 40%, rgba(0, 0, 0,0.1) 85%, rgba(0, 0, 0,0) 100%);
    transition: .2s ease-in-out;
    opacity: 1;
}

.card__header{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: .5rem;
    align-items: center;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
}

.card__header--lg{
    align-items: flex-end;
    grid-gap: 1rem;
}

.card__header--lg .card__header-dashed-line{
    height: 22px;
    position: relative;
    bottom: 10px;
    background-size: 215px;
}

.card__header-title{
    margin-bottom: 0;
    padding: 16px 16px 0px 16px;
}

.card__header-dashed-line{
    display: block;
    height: 14px;
    /*background-image: url("https://pathologist-v3.useast01.umbraco.io/media/x2wa1gkp/dashed-line-gray.png");*/
    background-repeat: repeat-x;
    background-size: 120px;
    background-position: left center;
}

.card__header-dashed-line--white{
    display: block;
    height: 14px;
    background-image: url("https://pathologist-v3.useast01.umbraco.io/media/2aupfl4m/dashed-line-white.png");
    background-repeat: repeat-x;
    background-size: 120px;
    background-position: left center;
}

.card__body {
    width: 100%;
    padding: 0.5rem;
    overflow: auto;
}

.card__body--2-col{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}

.card__body--2-col__l-col, .card__body--2-col__r-col{
    display: flex;
    flex-direction: column;
}

.card__teaser {
    font-size: 1rem;
    margin-bottom: .5rem;
    color: var(--pathologist-gray-70);
}

.card__author{
    color: var(--pathologist-gray-60);
}

.card__author-list{
    display: flex;
    font-size: .75rem;
    line-height: 1;
    margin: 1rem auto; 
    position: relative;
    left: -.5rem;
    overflow: hidden;
    color: var(--pathologist-gray-60);
}

.card__author-name{
    color: var(--pathologist-gray-60);
    margin: 0 0 5px .5rem;
    padding: 0;
    line-height: 1;
    font-size: inherit;
    break-inside: avoid-column;
    font-weight: 300;
    min-width: max-content;
}

.card--thumb-top .card__teaser{
    color: var(--pathologist-gray-60);
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.card__author-et-al{
    display: flex;
    align-items: flex-start;
    height: 100%;
    font-size: .75rem;
    line-height: 1;
    font-weight: 300;
    break-inside: avoid-column;
    margin: 0 0 5px 0;
    color: var(--pathologist-gray-60);
    padding: 0 0 0 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    background: linear-gradient(-90deg, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
}

.card__body .list-item:first-child{
    margin-top: 0;
}

.card__body .list-item:last-child{
    border-bottom: 1px solid transparent;
}

.card--thumb-top .card__copy{
    padding: .5rem;
}

.card--main .thumb-image{
    z-index: 2;
    cursor: pointer;
}

.card--thumb-top .card__copy{
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}

.card--main .card__copy .badge-row{
    margin-bottom: .5rem;
}

.card--main .card__copy .badge{
    pointer-events: auto;
}

.card--main .card__copy .card__title a, .card--main .card__copy .card__title span{
    cursor: pointer;
    pointer-events: auto;
}

.card--main .card__copy .card__title span:hover{
    color: var(--pathologist-primary-clr);
    transition: .2s ease-in-out;
}

.card__bottom-btns{
    display: flex;
    gap: 1rem;
}

.card__body--2-col .card__bottom-btns{
    width: 100%;
}

.card__footer {
    padding: 0 .5rem;
}


.card--thumb-left__thumbnail{
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    right: auto;
    bottom: 1.5rem;
    max-width: 240px;
}

.card--thumb-left .card__header, .card--thumb-left .card__body, .card--thumb-left .card__footer{
    margin-left: calc(240px + 1.5rem);
    width: auto;
}

.card--thumb-left__thumbnail .thumb-image:hover img {
    transform: scale(1.03);
    transition: .25s ease-in-out;
}

.content-icon_bookmark {
    text-align: right !important;
    position: absolute !important;
    top: 1rem !important;
    right: 1rem !important;
    z-index: 10 !important;
    width: 13% !important;
    transition: .2s ease-in-out;
}

.content-icon_bookmark:hover, .newtab-icon:hover {
    color: var(--pathologist-primary-clr);
    transform: scale(1.05);
    transition: .2s ease-in-out;
}

.content-icon_bookmark svg {
    width: 100%;
    max-width: 50px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .25));
}

.thumb-image:hover .content-icon_bookmark, .thumb-image:hover .newtab-icon {
    transform: scale(1.05);
    transition: .2s ease-in-out;
}

@media (max-width: 650px) { 
    .card--thumb-left__thumbnail{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        max-width: 100%;
    }

    .card--thumb-left .card__header, .card--thumb-left .card__body, .card--thumb-left .card__footer {
        margin-left: 0;
    }
}

.card--stretched-link .stretched-link{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
}

.card--stretched-link *{
    pointer-events: none;
}

.card--stretched-link .stretched-link::after{
    content: none;
}



/* Stretched Links */
.stretched-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
}
.stretched-link::after {
  content: none !important;
}

.card .thumb-image, .card .badge, .card .card__title a, .card .card__title span, .card .btn{
    position: relative;
    pointer-events: auto;
    cursor: pointer;
    z-index: 2;
}



/* Product image styling */

.product-image {
    /*width: 500px;
    height: 500px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-self: stretch;*/

    height: 100%;
    max-height: 10rem;
    width: 100%;
}

.product-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

/*.product-image img:hover {
    transform: scale(1.03);
    transition: .25s ease-in-out;
}*/

/* Thumbnail styling */
.product-thumbnail {
    width: 58px;
    height: 58px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-right: 8px;
}

/* General Info Header Styling */

.product-header {
    color: #212529;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.4rem; /* 120% of font size */
}

/* Styling for the product origin text */
.product-origin {
    color: #343A40;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem; /* 150% of font size */
    margin-top: 8px;
}

 /* Product description styling */
.product-description {
    display: flex;
    padding-top: 0.75rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    align-self: stretch;
}

 /* Styling for the Description header */
.product-description h4 {
    color: #1C2023;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2rem; /* 120% of font size */
    margin: 0;
}

/* Styling for the Description text */
.product-description p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    align-self: stretch;
    overflow: hidden;
    color: #212529;
    text-overflow: ellipsis;
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3125rem; /* 150% of font size */
    margin: 0;
}

/*Product Card*/

.product-card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #DEE2E6;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    height: 22rem;
    position: relative;
}

.product-card:hover {
    transform: scale(1.03);
    transition: .25s ease-in-out;
}

.product-info {
    padding: 1rem;
    height: 100%;
}

.product-info h5 {
    color: var(--pathologist-secondary-clr);
    font-size: 20px;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.product-info p {
    color: var(--pathologist-secondary-clr);
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.product-info .product-brand {
    font-style: italic;
    font-weight: bold;
    color: #333;
    font-size: 0.9rem;
}

/*END of Product Card*/


/*Power List Profile Card*/

.pl-profile-image {
    /*width: 500px;
    height: 500px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: 200px;*/

    display: flex;
    height: auto;
}

.pl-profile-image img:hover {
    /*transform: scale(1.03);
    transition: .25s ease-in-out;*/
}

.pl-profile-thumbnail {
    width: 58px;
    height: 58px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-right: 8px;
}

.pl-profile-header {
    color: #212529;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.4rem; /* 120% of font size */
}

.pl-profile-origin {
    color: #343A40;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem; /* 150% of font size */
    margin-top: 8px;
}


.pl-profile-description {
    display: flex;
    padding-top: 0.75rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    align-self: stretch;
}


.pl-profile-description h4 {
    color: #1C2023;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2rem; /* 120% of font size */
    margin: 0;
}


.pl-profile-description p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    align-self: stretch;
    overflow: hidden;
    color: #212529;
    text-overflow: ellipsis;
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3125rem; /* 150% of font size */
    margin: 0;
}

.pl-profile-card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #DEE2E6;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    height: 22.75rem;
}

.pl-profile-card:hover {
    transform: scale(1.03);
    transition: .25s ease-in-out;
}

.pl-profile-info {
    padding: 1rem;
    height: 100%;
}

.pl-profile-info h6 {
    color: var(--pathologist-secondary-clr);
    /*font-size: 20px;
    font-weight: bold;*/
    margin-top: 0.5rem;
    margin-bottom: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.pl-profile-info p {
    color: var(--pathologist-secondary-clr);
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.pl-profile-info .pl-profile-brand {
    font-style: italic;
    font-weight: bold;
    color: #333;
    font-size: 0.9rem;
}

/*END of Power List Profile Card*/

.card--stretched-link .stretched-link{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
}

.card--stretched-link *{
    pointer-events: none;
}

.card--stretched-link .stretched-link::after{
    content: none;
}

.card--stretched-link .thumb-image, .card--stretched-link .badge, .card--stretched-link .card__title a, .card--stretched-link .card__title span,  .card--stretched-link .btn{
    position: relative;
    pointer-events: auto;
    cursor: pointer;
    z-index: 2;
}

/*Sponsor Section*/

.sponsor-section {
    display: flex;
    flex-wrap: wrap;
    /*height: 50vh;*/
    padding: 0;
}
.left-content {
    background-color: #000;
    color: #fff;
    padding-top: 100px;
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.left-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.left-content ul {
    list-style-type: none;
    padding: 0;
}
.left-content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
.left-content ul li::before {
    content: '\2713'; /* Checkmark */
    color: #f15d22;
    font-weight: bold;
    margin-right: 0.5rem;
}

.right-form {
    background: url(https://texere-v2.useast01.umbraco.io/media/wtdpkpl2/2023.png) no-repeat center center/cover;
    padding: 2rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: left;
}

.form-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    width: 100%;
    max-width: 600px;
}

.form-container h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .sponsor-section {
        flex-direction: column;
        height: auto;
    }
    .left-content {
        text-align: center;
    }
}
@media (max-width: 320px) {
    .left-content, .right-form {
        padding: 1rem;
    }

    .left-content h1 {
        font-size: 1.8rem;
    }
    .left-content ul li {
        font-size: 0.9rem;
    }
    .form-container {
        padding: 1.5rem;
    }
    .form-container h2 {
        font-size: 1.2rem;
    }
    .form-container .form-control {
        font-size: 0.9rem;
    }
    .form-container .btn {
        font-size: 0.9rem;
    }
}

/*END of Sponsor Section*/



/* Unique card styles */

.grid > .list-item{
    margin-top: 0;
    margin-bottom: 0;
}


.online-first .card__header{
    padding: 0 .5rem 1rem .5rem;
}

.online-first .card__body, .online-first .card__footer{
    padding: 0;
}

.online-first .list-item{
    flex-wrap: wrap;
}

.online-first .list-item .list-thumb{
    margin: 0 0 1rem 0;
    order: 1;
}

.list-item .card__copy{
    padding: 0 .5rem .5rem .5rem;
    margin-bottom: .75rem;
}



.section--browse-topics .card__header hr{
    width: 1.5px;
    height: 100%;
    background-color: var(--pathologist-gray-30);
    border-radius: 1rem;
    margin: 5px .5rem 5px 1rem;
}

.section--browse-topics .btn--sm{
    font-size: .9rem;
    position: initial;
}

.section--browse-topics .dropdown-menu{
    position: absolute;
    inset: 4rem 1.25rem auto 1.25rem !important;
    left: 0;
    top: 100%;
    transform: none !important;    
}

.card--main-lg.card--current-iss{
    min-height: 348px;
}

.card--recent-issues .tpi-cover-widget {
    border-radius: .5rem;
}

.card--main-lg .cover-widget{
    position: absolute;
    max-width: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
}

.card--main-lg .tpi-cover-widget {
    position: absolute;
    max-width: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
}


.list-card, .card.list-card{
    display: flex;
    flex-direction: row;
    padding: 0;
    border-radius: 0.5rem;
    background-color: white;
}

.list-card:hover{
    transform: scale(1.03);
    transition: .25s ease-in-out;
}

.list-card .card__l-col .thumb-image{
    max-width: 240px;
}

.list-card .card__r-col .thumb-image{
    width: 100%;
    max-width: 400px;
    aspect-ratio: 16 / 9;
    height: auto;
    /*height: 299px;*/
}
.list-card .card__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
}

.card__description-tp p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;

    overflow: hidden;
    color: var(--pathologist-secondary-clr);
    text-overflow: ellipsis;

    /* Body/Regular */
    font-family: "Libre Caslon Text";
    font-size: .9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
}

@media (max-width: 992px) {
    .list-card, .card.list-card{
        display: flex;
        flex-direction: column-reverse;
    }
    
    .list-card .card__r-col .thumb-image {
        max-width: 100%;
    }    
}

/*Featured card*/

.tp__hero-featured, .hero-seondary-card {
    background-color: var(--dark);
}
.tp__hero-featured {
    grid-column: 1 / 3;
    overflow: hidden;
    width: 100%;
    align-self: stretch;
    position: relative;
    padding: 0 !important;
    background: var(--pathologist-secondary-100);
    min-height: auto;
}

.tp__hero-featured:hover {
    transform: scale(1.03);
    transition: .25s ease-in-out;
}

.tp__hero-featured .btn {
    width: auto;
    min-width: 15.625rem;
    justify-content: space-between;
}

.hero-grid .card__text-overlay .thumb-image {
    height: auto;
}

.card__text-overlay .thumb-image {
    max-height: 20rem;
    width: auto;
    margin-left: auto;
    transform: scale(1.02);
}

.thumb-image {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem;
    aspect-ratio: 16 / 9;
    width: 100%;
}

.thumb-image img {
    object-fit: cover;
    object-position: center center;
    width: 100;
    height: 100%;
}

.card__image-link .thumb-image::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.00) -0.0%, rgba(0, 0, 0, 0.00) 50%, rgba(10, 10, 10, 1) 100%);
    transition: .2s ease-in-out;
    opacity: 1;
}

.card__text-overlay .card__copy-tp{
    display: flex;
    justify-items: flex-start;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 1.7rem;
    bottom: 1.7rem;
    left: 1.7rem;
    right: auto;
    max-width: 25rem;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
}

.card__text-overlay:hover .thumb-image img, .card__image-link:hover .thumb-image img {
  transform: scale(0.998);
  transition: .25s ease-in-out;
}

@media (max-width: 670px) {

    .card__text-overlay.hero-featured {
        border-radius: 0.5rem;
    }

    .tp__hero-featured .btn {
        width: 100%;
    }


}

/*@media (max-width: 375px) {
    .tp__hero-featured {
        height: 69svh;
    }
}*/

.card__featured-tp {
    position: relative;
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 0.75rem;
    overflow: hidden;
    background-image: url('../images/featured_image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.card__featured-tp:hover {
    transform: scale(1.03);
    transition: .25s ease-in-out;
}

.featured__copy-tp {
    display: flex;
    padding: 1.7rem 1.7rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    flex: 1 0 0;
    background: linear-gradient(90deg, #000 0%, rgba(14, 14, 14, 0.60) 70.31%, rgba(243, 246, 245, 0.00) 98.59%);
    backdrop-filter: blur(.55px);
    max-width: 60%;
    padding-right: 6rem;
}

.copy__container-tp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    gap: 1rem;
    align-self: stretch;
}

.copy__container-tp h4, .copy__container-tp p {
    color: white;
}

@media (max-width: 767px) {
    .card__featured-tp {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 25rem;
        align-items: center;
        border-radius: 0.75rem;
        overflow: hidden;

        background-image: url('../images/featured_image.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: center;
    }

    .featured__copy-tp {
        max-width: 100%;
        display: flex;
        padding: 1rem 1rem 2.5rem 1rem;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        gap: .25rem;
        flex-shrink: 0;
        align-self: stretch;
        position: relative;
        top: 0.4rem;
        bottom: 0;
        overflow: hidden;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -0.11%, rgba(0, 0, 0, 0.50) 49.95%, rgba(0, 0, 0, 0.75) 74.97%, rgba(0, 0, 0, 0.88) 84.98%, #000 100%);
        backdrop-filter: blur(.55px);
    }

    .copy__container-tp {
        gap: .25rem;
    }
}


/*Profile Card*/

.profile__card {
    display: flex;
    padding: 1.5rem 1rem;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    flex: 1 0 0;

    border-radius: 0.5rem;
    background: var(--pathologist-secondary-100);
}

.profile__card:hover {
    transform: scale(1.03);
    transition: .25s ease-in-out;
}

.profile__card-image {
    display: flex;
    width: 9.75rem;
    height: 9.75rem;
    justify-content: center;
    align-items: center;
    border-radius: 62.4375rem;
}

.profile__card-image img {
    width: 100%;
    height: 100%;
    border-radius: 62.4375rem;
}

.profile__card-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*align-items: flex-start;*/

    /*gap: 0.75rem;*/
    align-self: stretch;
}

.profile__card-info h5 {
    color: white;

    /* Heading/H5 */
    font-family: var(--pathology-header-font);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 1.5rem */
}

.profile__card-info p {
    color: var(--pathologist-secondary-40);

    /* Body/Regular */
    font-family: var(--pathology-body-font);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
}

.profile__highlight {
    padding: 1.5rem 2.5rem;
    gap: 0.5rem;
    /* height: 350px; */
    border-radius: 0.5rem;
    background: var(--newsletter-gradient, linear-gradient(335deg, #BFBFBF 7.18%, #FEE3BF 29.23%, #FFF9F2 79.49%));
}
.tp__hero-featured {
  grid-column: 1 / 3;
  overflow: hidden;
  width: 100%;
  align-self: stretch;
  position: relative;
  padding: 0 !important;
  background: linear-gradient(90deg, rgba(19, 14, 0, 1) 0%, rgba(150, 126, 67, 1) 39%, rgba(175, 149, 79, 1) 60%, rgba(195, 165, 89, 1) 76%, rgba(203, 172, 92, 1) 100%);
  min-height: auto;
}
.profile__highlight:hover {
    transform: scale(1.03);
    transition: .25s ease-in-out;
}

.profile__highlight-image {
    display: flex;
    width: 70%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 62.4375rem;
}

.profile__highlight-image img {
    /*width: 100%;
    height: 100%;*/
    border-radius: 62.4375rem;
}

.profile__highlight-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    align-self: center;
}

.profile__highlight-content {
    display: flex;
    gap: 1.5rem;
    flex: 1 0 0;
    align-self: stretch;
    align-items: center;
}

.profile__highlight-content p {
    font-size: 1.25rem;
}

@media(max-width:800px) {
    .profile__highlight {
        height: 100%;
    }

    .profile__highlight-content {
        /*display: flex;*/
        flex-wrap: wrap;
        justify-content: center;
    }

    .profile__highlight-image {
        height:60%;
    }
}



/*Trending card*/

.card__trending-tp {
    display: flex;
    height: 20rem;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
    overflow: hidden;

    border-radius: 0.5rem;
    /* background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -0.11%, rgba(0, 0, 0, 0.50) 49.95%, rgba(0, 0, 0, 0.75) 74.97%, rgba(0, 0, 0, 0.88) 84.98%, #000 100%), url('../images/trending_image.png'); */

    background-repeat: no-repeat;
    background-position: center;
    
}

.card__trending-tp:hover {
    transform: scale(1.03);
    transition: .25s ease-in-out;
}

.trending__copy-tp {
    display: flex;
    padding: 0.75rem 1rem 1rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    flex-shrink: 0;
    align-self: stretch;
    position: relative;
    top: 9.35rem;
    bottom: 0;
    overflow: hidden;

}

.trend-badge {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0.25rem 0.5rem;
    align-self: stretch;
    flex-wrap: wrap;
}

.trending__copy-tp h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;

    overflow: hidden;
    color: var(--Gray-White, #FFF);
    text-overflow: ellipsis;

    /* Heading/H6 */
    /*font-family: "Roboto Slab";*/
    font-family: var(--pathologist-header-font);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 1.2rem */
}

.trending__copy-tp p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;

    overflow: hidden;
    color: var(--Gray-White, #FFF);
    text-overflow: ellipsis;

    /* Body/Small */
    font-family: "Libre Caslon Text";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
}


/*register newsletter card*/

.register__card-tp {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;

    border-radius: 0.5rem;
    background: linear-gradient(335deg, #BFBFBF 7.18%, #FEE3BF 29.23%, #FFF9F2 79.49%);
}


.register__card-tp a{
    color: var(--pathologist-seconday-50);
    text-decoration: underline;
}

.register__card-tp a:hover{
    color: var(--pathologist-primary-50);
}

.register__card-tp input {
    font-family: var(--pathologist-header-font);
    font-size: .875rem!important;
    line-height: 1.5!important;
    color: var(--pathologist-secondary-30)!important;
    border: var(--pathologist-secondary-30)!important;
    border-radius: 4px!important;
    padding: .5rem .5rem!important;
}

.register__card-header {
    /*display: flex;*/
    padding: 1.5rem 1rem;
    /*flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    align-self: stretch;*/
    min-width: 0
    flex: 1 300px;
}

.register__card-tp img {
    min-width: 0
    flex: 1 300px;
}


/*Article Card*/

.article__card {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;

    border-radius: 0.5rem;
    background-color: white;
}

.article__card:hover {
    transform: scale(1.03);
    transition: .25s ease-in-out;
}

.article__card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

/*.article__card-image img:hover {
    transform: scale(1.03);
    transition: .25s ease-in-out;
}*/

.article__card-content {
    display: flex;
    padding: 1rem 1.5rem 1rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
}

.article__card-content-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    align-self: stretch;
}

.article__card-content-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
}

.article__card-content-description p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;

    overflow: hidden;
    text-overflow: ellipsis;

    /* Body/Regular */
    font-family: "Libre Caslon Text";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
}



.sidebar-column .card--current-iss .cover-widget{
    position: relative;
}

.card--current-iss .grid--2col{
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}

.card--current-iss .card__header, .card--current-iss .card__body, .card--current-iss .card__footer{
    margin-left: 300px;
    width: auto;
}

.sidebar-column .cover-widget{
    height: auto;
}

.sidebar-column .cover-widget__top{
    max-height: 300px;
}

.card--current-iss .card__body, .card--current-iss .card__footer{
    width: auto;
}


.header-card, .card.header-card{
    display: flex;
    flex-direction: row;
    gap: 0rem 2rem;
    padding: 0;
    border-radius: 0.35rem;

    /*background-color: white;*/
}

@media (max-width: 992px) {
    .header-card, .card.header-card {
        display: flex;
        flex-direction: column;
    }

    .card__c-col {
        padding: 1rem 1rem;
    }
}

.card__l-col, .card__c-col, .card__r-col{
    display: flex;
    flex-wrap: wrap;
    /*padding: 1rem 0 1rem 0;*/
}

.card__l-col, .card__r-col{
    flex: 0 0 auto;
    flex-direction: row;
}

.card__c-col{
    flex: 1 1 auto;
    flex-direction: column;
}

.card__c-col .card__copy {
    padding: 1.25rem 1.25rem;
}

@media (max-width: 800px) {
    .card__c-col .card__copy {
        padding: 0;
    }
}


.card__header {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 0;
}

.cover-widget {
    display: grid;
/*    grid-template-rows: 1fr auto;*/
    grid-template-rows: auto auto auto;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    height: 116px;
    width: 100%;
    max-width: 290px;
}

.tpi-cover-widget {
    display: grid;
    grid-template-rows: 1fr auto;
    /*position: relative;*/
    overflow: hidden;
    text-decoration: none;
    /*height: 116px;
    width: 100%;
    max-width: 290px;*/
}

@media (max-width: 800px) {
    .card--current-iss .tpi-cover-widget {
        max-width: 100%;
        right: 0;
        bottom: auto;
        max-height: 300px;
    }

    .card--current-iss .card__header, .card--current-iss .card__body, .card--current-iss .card__footer {
        margin-left: 0;
    }
}

.cover-widget__spec-iss{
    background-color: var(--id-primary-clr);
    display: flex;
    padding: .125rem 1rem;
    z-index: 2;
}

.cover-widget__spec-iss p{
    margin: 0 auto;
    text-transform: uppercase;
    color: white;
    font-size: .85rem;
    letter-spacing: .05rem;
}


.sidebar-column .card--current-iss .card__header, .sidebar-column .card--current-iss .card__body, .sidebar-column .card--current-iss .card__footer{
    margin-left: auto;
    width: auto;
}

.sidebar-column .card--current-iss .card__header{
    width: 100%;
}

.card--current-iss .card__body .list-item:last-child {
    border-bottom: 1px solid var(--pathologist-primary-30);
}

.card--current-iss .card__bottom-btns{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0 0 .5rem;
    gap: .5rem;
}

.card--current-iss .card__bottom-btns .btn{
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1100px) {
    .sidebar-column .card--current-iss .cover-widget{
        position: absolute;
    }
    
    .sidebar-column .cover-widget__top {
        max-height: 100%;
    }
    
    .sidebar-column .card--current-iss .card__body, .sidebar-column .card--current-iss .card__footer{
        margin-left: 300px;
    }
	
	
	.thumb-image {

    aspect-ratio: 16 / 9!important;
}
	
}

@media (max-width: 800px) { 
    .card--current-iss .cover-widget {
        max-width: 100%;
        right: 0;
        bottom: auto;
        max-height: 300px;
    }
    
    .card--current-iss .cover-widget__top {
        min-height: 200px;
    }
    
    .card--current-iss .card__header, .card--current-iss .card__body, .card--current-iss .card__footer {
        margin-left: 0;
    }
    
    .card--current-iss > *:nth-child(2) {
        margin-top: 330px;
    }
    
    .sidebar-column .card--current-iss .card__body, .sidebar-column .card--current-iss .card__footer {
        margin-left: 0;
    }
}

.sidebar-column .card--current-iss .card__bottom-btns{
    flex-direction: column;
    align-items: flex-end;
}

.card--man-submit{
    justify-content: flex-end;
}

.card--man-submit .card__header{
    align-items: flex-end;
}

.card--man-submit .title--d3{
    color: var(--pathologist-primary-clr);
    padding-right: 3rem;
}

.card--man-submit .card__header .icon{
    margin-left: auto;
}

.card--man-submit .fill--clr-1{
    color: var(--pathologist-primary-clr);
    opacity: .1;
}

.card--man-submit__body{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 1.5rem;
}

.card--man-submit__body p{
    flex: 1 1 230px;
}

.card--man-submit__body .btn{
    flex: 0 1 auto;
}

.card--news-subscribe .card__header .fill--clr-1{
    fill: white;
    opacity: .1;
}

.card--news-subscribe .form--news-alerts{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}

.card--news-subscribe .form-item--email{
    flex: 1 1 230px;
}

.form-btn-row{
    flex: 0 1 100px;
}

.form--news-alerts #btnSubmit {
    height: 100%;
    margin: 0;
    color: var(--pathologist-body-text);
    background-color: var(--pathologist-secondary-clr);
    border: 1px solid var(--pathologist-secondary-clr);
}

.form--news-alerts #btnSubmit:hover {
    color: var(--pathologist-primary-clr);
    background-color: white;
    border: 1px solid white;
    box-shadow: var(--shadow-sm);
    transition: .2s ease-in-out;
}

.section--featured-ed .card__body--2-col, .section--featured-events .card__body--2-col{
    grid-template-columns: 5fr 7fr;
}

.section--featured-events .card--text-overlay{
    height: 100%;
    min-height: 500px;
}

/*
.body--2-col__r-col .card__bottom-btns{
    margin-top: auto;
    justify-content: flex-end;
}
*/
.card__featured-li{
    flex-wrap: wrap;
    border-bottom: 0px solid transparent;
}

.card__featured-li .list-thumb {
    flex: 1 1 auto;
    order: 1;
    margin: 0 0 1.5rem 0;
}

.card__featured-li .card__copy {
    flex: 1 1 auto;
    order: 2;
    margin-bottom: 0;
}

.card--conexiant-news .card__header{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 200px;
    padding: 1.5rem;
    background-color: var(--primary-blue-60);
    border-radius: .5rem;
    overflow: hidden;
}

.card--conexiant-news .card__header::before, .card--conexiant-news .card__header::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: .5rem;
}

.card--conexiant-news .card__header::before {
    background-image: url("https://conexiant.com/media/rkbbrzy1/x-outlined-single.png");
    background-repeat: repeat;
    background-size: 43px;
    background-position: center left;
    opacity: .5;
    z-index: 1;
}

.card--conexiant-news .card__header::after {
    background-image: -webkit-linear-gradient(144deg, rgba(15,67,108,1) 0%, rgba(18,80,128,.85) 55%, rgba(24,105,168,0) 100%);
    background-image: -o-linear-gradient(144deg, rgba(15,67,108,1) 0%, rgba(18,80,128,.85) 55%, rgba(24,105,168,0) 100%);
    background-image: linear-gradient(144deg, rgba(15,67,108,1) 0%, rgba(18,80,128,.85) 55%, rgba(24,105,168,0) 100%);
    z-index: 2;
}

.card--conexiant-news .card__header *{
    position: relative;
    z-index: 3;
}

.card--conexiant-news img{
    width: 100%;
    max-width: 160px;
}

.card--conexiant-news .title--d5{
    color: white;
}

.card--conexiant-news .card__header hr{
    height: 2px;
    border: 0;
    width: 75px;
    background-color: var(--primary-clr-2);
    margin: 0;
    padding: 0;
}

.card--conexiant-news .card__body{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 2rem !important;
}

.card--apsho{
    display: flex;
    flex-direction: column;
    border-radius: .5rem;
    padding: 0rem;
    background-color: #E0EDF7;
    overflow: hidden;
}

.top-image{
    width: 100%;
}

.card--apsho-logo{
    margin-top: 0rem;
    margin-bottom: 1.5rem;
    background-color: #E0EDF7;
}

a.btn--apsho, .btn--apsho{
    color: white;
    background-color: #A61A6F;
    border: 2px solid #A61A6F;
}

a.btn--outlined-apsho, .btn--outlined-apsho{
    color: #A61A6F; 
    background-color: transparent;
    border: 2px solid #A61A6F;
}

.btn--apsho:hover, a.btn--apsho:hover, .btn--outlined-apsho:hover, a.btn--outlined-apsho:hover{
    color: white;
    background-color: #3A2B7A;
    border: 2px solid #3A2B7A;
}

.card--topic-list .card--main-lg__topic-icon{
    display: grid;
    align-items: flex-start;
    position: absolute;
    max-width: 250px;
    top: 1.5rem;
    left: auto;
    bottom: 1.5rem;
    right: 1.5rem;
}

.card--main-lg__topic-icon .icon{
    height: 240px;
    max-height: 100%;
    aspect-ratio: 4 / 3;
    margin: 0 auto;
}

.card--main-lg__topic-icon .icon .fill--clr-1{
    fill: var(--pathologist-primary-30);
}

.card--topic-list .card__header, .card--topic-list .card__body, .card--topic-list .card__footer{
    margin-right: calc(250px + 1rem);
    width: auto;
}

@media (max-width: 700px) { 
    .card--topic-list .card--main-lg__topic-icon{
        max-width: 100%;
        top: auto;
        left: 1.5rem;
    }
    
    .card--topic-list .card__header, .card--topic-list .card__body, .card--topic-list .card__footer {
        margin-right: 0;
    }
    
    .card--topic-list > *:nth-last-child(2) {
        margin-bottom: calc(240px + 1.5rem);
    }
}


.card--current-iss .grid--2col{
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}




.card--recent-issues .cover-widget{
    border-radius: .5rem;
}

@media (max-width: 1200px) {
    .card--recent-issues .grid--4col{
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .card--recent-issues .cover-widget__top {
        max-height: 300px;
    }
	
.thumb-image {

    aspect-ratio: 1 / 1;
}
	
}

@media (max-width: 750px) {
    .card--recent-issues .grid--4col{
        grid-template-columns: 1fr !important;
    }
}


.additional-info-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    padding-bottom: 1rem;
    gap: 1.5rem 1rem;
}


.additional-info{
    display: flex;
    flex-wrap: wrap;
    gap: .25rem .25rem;
    /*margin: 1rem 0 0 0;*/
    position: relative;
    left: calc(-1rem - 1px);
    /*overflow: hidden;*/
}

.additional-info .tag-texts {
    margin: 0 0 0 .5rem;
    padding: 0 0 0 .5rem;
    color: var(--pathologist-gray-60);
    border-left: 1px solid var(--pathologist-secondary-30);
    /*line-height: 1;*/
    font-size: 0.875rem;
    break-inside: avoid-column;
    text-transform: none;
    font-weight: 300;
    /*display: inline-flex;*/
    gap: .5rem;
    align-items: center;
    width: auto;
}

.additional-info .fill--clr-1 {
    fill: var(--pathologist-gray-60);
}

.pub-date-issue-page {
    display: flex;
    flex-wrap: wrap;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .025rem;
    color: #5B5B5B;
    margin-bottom: 0;
    position: relative;
    left: calc(-1rem - 1px);
    overflow: hidden;
    gap: 5px 0;
    line-height: 1;
}

.pub-date-issue-page span {
    margin: 2px 0 0 .5rem;
    padding: 1px 0 0 .5rem;
    border-left: 1px solid #CCCCCC;
    font-size: inherit;
    break-inside: avoid-column;
}

.supporter-info{
    display: flex;
    gap: 1rem;
    align-items: center;
}

.supporter-info__logo{
    max-width: 125px;
    max-height: 250px;
}

.pub-date-issue-page{
    align-items: center;
}


.cover-widget{
    display: grid;
    grid-template-rows: 1fr auto;
    position: relative;
    overflow: hidden;   
    height: 100%;
    text-decoration: none;
}

.cover-widget:hover{
    text-decoration: none;
}

.cover-widget__top{
    display: flex;
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 116px;
    overflow: hidden;
}


.cover-widget__top-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    padding: 1.5rem 2rem;
    margin: auto;
    position: relative;
/*    position: absolute;*/
    z-index: 2;
}

.cover-widget .card__header {
    padding: 0;
}

.cover-widget .card__header-title{
    color: white;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.85));
}

.cover-widget__cover-image {
    max-width: 33.75rem;
    aspect-ratio: 16 / 5;
}

.tpi-cover-widget__cover-image {
    width: 100%;
    max-width: 300px;
    transition: .2s ease-in-out;
}

.tpi-cover-widget:hover .tpi-cover-widget__cover-image {
    transform: scale(1.02);
    transition: .2s ease-in-out;
}


.cover-widget__cover-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .cover-widget__cover-image {
        max-width: 100%;
        aspect-ratio: 16 / 5;
    }

}


.cover-widget__cover-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;  
    height: 100%;
    z-index: 1;
    background-color: var(--pathologist-primary-clr);
    overflow: hidden;
}

.cover-widget__cover-bg::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;  
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.60) 100%);
}

.cover-widget__cover-bg-img{
    position: relative;
    z-index: 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transform: scale(1.65);
    transition: .25s ease-in-out;
    border-radius: .5rem .5rem 0 0;
}

.cover-widget__info{
    display: flex;
    gap: .5rem 0;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    font-family: var(--pathologist-body-font);
    background: var(--pathologist-primary-clr);
}

.cover-widget__info span{
    font-size: inherit;
}

.cover-widget__info span, .cover-widget__info-item{
    color: white;
    margin: 0 0 0 .5rem;
    padding: 0 0 0 .5rem;
    border-left: 1px solid white;
    line-height: 1;
    break-inside: avoid-column;
    text-align: center;
}

.cover-widget__info-item{
    font-size: .875rem;
}

.cover-widget__info span:first-child, .cover-widget__info p:first-child{
    margin: 0;
    padding: 0 ;
    border-left: 0px solid transparent;
}


.grid--covers.grid--12col{
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}

.column-gap-3 {
    column-gap: 1rem !important;
}


/*TP Hero Section*/

.hero__tp{
    background: rgb(19,14,0);
    background: linear-gradient(90deg, rgba(19,14,0,1) 0%, rgba(150,126,67,1) 39%, rgba(175,149,79,1) 60%, rgba(195,165,89,1) 76%, rgba(203,172,92,1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media not all and (min-width: 860px) {
    .hero__tp {
        background-position: center;
        background: rgb(19,14,0);
        background: linear-gradient(180deg, rgba(19,14,0,1) 0%, rgba(150,126,67,1) 39%, rgba(175,149,79,1) 60%, rgba(195,165,89,1) 76%, rgba(203,172,92,1) 100%);
    }
	
	    .card__text-overlay .thumb-image {
        max-height: none;
        width: 100%;
        height: auto;
    }
    .card__text-overlay .card__copy-tp{
        top: auto;
        right: 1.7rem;
        max-width: 100%;
    }

    .card__image-link .thumb-image::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -0.11%, rgba(0, 0, 0, 0.10) 70.95%, rgba(0, 0, 0, 0.50) 80.98%, rgba(14, 14, 14, 1) 100%);
    }
	
	    .tp__hero-featured {
        height: 500px;
    }
	
}

@media (max-width: 992px) {
    .hero__tp * {
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 424px) {
    .section-heading {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}

@media not all and (min-width: 992px) {
    .bg-none {
        background: none !important;
    }
}

/*END TP Hero Section*/

/*TP divider*/

.tp__divider{
    margin-bottom: 1rem;
    border-bottom: solid 1px var(--pathologist-secondary-30);
}


/* Tabbed Header Styles */

.tab-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1rem;
}

.tab-header__title{
    font-weight: 600;
    color: var(--pathologist-body-text);
    /* background-color: var(--pathologist-primary-clr); */
    /* padding: 0.375rem 1rem .5rem 1rem; */
    margin: 0;
}

.tab-header .tab-header__hr{
    width: 100%;
    height: 2px;
    margin: 0;
    border: 0px;
    background-color: var(--pathologist-primary-clr);
    border-radius: 3rem;
    position: relative;
}

.tab-header--top .tab-header__title{
    order: 1;
    border-radius: .5rem .5rem 0 0;
}

.tab-header--top .tab-header__hr{
    order: 2;
    bottom: 1px;
}

.tab-header--bottom .tab-header__title{
    order: 2;
    border-radius:  0 0 .5rem .5rem;
}

.tab-header--bottom .tab-header__hr{
    top: 1px;
}


/*TP Tab styling*/
.custom-tabs {
    border-bottom: 1px solid var(--pathologist-gray-30);
}

.tab-content {
    width: 100%;
    overflow: hidden;
}

.custom-tabs .nav {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 1.5rem;
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.custom-tabs .nav::-webkit-scrollbar {
    display: none;
}

.custom-tabs .nav-tabs {
    border: none;
}

.custom-tabs .nav-link {
    position: relative;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    font-family: var(--pathologist-serif-font);
    color: var(--pathologist-gray-60);
    border: none;
    padding: 0;
}

.custom-tabs .nav-link:hover{
    color: var(--pathologist-gray-80);
    text-decoration: none;
}

.custom-tabs .nav-link.active{
    color: var(--pathologist-secondary-clr);
    background-color: transparent;
    text-decoration: none;
    font-weight: 700;
}

.custom-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    width: 100%;
    height: 4px;
    background-color: #f15d22;
    transform: translateX(-50%);
}/*TP Tab styling*/
.custom-tabs {
    border-bottom: 1px solid var(--pathologist-gray-30);
}

.tab-content {
    width: 100%;
    overflow: hidden;
}

.custom-tabs .nav {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 1.5rem;
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.custom-tabs .nav::-webkit-scrollbar {
    display: none;
}

.custom-tabs .nav-tabs {
    border: none;
}

.custom-tabs .nav-link {
    position: relative;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    font-family: var(--pathologist-serif-font);
    color: var(--pathologist-gray-60);
    border: none;
    padding: 0;
}

.custom-tabs .nav-link:hover{
    color: var(--pathologist-gray-80);
    text-decoration: none;
}

.custom-tabs .nav-link.active{
    color: var(--pathologist-secondary-clr);
    background-color: transparent;
    text-decoration: none;
    font-weight: 700;
}

.custom-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    width: 100%;
    height: 4px;
    background-color: #f15d22;
    transform: translateX(-50%);
}


/* Breadcrumb Styles */

.breadcrumb__link {
    color: var(--pathologist-secondary-40);
    text-decoration: underline;
    font-family: var(--pathologist-header-font);
    font-size: 1rem;
    line-height: 1.5rem;
}

.breadcrumb__link:hover {
    color: var(--pathologist-primary-50);
    text-decoration: underline;
}

.breadcrumb__current {
    color: var(--pathologist-secondary-clr);
    text-decoration: none;
}

.breadcrumb__current:hover {
    color: var(--pathologist-primary-clr);
    text-decoration: underline;
}

.home-icon {
    margin-right: .5rem;
    vertical-align: middle;
}

.home-icon path {
    fill: var(--pathologist-secondary-40);
}
    



/* Video Container Styles */

.video-embed-container {
    box-shadow: none;
    background: var(--pathologist-body-text);
    border-radius: .5rem;
    overflow: hidden;
}

    



/* Pagination Styles */



.page-item{
    flex: 1 1 auto;
    text-align: center;
}

.page-link{
    padding: .5rem .5rem;
}

.page-item a.page-link {
    font-family: var(--pathologist-body-font);
    color: var(--pathologist-body-text);
    text-decoration: none;
    background-color: white;
    border-top: 1.35px solid white;
    border-bottom: 1.35px solid white;
    border-right: 1.35px solid var(--bg-clr);
    border-left: 1.35px solid var(--bg-clr);
    margin-left: calc(var(--bs-border-width) * -2);
    transition: all .15s ease-in-out;
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -2);
}

.page-item a.page-link:hover {
    color: var(--pathologist-secondary-clr);
    background-color: var(--pathologist-primary-40);
    border-color: var(--pathologist-primary-40);
    text-decoration: none;
}

li.page-item.active a.page-link {
    color: var(--pathologist-secondary-clr);
    background-color: var(--pathologist-primary-clr);
    border-color: var(--pathologist-primary-clr);
    text-decoration: none;
}

.page-link:focus {
    box-shadow: none;
}

.page-item:first-child .page-link{
    border-left: 2px solid transparent;
}

.page-item:last-child .page-link{
    border-right: 2px solid transparent;
}

.pagination__dots{
    color: var(--pathologist-body-text);
    text-decoration: none;
    background-color: white;
    border-top: 1.35px solid white;
    border-bottom: 1.35px solid white;
    border-right: 1.35px solid var(--bg-clr);
    border-left: 1.35px solid var(--bg-clr);
    margin-left: calc(var(--bs-border-width) * -2);
    transition: all .15s ease-in-out;
}

.page-item.active .page-link {
    cursor: default;
    pointer-events: none;
    z-index: 3;
    color: white;
    background-color: var(--pathologist-primary-clr);
    border-color: var(--pathologist-primary-clr);
}

.page-item.active .page-link:hover {
    background-color: var(--pathologist-primary-clr);
    border-color: var(--pathologist-primary-clr);
    text-decoration: none;
}

.page-item.disabled .page-link {
    color: var(--pathologist-primary-20);
}

@media (max-width: 900px) {nav.max-width .pagination .page-item:nth-last-child(12){display: none;}}
@media (max-width: 850px) {nav.max-width .pagination .page-item:nth-last-child(11){display: none;}}
@media (max-width: 800px) {nav.max-width .pagination .page-item:nth-last-child(10){display: none;}}
@media (max-width: 750px) {nav.max-width .pagination .page-item:nth-last-child(9){display: none;}}
@media (max-width: 700px) {nav.max-width .pagination .page-item:nth-last-child(8){display: none;}}
@media (max-width: 650px) {nav.max-width .pagination .page-item:nth-last-child(7){display: none;}}
@media (max-width: 600px) {nav.max-width .pagination .page-item:nth-last-child(6){display: none;}}
@media (max-width: 550px) {nav.max-width .pagination .page-item:nth-last-child(5){display: none;}}








/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* Layout Styles */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

.grid{display: grid;}

.grid--2col{grid-template-columns: repeat(2, 1fr) !important;}
.grid--4col{grid-template-columns: repeat(4, 1fr) !important;}
.grid--9col{grid-template-columns: repeat(9, 1fr) !important;}
.grid--12col{grid-template-columns: repeat(12, 1fr) !important;}

.grid-span--1col{grid-column: span 1;}
.grid-span--2col{grid-column: span 2;}
.grid-span--3col{grid-column: span 3;}
.grid-span--4col{grid-column: span 4;}
.grid-span--5col{grid-column: span 5;}
.grid-span--6col{grid-column: span 6;}
.grid-span--7col{grid-column: span 7;}
.grid-span--8col{grid-column: span 8;}
.grid-span--9col{grid-column: span 9;}
.grid-span--10col{grid-column: span 10;}
.grid-span--11col{grid-column: span 11;}
.grid-span--12col{grid-column: span 12;}

.grid--12col__1-3{grid-column: 1/3;}
.grid--12col__1-4{grid-column: 1/4;}
.grid--12col__3-7{grid-column: 3/7;}
.grid--12col__4-7{grid-column: 4/7;}
.grid--12col__7-13{grid-column: 7/13;}

.gap-1 {gap: .25rem !important;}
.gap-2 {gap: .5rem !important;}
.gap-3 {gap: 1rem !important;}
.gap-4 {gap: 1.5rem !important;}
.gap-4 {gap: 1.5rem !important;}
.gap-5 {gap: 2rem !important;}
.gap-6 {gap: 2.5rem !important;}
.gap-7 {gap: 3rem !important;}

.col-count-2{
    column-count: 2;
    column-gap: 1.5rem;
}

.col-count-3{
    column-count: 3;
    column-gap: 1.5rem;
}

.grid__content-col .grid{
    align-items: flex-start;
}

@media (max-width: 750px) { 
    .col-count-2{
        column-count: 1;
    }
}












/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* Navigation Styles */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */



/* All Pub Sites Structural Styles */




/* All Pub Sites Nav Styles */

nav {
  position: relative;
  top: auto;
  background: none;
}

.nav{
    display: flex;
    width: 100%;
}

.navbar{
    width: 100%;
}

.navbar > .container-fluid{
    flex-wrap: wrap;
    position: relative;
}

.navbar__logo a{
    display: inline-block;
}

.navbar__logo-img{
    display: block;
    max-width: min-content;
}

.navbar__left{
    display: flex;
    align-items: center;
    column-gap: 1rem;
    height: 100%;
}

.navbar__right{
    display: flex;
    align-items: center;
    column-gap: .5rem;
}

/*
.navbar__right .btn--link:first-child{
    border-right: solid 1px var(--pathologist-secondary-40);
    border-radius: 0;
    padding-right: 1rem;
}
*/

.navbar-toggler--hamburger{
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    z-index: 3;
}

.navbar-toggler--hamburger::before, .navbar-toggler--hamburger::after  {
    content: '';
    display: block;
    width: 20px;
    position: absolute;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-toggler--hamburger::before {
    height: 2px;
    background: #BCBEC0;
}

.navbar-toggler--hamburger::after {
    border-top: 2px solid #BCBEC0;
    border-bottom: 2px solid #BCBEC0;
    height: 14px;
}

.navbar-toggler:focus{
    box-shadow: none;
}

.navbar-toggler--hamburger.menu-open::before, .navbar-toggler--hamburger.menu-open::after {
    width: 19px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-toggler--hamburger.menu-open::before {
    background: #3B3B3C;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler--hamburger.menu-open::after {
    border: 0;
    height: 2px;
    border-top: 0px solid transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler--hamburger::before:hover, .navbar-toggler--hamburger.menu-open::before {
    background: #3B3B3C;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-toggler--hamburger::after:hover {
    border-top: 2px solid #3B3B3C;
    border-bottom: 2px solid #3B3B3C;
}

.navbar-collapse.show{
    display: flex;
}

.navbar-nav .dropdown-menu ul{
    list-style: none;
    padding-left: 0;
}

.navbar--megamenu{
    position: relative;
}

.navbar--megamenu > .container-fluid, .navbar--megamenu .navbar__left, .navbar--megamenu .navbar-collapse, .navbar--megamenu .navbar-nav, .navbar--megamenu .navbar-nav .nav-item{
    position: initial;
    height: 100%;
}

.navbar--megamenu .navbar-nav{
    width: 100%;
}

.navbar--megamenu .navbar-nav .nav-link{
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar--megamenu .navbar-nav .dropdown-menu--megamenu{
    width: 100%;
    border-radius: 0;
    border: 0;
}

.dropdown-menu__megamenu-section{
    padding: 0px 4px 0px 4px;
}





/* Umbrella Nav Styles */

.umbrella-nav{
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    background: #EAEBEB;
    border-bottom: 1px solid #BCBEC0; 
    z-index: 1250;
    position: relative;
}

.umbrella-nav__specialty-logo{

}

.umbrella-nav .navbar__logo-img{
    width: 100px;
}

.umbrella-nav .specialties-menu-toggle{
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: var(--secondary-gray-90);
    font-weight: 300; 
    margin: 0;
    gap: 0;
}

.umbrella-nav .specialties-menu-toggle:hover{
    color: var(--primary-clr-1);
}

.umbrella-nav .specialties-menu-toggle.dropdown-toggle::after {
    top: auto;
}

.umbrella-nav .btn__sign-in, .umbrella-nav .btn__sign-in a{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: var(--secondary-gray-90);
    font-weight: 300;
    text-decoration: none;
}

.umbrella-nav .btn__sign-in:hover, .umbrella-nav .btn__sign-in:hover a{
    color: var(--primary-clr-1);
    text-decoration: none;
}

.umbrella-nav .btn__sign-in path{
    transition: .2s ease-in-out;
}

.umbrella-nav .btn__sign-in:hover path{
    fill: var(--primary-clr-1);
    transition: .2s ease-in-out;
}

.umbrella-nav .btn__sign-in .dropdown-toggle::after{
    content: none;
}

.specialties-menu {
    font-family: "Poppins", sans-serif;
    z-index: 1240;
    padding: 4rem 2rem 4.5rem 2rem;
    border-top: 1px solid #BCBEC0;
    border-bottom: 1px solid #BCBEC0;
}

.specialties-menu.show {
    top: 100%;
}

.specialties-menu__list{
    column-count: 3;
    margin-bottom: 0;
}



/* Pub Nav Styles */

.brand-nav{
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1230;
    transition: box-shadow 0.3s ease;
}

.brand-nav.scrolled {
  box-shadow: 0px 2px 8px rgba(0,0,0,0.125);
}



.brand-nav .navbar, .brand-nav .navbar__left{
    min-height: 80px;
}

.brand-nav .navbar__logo-img{
    width: 240px;
}

.brand-nav .navbar-toggler--hamburger::before {
    height: 2px;
    background: var(--pathologist-secondary-clr);
}

.brand-nav .navbar-toggler--hamburger::after {
    border-top: 2px solid var(--pathologist-.brand-nav .navbar__right-clr);
    border-bottom: 2px solid var(--pathologist-secondary-clr);
    height: 14px;
}

.brand-nav .navbar-toggler--hamburger:hover::before, .brand-nav .navbar-toggler--hamburger.menu-open::before {
    background: var(--pathologist-secondary-clr);
}

.brand-nav .navbar-toggler--hamburger:hover::after {
    border-top: 2px solid var(--pathologist-secondary-clr);
    border-bottom: 2px solid var(--pathologist-secondary-clr);
}

.brand-nav .navbar-toggler--hamburger.menu-open::after{
    border-top: 0px solid transparent;
    border-bottom: 2px solid var(--pathologist-secondary-clr);
    height: 2px;
}

.navbar-toggler__icon::after {
    background-color: var(--pathologist-light-clr);
    border-radius: .5rem;
}

.brand-nav .navbar-toggler .fill--clr-1{
    fill: var(--pathologist-body-clr);
    transition: .2s ease-in-out;
}

.brand-nav .navbar-toggler:hover .fill--clr-1{
    fill: var(--pathologist-primary-clr);
    transition: .2s ease-in-out;
}

/* This is overriding umbrella styles. Adjust umbrella html/css to have custom class for original styles so the following is  */
.navbar-toggler__icon-inner::before, .navbar-toggler__icon-inner::after {
    content: none;
}

.brand-nav .navbar-nav .nav-link{
    font-family: var(--pathologist-body-font);
    font-size: .9rem;
    color: var(--pathologist-body-clr);
    padding: .5rem 1rem;
    min-height: 24px;
    text-decoration: none;
}

.brand-nav .navbar-nav .nav-link:hover, .brand-nav .navbar-nav .dropdown-toggle.show .dropdown-toggle-tp.show{
    color: var(--pathologist-secondary-clr);
    text-decoration: none;
}

.dropdown-toggle::after {
    display: inline-block;
    color: white;
    font-size: .75rem;
    margin-left: .15em;
    vertical-align: .255em;
    font-family: 'Material Icons';
    content: "\e5cf";
    border: none;
    line-height: 0;
    position: relative;
    top: auto;
    opacity: .5;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.dropdown-toggle-tp::after {
    display: inline-block;
    color: var(--pathologist-secondary-clr);
    font-size: .75rem;
    margin-left: .15em;
    vertical-align: .255em;
    font-family: 'Material Icons';
    content: "\e5cf";
    border: none;
    line-height: 0;
    position: relative;
    top: auto;
    opacity: .5;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.dropdown-menu[data-bs-popper] {
    top: 99%;
    left: 0;
    margin-top: 0;
}

.dropdown-menu {
  /*max-height: 50vh;*/
  overflow-x: scroll;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.125);
  overflow: hidden;
}

.dropdown-item{
    display: flex;
    align-items: center;
    column-gap: .5rem;
}

.brand-nav .dropdown-toggle::after {
    color: var(--pathologist-secondary-clr);
    opacity: 1;
    top: 1px;
}

.brand-nav .dropdown-toggle-tp::after {
    color: var(--pathologist-secondary-clr);
    opacity: 1;
    top: 1px;
}

.brand-nav .dropdown-toggle:hover::after, .dropdown-toggle.show::after {
    color: white;
    opacity: 1;
    transition: all 0.25s ease-in-out;
}

.brand-nav .dropdown-toggle-tp:hover::after, .dropdown-toggle-tp.show::after {
    color: var(--pathologist-secondary-clr);
    opacity: 1;
    transition: all 0.25s ease-in-out;
}

.dropdown-toggle-tp.show::after{
    transition: all 0.25s ease-in-out;
    transform: rotate(180deg);
}

.brand-nav .navbar-nav .dropdown-menu {
    padding: 2.5rem 0;
    background-color: white;
    border-bottom: 1.5px solid var(--pathologist-primary-clr);
}

.brand-nav .dropdown-menu--megamenu > *{
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(242px, 1fr));
}

.dropdown-menu__megamenu-section ul {
    padding: .5rem 0;
}

.dropdown-menu__megamenu-section-header{
    display: flex;
    column-gap: .5rem;
    align-items: center;
    padding-bottom: .25rem;
    border-bottom: 2px solid var(--pathologist-primary-clr);
    text-decoration: none;
}

.dropdown-menu__megamenu-section-header:hover{
    color: inherit;
    text-decoration: none;
}

.dropdown-menu__megamenu-section-header--empty{
    border-bottom: 0px solid transparent;
}

.dropdown-menu__megamenu-title{
    font-size: 1.125rem;
    margin-bottom: 0.125rem;
}

.brand-nav .navbar-nav .dropdown-menu ul{

}

.brand-nav .dropdown-item {
    padding: .5rem 1.5rem;
    color: var(--pathologist-body-text);
}

.brand-nav .dropdown-item .fill--clr-1{
    fill: var(--pathologist-body-text);
}

.brand-nav .dropdown-item:hover .fill--clr-1{
    fill: var(--pathologist-primary-clr);
}

.brand-nav .dropdown-item:hover {
    color: var(--pathologist-primary-clr);
    background-color: transparent;
    text-decoration: none;
}

.brand-nav .dropdown-item svg {
  fill: var(--pathologist-secondary-clr);
  transition: fill 0.3s ease-in-out;
}

.brand-nav .dropdown-item:hover svg {
  fill: var(--pathologist-primary-clr);
}

.brand-nav .dropdown-item:hover span {
    text-decoration: underline;
}

.dropdown-item--view-all::after {
    display: inline-block;
    color: var(--pathologist-primary-clr);
    font-size: .75rem;
    margin-left: .15em;
    vertical-align: .255em;
    font-family: 'Material Icons';
    content: "\e5cf";
    border: none;
    line-height: 0;
    position: relative;
    top: auto;
    opacity: .5;
    text-decoration: none;
    transform: rotate(-90deg);
    transition: all 0.25s ease-in-out;
}

.dropdown-item--view-all:hover::after {
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.brand-nav .btn--search {
    color: var(--pathologist-body-text);
    text-decoration: none;
}

.brand-nav .btn--search:hover {
    color: var(--pathologist-secondary-clr);
    text-decoration: none;
}

 .mobile-search-cta{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 2rem);
    padding-top: 1rem;
    margin: 0 1rem 1rem 1rem;
    border-top: 1px solid var(--pathologist-primary-50);
}

.mobile-search-cta .btn--search {
    color: var(--pathologist-body-clr);
}


@media (min-width: 992px) {
/*
    .brand-nav .navbar-nav .dropdown-menu {
        box-shadow: var(--shadow-sm);
    }
*/
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
        position: inherit;
    }
}

@media (min-width: 576px){
    .mobile-search-cta{
        display: none;
    }
}

@media (max-width: 1280px) { 
    .brand-nav .navbar__left{
        width: 100%;
        position: relative;
    }

    .brand-nav .navbar-nav .dropdown-menu--megamenu {
        width: calc(100% + 1.5rem);
        margin: 0 -.75rem;
    }

    .brand-nav .navbar__right{
        width: calc(100% + 1.5rem);
        /*padding: .5rem .75rem;*/
        padding: 0 .75rem .75rem;
        margin: 0 -.75rem;
        justify-content: space-between;
    }

    .brand-nav .btn--search {
        color: white;
        text-decoration: none;
        background: transparent;
    }

    .brand-nav .btn--search:hover {
        color: var(--pathologist-secondary-clr);
    }

    .brand-nav .navbar__right .btn, .mobile-search-cta .btn{
        /*
        padding: .25rem .5rem;
        min-height: 24px;
        font-size: .85rem;
        */
        min-height: 24px;
        padding: .25rem 0;
    }

    .brand-nav .navbar__right .btn__span, .mobile-search-cta .btn__span{
        padding: .125rem .35rem;
        font-size: .85rem;
        border-radius: .35rem;
        transition: .2s ease-in-out;
    }

    .navbar__right .btn--light:hover {
        color: var(--pathologist-primary-clr);
    }

    .brand-nav .navbar__right .btn--light, .brand-nav .navbar__right .btn--primary{
        background-color: transparent;
        border: 0px solid transparent;
    }
    
    .brand-nav .navbar__right .btn--light .btn__span{
        background-color: var(--pathologist-light-clr);
        border: 1px solid var(--pathologist-light-clr);
    }

    .brand-nav .navbar__right .btn--primary .btn__span{
        background-color: var(--pathologist-primary-clr);
        border: 1px solid var(--pathologist-primary-clr);
    }

    .brand-nav .navbar__right .btn--light:hover .btn__span, .brand-nav .navbar__right .btn--primary:hover .btn__span{
        color: var(--pathologist-primary-clr);
        background-color: white;
        border: 1px solid white;
        box-shadow: var(--shadow-sm);
        transition: .2s ease-in-out;
    }
}

@media (max-width: 992px) {
    .brand-nav  .grid-span--1col, .brand-nav .grid-span--2col, .brand-nav .grid-span--3col, .brand-nav .grid-span--4col, .brand-nav .grid-span--5col, .brand-nav .grid-span--6col, .brand-nav .grid-span--7col, .brand-nav .grid-span--8col, .brand-nav .grid-span--9col, .brand-nav .grid-span--10col, .brand-nav .grid-span--11col, .brand-nav .grid-span--12col{
        grid-column: span 12;
    }

    .brand-nav .col-count-2, .brand-nav .col-count-3{
        column-count: 1;
    }

    .brand-nav .navbar__left{
        width: 100%;
        justify-content: space-between;
    }

    .brand-nav .navbar-collapse {
        flex-direction: column;
        align-items: flex-start;
        width: calc(100% + 1.5rem);
        height: auto;
        margin: 0 -.75rem;
        position: absolute;
        top: 80px;
        background: white;
        border-bottom: 1.5px solid var(--pathologist-primary-clr);
        transition: all .2s ease-in-out;
    }

    .white-bottom-overlay{
        width: 100%;
        position: relative;
        transition: all .2s ease-in-out;
    }

    .white-bottom-overlay::after {
        content: '';
        height: 2rem;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background: linear-gradient(rgba(255,255,255,0.0), rgba(255,255,255,1));
        pointer-events: none;
        transition: all .3s ease-in-out;
    }

    .white-bottom-overlay::before {
        content: '';
        height: 2rem;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
        pointer-events: none;
        transition: all .2s ease-in-out;
    }

    .brand-nav .navbar-nav{
        display: flex;
        align-items: flex-start;
        height: auto;
        max-height: calc(70vh - 55px);
        overflow-y: auto;
        padding: 0.5rem 0 1.5rem 0;
    }

    .brand-nav .navbar-nav .nav-link{
        font-size: 1.125rem;
    }

    .brand-nav .navbar-nav .nav-item{
        width: 100%;
    }

    .brand-nav .navbar-nav .dropdown-menu {
        padding: 1rem 0;
        border-bottom: 1.5px solid transparent;
    }

    .brand-nav .navbar-nav .dropdown-menu--megamenu {
        width: 100%;
        margin: 0;
    }

    .brand-nav .dropdown-menu--megamenu > * {
        grid-template-columns: 1fr;
    }

    .dropdown-menu__megamenu-section-header--empty{
        display: none;
    }
}

@media (max-width: 576px){
    .brand-nav .navbar__right {
        display: none;
    }
    
    .brand-nav .btn--search {
        color: var(--pathologist-dark-clr);
    }
}





/* Pub Search Modal Styles */

.modal-backdrop {
    background: linear-gradient(180deg, rgba(2, 10, 16,.97) 10%, rgba(2, 10, 16,.6) 100%);
    z-index: 1290 !important;
}

#searchModal form{
    padding: 0;
    color: white;
    background-color: transparent;
/*
    border: 0px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
*/
}

#searchModal .form-control {
    padding: .375rem 0.25rem .375rem 0;
    color: white;
    background-color: transparent !important;
    border: 0px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    border-radius: 0;
    transition: .2s ease-in-out;
}

#searchModal .form-control:active, #searchModal .form-control:focus-within {
    color: white;
    background-color: white;
    border-bottom: 1px solid var(--pathologist-primary-clr) !important;
    transition: .2s ease-in-out;
}

#searchModal form button{
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    min-width: 24px;
    padding: 0;
    margin: 0;
}

#searchModal form svg:hover path, #searchModal form svg:active path {
    fill: var(--pathologist-primary-clr);
}

#searchModal .btn--advanced-search{
    position: absolute;
    top: 105%;
    left: 0;
    color: white;
    padding-left: 0;
    padding-right: 0;
    opacity: .5;
    text-decoration: underline;
    font-size: .85rem;
}

#searchModal .btn--advanced-search:hover{
    color: var(--pathologist-secondary-clr);
    opacity: 1;
}

#searchModal .btn-close {
    border-radius: .35rem;
    padding-left: .5rem;
    padding-right: .5rem;
    min-width: 24px;
    min-height: 24px;
}

#searchModal .btn-close:hover {
    color: var(--pathologist-primary-clr);
    background-color: var(--pathologist-secondary-clr);
    transition: .2s ease-in-out;
}












/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* Homepage Styles */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

.featured-articles{
    align-items: flex-start;
}

.featured-articles__secondary{
    height: 100%;
}












/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* Subpage Styles */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */



/* Article Page Styles */

.article {
    background-color: white;
    border-radius: 0.35rem;
    border: 0px solid transparent;
    padding: 2.5rem;
    position: relative;
}

article p {
    color: var(--pathologist-body-clr);
}

.article__header{
    padding-top: 0.5rem;
    border-bottom: none;
}

.actions-bar{
    display: flex;
    justify-content: space-between;
    gap: .5rem;
    padding: .5rem 0;
    border-top: 1px solid var(--pathologist-secondary-30);
    border-bottom: 1px solid var(--pathologist-secondary-30);
    overflow-x: auto;
    margin: 1rem 0;
}

.action-filter {
    flex: 1 1 0;
}

@media (max-width: 650px) {
    .action-filter {
        flex: 1 1 300px;
    }
}


.article__aside-actions-bar{
    display: grid;
    grid-gap: .5rem;
}

.article__header-socials{
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    right: 0;
}

.article__header-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1rem;
    margin-right: 196px;
}

@media (max-width: 650px) {
    .article__header-badges {
        margin-right: 0;
    }
}

.explore-more .article__header-badges, .recommended .article__header-badges{
    margin-bottom: .25rem;
}

.authors-list {
    margin: 0;
    line-height: 1rem;
    font-size: .875rem;
}

.article-by-line {
    margin: 0;
    line-height: 1rem;
    font-size: .875rem;
    color: var(--pathologist-bg-clr);
    font-weight: 400;
    margin-bottom: 1rem;
}

.article-by-line .item a {
    color: var(--pathologist-bg-clr);
    text-decoration: none;
}

.article-by-line .item {
    padding: 0 .5rem;
    border-right: solid 1px var(--pathologist-bg-clr);
    font-size: .875rem;
    font-family: var(--pathologist-body-font);
}

.article-by-line .item:last-child {
    padding: 0 0 0 .5rem;
    border-right: none;
}

.article-by-line .item:first-child {
    padding: 0 .5rem 0 0;
}

.article__header .author-name, .article__header a.author-name {
    color: var(--pathologist-bg-clr);
    text-decoration: none;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
}

.article__header a.author-name:hover {
    color: var(--pathologist-primary-clr);
}

/* Override styles : START */
/* These are overriding styles on umbrella.css. Fix specificity war and then remove these */
.article-container .article-header button.btn--light {
    line-height: 1;
    font-size: .75rem;
    padding: .25rem .5rem;
    color: var(--pathologist-body-text);
    background-color: var(--pathologist-light-clr);
    border: 1px solid var(--pathologist-light-clr);
}

.article-container .article-header button.btn--light:hover {
    color: white;
    background-color: var(--pathologist-primary-clr);
    border: 1px solid var(--pathologist-primary-clr);
}

.article-container .article-header .authors-list button.btn--link {
    line-height: 1;
    font-size: .75rem;
    padding: .25rem .5rem;
    color: var(--pathologist-primary-clr);
    background-color: transparent;
    border: 1px solid transparent;
}

.article-container .article-header .authors-list button.btn--link:hover {
    background-color: transparent;
}
/* Override styles : END */

.article__header-title{
    font-size: 2.5rem;
    font-family: var(--pathologist-header-font);
    font-weight: 500;
    margin: .5rem 0;
}

.article__teaser {
    font-size: 1.5rem;
    font-family: var(--pathologist-header-font);
    margin: .5rem 0;
}

.article__lead {
    font-size: 1.25rem;
    font-family: var(--pathologist-header-font);
    margin: .5rem 0;
}

.article-content h2, .article-content h2.article__title {
    font-size: 2rem;
    font-family: var(--pathologist-header-font);
    font-weight: 500;
    margin-top: 2.5rem;
}

.article-content h3, .article-content h3.article__title {
    font-size: 1.5rem;
    font-family: var(--pathologist-header-font);
    font-weight: 500;
    margin-top: 1.5rem;
}

.article-content h4, .article-content h4.article__title {
    font-size: 1.125rem;
    font-family: var(--pathologist-body-font);
    font-weight: 500;
    margin-top: 2rem;
}

.article-content h5, .article-content .article__title h5{
    font-size: 1rem;
    font-family: var(--pathologist-body-font);
    font-weight: 500;
    margin-top: 1.5rem;
}

.article-content p{
    font-size: 1rem;
    margin-bottom: 1rem;
}

.article-content hr{
    margin: 1rem 0;
}

.article__callout {
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
}

.article__callout--primary {
    background-color: var(--pathologist-primary-10);
    border: 1px solid var(--pathologist-primary-20);
    border-radius: .5rem;
}

.article__callout--secondary {
    background-color: var(--pathologist-secondary-10);
    border: 1px solid var(--pathologist-gray-30);
    border-radius: .5rem;
}

.article__callout h2:first-child, .article__callout h3:first-child, .article__callout h4:first-child, .article__callout h5:first-child, .article__callout h6:first-child, .article__callout p:first-child, .article__callout ul:first-child {
  margin-top: 0;
}
/*
.article-content figcaption, .figure__caption, .article__caption {
    font-size: .85rem;
    color: var(--pathologist-body-clr);
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    border-bottom: 1px solid var(--pathologist-gray-30);
    font-style: italic;
}
*/
.figcaption {
    font-size: .85rem;
    color: var(--pathologist-body-clr);
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    border-bottom: 1px solid var(--pathologist-gray-30);
    font-style: italic;
}

.article__info-section .article__title {
    padding-top: 2rem;
    border-top: 1px solid var(--pathologist-gray-30);
    line-height: 1;
    margin-bottom: 1rem;
}

.article__reference-list {
    list-style: none;
    counter-reset: list-counter;
    padding: 0;
    margin: 0;
    font-family: var(--pathologist-serif-font);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

.article__reference-list li {
    counter-increment: list-counter;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 8px 0;
}

.article__reference-list li a{
    display: inline-block;
}

.article__reference-list li::before {
    content: counter(list-counter) "   |";
    color: var(--pathologist-secondary-50);
    display: inline-block;
    margin-right: 16px;
    white-space: pre;
    flex-shrink: 0;
}

.article__reference-list li span {
    flex-grow: 1;
    white-space: normal;
}

.article__reference-list li span a{
    text-decoration: underline;
    color: var(--pathologist-secondary-50);
}

.article__reference{
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--pathologist-gray-30);
}

.article__reference:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0px solid transparent;
}

.article__reference .article__reference-content{
    margin-bottom: 0;
}

.article__reference-buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 0 .25rem;
    margin: .75rem 0 0 0;
    position: relative;
    left: calc(-1rem - 1px);
    overflow: hidden;
}

.article__reference-button{
    margin: 0 0 0 .5rem;
    padding: 0 0 0 .5rem;
    border-left: 1px solid var(--pathologist-gray-30);
    line-height: 1;
    break-inside: avoid-column;
    display: inline-flex;
    gap: .5rem;
    align-items: center;
}

.article__author-card {
    display: flex;
    flex-direction: row;
    grid-gap: 1rem;
    min-height: 20px;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    background-color: var(--pathologist-primary-10);
    border: 0px solid transparent;
}

.additional-links{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.list-item--podcast{
    gap: 1rem;
}

.list-item--podcast .card__copy{
    order: 2;
    overflow: auto;
}

.list-item--podcast .list-thumb {
    order: 1;
    margin: 0 0 1.5rem 0rem;
    transition: .2s ease-in-out;
}

.list-item--podcast .list-thumb {
    aspect-ratio: 1/1;
}

.list-item--podcast .list-thumb img, .list-item--podcast .thumb-image img {
  border-radius: 0.25rem;
  width: 100%;
  aspect-ratio: 1/1;
  transition: .2s ease-in-out;
}


.breadcrumb{
    display: flex;
    align-items: center;
    column-gap: .4rem;
    font-size: .75rem;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 1rem 0 0rem 0;
}

.article-content {
    padding: 0 1.5rem 0 1.5rem;
    margin: 0 auto;
    max-width: 796px;
}

.article-aside, .article__aside {
    height: 100%;
    padding: 0 1.75rem 0 0;
}

.article__figure {
    display: inline-block;
    margin: 0 0 0 0;
    float: left;
    border-bottom: solid 1px var(--pathologist-secondary-30);
    padding-bottom: 1rem;
}

.article__figure img{
    border-radius: 12px;
    width: 100%;
    max-height: 100%;
}

.article-content figure img {
    width: 100%;
}

.photo-credit {
    margin-top: 1rem;
    font-size: .875rem;
    line-height: 1.313rem;
    color: var(--pathologist-bg-clr);
    font-family: var(pathologist-header-font);
}

.interstitial-728x90 {
    margin: 2rem 0 2rem 0;
}

.advertisement-label {
    font-size: .5rem;
    color: var(--pathologist-secondary-30);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 0 .25rem;
}

.btn--dark, a.btn--dark {
    background-color: var(--pathologist-secondary-50)!important;
    border-radius: 4px !important;
    padding: .5rem 1rem !important;
    border: 1px solid transparent;
}

.btn--dark:hover {
    color: var(--pathologist-primary-50)!important;
}

.comment-alert-bookmark-bar {
    margin
}

.newsletter-callout {
    /*background-color: var(--pathologist-primary-20);*/
    background: var(--newsletter-gradient);
    border-radius: 8px;
    margin: 2rem 0 1rem 0;
    overflow: hidden;
}

.newsletter-callout a{
    color: var(--pathologist-seconday-50);
    text-decoration: underline;
}

.newsletter-callout a:hover{
    color: var(--pathologist-primary-50);
}

.newsletter-callout input {
    font-family: var(--pathologist-header-font);
    font-size: .875rem!important;
    line-height: 1.5!important;
    color: var(--pathologist-secondary-30)!important;
    border: var(--pathologist-secondary-30)!important;
    border-radius: 4px!important;
    padding: .5rem .5rem!important;
}

.newsletter-callout .img-fluid {
    height: 100%;
    object-fit: contain;
    object-position: top left;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    padding-top: 1rem;
}

/* TP form styling */

.tp-form input {
    background-color: white;
}

.form-control, .form-select {
    font-family: var(--pathologist-header-font);
    font-size: .875rem;
    line-height: 1.5;
    color: var(--pathologist-secondary-40);
    border: 1px solid var(--pathologist-secondary-20);
    border-radius: 4px;
    padding: .5rem .5rem;
}

.form-control:focus, .form-select:focus {
    color: var(--pathologist-secondary-50);
    background-color: white;
    border: 1px solid var(--pathologist-secondary-30);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(253, 187, 19, .25);
}


.form-label {
    font-family: var(--pathologist-header-font);
    font-size: 1rem;
    line-height: 1.5;
}

.form-group {
    display: flex;
    /*justify-content: space-between;*/
    gap: 4%;
    flex-wrap: wrap;
}

.form-half {
    width: 48%;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .form-group {
        display: flex;
        flex-wrap: wrap;
    }
    .form-half {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.required-asterisk {
    color: red;
    margin-left: 5px;
    font-weight: 700;
}

.form-check {
    padding: 0 1.25rem 0 1.25rem !important;
}

.form-check-label {
    font-family: var(--pathologist-header-font);
    font-size: 1rem!important;
    line-height: 1.5!important;
}

.form-check-input:checked {
    background-color: var(--pathologist-secondary-clr);
    border-color: var(--pathologist-secondary-40);
}

.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(253, 187, 19, .25) !important;
}

.form-group-field {
    position: relative;
    width: 100%;
}

.form-group-inline {
    display: flex;
    flex-wrap: wrap;
}

.form-group-inline-options {
    display: inline-block;
    width: auto;
}

.form-group-inline-label {
    flex: 1 1 0%;
}

.form-group-inline-label--checkbox {
    color: #363f46;
    font-size: 18px;
    padding-left: 1.25rem;
}

.form-group-inline-label--checkbox:before {
    left: -1px;
}

@media screen and (max-width: 767px) {
    .form-group-inline>* {
        order: 2;
    }

    .form-group-inline-label {
        flex-basis: 100%;
        margin-bottom: 20px;
        order: 1;
    }

}


/* END of TP form styling */

.article__references h2::after {
    content: '';
    background-image: url("../images/references-icon.svg");
    position: absolute;
    right: 0;
    top: .5rem;
    z-index: 10;
    width: 24px; /* Same as SVG width */
    height: 25px; /* Same as SVG height */
}


h5.author-name {
    font-family: var(--pathologist-header-font);
    color: var(--pathologist-secondary-50);
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 500;
    text-transform: none;
}

.about__author a {
    color: var(--pathologist-secondary-50);
}

.about__author p {
    font-family: var(--pathologist-body-font);
    color: var(--pathologist-secondary-50);
    font-size: .75rem;
    line-height: .875rem;
    font-weight: 400;
    margin: .5rem 0;
}

.about__author p a {
    font-size: 1rem;
    line-height: 1.125rem;
    letter-spacing: .32px;
    font-weight: 500;
}

@media (max-width: 770px) {
    .ad_728x90_container {
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
    }
}


@media (max-width: 767px) {
.grid-gutter {
    grid-gap: 0;
}
    
.grid--content-sidebar {
    grid-grow-gap: 0;
}
}

.rc-item:first-child{
    padding-right: 1rem;
}

.rc-item .card__title a, .rc-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/*.rc-item-left img:hover {
    transform: scale(1.03);
    transition: .25s ease-in-out;
}*/

@media (max-width: 650px) {
    .article-aside, .article__aside{
        padding: 1.5rem 0 0 0;
        border: none;
    }
        
    .article-aside .sticky-top, .article__aside .sticky-top {
        display: flex;
    }
        
    .rc-item{
        margin-bottom: 1rem;
        padding-right: 0;
    }
}

.article__header-socials p{
    font-family: var(--pathologist-body-font);
    color: var(--pathologist-secondary-40);
    font-size: .75rem;
    font-weight: 400;
}

@media (max-width: 650px) {
    .article__header .badge-row{
        padding-right: 0;
    }
    
  .article__header-socials {
    position: relative;
  }
    
  .article-aside, .article__aside {
    padding: 1rem 1.75rem 0 0;
    border-bottom: 1px solid transparent;
  }
}

@media (max-width: 650px) {
    .article {
        padding: 1.5rem;
    }

    .article-content {
        padding: 0;
    }
}

.copyright-text p {
    color: var(--pathologist-gray-50);
}

/* native-container-home */

.native-container-home {
    width: 100%;
    padding: 15px 30px 20px 30px;
    display: grid;
    font-weight: 700;
    box-sizing: border-box;
    margin: 0 0 30px 0;
    background: #fff;
}

.native-content-2-item {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    font-size: 15px;
}

.native-content-2-item>.native-content {
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.native-content {
    display: grid;
    grid-column-gap: 15px;
    align-items: center;
}

.headline-blurb {
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: .5rem;
}

.native-content a, .native-content a:active, .native-content a:visited {
    text-decoration: none;
    line-height: 1.2;
    font-family: var(--pathologist-header-font);
    color: var(--pathologist-secondary-clr);
    transition: all .2s;
    font-size: 1rem;
}

.native-content a:hover {
    color: var(--pathologist-primary-clr);
    transition: all .2s;
}


@media screen and (max-width: 900px) {
    .native-content-2-item {
        grid-template-columns: 1fr;
    }
	
}

/* END of native-container-home */

/* Carousel component */

.article-carousel{
        
}

.article-carousel__flex.swiper {
    width: 100%;
    position: relative;
    padding: 0;
}

.article-carousel__center-col.swiper{
    width: 100%;
    height: auto;
    
}

.article-carousel__slide.swiper-slides{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    padding: .25rem;
    width: 100%;
}

.article-carousel__slide.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: .5rem; 
}

.article-carousel__body-copy{
    padding: .1rem .25rem 0rem;
    /*added for smaller desc*/
    width: 100%;
    position: relative;
    text-align: left;
}

.active__body-copy{
    
}

.active__button{
    position: unset;
    width: 100%;
}

.active__button:after{
    background: transparent;
}

.article-carousel_btn-read-more{
    display: flex;
    justify-content: right;
    border: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgb(255, 255, 255, .95);
    color: var(--secondary-gray-70);
    padding: 0rem 0rem;
    z-index: 1;
    cursor: pointer;
    font-size: revert;
}

.article-carousel_btn-read-more:after{
    position: absolute;
    content: "";
    right: 0px;
    left: 0px;
    height: 20px;
    
    z-index: -1;
}

.hide{
    display:none;
}

.article-carousel__slide-counter{
    margin-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-items: flex-start;
    text-align: left;
   /* height: 100%;*/
    padding: 0 2rem;
}

.article-carousel__slide-counter hr{
    width: 100%;
    margin: 1.25rem 0;
}


.article-carousel__slide-body.swiper-pagination{
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 1rem;
    position: relative;
    width: 15%;
}

.icon-rotate {
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}

.article-carousel_btn-read-more.active__button .icon-rotate {
    transform: rotate(180deg);
    transition: transform 0.2s ease-in-out;
}

.btn.mobile-btn.swiper-button-next, .btn.mobile-btn.swiper-button-prev { 
    color: var(--pathologist-secondary-clr);
    border: none;
    z-index: 10;
    background: initial;
    margin-top: .50rem;
    position: relative;
    border-color: var(--pathologist-secondary-clr);
    border-style: solid;
    border-width: 1px;
    top: auto;
    padding: .25rem .25rem .25rem .25rem;
    height: 1.50rem;
    margin-right: .5rem;
    margin-left: .5rem;

}

.btn.mobile-btn.swiper-button-prev{
    padding: 0rem .05rem 0rem .05rem;
}

.btn.swiper-button-next::after, .btn.swiper-button-prev::after{
    font-size: 1rem;
    color: var(--pathologist-secondary-clr);
}

.btn.btn--link.swiper-button-next, .btn.btn--link.swiper-button-prev {
     /* Vertically center the arrows */
    position: absolute;
    transform: translateY(-50%);
    z-index: 10;
    color: var(--pathologist-secondary-clr);
    border: none;
    z-index: 10;
    background: initial;  
    margin-top: -5rem;
    column-gap: 0;
    text-decoration: none;
}

.btn.btn--link.swiper-button-prev {
    left: -1%;
}

.btn.btn--link.swiper-button-next {
    right: -1%;
}


.btn.btn--link.swiper-button-next::after, .btn.btn--link.swiper-button-prev::after {
    font-size: 2rem;
}

.btn.btn--link.swiper-button-next:hover, .btn.btn--link.swiper-button-prev:hover   {
    border: none;
    text-decoration: none;
    outline: none;
}
.btn.mobile-btn.swiper-button-next:hover,.btn.mobile-btn.swiper-button-prev:hover, .btn.mobile-btn.swiper-button-next:focus,.btn.mobile-btn.swiper-button-prev:focus {
    border-style: solid;
    border-width: 1px;
    outline: none;
    box-shadow: none;
}
.btn.btn--link.swiper-button-next:focus, .btn.btn--link.swiper-button-prev:focus   {
    outline: none;
    border: none;
    text-decoration: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .btn.btn--link.swiper-button-next::after, .btn.btn--link.swiper-button-prev::after, .btn.btn--link.swiper-button-next, .btn.btn--link.swiper-button-prev {
        display: none;
    }
    
    .article-carousel__center-col.swiper, .article-carousel__slide-counter{
        padding: 0;
        gap: 1rem;
    }
}

@media (min-width: 768px) {
    .btn.mobile-btn.swiper-button-next::after, .btn.mobile-btn.swiper-button-prev::after, .btn.mobile-btn.swiper-button-next, .btn.mobile-btn.swiper-button-prev {
        display: none;
    }
    
    .article-carousel__center-col.swiper, .article-carousel__slide-counter{
        padding: 0 3rem;
    }
}

@media(max-width: 500px) {
    .article-carousel__flex.swiper{
        padding: 0 .25rem;
    }
}



/*END of Carousel*/

.umb-embed-holder iframe {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16/9;
}

	
/* campaign page	*/
	.campaign-item {
		margin-bottom: 2rem;
		padding-top: 2rem;
		border-top: solid 1px #ccc;
	}
	.campaign-item h2 {
		margin-bottom: 2rem;
	}
.campaign-item-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}
.campaign-item-columns__image {
    width: 100%;
}
.campaign-item-columns__image img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 800px) {	
	.campaign-item-columns {
    grid-template-columns: 1fr;
}
	}



