/* home page CSS */

html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: var(--primary-font);
}

body {
    margin: 0;
    color: #3C4242;
    font-family: var(--primary-font);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background-color: #FFFFFF;
}

svg {
    visibility: visible;
    width: 16px;
    height: 16px;
    display: inline-block;
}

/* Secondary Navigation */

.second-nav--header {
    background-color: #F7F8F8;
    width: auto;
    display: flex;
    align-items: center;
    padding: 15.5px 80px;
}

.second-nav--header-text {
    margin-right: 20px;
    text-align: center;
    color: #3C4242;
}

.second-nav--header-text p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    text-decoration-line: none;
    color: #3C4242;
    padding: 0;
}

.second-nav--header ul {
    display: flex;
    padding: 0;
    list-style: none;
    position: relative;
    flex-direction: row;
}

.second-nav--header ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

.second-nav--splitborder {
    border-right: 1px solid #bbbdbe;
}

.second-nav--buttons-container {
    padding: 0px 20px;
    text-wrap: nowrap;
}

.second-nav--buttons {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #003864;
    display: flex;
    justify-content: center;
    align-content: center;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 20px;
    padding: 9px 15px;
    align-items: center;
    gap: 4px;
}

.second-nav--buttons.active {
    border: 2px solid #003864;
    text-shadow: 0 0 0.8px;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
}

.second-nav--buttons:hover {
    cursor: pointer;
    color: #003864;
    border-color: transparent;
    text-decoration: none;
}

.second-nav--buttons.active:hover {
    border-color: #003864;
}

/* Banner */

.cmp-container__backgroundImage--enabled {
    margin: 0 !important;
}

#hero__bg {
    min-height: 686px;
    display: flex;
    align-items: center;
    background-color: #fff;
    background-image:url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/desktop/home/homepages-desktop-background-min.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.text {
    width: 100%;
}

.hero__content {
    max-width: 100%;
    width: 1440px;
    margin: 0 auto;
    padding-left: 80px;
}

.hero__pill {
    gap: 8px;
    font-size: 0.8125rem;
    align-items: center;
    white-space: nowrap;
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    cursor: unset;
    outline: 0;
    text-decoration: none;
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    min-width: auto;
    max-width: fit-content;
    height: auto;
    color: #3C4242;
    background: #F5F7F7;
    border: none;
    border-radius: 80px;
    padding: 4px 12px;
    gap: 4px;
}

.hero__content span {
    font-size: 0.875rem;
    overflow: hidden;
}

.hero__content__variations-headline {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: white;
    line-height: 1.25;
    opacity: 1;
    padding-top: 8px;
    padding-bottom: 8px;
}

.hero__content__variations-headline{
    font-size: 48px;
    margin: 0;
    font-style: normal;
    text-decoration-line: none;
    color: white;
}

.hero__content__variations-headline span {
    font-size: 48px;
    font-family: var(--heading-font);
    color: white;
}

.hero__content_second-headline {
    width: 850px;
    max-width: 100%;
    color: white;
}

.hero__content_second-headline p {
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    text-decoration-line: none;
    font-size: 1.5rem;
    line-height: 150%;
    color: white;
}

/* Text and Cards Horizontal */

#explore-biomarker-testing-guideliness .card__section_container {
    box-sizing: border-box;
    display: flex
;
    flex-flow: wrap;
    margin-top: -32px;
    width: calc(100% + 16px);
    margin-left: -16px;
    padding-left: 0;
    justify-content: center;
}

.section, .mdt_section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #FFFFFF;
}

.section__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    padding: 0;
}

.section__container_header {
    max-width: 1024px;
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    padding: 0;
}

.section__container_wrapper {
    padding-bottom: 0;
}

.section__text_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.section__text_wrapper h2 {
    font-size: 2.125rem;
    margin: 0;
    line-height: 150%;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: none;
    text-align: center;
}

.section__text_wrapper h2 span{
    font-size: 2.125rem;
    font-family: var(--heading-font);
    text-align: center;
}

.section__text_wrapper p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 120%;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    text-decoration-line: none;
    text-align: center;
}

.section__text_wrapper p span, .section__text_wrapper p {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    text-decoration-line: none;
    text-align: center;
}

.section__text_wrapper p span strong, .section__text_wrapper p strong { 
    font-weight: 600;
}

.section__link {
    display: inline;
    text-decoration: underline;
    padding: 4px 0px;
    color: #830051;
}

#home .section__link.actionable-biomarkers {
    display: inline-flex;
    align-items: center;
    text-decoration: underline;
    padding: 0;
    gap: 4px;
    color: #830051;
}
#home .section__link.actionable-biomarkers:hover{
    color: #003864;
    }
.card__section {
    padding: 20px;
}

.card__section_container {
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    margin-top: -32px;
    width: calc(100% + 16px);
    margin-left: -16px;
    padding-left: 16px;
    justify-content: center;
}

.card__content_outside {
    padding-left: 16px;
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 0;  
    width: 100%;
    gap: 16px;
}

.card__content {
    padding-left: 16px;
    padding-top: 32px;
}

.card__content_inside {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
}

.homeImageLink__card {
    border-radius: 24px;
    flex-direction: column;
    width: 308px;
    height: 252px;
    display: flex;
    align-items: center;
    justify-items: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.homeImageLink__card_icon {
    font-size: 1.125rem;
    margin: 0;
    font: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #830051;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
}

#home .text-base {
    margin: 0;
    font: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 0px;
    color: #830051;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    cursor: pointer;
    text-align: center;
}
#home .second-nav--header-text .text-base {
  
    color: #3C4242;
    
}

.AspectRatio {
    width: 180px;
    position: relative;
    font-size: 1.125rem;
}

.AspectRatio img {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: none;
}

.text-base strong {
    font-weight: 600;
}

.text-base svg {
    width: 16px;
    height: 16px;
    padding: 0;
}

.card__section_description {
    text-align: center;
    padding-top: 4px;
}

.card__section_disclaimer {
    text-align: center;
    width: 100%;
    box-sizing: inherit;
}

.card__section_description p, .card__section_disclaimer p {
    margin: 0;
}

.card__section_disclaimer p span{
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}


/* Text and Cards 2 / 2 */

.grey__section, .testingLab, .testingLab__text_outside {
    background-color: #F5F7F7;
}

#home .testingLab, #home .testingLab__text_outside {
    background-color: #F5F7F7;
}

.biomarkers-section__container {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    padding: 0;
    max-width: 1280px;
}

.biomarkers-section__text_wrapper {
    width: 66.666667%;
    text-align: center;
}

.biomarkers-section__text_wrapper h2 {
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 16px;
    text-align: center;
    font-weight: 400;
}

.biomarkers-section__text_wrapper h2 {
    font-family: var(--heading-font);
}

.biomarkers-section__text_wrapper p {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.biomarkers-section__text {
    margin-bottom: 32px;
}

.biomarkers-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
}

.biomarkers-section .biomarkers-section-card {
    background-color: #fff;
    border-radius: 24px;
    min-width: 312px;
    display: flex;
    flex-direction: row;
    flex-basis: 40%;
    align-items: center;
    padding: 20px 24px;
    gap: 16px;
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

.biomarkers-section-card-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.biomarkers-section-card .large-card{
    flex-basis: 40%;
}

.biomarkers-section-card a .AspectRatio {
    width: 80px;
}
#genetic-counselors .biomarkers-section-card a .AspectRatio {
    width: 80px;
    padding:4px 0;
}

.biomarkers-section-card a .AspectRatio img {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
}

.card-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.card-text-container h3 {
    font-size: 1.5rem;
    margin: 0;
    line-height: 120%;
    font-family: var(--heading-font);
    font-style: normal;
    font-weight: 500;
    text-decoration-line: none;
}

.card-text-link {
    font-weight: 700;
    text-decoration: underline;
    margin: 0;
    font: inherit;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 0px;
    color: #830051;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.card-text-link svg {
    width: 16px;
    height: 16px;
    padding: 0;
}

.strong {
    font-weight: 600;
}

.biomarkers-section-footnote {
    text-align: center;
    padding-top: 8px;
    width: 67%;
}

.biomarkers-section-footnote p {
    font-size: 12px;
    line-height: 120%;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: none;
}


/* Text Left + Image Right */

.testingLab {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

.testingLab__container {
    max-width: 1056px;
    border-radius: 24px;
    margin-top: 0;
    margin-left: 0;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
}

.testingLab__content {
    padding: 32px 32px 32px 16px;
    background-color: #002949;
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
    flex-shrink: 0;
    width: auto;
    box-sizing: border-box;
    margin: 0;
    border-bottom-left-radius: 24px;
    border-top-left-radius: 24px;
}

.testingLab__content_text {
    padding: 24px;
    gap: 24px;
    display: flex;
    flex-direction: column;
    color: #F5F7F7;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
}

.testingLab__content_text .text-large {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-decoration-line: none;
}

.button-navy-contrast {
    border: 1px solid #F5F7F7;
    background-color: inherit;
    border-radius: 8px;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    gap: 4px;
    padding: 12px 12px;
    box-sizing: border-box;
    min-width: auto;
    max-width: fit-content;
    text-transform: none;
    color: #FFFFFF;
    outline: none;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.button-navy-contrast:hover {
    background-color: #003864;
    box-shadow: none;
    text-decoration: underline;
    color: #FFFFFF;
    border-color: #003864;
}
.button-navy-contrast:focus {
    background: #fff;
    color: #003864;
}
.testingLab__image_container {
    padding: 0;
    width: 100%;
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
    flex-shrink: 0;
    box-sizing: border-box;
    margin: 0;
}

#home .testingLab__image_container {
    max-width: 50%;
}

.testingLab__image_outside {
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
}

.testingLab__image_inside {
    height: 100%;
}

.testingLab__image {
    height: inherit;
    position: relative;
}

.testingLab__image img {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    border-style: none;
}

.testingLab__text_container {
    max-width: 1024px;
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    padding: 0 16px 80px 16px;
}

.testingLab__text {
    text-align: center;
}

.testingLab__text p {
    text-align: center;
}

/* Text and Image - Biomarker section */

.mdt_section {
    max-width: 1024px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}

.mdt_section .section__text_wrapper {
    width: 848px;
}

.mdt_section .section__text_wrapper h2, .mdt_section .section__text_wrapper h2 span {
    font-size: 40px;
    line-height: 120%;
    font-family: var(--heading-font);
    text-align: center;
}

.ctaSection.ctaSection__right {
    padding: 0px 80px 80px 0px;
}

.ctaSection {
    gap: 32px;
    display: flex;
    width: 100%;
    background-color: #FFFFFF;
}

.ctaSection .ctaSection__img {
    max-width: 696px;
    display: grid;
    align-self: center;
    width: 100%;
}

.ctaSection__img_inside {
    max-width: 696px;
    height: auto;
    position: relative;
}

.ctaSection__img_inside img {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: none;
}

.ctaSection .ctaSection__content {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 1000px;
}

.ctaSection__content h3 {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    text-decoration-line: none;
}

.ctaSection__span {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.ctaSection__content a {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 0px;
    color: #830051;
    text-decoration: underline;
}

.ctaSection__content a svg {
    width: 16px;
    height: 16px;
    padding: 0;
    fill: currentColor;
    user-select: none;
    flex-shrink: 0;
    font-weight: 700;
}

.ctaSection.ctaSection__left {
    flex-direction: row;
    justify-content: flex-end;
    padding: 0px 0px 80px 80px;
    padding-bottom: 40px;
    overflow-x: hidden;
}

.ctaSection.ctaSection__left .ctaSection__content {
    padding-right: 24px;
    width: fit-content;
}

.ctaSection.ctaSection__right .ctaSection__img__inside, .ctaSection.ctaSection__right .ctaSection__img__inside img {
    max-height: 402px;
}

.ctaSection.ctaSection__left .ctaSection__img_inside {
    max-height: 421px;
}


.cmp-text {
    padding: 0;
}

.mdt__text_small {
    background-color: #FFFFFF;
    text-align: center ;
    font-size: .75rem ;
    line-height: 1rem ;
    padding-left: 24px ;
    padding-right: 24px ;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: none;
    margin: 0;
}

#text-55c2b37480 .mdt__text_small,
#home #home-text-component-1 .mdt__text_small {
    padding-bottom: 80px ;
}

/* Text and Cards 2 / 2 - Variation */

#text-5c481eecb8 .biomarkers-section__container, 
#home #home-text-component-2 .biomarkers-section__container {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    padding: 0;
    max-width: 100% !important;
    padding: 80px 24px;
}

#text-5c481eecb8 .biomarkers-section,
#home #home-text-component-2 .biomarkers-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0;
}

#text-5c481eecb8 .biomarkers-section__text_wrapper,
#home #home-text-component-2 .biomarkers-section__text_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 16px;
}

#text-5c481eecb8 .biomarkers-section__text_wrapper h2,
#home #home-text-component-2 .biomarkers-section__text_wrapper h2 {
    font-size: 2.125rem;
    line-height: 48px;
    padding-bottom: 0 !important;
    text-align: center !important;
    font-weight: 400 !important;
}

#text-5c481eecb8 .biomarkers-section__text_wrapper p,
#home #home-text-component-2 .biomarkers-section__text_wrapper p {
    margin-bottom: 0 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

#text-5c481eecb8 .homeImageLink, 
#home #home-text-component-2 .homeImageLink {
    max-width: 80px;
    height: 80px;
}

#text-5c481eecb8 .homeImageLink__card a,
#home #home-text-component-2 .homeImageLink__card a {
    padding: 0;
}

.section__gridContainer {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    gap: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.homeImageLink__container {
    padding: 0;
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    max-width: 100%;
}

.homeImageLink__card--wide {
    min-width: 416px;
    height: auto;
    width: 100%;
}

.homeImageLink__card {
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.homeImageLink {
    max-width: 72px;
    margin: 0 auto;
    width: 180px;
    position: relative;
}

.homeImageLink img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
}

#explore_biomarker .homeImageLink__card a {
    margin: 0;
    font: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    color: #830051;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0;
}

.homeImageLink__card a {
    margin: 0;
    font: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 0;
    color: #830051;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 8px;
}

.homeImageLink__card a.text-base {
    padding: 4px 0 !important;
    margin-top: 0 !important;
}

.homeImageLink__card a b {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    cursor: pointer;
    margin-left: 2px;
}

.homeImageLink__card a b u {
    text-decoration: none;
}

.homeImageLink__card a b u span, .homeImageLink__card a b span {
    text-decoration: underline;
}

.homeImageLink__card a b, .card-text-link b, .hp__view-more-link {
    display: flex    ;
    justify-content: center;
    align-items: center;
}

#home #text-5c481eecb8 .homeImageLink__card span.arrow-icon, 
#home #home-text-component-2 .homeImageLink__card span.arrow-icon {
    margin-left: 6px;
    margin-top: 6px;
}

.biomarkers-section .mdt__text_small {
    background-color: #F5F7F7;
    padding-top: 24px;
}

/* Helpful Resources */

.hp__headline-header h2 span {
    font-family: var(--heading-font);
}

.hp__container {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #FFFFFF;
}

.hp__headline-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 60px;
}

.hp__headline-header {
    padding-left: 24px;
    padding-right: 24px;
}

.hp__headline-header h2 {
    font-size: 2.125rem;
    margin: 0;
    line-height: 150%;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: none;
    text-align: center;
    margin-bottom: 16px;
}

.hp__headline-header p {
    margin: 0;
    line-height: 120%;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    text-decoration-line: none;
    font-size: 18px;
    text-align: center;
}

.hp__banner-mod-I, .hp__banner-mod-II {
    max-width: 1056px;
    margin: 0 auto 32px;
    display: flex;
    gap: 32px;
    align-items: center;
    padding: 48px 32px;
    border-radius: 24px;
    background-color: #FDF2F8;
    margin-bottom: 0;
}

.hp__image-list {
    position: relative;
    width: 80px;
    height: 80px;
}

.hp__image-list img {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: none;
}

.hp__info-list {
    font-size: 18px;
}

.hp__guidelines-info {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.hp__button a {
    font-size: 16px;
    background-color: inherit;
    box-shadow: none;
    border: 1px solid #830051;
    color: #830051;
    font-weight: bold;
    text-wrap: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    user-select: none;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 12px;
    gap: 4px;
    padding: 12px 12px;
    font-family: var(--primary-font);
    box-sizing: border-box;
    min-width: auto;
    max-width: fit-content;
    outline: none;
    font-style: normal;
    line-height: 120%;
}

.hp__banner-mod-II {
    background-color: #F5F7F7;
    margin-bottom: 40px;
}

.infoMdt__footer__text {
    padding-bottom: 80px;
}

.infoMdt__footer__text p {
    font-size: 0.75rem;
    margin: 0;
    line-height: 120%;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    text-decoration-line: none;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
}

/* Helpful Resources - Video and Modal */

.hp__view-more-container {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.hp__view-more-link {
    align-items: center;
    gap: 4px;
    color: #830051;
    font-style: normal;
    line-height: 120%;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 700;
    margin-top: 20px;
}
#home .slider-container  {
 
    padding-top: 28px;
    padding-bottom: 28px;
}

#gene_mutations_container-outside-1 {
    display: flex;
    justify-content: center;
}

#gene_mutations_container-1 {
    padding: 28px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

#gene_mutations_container-1 .container {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    margin-top: -16px;
    margin-left: -16px;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
}

#gene_mutations-1, #gene_mutations-2 {
    min-width: 308px;
    max-width: 416px;
    background-color: #fff;
    color: #3C4242;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 20px 0px rgba(151, 151, 151, 0.25);
    border-radius: 18px;
    gap: 0;
}

#gene_mutations-1 .image, #gene_mutations-2 .image {
    position: relative;
    width: 100%;
    min-width: 100%;
}

.resource-card__body {
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
    min-width: auto;
    color: #3C4242;
}

.resource-card__label {
    margin-bottom: 14px;
    line-height: 150%;
    font-weight: 900;
}

.resource-card__headline {
    color: #830051;
    min-height: 72px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    text-decoration: none;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.resource-card__description {
    min-height: 84px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    margin-bottom: 16px;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
}

.resource-card__description p {
    color: #3C4242;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    text-decoration-line: none;
}

.resource-card__action-buttons {
    align-items: flex-start;
    margin-top: auto;
    display: flex;
    z-index: 1;
}

.resource-card__action-buttons button:not(:last-child) {
    margin-right: 8px;
}

.resource-card__action-buttons button:not(:first-child) {
    min-width: 48px;
    width: 48px;
    height: 48px;
}

.resource-card__action-buttons button {
    font-size: 1.125rem;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 12px;
    gap: 4px;
    padding: 12px 12px;
    font-family: var(--primary-font);
    box-sizing: border-box;
    text-transform: none;
    background-color: #FFFFFF00;
    color: #830051;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
    max-width: fit-content;
    border: 1px solid;
    user-select: none;
    vertical-align: middle;
    line-height: 120%;
    font-weight: 700;
    white-space: nowrap;
    overflow: visible;
}

svg.Button-Icon {
    height: 20px;
    max-width: 20px;
    padding: 0;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
}

svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}

.modal-enabled {
    overflow: hidden;
}

.modal {
    display: none;
}

.modal-enabled  .modal--visible{
    position: fixed;
    z-index: 1300;
    inset: 0px;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    opacity: 1;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(0, 56, 100, 0.84);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-box {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0px;
    z-index: -1;
    background-color: rgba(0, 56, 100, 0.84);
    opacity: 1;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: scroll;
}

.cmp-modal__modalbox.modal-md .modal-box{
    width: 100% !important;
}

.modal-box__content {
    max-width: 848px;
    width: calc(100% - 100px);
    max-height: initial;
    position: static;
    transform: none;
    margin: auto;
    gap: 0px;
    padding: 32px 24px;
    border-radius: 32px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    max-height: none !important;
    font-size: 0.875rem;
    min-height: 730px;
}

.modal__close {
    width: 50px;
    text-align: center;
    margin-left: 50%;
    margin-top: -45%;
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    stroke-width: 2;
    color: rgb(131, 0, 81);
    background-color: white;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    z-index: 20000;
    font-family: var(--primary-font);
}

/*.modal__close svg {*/
/*    width: 11.66px;*/
/*    height: 10.66px;*/
/*    font-size: 1.5rem;*/
/*    stroke-width: 1;*/
/*}*/

/*.modal__close svg path {*/
/*    fill: #830051;*/
/*}*/
#pathologists .modal__close svg path {
    fill: #830051;
    stroke: #ffffff;
    stroke-width: .5px;
}

/*#modal__gene_mutations-1 .video, #modal__gene_mutations-2 .video  {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    z-index: 2;*/
/*}*/

.cmp-video__holder {
    width: 800px;
    height: 450px;
}

.cmp-video__player, .cmp-video__content {
    width: 100%;
    padding: 0 !important;
}

a:hover, button:hover, button:hover span svg path {
    cursor: pointer;
    color: #002949;
    border-color: #002949;
    fill: #002949;
}

/*.modal__closeIcon {*/
/*    margin-top: 0;*/
/*}*/

/*.modal_resource-card__body {*/
/*    padding: 0px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    align-items: flex-start;*/
/*    color: rgb(60, 66, 66);*/
/*    max-width: 907px;*/
/*    width: 100%;*/
/*    margin-right: 24px;*/
/*}*/

/*.modal_resource-card__headline {*/
/*    font-size: 1.5rem;*/
/*    font-weight: 500;*/
/*    line-height: 36px;*/
/*    margin: 0;*/
/*    font-family: "SpaceGrotesk", sans-serif; */
/*    font-style: normal;*/
/*    text-decoration-line: none;*/
/*}*/

/*.modal_resource-card__description {*/
/*    display: flex;*/
/*    max-width: 675px;*/
/*    margin-top: 5px;*/
/*    margin-bottom: 24px;*/
/*    order: -1;*/
/*}*/

/*.modal_resource-card__description p {*/
/*    max-width: 100%;*/
/*    font-size: 18px;*/
/*    line-height: 27px;*/
/*    margin-right: 24px;*/
/*}*/

/*.modal_resource-card__body .resource-card__action-buttons {*/
/*    align-items: flex-start;*/
/*    margin-top: auto;*/
/*    display: flex;*/
/*    z-index: 1;*/
/*    margin-bottom: 24px;*/
/*}*/

/*#home .modal button span.share-icon {*/
/*    padding: 1.7px;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*}*/

/*#home .modal button span.download-icon {*/
/*    padding: 2px 4px 3px;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*}*/

/* Subscribe and Connect */

.subscribe-connect-section__container-parent {
    width: 100%;
    background-color: #002949;
    padding-bottom: 32px;
}

.subscribe-connect-section__container {
    overflow: hidden;
    background-color: #002949;
    max-width: 1440px;
    height: 505px;
    margin: 0 auto;
    display: flex;
}

.subscribe-connect-section__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 32px 80px;
    margin-bottom: 32px;
}

.subscribe-connect-section__image {
    position: relative;
    min-width: 106px;
    width: 160px;
}

.subscribe-connect-section__image img {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: none;
}

.subscribe-connect-section__headline {
    font-size: 34px;
   font-family: var(--heading-font);
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: none;
    margin: 0;
}

.subscribe-connect-section__sub__headline {
    padding: 24px 0;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    text-decoration-line: none;
}

.subscribe-connect-section__button {
    background-color: #002949;
    box-shadow: unset;
    border: 1px solid #fff;
    border-radius: 6px;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    outline: none;
    font-style: normal;
    line-height: 120%;
    display: flex;
    min-width: auto;
    max-width: fit-content;
    gap: 4px;
    padding: 12px 12px;
    font-family: var(--primary-font);
    box-sizing: border-box;
    user-select: none;
    vertical-align: middle;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.subscribe-connect-section__button:hover {
    text-decoration: underline;
}

.subscribe-connect-section__button:focus, 
.subscribe-connect-section__button:focus-visible, 
.subscribe-connect-section__button:active{
    color: #003864!important;
    background-color: #ffffff !important;
    border-color: #fff;
    outline-color: #fff;
}
.subscribe-connect-section__button:focus-within {
    border: 1px solid #fff !important;
}
.subscribe-mdt {
    text-align: center;
    color: #FFFFFF;
    
}

.subscribe-connect-section__button:hover{
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.subscribe-mdt-text {
    font-size: 0.75rem;
    line-height: 120%;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    text-decoration-line: none;
    margin: 0;
}

.subscribe-connect-section__divider {
    border-color: #fff;
    height: 70%;
    display: grid;
    align-self: center;
    box-sizing: content-box;
    overflow: visible;
    border-bottom-width: 0;
    border-right-width: thin;
    flex-shrink: 0;
    border-style: solid;
    margin: 0;
}

.solutions-biomarkers-section__container {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    padding: 0;
}

#home .homeImageLink__card span.arrow-icon {
    margin-left: 6px;
    margin-top: 5px;
}

#home .hp__view-more-link span.arrow-icon {
    margin-left: 2px;
    margin-top: 5px;
}

#home .ctaSection__content span.arrow-icon {
    margin-left: 2px;
    margin-top: 6px;
}

b {
    font-weight: 600;
}

span.arrow-icon {
    content: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/right-arrow.svg');
    width: 16px;
    height: 16px;
    margin-left: 6px;
    margin-top: 5px;
}

span.cmp-video__playicon {
    content: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/video-play-icon.svg');
    width: 54px;
    height: 54px;
    margin-left: 3px;
    margin-left: 8px;
    margin-top: 5px;
}

.playbutton {
    display: flex;
    justify-content: center;
    margin-top: -40%;
    margin-bottom: 20%;
}

#home .playbutton {
    margin-top: -39%;
}

#home .playbutton a {
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home .video-player_info {
    margin-top: -35px;
    padding: 6px 6px;
}

#home #gene_mutations-1 #text-2cf791d4b8 {
    margin-top: -8px;
}

#home #gene_mutations-1 .resource-card__body {
    padding: 21px 16px 20px;
}

#home span.add-icon {
    padding: 6px 4px 4px;
    margin: 0 !important;
}
/*#home #modal__gene_mutations-1 span.add-icon {*/
/*    padding: 4px 4px 4px;*/
/*}*/

#home #text-2cf791d4b8 span.add-icon {
    padding: 1px 4px 0px;
}

/*#home span.download-icon {*/
/*    padding: 3.5px 5px;*/
/*}*/

/*#home span.share-icon {*/
/*    padding: 2px 3px;*/
/*}*/

#home span.play-icon {
    content: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/download-pink.svg');
    height: 55px;
    width: 55px;
}

span.add-icon {
    content: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/add.svg');
    margin-right: 4px;
    margin-left: 4px;
}

span.download-icon {
    content: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/download.svg');
}

span.share-icon {
    content: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/share.svg');
}

a:hover span.arrow-icon{
    content: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/right-arrow-blue-alt.svg');
}

button:hover span.add-icon  {
    content: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/add-blue.svg');
}

button:hover span.download-icon {
    content: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/download-blue.svg');
}

button:hover span.share-icon  {
    content: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/share-blue.svg');
}

.video-player_info {
    text-align: center;
    width: 86px;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #830051;
    font-size: 14px;
    position: absolute;
    right: 0;
    margin-top: -7%;
    backdrop-filter: blur(5px);
    z-index: 3;
    text-transform: uppercase;
}

.mdt_section .section__container_wrapper {
    padding-bottom: 0;
}

.subscribe-connect-section__headline {
    line-height: 150%;
}

.hp__banner-mod-II {
    max-width: 976px !important;
}

.card__content_outside {
    gap: 0;
    padding-left: 0;
}

.card__content_outside > div {
    padding: 32px 0 0 16px;
}

#explore_biomarker .homeImageLink__card a:hover {
    color: #002949;
}

@media (min-width:744px) {

.homeImageLink__container {
    max-width: 416px;
}

}
@media (min-width: 744px) and (max-width: 768px) {
.second-nav--header {
    margin-top: 0% !important;
}
}

@media (min-width: 1700px) {
    #hero__bg {
        height: 100vw;
        max-height: 1000px;
    }

    /*.modal__close {*/
    /*    margin-left: 37%;*/
    /*    margin-top: -33%;*/
    /*}*/

    .subscribe-connect-section__headline {
        line-height: 150%;
    }

    .subscribe-mdt-text {
        font-size: 0.75rem;
    }

    .card__section_container {
        padding-left: 0 !important;
    }

    .hp__banner-mod-II {
        max-width: 976px !important;
    }

    .ctaSection.ctaSection__right .ctaSection__img__inside, .ctaSection.ctaSection__right .ctaSection__img__inside img {
        height: 421px;
    }
}

@media (max-width: 1023.95px) {

    .second-nav--header {
        padding: 11.5px 80px 15.5px 80px;
        margin-top: 6%;
    }

    .hero__content {
        padding-left: 80px !important;
    }

    .hero__content__variations-headline {
        font-weight: 400;
    }

    .hero__content__variations-headline span {
        font-size: 2.125rem;
    }

    .hero__content_second-headline p {
        font-size: 1.25rem !important;
    }

    #hero__bg {
        overflow: hidden;
    }

    .hero__content_second-headline {
        width: 450px;
    }

    .section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .section__text_wrapper h2 {
        font-size: 1.8125rem;
    }

    .section__text_wrapper h2 span {
        font-size: 1.8125rem;
    }

    .card__section_container {
        margin-top: -20px;
        width: calc(100% + 12px);
        margin-left: -12px;
    }

    .card__content_outside {
        padding-left: 12px !important;
        padding-top: 20px;
        gap: 6px;
    }

    .card__content_inside {
        padding: 10px 0 0 6px;
    }

    .biomarkers-section {
        padding: 40px 24px !important;
    }

    .biomarkers-section__text_wrapper {
        width: 100% !important;
    }

    .biomarkers-section__text_wrapper h2 {
        padding-bottom: 16px;
        font-size: 34px;
        line-height: 43.38px;
    }

    .biomarkers-section-footnote p {
        font-size: 12px;
        line-height: 120%;
    }

    .testingLab__text_container {
        padding: 0 24px 40px 24px;
    }

    .hp__banner-mod-II {
        margin: 0 24px;
    }

    .subscribe-connect-section__headline {
        font-size: 28px !important;
        line-height: 150%;
    }

    .subscribe-connect-section__sub__headline {
        font-size: 16px !important;
        max-width: 99%;
    }
    #genetic-counselors .subscribe-connect-section__sub__headline {
        max-width: 100%;
    }

    /*.modal__close {*/
    /*    margin-left: 70%;*/
    /*    margin-top: -70%;*/
    /*}*/

    .resource-card__label {
        font-weight: 400;
    }

    .subscribe-connect-section__box {
        padding: 32px 24px;
    }

    .subscribe-connect-section__buttons {
        font-size: 20px !important;
    }

    .card-text-container h3 {
        font-size: 1.25rem;
    }

    .card-text-link {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }

    .testingLab__container {
        max-height: 352px;
    }

    .testingLab__content {
        padding: 20px 32px 32px 12px;
    }

    .mdt_section {
        padding: 16px 24px 0 24px !important;
    }


    .section__container_wrapper {
        padding-bottom: 0;
    }

    .mdt_section .section__text_wrapper {
        width: auto;
        gap: 8px;
        padding: 24px 0;
    }

    .mdt_section .section__text_wrapper h2 span {
        font-weight: 400;
        font-size: 40px;
        line-height: 120%;
    }

    #text-5c481eecb8 .biomarkers-section__text_wrapper h2, 
    #home #home-text-component-2 .biomarkers-section__text_wrapper h2 {
        font-size: 1.8125rem;
        line-height: 150%;
        padding-bottom: 0 !important;
        text-align: center !important;
        font-weight: 400 !important;
    }

    #text-5c481eecb8 .biomarkers-section__container, 
    #home #home-text-component-2 .biomarkers-section__container {
        width: 100%;
        margin-left: auto;
        box-sizing: border-box;
        margin-right: auto;
        display: block;
        padding: 0;
        max-width: 100% !important;
    }

    #text-5c481eecb8 .biomarkers-section__text_wrapper p, 
    #home #home-text-component-2 .biomarkers-section__text_wrapper p {
        font-size: 18px;
        line-height: 120%;
        padding-bottom: 16px;
    }

    #text-5c481eecb8 .biomarkers-section__text_wrapper, 
    #home #home-text-component-2 .biomarkers-section__text_wrapper {
        padding-bottom: 0;
    }

    .homeImageLink {
        max-width: 80px;
    }

    #text-5c481eecb8 .homeImageLink__card a, 
    #home #home-text-component-2 .homeImageLink__card a {
        padding: 8px !important;
    }

    #text-55c2b37480 .mdt__text_small,
    #home #home-text-component-1 .mdt__text_small {
        padding-bottom: 40px;
    }

    .ctaSection__content h3 {
        font-size: 1.8125rem;
    }

    .ctaSection.ctaSection__right .ctaSection__img_inside, .ctaSection.ctaSection__right .ctaSection__img_inside img, .ctaSection.ctaSection__left .ctaSection__img_inside, .ctaSection.ctaSection__right .ctaSection__img__inside {
        height: auto;
    }

    span.add-icon, span.share-icon, span.download-icon {
        height: 20px;
        max-width: 20px;
    }

    .hp__container {
        padding: 40px 24px 20px 24px !important;
    }

    .hp__headline-header h2 {
        font-size: 1.8125rem;
    }

    .hp__headline-header p {
        font-size: 20px !important;
    }

    .hp__headline-container {
        padding-bottom: 20px !important;
    }

    .hp__banner-mod-I, .hp__banner-mod-II {
        margin: 0 24px !important;
    }

    .hp__banner-mod-II {
        margin-bottom: 40px !important;
    }

    .infoMdt__footer__text {
        padding-bottom: 40px;
    }

    #gene_mutations_container-1 {
        padding: 20px;
    }

    #gene_mutations_container-1 .container {
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }

    .video-player_info {
        right: 50px;
        margin-top: -7%;
    }

    #gene_mutations-1 .image, #gene_mutations-2 .image  {
        width: 416px;
        height: 234px;
    }

    #gene_mutations-1, #gene_mutations-2 {
        min-width: 312px !important;
        max-width: 312px !important;
    }

    .resource-card__action-buttons button {
        font-size: 16px;
    }

    .add-icon {
        display: none;
    }

    /*.modal_resource-card__body .add-icon {*/
    /*    display: block;*/
    /*}*/

    /*.modal-box__content {*/
    /*    min-height: 628px;*/
    /*}*/

    .cmp-video__holder {
        width: 100%;
        height: auto;
    }

    /*.modal_resource-card__headline {*/
    /*    font-weight: 500;*/
    /*    line-height: 36px;  */
    /*    font-size: 1.25rem;*/
    /*}*/

    .hp__view-more-container {
        margin-bottom: 40px;
    }

    .subscribe-connect-section__button {
        font-size: 18px !important;
    }

    .subscribe-mdt-text span {
        font-size: 0.75rem;
    }

    .card__content_outside > div {
        padding: 0;
    }

    #home .ctaSection.ctaSection__right .ctaSection__img__inside, #home .ctaSection.ctaSection__right .ctaSection__img__inside img {
        height: auto;
    }
}

@media (max-width: 743.95px) {

    .second-nav--header {
        flex-direction: column;
        margin-top: 0%;
    }
    .second-nav--buttons{
        width: 100%;
    }

    .second-nav--header-text {
        margin: 20px 0 !important;
    }

    .second-nav--header ul {
        flex-direction: column !important;
    }

    .second-nav--header ul li {
        justify-content: center !important;
    }

    .second-nav--splitborder {
        border: none;
    }

    #hero__bg {
        background-image: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/mobile/home/homepages-mobile-background.jpg');
        min-height: 400px;
        padding: 80px 24px;
    }

    .hero__content {
        padding-left: 0 !important;
    }

    .hero__content span {
        white-space: wrap;
    }

    .hero__content_second-headline p {
        width: 100%;
    }

    .hero__content_second-headline {
        width: 300px;
    }

    .section {
        gap: 20px;
    }

    .section__text_wrapper {
        gap: 20px;
    }

    .section__text_wrapper h2 span, .section__text_wrapper h2, .section__text_wrapper, .section__text_wrapper p span, .section__text_wrapper p  {
        text-align: left !important;
    }

    .section__text_wrapper h2 {
        font-size: 1.8125rem;
    }

    .homeImageLink__card {
        width: 100%;
        flex-direction: row;
        border-radius: 8px !important;
    }

    .card__content_outside {
        padding-left: 0px !important;
        padding-top: 16px !important;
    }

    .card__content_outside {
        gap: 20px !important;
    }

    .AspectRatio {
        width: 106px !important;
    }

    #home .card__content_inside .AspectRatio {
        height: 106px !important;
    }

    span.arrow-icon {
        margin-top: 4px;
    }

    .homeImageLink__card {
        height: auto !important;
    }

    .homeImageLink__card a {
        text-align: left !important;
    }

    .homeImageLink__card--wide {
        min-width: 100%;
    }

    .card__section_description, .card__section_disclaimer, .biomarkers-section .biomarkers-section-description, .biomarkers-section__text_wrapper, .biomarkers-section__text_wrapper h2, .biomarkers-section__text_wrapper p {
        text-align: left !important;
    }

    .card__section {
        padding: 20px 0 0 12px !important;
    }

    #home .card__section {
        padding: 16px 0 0 12px !important;
    }

    .card__section_container {
        padding-left: 0 !important;
    }

    .card__content_outside > div {
        width: 90vw;
    }

    .card__content_inside {
        width: 100%;
        padding: 0 !important;
    }

    .biomarkers-section {
        gap: 20px;
    }

    .biomarkers-section h2 {
        padding-bottom: 20px;
    }

    .biomarkers-section__text {
        margin-bottom: 20px !important;
    }

    .biomarkers-section__text_wrapper, .biomarkers-section-footnote {
        text-align: left !important;
        width: 100% !important;
    }

    .biomarkers-section .mdt__text_small {
        padding-bottom: 0 !important;
    }

    .biomarkers-section__text_wrapper {
        width: 100% !important;
    }

    .biomarkers-section .biomarkers-section-card {
        border-radius: 12px;
        min-width: 100%;
        padding: 20px 16px;
        min-height: 180px;
        flex: 1;
    }

    .biomarkers-section-card a .AspectRatio {
        width: 80px !important;
    }

    .biomarkers-section-footnote {
        padding-top: 0;
    }
    .biomarkers-section-footnote p {
        font-size: 12px;
        line-height: 120%;
        padding-top: 0;
    }

    .testingLab__image img {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .testingLab__content {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .testingLab__container {
        flex-direction: column-reverse;
    }

    .testingLab__image_container, .testingLab__content {
        flex-basis: 0;
        max-width: 100%;
    }

    .testingLab__content_text {
        padding: 0 !important;
        gap: 32px;
    }

    .testingLab__content_text .text-large {
        font-size: 20px;
        line-height: 30px;
    }

    .button-navy-contrast {
        max-width: 100%;
        font-size: 1rem;
    }

    .testingLab {
        padding-bottom: 20px;
    }

    .testingLab__text p {
        text-align: left !important;
        padding-left: 0;
    }

    .testingLab__content {
        padding: 20px 24px !important;
    }

    .testingLab__text_container {
        padding: 0 24px 40px !important;
    }

    .testingLab__container {
        max-height: initial;
    }

    .ctaSection.ctaSection__right {
        flex-direction: column;
    }

    .ctaSection.ctaSection__left {
        flex-direction: column-reverse;
    }
    
    .mdt_section {
        padding: 24px 24px 20px 24px !important;
    }


    .section__container_wrapper {
        padding-bottom: 0;
    }

    .mdt_section .section__text_wrapper {
        width: auto;
        gap: 20px;
        padding: 16px 0 0 0;
    }

    .mdt_section .section__text_wrapper h2, .mdt_section .section__text_wrapper h2 span {
        font-size: 28px;
        font-weight: 500;
        line-height: 33.6px;
    }

    .mdt_section .section__text_wrapper p, .mdt_section .section__text_wrapper p span {
        font-size: 20px;
        line-height: 30px;
    }

    .ctaSection.ctaSection__right {
        padding: 0px 24px 40px 0px;
    }

    .ctaSection {
        gap: 20px;
    }

    #text-55c2b37480 .mdt__text_small,
    #home #home-text-component-1 .mdt__text_small {
        padding-bottom: 40px;
    }

    .ctaSection.ctaSection__right .ctaSection__content:has(.Text), .ctaSection.ctaSection__left .ctaSection__content:has(.Text){
        padding-left: 24px;
        gap: 20px;
    }

    .ctaSection.ctaSection__left {
        padding: 0px 0px 20px 24px !important;
    }

    .biomarkers-section {
        padding: 40px 24px !important;
        gap: 20px;
    }

    .mdt__text_small, .infoMdt__footer__text p {
        width: 100vw;
        width: 100%;
        text-align: left !important;
    }

    #text-5c481eecb8 .biomarkers-section__text_wrapper, 
    #home #home-text-component-2 .biomarkers-section__text_wrapper {
        width: 100%;
        padding-bottom: 0 !important;
        text-align: left !important;
        gap: 20px;
    }

    #text-5c481eecb8 .biomarkers-section__text_wrapper h2, 
    #home #home-text-component-2 .biomarkers-section__text_wrapper h2 {
        text-align: left !important;
        margin: 0;
        font-size: 1.8125rem;
        line-height: 150%;
    }

    #text-5c481eecb8 .biomarkers-section__text_wrapper p, 
    #home #home-text-component-2 .biomarkers-section__text_wrapper p {
        font-size: 18px;
        line-height: 120%;  
        padding-bottom: 0;
    }

    .biomarkers-section .mdt__text_small {
        padding-top: 0 !important;
    }

    #text-5c481eecb8 .biomarkers-section__container, 
    #home #home-text-component-2 .biomarkers-section__container {
        padding: 0 !important;
    }

    .homeImageLink__card {
        gap: 8px;
    }

    .homeImageLink {
        min-width: 80px !important;
        max-width: 80px !important;
        margin: 0;
    }

    .hp__banner-mod-I, .hp__banner-mod-II {
        flex-direction: column;
        padding: 32px !important;
    }

    .hp__button {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .hp__button a {
        width: 100%;
        max-width: 248px !important;
    }

    .hp__view-more-container {
        margin-bottom: 40px !important;
    }

    .hp__container {
        padding: 40px 0 24px !important;;
    }

    .hp__headline-container {
        padding-bottom: 20px !important;
    }

    .hp__headline-header h2 {
        text-align: left !important;
        padding-bottom: 20px !important;
        font-size: 1.8125rem !important;
        margin-bottom: 0 !important;
    }

    .hp__headline-header h2 span {
        font-size: 1.8125rem !important;
    }

    .hp__headline-header p {
        text-align: left !important;
        font-size: 20px !important;
    }

    .hp__view-more-link {
        margin-top: 0;
    }

    .subscribe-connect-section__container {
        flex-direction: column;
        height: auto;
    }

    .subscribe-connect-section__divider {
        border-bottom: 1px solid #fff !important;
        width: 100%;
    }

    .ctaSection__content a {
        font-size: 16px;
        padding: 0 !important;
    }

    .ctaSection .ctaSection__content {
        gap: 20px !important;
    }

    .playlist-btn > span.add-icon {
        display: none;
    }

    /*.modal_resource-card__body .playlist-btn > span.add-icon {*/
    /*    display: block;*/
    /*}*/

    /*.modal__closeIcon {*/
    /*    margin-top: 0;*/
    /*}*/

    /*.modal-box__content {*/
    /*    min-height: 612px;*/
    /*    padding: 24px;*/
    /*    border-radius: 12px;*/
    /*    width: calc(100% - 48px);*/
    /*}*/

    /*.modal_resource-card__headline {*/
    /*    margin-top: 52px;*/
    /*}*/

    /*.modal_resource-card__description p {*/
    /*    font-size: 16px;*/
    /*    line-height: 24px;*/
    /*    margin-right: 0px;*/
    /*}*/

    /*.modal_resource-card__body .resource-card__action-buttons {*/
    /*    gap: 12px 0px;*/
    /*}*/

    /*#modal__gene_mutations-1 .cmp-video__player, #modal__gene_mutations-2 .cmp-video__player, .cmp-video__content {*/
    /*    height: auto;*/
    /*}*/

    .cmp-video__player, .cmp-video__content {
        width: 100%;
        height: 67%;
        padding: 0 !important;
    }

    /*.modal__close {*/
    /*    margin-left: 58%;*/
    /*    margin-top: -120%;*/
    /*    font-size: 16px;*/
    /*    gap: 8px;*/
    /*}*/

    .resource-card__action-buttons {
        align-items: flex-start;
        margin-top: auto;
        display: flex;
        z-index: 1;
        flex-wrap: wrap;
    }

    .video-player_info {
        margin-top: -29px !important;
        right: 19px;
    }

    #gene_mutations_container-1 {
        padding: 20px 24px;
    }

    #gene_mutations-1, #gene_mutations-2 {
        min-width: auto !important;
        max-width: 100% !important;
    }

    .resource-card__description p {
        font-size: 16px;
    }

    .hp__banner-mod-II {
        margin-bottom: 20px !important;
    }

    .subscribe-connect-section__box:first-child {
        margin-bottom: 32px !important;
    }

    .subscribe-connect-section__box:last-child {
        margin-bottom: 0 !important;
    }

    .subscribe-mdt-text, .subscribe-mdt-text span {
        font-size: 0.75rem;
    }

    #home .testingLab__image_container {
        max-width: 100%;
    }

    #home #gene_mutations-1 .image {
        width: 416px;
        height: 235px;
    }

    #home .cmp-image__image {
        height: 235px;
    }

    #home .playbutton {
        margin-top: -38.25%;
    }

    #home .playbutton a {
        margin-top: 1px;
    }

    #home .video-player_info {
        margin-top: -33px !important;
        right: 37px;
    }

    #home #gene_mutations-1 #text-2cf791d4b8 {
        margin-top: -5px;
    }

    #home #gene_mutations-1 .resource-card__body {
        padding: 20px 16px 20px;
    }

    /*#home .resource-card__action-buttons button:not(:first-child) {*/
    /*    min-width: 44px;*/
    /*    width: 44px;*/
    /*    height: 45px;*/
    /*    padding: 12px 0;*/
    /*    min-height: 45px;*/
    /*}*/

    #home span.download-icon {
        padding: 0;
        width: 12px;
        height: 14px;
    }

    #home span.share-icon {
        padding: 0;
        width: 15px;
        height: 17px;
    }

    #home #text-5c481eecb8 .biomarkers-section, 
    #home #home-text-component-2 .biomarkers-section {
        gap: 20px;
    }

    #home .hp__view-more-link span.arrow-icon {
        margin-left: 2px;
        margin-top: 3px;
    }

    #home .homeImageLink__card span.arrow-icon {
        margin-left: 7px;
        margin-top: 4px;
        margin-right: -2px;
    }

    .homeImageLink__card a b {
        margin-left: 0;
    }

    #home #text-5c481eecb8 .homeImageLink__card span.arrow-icon, 
    #home #home-text-component-2 .homeImageLink__card span.arrow-icon {
        margin-left: 6px;
        margin-top: 4px;
        margin-right: -2px;
    }

    #home #explore_biomarker .section__container {
        gap: 20px;
    }

    #home #explore_biomarker .card__section_description {
        padding-top: 0;
    }

    #home .ctaSection.ctaSection__right .ctaSection__img__inside, #home .ctaSection.ctaSection__right .ctaSection__img__inside img {
        /*height: 222px;*/
    }

    #home .ctaSection .ctaSection__img {
        /*max-height: 222px;*/
    }

    #home #text-5c481eecb8 .mdt__text_small, 
    #home #home-text-component-2 .mdt__text_small {
        padding-left: 0;
        padding-right: 0;
    }

    #home #text-8a03b56b34 .biomarkers-section-card:last-child span.arrow-icon,
    #home #home-text-component-3 .biomarkers-section-card:last-child span.arrow-icon {
        margin-top: 5px;
        margin-right: -2px;
    }

    /*#home .modal .resource-card__action-buttons button:not(:first-child) {*/
    /*    min-width: auto;*/
    /*    width: auto;*/
    /*    height: auto;*/
    /*    padding: 12px 12px;*/
    /*    min-height: auto;*/
    /*}*/

    /*#home .modal span.add-icon {*/
        /*margin-right: 4px !important;*/
        /*margin-left: 4px !important;*/
    /*    padding: 4px 0;*/
    /*}*/

    /*#home .modal button span.download-icon {*/
    /*    padding: 0;*/
    /*    margin-right: 4px;*/
    /*    margin-left: 4px;*/
    /*    max-width: 12px;*/
    /*}*/

    /*#home .cmp-modal__modalbox .modal-box__content {*/
    /*    padding: 24px;*/
    /*}*/

    #home .cmp-video__thumbnail {
        max-height: 165px;
    }

    #home .cmp-video__holder {
        max-height: 165px;
    }
}

@media (max-width: 420px) {
    .modal__close {
        margin-left: 54%;
        margin-top: -134%;
    }

    .video-player_info {
        right: 40px;
    }

    #home .card__content_inside {
        max-width: 342px;
    }
}

@media (max-width: 375px) {
    #pathologists .card__content_outside {
    padding-left: 0px !important;
}
#pathologists .card__section {
    padding: 16px 0 0 0px !important;
}
}

@media (max-width: 330px) {
    .modal__close {
        margin-left: 46%;
        margin-top: -175%;
    }

    .video-player_info {
        right: 70px !important;
    }
}


@media (min-width: 744px) and (max-width: 1023px) {
    #home span.download-icon {
        padding: 0;
    }
    #home span.share-icon {
        padding: 0;
    }
    
    .second-nav--header {
        padding: 11.5px 24px 15.5px 24px;
        margin-top: 60px;
    }
}


/* Compatibility Testing | US-101129: PMM Phase 2- AZPrecisionMed.com -- 24/09/2025 */

.ctaSection__content a {
    width: fit-content;
}

@media (min-width: 1441px) {
    #second-nav--header_text-cmp {
        background-color: #F7F8F8;
    }

    .second-nav--header {
        max-width: 100%;
        width: 1440px;
        margin: 0 auto;
    }
}

@media (max-width: 1023.95px) {
    #hero__bg {
        background-position: 75% center;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .inpage-submenu.mobile-only {
        margin-top: 60px;
    }
}
@media (max-width:350px){
    .biomarkers-section-card.large-card .card-text-link {
        font-size: 0.85rem !important;
    }
}
