/*
Theme Name: ISMP Mederror
Theme URI: https://stationwp.com/
Author: Station WP
Author URI: https://stationwp.com/
Description: A custom theme for IMSP Canada MedError
Version: 2021.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: mederror
*/



/* #BlankSlate ----------------------------------------------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
}

a {
    text-decoration-skip-ink: auto
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

button {
    background: none;
    border: none;
    padding: 0;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    -webkit-appearance: textfield
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    padding: 2px
}

big {
    font-size: 120%
}

small,
sup,
sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd,
tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del,
strike,
s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address,
cite,
var {
    font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}


/* #BlankSlate ---------------------------------------------------------------------------------------------------------- */








/* #region Global Styles ----------------------------------------------------------------------------------------------------- */

:root {
    --global-max-width: 1300px;
    --global-horizontal-pad: 20px;

    --ismp-blue: #0A4F8C;
    --ismp-red: #EF3F43;
    --ismp-green: #f2f8ee;
    --primary-black: #000;
    --primary-white: #fff;

    --grey-fill: #f7f7f7;
    --grey-border: #DADADA;
}

.max-w {
    max-width: var(--global-max-width);
    margin: 0 auto;
}

.h-pad {
    padding: 0 var(--global-horizontal-pad)
}

@media screen and (min-width:768px) {
    :root {
        --global-horizontal-pad: 30px;
    }
}

@media screen and (min-width:1024px) {
    :root {
        --global-horizontal-pad: 60px;
    }
}

body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: var(--primary-white);
}

h1 {
    color: var(--ismp-blue);
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    color: var(--ismp-blue);
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

h3 {
    color: var(--ismp-blue);
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

p {
    color: var(--primary-black);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    /* font-size: 18px; */
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}

.small {
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}


a {
    color: var(--ismp-blue);
    font-weight: 500;
    text-decoration-color: rgba(10, 79, 140, 0.4);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

a:hover {
    text-decoration-color: rgba(10, 79, 140, 1);
    cursor: pointer;
}

a:focus-visible {
    outline-color: rgba(10, 79, 140, 1);
}

a:has(.contentColumn__header) {
    text-decoration: none;
    display: block;
    width: fit-content;
}

a:has(.contentColumn__header:hover) {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}


.ctaButton {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    display: block;
    width: fit-content;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 20px;
    border: none;
    white-space: nowrap;

    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.ctaButton:hover {
    cursor: pointer;
    opacity: 0.6;
}

.ctaButton--dark {
    background-color: var(--ismp-blue);
    color: var(--primary-white);
}

.ctaButton--dark:focus-visible {
    opacity: 0.6;
    outline: none;
}

.ctaButton--dark:focus {
    opacity: 0.6;
    outline: none;
}

.ctaButton--light {
    background-color: var(--primary-white);
    color: var(--ismp-blue);
}

.ctaButton--light:focus-visible {
    outline: none;
    opacity: 0.6;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.backLink {
    text-decoration: none;
    font-weight: 700;
    display: flex;
    padding: 10px;
    margin: -10px;
    gap: 4px;
    align-items: center;
    max-width: fit-content;
}

.backLink:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.relatedPosts__list+.backLink {
    margin-top: 0;
}

.hero--blue .backLink {
    color: var(--primary-white);
}

.hero--blue .backLink svg path {
    stroke: var(--primary-white);
}

.hero--blue .backLink svg path:hover {
    text-decoration: underline;
    text-decoration-color: var(--primary-white);
    text-decoration-thickness: 2px;
}


.--card {
    position: relative;
    background-color: var(--primary-white) !important;
    border: 2px solid var(--grey-border);
    border-radius: 4px;
}

.--card::after {
    content: '';
    position: absolute;
    pointer-events: none;
    inset: 0;
    width: 100%;
    height: 100%;
    /* background: no-repeat url(/wp-content/themes/mederror/assets/halftone-overlay.png); */
	background:#f7f7f7;
    background-position: var(--bg-x, 0%) var(--bg-y, 0%);
    background-size: 2100px;
    opacity: 0.3;
    z-index: 0;
}

.--card>* {
    position: relative;
    z-index: 2;
}


@media screen and (min-width:768px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 28px;
    }


    h3 {
        font-size: 20px;
    }

    .small {
        font-size: 16px;
    }

    .--bottom {
        margin-top: auto !important;
        bottom: 0px;
        top: unset;
    }

    .--sticky {
        position: sticky !important;
        top: 100px !important;
        bottom: 45px;
    }
}

/* #endregion Global Styles --------------------------------------------------------------------------------------------------------- */




/* #region SPACING ----------------------------------------------------------------------------------------------------- */


section:last-of-type {
    padding-bottom: 90px;
}

.contentSection:has(+ .featureQuote) {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contentSection+.contentSection .contentColumns {
    padding-top: 60px;
    border-top: 1px solid var(--grey-border);
}

.contentSection+.faqSection {
    padding-top: 60px;
}

.contentSection+.faqSection .faqSection__list {
    border-top: 1px solid var(--grey-border);
}

.faqSection:has(+.contentSection) .faqSection__list {
    border-bottom: 1px solid var(--grey-border);
}


.faqSection+.contentSection {
    padding-top: 60px;
}

.faqSection:has(+) .faqSection:has(+.featureQuote) {
    padding-top: 30px;
    padding-bottom: 30px;
}

.faqSection:has(+ .relatedPosts) .faqSection__list {
    border-bottom: 1px solid var(--grey-border);
}

.faqSection+.relatedPosts .relatedPosts__list {
    padding-top: 0px;
    border-top: none;
}

.faqSection+.relatedPosts .relatedPosts__backLinkContainer {
    padding-top: 0px;
    border-top: none;
}

.featureQuote+.relatedPosts {
    padding-top: 0;
}

.featureQuote+.relatedPosts .relatedPosts__list {
    border-top: none;
}

.featureQuote+.relatedPosts .relatedPosts__backLinkContainer {
    border-top: none;
    margin-top: 0;
}

.hero+.relatedPosts .relatedPosts__list {
    padding-top: 60px;
    margin-top: 0;
    border-top: none;
}

.hero+.relatedPosts .relatedPosts__backLinkContainer {
    padding-top: 60px;
    margin-top: 0;
    border-top: none;
}


/* #endregion SPACING ----------------------------------------------------------------------------------------------------- */




/* #region LINK CARDS (Newsletter & Resource Links) ----------------------------------------------------------------------------------------------------- */

.linkCard {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
    position: relative;
    max-width: 710px;
    width: fit-content;
	margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dadada;
	flex-flow:column;
	width:100%;
}

.linkCard:last-child {
	margin-bottom:0;
    padding-bottom:0;
    border-bottom:0;
}

.linkCard--slim {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

/* .linkCard:hover .linkCard__title {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    text-decoration-color: rgba(10, 79, 140, 0.4);
} */

.linkCard--slim .linkCard__title span {
    background-color: var(--grey-fill);
    padding: 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    transition: background-color 0.1s ease-in-out;
    line-height: 2;
    border-radius: 2px;
}

.linkCard--slim .linkCard__title span:hover {
    background-color: var(--grey-fill);
    padding: 10px;
    background-color: #DADADA;
}

.linkCard:focus-within {
    outline: 2px solid rgba(10, 79, 140, 0.4);
    outline-offset: 5px;
    border-radius: 1px;
}

.linkCard--slim .linkCard__icon {
    width: 15px;
    height: 15px;
    margin-top: 9px;
    flex-shrink: 0;
}

.linkCard__frameBG {
    position: absolute;
    width: 65px;
    height: 75px;
    flex-shrink: 0;
    border-radius: 3px;
    background-color: var(--ismp-blue);
    z-index: 0;
    top: 4px;
    left: 4px;
    pointer-events: none;
}

.linkCard__frame {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 65px;
    height: 75px;
    margin-bottom: 4px;

    flex-shrink: 0;
    overflow: hidden;
    border-radius: 3px;
    border: 2px solid var(--ismp-blue);
    background: var(--primary-white);
}

.linkCard__frame .linkCard__icon {
    position: absolute;
    width: 50%;
    opacity: 0.1;
    z-index: 2;
}

.linkCard__frame a {width:100%;height:100%;}

.linkCard__thumb {
    width: 100%;
    height: 105%;
    z-index: 3;
    object-fit: cover;
}

.linkCard__thumb--contain {
    object-fit: contain;
    padding: 3px;
}

.linkCard__content {
    display: flex;
    flex-direction: column;
    padding-top: 4px;
}

.linkCard__title {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-decoration: none;
    display: block;
    width: fit-content;
    cursor: pointer;
}


.linkCard__frame:hover + .linkCard__content .linkCard__title,
.linkCard__title:link:hover {
    text-decoration-color: var(--ismp-blue);
	text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    text-decoration-color: rgba(10, 79, 140, 0.4);
}

.linkCard__title:focus-within {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    text-decoration-color: rgba(10, 79, 140, 0.4);
    outline: none;
}


.linkCard__meta {
    margin-top: 10px;
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-wrap: pretty;
}

.linkCard--slim .linkCard__meta {
    margin-left: 10px;
    margin-top: 4px;
}

.linkCard__edition {
    margin-bottom: 3px;
    color: var(--primary-black);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

.linkCard__edition+.linkCard__meta {
    margin: 0;
}


.linkCard__secondaryLinks {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 6px;
    align-items: center;
    font-size: 16px;
}

.linkCard__secondaryLink {
    display: block;
    padding-left: 6px;
    border-left: 2px solid var(--ismp-blue);
}

.linkCard__secondaryLinkIcon+li:nth-child(2)>.linkCard__secondaryLink {
    border-left: none;
    padding-left: 0px;
}

.linkCard__secondaryLinkIcon .linkCard__icon {
    opacity: 1;
    display: block;
}

.linkCard__secondaryLinkIcon .linkCard__icon path {
    fill: var(--ismp-blue);
}


.linkCard__secondaryLinkIcon .linkCard__icon--pdf {
    width: 20px;
    height: 20px;
}

.linkCard__secondaryLinkIcon .linkCard__icon--newTab {
    width: 16px;
    height: 20px;
}

.linkCard__secondaryLinkIcon .linkCard__icon--video {
    width: 18px;
    height: 20px;
}



.--firstColumn .linkCard__secondaryLink {
    padding-left: 0px;
    border-left: none;
}


.relatedPosts__list {
    border-top: 1px solid var(--grey-border);
    padding-top: 45px;
    margin-top: 60px;
    border-bottom: 1px solid var(--grey-border);
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.relatedPosts__list .linkCard {
    max-width: 710px;
}


.relatedPosts__list .linkCard {
    margin-top: 30px;
}

.relatedPosts__list .linkCard:first-child {
    margin-top: 0;
}

.relatedPosts__backLinkContainer:only-child {
    margin-top: 30px;
    padding-top: 45px;
    border-top: 1px solid var(--grey-border);
}



@media screen and (min-width:768px) {

    .linkCard {
        gap: 18px;
    }

    .linkCard--slim {
        gap: 10px;
    }

    .linkCard--slim .linkCard__icon {
        width: 20px;
        height: 20px;
    }

    .linkCard__frameBG {
        width: 82px;
        height: 94px;
    }

    .linkCard__frame {
        width: 82px;
        height: 94px;
    }

    .linkCard__content {
        padding-top: 2px;
    }

    .linkCard__title {
        font-size: 18px;
    }

    .linkCard__meta {
        font-size: 16px;
        margin-top: 5px;
    }

    .linkCard__secondaryLinks {
        gap: 9px;
    }

    .--firstColumn .linkCard__secondaryLink {
        padding-left: 0px;
        border-left: none;
    }

}

/* #endregion LINK CARDS (Newsletter & Resource Links) --------------------------------------------------------------------------------------------------------- */




/* #region HEADER ----------------------------------------------------------------------------------------------------- */


.no-scroll {
    overflow: hidden;
}

.searchOverlay {
    position: fixed;
    z-index: 9;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: opacity 0.5s ease, visibility 0.3s ease;
}

.searchOverlay--active {
    opacity: 1;
    visibility: visible;
}


header {
    background-color: var(--ismp-blue);
    position: relative;
    z-index: 12;
}

.siteNav__mainItem a,
.siteNav__utilityItem a {
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    font-size: 14px;
}

.siteNav__mainItem a:hover,
.siteNav__utilityItem a:hover {
    text-decoration-color: #fff;
}

.siteNav__upper {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;

    padding: 12px 0 15px;
    border-bottom: 1px solid var(--primary-white);
}

.siteNav__brand {
    display: flex;
    align-items: flex-end;
}

.siteNav__brand .siteNav__logo:last-child img {max-height:25px;}

.siteNav__logo {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 6px;
    position: relative;
    padding-right: 16px;
}

html[lang="fr-FR"] .siteNav__logo {
	margin-left:-5px;
}

.siteNav__logo+.siteNav__logo {
    padding: 0 16px;
    border-left: 1px solid var(--primary-white);
}

.siteNav__logo:last-child {
    padding-right: 0;
}

.siteNav__logo:focus-visible {
    outline-offset: 5px;
}

.siteNav__logo span {
    font-size: 7px;
    position: absolute;
    top: -10px;
    font-weight: 400;
    color: #fff;
}

.siteNav__logo:first-child img {
    max-height: 30px;
}

.siteNav__logo img {
    max-height: 30px;
    width: auto;
}


.siteNav__utilities {
    display: flex;
    align-items: stretch;
    gap: 20px;
}

.siteNav__utilities>*:nth-last-child(1n + 2) {
    border-right: 1px solid var(--primary-white);
    padding-right: 20px;
}

.siteNav__utilityLinks {
    display: none;
}

.siteNav__languageToggles {
    display: none;
}

.siteNav__languageToggle {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #666;
    line-height: 26px;

    display: block;
    cursor: pointer;
    background-color: var(--primary-white);
    height: 28px;
    aspect-ratio: 1 / 1;
    border-radius: 25px;
    border: 1px solid #666;
    transition: background-color, color, border-color 0.1s ease-in-out;
}

.siteNav__languageToggle:hover {
    background-color: var(--ismp-blue);
    color: var(--primary-white);
    border-color: var(--primary-white);
}

.siteNav__menuToggle {
    width: 25px;
    height: 28px;
    display: flex;
    align-content: center;
    gap: 6px;
    align-items: center;
    flex-flow: wrap;
    cursor: pointer;
    position: relative;
    /* z-index: 999 !important; */
}

.siteNav__menuToggle:hover {
    opacity: 0.6;
}

.siteNav__menuToggle:focus-visible {
    opacity: 0.6;
    outline: 0;
}

.siteNav__menuToggle .siteNav__menuToggleBar {
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    flex: 0 0 100%;
}


.siteNav__menuClose {
    position: absolute;
    right: 0;
}

.siteNav__menuClose .siteNav__menuToggleBar {
    background: var(--ismp-blue);
    width: 120%;
    height: 3px;
    border-radius: 20px;
}

.siteNav__menuClose .siteNav__menuToggleBar:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
    position: absolute;
    margin-top: -1px;
    margin-left: -1px;
}

.siteNav__menuClose .siteNav__menuToggleBar:nth-child(2) {
    transform: rotate(-45deg);
    bottom: 50%;
    position: absolute;
    margin-bottom: -2px;
    margin-left: -1px;
}



.siteNav__lower {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--ismp-blue);
    padding: 15px 0;
}

.siteNav__secondaryNavigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.siteNav__mainLinks {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    align-items: center;
    gap: 15px;
    padding-right: 20px;

    -ms-overflow-style: none;
    scrollbar-width: none;
}

.siteNav__mainLinks::-webkit-scrollbar {
    display: none;
}

.siteNav__searchToggle {
    display: block;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    background-color: var(--ismp-blue);
    padding-left: 20px;
    border-left: 1px solid #dadada;
}

.siteNav__searchToggle:hover {
    opacity: 0.6;
}

.siteNav__searchToggle:focus-visible {
    opacity: 0.6;
    outline: 0;
}

.siteNav__searchToggle:focus {
    opacity: 0.6;
    outline: 0;
}





.siteNav__search {
    margin-top: 15px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.siteNav__search--active {
    display: block;
    opacity: 1;
}

.siteNav__searchForm {
    position: relative;
}

.siteNav__searchForm label {
    position: absolute;
    margin-left: -10000px;
}

.siteNav__searchForm input {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid var(--grey-border);
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 50px;
}

.siteNav__searchForm input:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 1px;
}

.siteNav__searchForm button {
    position: absolute;
    margin: auto 0;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.siteNav__searchForm button :focus-visible {
    outline: 2px solid var(--ismp-blue);
}


@media screen and (min-width:350px) {
    .siteNav__logo span {
        font-size: 7px;
        top: -10px;
    }

    .siteNav__logo:first-child img {
        max-height: 34px;
    }

    .siteNav__logo img {
        max-height: 30px;
    }
	.siteNav__brand .siteNav__logo:last-child img {max-height:30px;}
}

@media screen and (min-width:450px) {

    .siteNav__languageToggles {
        display: flex;
        gap: 15px;
    }
	
	.siteNav__logo img {
        max-height: 35px;
    }
	
	.linkCard {
		flex-flow:row;
	}

	
	

}

@media screen and (min-width:768px) {

    .siteNav__mainItem a,
    .siteNav__utilityItem a {
        font-size: 16px;
    }

    .siteNav__upper {
        height: 80px;
        /* height: 72px; */
        padding: 12px 0 20px;
        align-items: flex-end;
    }

    .siteNav__logo {
        padding-right: 25px;
    }

    .siteNav__logo+.siteNav__logo {
        padding: 0 25px;
    }

    .siteNav__logo:last-child {
        padding-right: 0;
    }

    .siteNav__logo span {
        font-size: 8px;
        top: -12px;
    }

    .siteNav__logo:first-child img {
        max-height: 47px;
    }

    .siteNav__logo img {
        max-height: 40px;
        /* max-height: 30px; */
    }

    .siteNav__searchToggle {
        border-left: none;
    }
}

@media screen and (min-width:850px) {

    .siteNav__utilityLinks {
        display: flex;
        align-items: center;
        gap: 15px;
    }

}








.flyoutNav {
    position: fixed;
    z-index: 20;
    inset: 0;
    height: 100dvh;
    width: 100vw;
    visibility: hidden;
}

.flyoutNav_overlay {
    position: absolute;
    inset: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: opacity 0.3s ease;
}

.flyoutNav__menu {
    position: relative;
    z-index: 21;
    background: var(--primary-white);
    width: 90%;
    height: 100dvh;
    height: 100vh;
    min-height: -webkit-fill-available;
    max-width: 375px;
    margin-left: auto;
    right: -100vw;
    transition: right 0.2s ease;
}


.flyoutNav--active {
    visibility: visible;
}

.flyoutNav--active .flyoutNav_overlay {
    opacity: 1;
}

.flyoutNav--active .flyoutNav__menu {
    right: 0;
}

.flyoutNav--active .flyoutNav__menu::before {
    content: '';
    position: absolute;
    height: 100dvh;
    min-height: -webkit-fill-available;
    width: 200vw;
    background: var(--grey-fill);
    left: 100%;
}



.flyoutNav__banner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 12px 0 15px;
    height: 58px;
    align-items: flex-end;
    position: relative;

    width: 100%;
    padding: 12px 0 15px;
    height: 58px;
}


.flyoutNav__socialLinks {
    display: flex;
    gap: 10px;
}

.flyoutNav__socialLinkItem {
    width: 28px;
    transition: opacity 0.1s ease-in-out;
}

.flyoutNav__socialLinkItem a {
    display: block;
}

.flyoutNav__socialLinkItem img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.flyoutNav__socialLinkItem:hover {
    cursor: pointer;
    opacity: 0.6;
}


.flyoutNav__languageToggles {
    display: flex;
    gap: 15px;

    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--grey-border);
}

.flyoutNav__languageToggle {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    color: #666;
    line-height: 26px;

    display: block;
    cursor: pointer;
    background-color: var(--primary-white);
    height: 28px;
    aspect-ratio: 1 / 1;
    border-radius: 25px;
    border: 1px solid #666;
    transition: background-color, color, border-color 0.1s ease-in-out;
}

.flyoutNav__languageToggle:hover {
    background-color: var(--ismp-blue);
    color: var(--primary-white);
    border-color: var(--ismp-blue);
}


.flyoutNav__links {
    padding-top: 30px;
    border-top: 1px solid var(--grey-border);
}

.flyoutNav__link {
    width: fit-content;
    margin-left: auto;
    text-align: right;
}

.flyoutNav__link+.flyoutNav__link {
    margin-top: 20px;
}

.flyoutNav__link a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: var(--ismp-blue);
    text-decoration: none;
}

.flyoutNav__link a:hover {
    text-decoration-color: var(--ismp-blue);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    cursor: pointer;
}





.--flyoutNav__linkSecondary a {
    font-weight: 400;
}


@media screen and (min-width:350px) {

    .flyoutNav__banner {
        height: 62px;
    }

}


@media screen and (min-width:768px) {

    .flyoutNav__banner {
        height: 80px;
        padding: 12px 0 20px;
        align-items: flex-end;
    }

}


/* #endregion HEADER --------------------------------------------------------------------------------------------------------- */




/* #region FOOTER ----------------------------------------------------------------------------------------------------- */

footer {
    background-color: var(--ismp-blue);
    padding: 45px 0;
}

.footer__form p {
    margin: 5px 0 15px;
    color: var(--primary-white);
}

.footer__form h2 {
    color: var(--primary-white);
}


.footer__form .gform_footer input {
    width: fit-content;
    text-decoration: none;
    padding: 9px 16px;
    border-radius: 20px;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    border: none;
    background-color: var(--primary-white);
    color: var(--ismp-blue);
    transition: all 0.1s ease-in-out;
}

.footer__form .gform_footer input:hover {
    cursor: pointer;
    opacity: 0.6;
}

.footer__message {
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid var(--primary-white);
}

.footer__message h3 {
    color: var(--primary-white);
    margin-bottom: 12px;
    font-weight: 500;
}




.footer__nav {
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid var(--primary-white);
    display: flex;
    flex-direction: column;
}

.footer__logoLinks {
    display: flex;
    align-items: flex-end;
}

.footer__logoLink {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 6px;
    position: relative;
    padding-right: 16px;
}

.footer__logoLink+.footer__logoLink {
    padding: 0 16px;
    border-left: 1px solid var(--primary-white);
}

.footer__logoLink:last-child {
    padding-right: 0;
}

.footer__logoLink:focus-visible {
    outline-offset: 5px;
}

.footer__logoLink:focus-visible * {
    opacity: 0.7;
}

.footer__logoLink span {
    font-size: 7px;
    position: absolute;
    top: -10px;
    font-weight: 400;
    color: #fff;
}

.footer__logoLink:first-child img {
    max-height: 32px;
}

.footer__logoLink img {
    max-height: 40px;
    width: auto;
}

.footer__logoLink:last-child img {max-height:30px;}


.footer__menu {
    margin-top: 40px;
}

.footer__menuItem {
    width: fit-content;
}

.footer__menuItem a {
    color: var(--primary-white);
    font-weight: 600;
}

.footer__menuItem a:hover {
    text-decoration-color: #fff;
}

.footer__menuItem+.footer__menuItem {
    margin-top: 20px;
}


.footer__menuItem--secondary a {
    font-weight: 300;
}

.footer__socialLinks {
    display: flex;
    margin-top: 30px;
    gap: 15px;
	margin-bottom:30px;
}

.footer__socialLinkItem {
    width: 35px;
    transition: all 0.1s ease-in-out;
}

.footer__socialLinkItem a {
    display: block;
}

.footer__socialLinkItem img {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.footer__socialLinkItem:hover {
    cursor: pointer;
    opacity: 0.6;
}

.footer__copyright {
    color: var(--primary-white);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 30px;
}

.footer__copyright:last-of-type {margin-top:15px;}

@media screen and (min-width:375px) {

    .footer__logoLink {
        padding-right: 25px;
    }

    .footer__logoLink+.footer__logoLink {
        padding: 0 25px;
    }

    .footer__logoLink:last-child {
        padding-right: 0;
    }

    .footer__logoLink span {
        font-size: 8px;
        top: -12px;
    }

    .footer__logoLink:first-child img {
        max-height: 40px;
    }

    .footer__logoLink img {
        max-height: 40px;
    }
	

}


@media screen and (min-width:768px) {

    .footer__container {
        display: grid;
        grid-template-columns: minmax(310px, 410px) auto;
        grid-template-rows: auto auto;
        gap: 30px;
    }

    .footer__message {
        grid-column: 1;
        grid-row: 2;
        margin-top: 0;
        padding-top: 30px;
    }

    .footer__nav {
        grid-row: span 2;

        margin-top: 0;
        padding-top: 0;
        border-top: none;

        margin-left: 0;
        padding-left: 30px;
        border-left: 1px solid var(--primary-white);
    }

    .footer__copyright {
        margin-top: auto;
    }

}

@media screen and (min-width:1024px) {

    .footer__container {
        grid-template-columns: 1fr 1fr;
        gap: 45px 0;
    }

    .footer__form {
        max-width: 410px;
    }

    .footer__message {
        max-width: 410px;
        padding-top: 45px;
    }

    .footer__nav {
        padding-left: 45px;
    }

    .footer__logoLink {
        padding-right: 25px;
    }

    .footer__logoLink+.footer__logoLink {
        padding: 0 25px;
    }

    .footer__logoLink:last-child {
        padding-right: 0;
    }

    .footer__logoLink span {
        font-size: 8px;
        top: -12px;
    }

    .footer__logoLink:first-child img {
        max-height: 40px;
    }

    .footer__logoLink img {
        max-height: 30px;
    }

}

@media screen and (min-width:1024px) {

    .footer__logoLink {
        padding-right: 25px;
    }

    .footer__logoLink+.footer__logoLink {
        padding: 0 25px;
    }

    .footer__logoLink:last-child {
        padding-right: 0;
    }

    .footer__logoLink span {
        font-size: 9px;
        top: -14px;
    }

    .footer__logoLink:first-child img {
        max-height: 50px;
    }

    .footer__logoLink img {
        max-height: 40px;
    }

}


/* #endregion Footer --------------------------------------------------------------------------------------------------------- */




/* #region 404 PAGE ----------------------------------------------------------------------------------------------------- */

.errorPage {
    padding: 90px 0;
    /* height: 50vh; 
    background: url(/wp-content/themes/mederror/assets/halftone-overlay.png); */
    background-size: 2000px;
    background-repeat: no-repeat;
    background-position: center center;

    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
}

.errorPage h1 {
    font-size: 32px;
}

.errorPage h3 {
    margin-top: 10px;
}

.errorPage .siteNav__search--active {
    max-width: 710px;
    margin-top: 30px;
}

.errorPage .siteNav__search--active .siteNav__searchForm {
    display: flex;
    gap: 10px;
}

.errorPage .siteNav__search--active input {
    border-radius: 2px;
}

.errorPage .siteNav__search--active .ctaButton {
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
}

/* #endregion 404 PAGE --------------------------------------------------------------------------------------------------------- */




/* #region GRAVITY FORM STYLING ----------------------------------------------------------------------------------------------------- */

.gform_wrapper {
    display: block !important;
}

.gform_footer {
    margin-top: 10px;
}

.contactForm .gform_footer {
    margin-top: 20px;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0 !important;
}

.form_submissionError {
    color: #E73534;
    font-family: "Open Sans", sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.gform_wrapper .gfield.gfield_error textarea,
.gform_wrapper .gfield.gfield_error input {
    outline: 2px solid #E73534;
    background-color: #fff7f7;
}

.gform_wrapper .gfield.gfield_error textarea:focus-visible,
.gform_wrapper .gfield.gfield_error input:focus-visible {
    outline: 2px solid var(--ismp-blue);
}

.gform_wrapper .gfield.gfield_error input:focus,
.gform_wrapper .gfield.gfield_error textarea:focus {
    outline: 2px solid var(--ismp-blue);
}

.contentUtlity__form .gform_confirmation_message {
    color: var(--primary-black);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
	line-height:1.5;
}

.footer__form .gform_confirmation_message {
    color: var(--primary-white);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}



/* Form Inout Styling */

.contactForm input,
.contactForm textarea {
    display: block;
    width: 100%;
    padding: 10px 9px !important;
    border: 1px solid var(--grey-border);

    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
}

.contactForm input:focus-visible,
.contactForm textarea:focus-visible {
    outline: 2px solid var(--ismp-blue);
}

.contactForm input:focus,
.contactForm textarea:focus {
    outline: 2px solid var(--ismp-blue);
}

.contactFormInput {
    margin-top: 6px;
}


.newsletterSignup__email input {
    display: block;
    width: 100%;
    padding: 10px 9px !important;
    border: 1px solid var(--grey-border);
    background: var(--primary-white);

    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
}


.footer__form input {
    display: block;
    width: 100%;
    padding: 10px 9px !important;
    border: 1px solid var(--grey-border);
    background: var(--primary-white);

    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
}



.footer__form input,
.footer__form select {
    background: var(--primary-white);
}

.footer__form input:focus-visible,
.footer__form select:focus-visible {
    outline: 2px solid var(--primary-white);
}

.footer__form input:focus,
.footer__form select:focus {
    outline: 2px solid var(--primary-white);
    outline-offset: 0;
}


.contentUtlity__form input,
.contentUtlity__form select {
    background: var(--primary-white);
}

.contentUtlity__form input:focus-visible,
.contentUtlity__form select:focus-visible {
    outline: 2px solid var(--ismp-blue);
}

.contentUtlity__form input:focus,
.contentUtlity__form select:focus {
    outline: 2px solid var(--ismp-blue);
}


/* Select Inout Styling */

.newsletterSignup__province select {
    display: block;
    height: 35px;
    width: 100%;
    margin-top: 6px;
    padding: 6px 6px !important;
    border: 1px solid var(--grey-border);
    background: var(--primary-white) !important;

    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    border-radius: 2px;
}



/* Submit Button Styling */

.gform_footer .gform_button {
    width: fit-content;
    min-width: 65px;
    text-decoration: none;
    padding: 9px 16px !important;
    border-radius: 20px;
    border: none;
    transition: all 0.1s ease-in-out;

    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

.gform_footer input:hover {
    cursor: pointer;
    opacity: 0.6;
}

.gform_footer input:focus-visible {
    opacity: 0.6;
}

.gform_footer input:focus {
    opacity: 0.6;
    outline: none;
}

.footer__form .gform_footer input {
    background-color: var(--primary-white);
    color: var(--ismp-blue);
}


.contentColumn__contactForm .gform_footer input {
    background-color: var(--ismp-blue);
    color: var(--primary-white);
}

.contentUtlity__form .gform_footer input {
    background-color: var(--ismp-blue);
    color: var(--primary-white);
}

.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1 !important;
    min-height: 0 !important;
}

/* #endregion GRAVITY FORM STYLING --------------------------------------------------------------------------------------------------------- */




/* #region HERO ----------------------------------------------------------------------------------------------------- */

.hero {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.hero .background__pattern:only-child {
    opacity: 0.5;
}

.hero:has(+ .featureQuote) {
    border-bottom: none;
}


/* Homepage Hero Style */


.hero--homepage .hero__backgroundImage {
    opacity: 1;
    object-position: 50% 100%;

    width: 1200px;
    height: 800px;

    bottom: 0;
    left: 50%;
    transform: translate(-57%, 0%) scale(1);
}

.hero--homepage .hero__content {
    padding: 60px 0 350px;
    align-items: center;
    /* height: 550px; */
    /* height: 60vh; */
}

.hero--homepage .hero__headline {
    font-size: 32px;
}

.hero--homepage .hero__description {
    margin-bottom: 14px;
}

.hero--homepage .hero__headline,
.hero--homepage .hero__description {
    color: #fff;
}


.hero__backgroundDarken {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
	will-change: filter, transform;
    transform: translate(-50%, -70%) translateZ(0);
    width: 600px;
    height: 600px;
    border-radius: 582px;
    background: #000;
    filter: blur(200px);
    -webkit-filter: blur(200px);
    opacity: 0.7;
}


@media screen and (min-width: 768px) {
    .hero--homepage .hero__backgroundImage {
        bottom: 0;
        left: 50%;
        transform-origin: bottom;
        transform: translate(-45%, 0%) scale(1.4);
    }

    .hero--homepage .hero__content {
        padding: 120px 0 120px;
        max-width: 490px;
    }

    .hero__backgroundDarken {
        transform: translate(-60%, -50%);
        position: absolute;
        width: 800px;
        height: 800px;
        opacity: 0.6;
    }
}

@media screen and (min-width: 1024px) {
    .hero--homepage .hero__content {
        padding: 160px 0;
        max-width: 490px;
    }
}

@media screen and (min-width: 1600px) {
    .hero--homepage .hero__backgroundImage {
        bottom: 0;
        left: 48%;
        transform-origin: bottom;
        transform: translate(-40%, 0%) scale(1.2);
        width: 1600px;
        height: 100%;
    }

    .hero--homepage .hero__content {
        padding: 200px 0;
    }
}

@media screen and (min-width: 1700px) {
    .hero--homepage .hero__backgroundImage {
        -webkit-mask-image: radial-gradient(ellipse 40% 142% at 45% 50%, black 69%, transparent 100%);
        mask-image: radial-gradient(ellipse 40% 142% at 45% 50%, black 69%, transparent 100%);
    }
}


/* Grey Hero Style (Default) */

.hero--grey {
    border-bottom: 1px solid var(--grey-border);
}

.hero--grey .hero__backgroundImage {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    mix-blend-mode: luminosity;
    transform: translate3d(0, 0, 0);
}


/* Blue Hero Style */

.hero--blue {
    background-color: var(--ismp-blue);
    border-bottom: 1px solid var(--grey-border);
}

.hero--blue .hero__backgroundPattern {
    /* opacity: 0.8;
    mix-blend-mode: multiply; */

    opacity: 1;
    filter: invert(1);
    mix-blend-mode: color-dodge;
}

.hero--blue .hero__backgroundImage {
    opacity: 0.05;
    mix-blend-mode: luminosity;
}

.hero--blue .hero__headline,
.hero--blue .hero__description {
    color: #fff;
}


/* Green Hero Style */

.hero--green {
    background-color: var(--ismp-green);
    border-bottom: 1px solid var(--grey-border);
}

.hero--green .hero__backgroundPattern {
    mix-blend-mode: multiply;
    opacity: 0.3;
}

.hero--green .hero__backgroundImage {
    opacity: 0.05;
    mix-blend-mode: luminosity;
}



/* No Background Hero Style */

.hero--white {
    border-bottom: none;
}

.hero--white .hero__backgroundPattern {
    display: none;
}

.hero--white .hero__content {
    padding: 60px 0;
}

.hero--white~section:nth-of-type(2) {
    padding-top: 0;
}




.hero__backgroundElements {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.hero__backgroundImage {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
}

.hero__backgroundPattern {
    object-fit: cover;
    position: absolute;
    width: 2200px;
    height: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
}


.hero__content {
    position: relative;
    z-index: 2;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
}

.hero__headings {
    max-width: 710px;
}

.backLink+.hero__headline {
    margin-top: 30px;
}

.hero__description {
    margin-top: 8px;
}


@media screen and (min-width: 768px) {

    .hero__content {
        flex-direction: row;
        align-items: flex-end;
        gap: 60px;
        padding: 90px 0;
    }

    .hero__headings {
        max-width: 710px;
        flex: 1 2 610px;
        align-self: flex-start;
    }

}

@media screen and (min-width: 2100px) {

    .hero__content {
        padding: 120px 0;
    }

    .hero__backgroundPattern {
        width: 3000px;
        height: 800px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.3;
    }

}





/* Hero Feature Card */

.heroFeature__card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
}


.hero--blue .heroFeature__card {
    color: var(--primary-white);
}

.hero--blue .heroFeature__card .linkCard__frameBG {
    background-color: var(--grey-border);
}

.hero--blue .heroFeature__card .linkCard__frame {
    border-color: #F2F8EE;
}

.hero--blue .heroFeature__card .linkCard__meta {
    color: var(--primary-white);
}

.hero--blue .heroFeature__card .linkCard__secondaryLink {
    color: var(--primary-white);
    text-decoration-color: rgba(255, 255, 255, 0.6);
    border-left-color: var(--primary-white);
}

.hero--blue .heroFeature__card .linkCard__secondaryLink:hover {
    text-decoration-color: rgba(255, 255, 255, 1);
}

.hero--blue .linkCard__icon path {
    fill: var(--primary-white)
}

.hero--blue .linkCard__edition {
    color: var(--primary-white);
}



.heroFeature__card .linkCard__frameBG {
    width: 100px;
    height: 115px;
    bottom: -4px;
}

.heroFeature__card .linkCard__frame {
    width: 100px;
    height: 115px;
}

.heroFeature__card .linkCard__content {
    padding: 0;
    margin-top: auto;
}

.linkCard__audio {
    width: 100%;
}


@media screen and (min-width: 768px) {

    .heroFeature__card {
        max-width: 410px;
        flex: 1 2 410px;
    }

    .heroFeature__card .linkCard__secondaryLinks {
        margin-top: 8px;
    }

    .heroFeature__card .linkCard__secondaryLink {
        font-size: 16px;
    }

}

/* #endregion HERO ----------------------------------------------------------------------------------------------------- */




/* #region FEATURE QUOTE ----------------------------------------------------------------------------------------------------- */


.featureQuote {
    overflow: hidden;
    position: relative;
    border-top: 1px solid var(--grey-border);
    border-bottom: 1px solid var(--grey-border);
    background: var(--grey-fill);
}

.featureQuote--dark {
    border-top: none;
    border-bottom: none;
    background-color: var(--ismp-blue);
}

.featureQuote--dark .featureQuote__background {
    /* mix-blend-mode: color-burn;
    opacity: 1; */
    filter: blur(6px);
}

.featureQuote--dark .featureQuote__text p {
    color: var(--primary-white);
}

.featureQuote--dark .featureQuote__attributionImage {
    border: 2px solid var(--grey-border);
}

.featureQuote--dark .featureQuote__attributionImage {
    border: 2px solid var(--grey-border);
}

.featureQuote__background {
    display: block;
    position: absolute;
    object-fit: cover;
    top: 0;
    pointer-events: none;

    width: 105%;
    height: 105%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.featureQuote__content {
    position: relative;
    z-index: 2;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 710px;
    margin: 0 auto;
}

.featureQuote__text p {
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    line-height: 1.4;

    color: var(--ismp-blue);
}

.featureQuote__quotationMark {}

.featureQuote__attributionImage {
    display: block;
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 100%;
    background-color: #666;
    border: 2px solid var(--ismp-blue);
}

@media screen and (min-width: 768px) {

    .featureQuote__content {
        gap: 30px;
    }

    .featureQuote__text p {
        font-size: 22px;
        color: var(--ismp-blue);
    }

}

@media screen and (min-width: 1600px) {

    .featureQuote__content {
        padding: 100px 0;
    }

}


/* #endregion FEATURE QUOTE ----------------------------------------------------------------------------------------------------- */



/* #region FAQ SECTION ----------------------------------------------------------------------------------------------------- */

.faqSection {
    padding: 30px 0 0;
}

.faqItem {
    border-top: 1px solid var(--grey-border);
}

.faqItem:first-child {
    border-top: none;
}

.faqItem__toggle {
    display: flex;
    width: 100%;
    gap: 15px;
    justify-content: space-between;
    cursor: pointer;
    padding: 30px 0;
}

.faqItem__toggle:focus-visible {
    outline: none;
}

.faqItem:has(.faqItem__toggle:focus-visible) {
    outline: rgba(10, 79, 140, 0.4) auto 1px;
}



.faqItem__question {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-decoration: none;
    text-align: start;
    color: var(--ismp-blue);
}

.faqItem__iconContainer {
    position: relative;
    flex: 0 0 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqItem__icon {
    transition: transform 0.15s ease;
    transform-origin: center center;
    display: block;
    transform: scale(-1, -1);
}

.faqItem__answer {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
}


.faqItem__answer p br {
    line-height: 2;
}

.faqItem__answer p+p {
    margin-top: 15px;
}

.faqItem__answer ul+p {
    margin-top: 25px;
}

.faqItem__answer ul {
    margin-left: 25px;
}

.faqItem__answer li::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--ismp-blue);
    border-radius: 100%;
    left: -18px;
    top: 9px;
    display: block;
    position: absolute;
}

.faqItem__answer ul ul>li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--primary-white);
    border-radius: 100%;
    left: -18px;
    top: 9px;
    display: block;
    position: absolute;
    border: 1px solid var(--ismp-blue);
}

.faqItem__answer ul:first-child>li:first-child {
    margin-top: 0;
}

.faqItem__answer li {
    margin-top: 8px;
    color: var(--primary-black);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
}

.faqItem__answer li ul:first-child li:first-child {
    margin-top: 15px;
}

.faqItem__answer li>ul>li:first-child {
    margin-top: 8px;
}

.faqItem__answer strong {
    color: #272727;
    font-weight: 700;
}

.faqItem__answer em {
    font-weight: 600;
    font-style: italic;
}

.faqItem__answer sup {
    vertical-align: super;
    font-size: 0.7em;
}

.faqItem__answer sub {
    vertical-align: sub;
    font-size: 0.7em;
}

.faqItem[answer="visible"] .faqItem__answer {
    height: auto;
    margin-bottom: 30px;
}

.faqItem[answer="visible"] .faqItem__icon {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

@media screen and (min-width: 768px) {
    .faqItem__question {
        font-size: 18px;
    }
}

/* #endregion FAQ SECTION ----------------------------------------------------------------------------------------------------- */




/* #region CONTENT COLUMN ----------------------------------------------------------------------------------------------------- */

.contentSection {
    padding-top: 60px;
}

.contentColumns {
    display: flex;
    position: relative;
    gap: 60px;
}

.contentColumn {
    flex-grow: 2;
}

.contentColumn:has(+ .contentUtility) .contentColumn__section {
    max-width: 710px;
}

.contentColumn__header,
.contentColumn__body,
.contentColumn__quote,
.contentColumn__imageBlock,
.contentColumn__videoBlock,
.contentColumn__infoGroup,
.contentColumn__halfImage h3,
.contentColumn__linkList,
.contentColumn__contactForm {
    max-width: 710px;
}


.contentColumn__section {
    border-top: 1px solid var(--grey-border);
    margin-top: 60px;
    padding-top: 60px;
    /* max-width: 710px; */
    scroll-margin-top: 60px;
    scroll-snap-margin-top: 60px;
}

.contentColumn__section:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;

    scroll-margin-top: 100px;
    scroll-snap-margin-top: 100px;
}

.contentColumn__header {
    margin-top: 60px;
    width: fit-content;
}

.contentColumn__header:first-child {
    margin-top: 0;
}

.contentColumn__body {
    margin-top: 15px;
}


.contentColumn__body:first-child {
    margin-top: 0;
}

.contentColumn__body p br {
    line-height: 2;
}

.contentColumn__body p+p {
    margin-top: 15px;
}

.contentColumn__body ul+p {
    margin-top: 25px;
}

.contentColumn__body ul {
    margin-left: 25px;
}

.contentColumn__body ol {
    list-style: auto;
    margin-left: 25px;
}

.contentColumn__body li {
    margin-top: 8px;
    color: var(--primary-black);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
}

.contentColumn__body li::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--ismp-blue);
    border-radius: 100%;
    left: -18px;
    top: 9px;
    display: block;
    position: absolute;
}

.contentColumn__body ul ul>li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--primary-white);
    border-radius: 100%;
    left: -18px;
    top: 9px;
    display: block;
    position: absolute;
    border: 1px solid var(--ismp-blue);
}

/* .contentColumn__body li ul:first-child li:first-child {
    margin-top: 15px;
} */

.contentColumn__body li:has(ul)+li {
    margin-top: 15px;
}

.contentColumn__body li>ul>li:first-child {
    margin-top: 8px;
}

.contentColumn__body strong {
    color: #272727;
    font-weight: 700;
}

.contentColumn__body em {
    font-weight: 600;
    font-style: italic;
}

.contentColumn__body sup {
    vertical-align: super;
    font-size: 0.7em;
}

.contentColumn__body sub {
    vertical-align: sub;
    font-size: 0.7em;
}









.contentColumn__linkList+.contentColumn__body {
    margin-top: 30px;
}

.contentColumn__infoGroupLabel+.contentColumn__body {
    margin-top: 0;
}

.contentColumn__caption {
    margin-top: 8px;
}



/* Half Image Headline */

.contentColumn__halfImage {
    object-fit: cover;
    max-width: 275px;
    max-height: 215px;
}

.contentColumn__halfImage {
    margin-top: 60px;
}

.contentColumn__halfImage:first-child {
    margin-top: 0;
}

.contentColumn__header~.contentColumn__halfImage {
    margin-top: 15px;
}



/* Quote Block */

.contentColumn__quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    position: relative;
    margin-top: 30px;

    background-color: var(--grey-fill);
    border: 2px solid var(--grey-border);
    border-radius: 4px;
}

.contentColumn__quoteText {
    font-family: "Open Sans", sans-serif;
    color: var(--ismp-blue);
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
}

.contentColumn__quoteAttribution {
    font-family: "Open Sans", sans-serif;
    margin-top: 10px;
    color: var(--primary-black);
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}

@media screen and (min-width:768px) {

    .contentColumns:has(.contentUtility .contentUtility__standoutCta) {
        flex-direction: row-reverse;
    }

    .contentColumns:has(.contentUtility .contentUtlity__form) {
        flex-direction: row-reverse;
    }

    .contentColumns:has(.contentUtility .contentUtility__image) {
        flex-direction: row-reverse;
    }

    .contentColumn__quoteText {
        font-size: 20px;
    }
}




/* Image Block */

.contentColumn__imageBlock {
    margin-top: 30px;
}

.contentColumn__imageBlock:first-child {
    margin-top: 0;
}

.contentColumn__image {
    max-width: 100%;
    max-height: 500px;
    border-radius: 3px;
    object-fit: cover;
}


/* Video Block */

.contentColumn__videoBlock {
    margin-top: 30px;
}

.contentColumn__videoBlock:first-child {
    margin-top: 0;
}

.contentColumn__header+.contentColumn__videoBlock {
    margin-top: 15px;
}



.contentColumn__videoBlock iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 3px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

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

/* Link Card List Block */

.contentColumn__linkList {
    margin-top: 30px;
}

.contentColumn__linkList:first-child {
    margin-top: 0px;
}

.contentColumn__linkList+.contentColumn__linkList {
    margin-top: 30px;
}

.contentColumn__body+.contentColumn__linkList:has(.linkCard:only-child) {
    margin-top: 15px;
}

/* .contentColumn__linkList:has(.linkCard--slim)+.contentColumn__linkList:has(*:not(.linkCard--slim)) {
    margin-top: 45px;
} */


.contentColumn__header+.contentColumn__linkList {
    margin-top: 30px;
}

/* .contentColumn__header+.contentColumn__linkList:has(.linkCard:only-child) {
    margin-top: 30px;
} */

.contentColumn__linkList:first-child>.contentColumn__linkList {
    margin-top: 45px;
}

.contentColumn__linkList .linkCard {
    margin-top: 30px;
}

.contentColumn__linkList .linkCard:first-child {
    margin-top: 0px;
}


/* Stat Card Block */

.contentColumn__statsCard {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 30px;

    background-color: var(--grey-fill);
    border: 2px solid var(--grey-border);
    border-radius: 4px;
}

.contentColumn__statsCard:first-child {
    margin-top: 0;
}

.contentColumn__statItem {
    flex: 1 1 50%;
    padding: 30px 0;
    margin: 0 20px;
}

.contentColumn__statItem+.contentColumn__statItem {
    border-top: 2px solid var(--grey-border);
}

.contentColumn__statValue {
    font-family: "Open Sans", sans-serif;
    color: var(--ismp-blue);
    font-size: 42px;
    font-style: italic;
    font-weight: 700;
    line-height: 90%;
    text-align: center;
    margin-bottom: 10px;
}

.contentColumn__label {
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
}

.contentColumn__label span {
    font-style: italic;
    font-size: 16px;
}



@media screen and (min-width:768px) {

    .contentColumn__statsCard {
        flex-direction: row;
        gap: 40px 0;
        padding: 40px 0;
    }

    .contentColumn__statItem {
        flex: 1 1 32%;
        padding: 0 30px;
        margin: 0;
    }

    .contentColumn__statItem+.contentColumn__statItem {
        border-top: none;
        border-left: 2px solid var(--grey-border);
    }
}

@media screen and (min-width:1024px) {

    .contentColumn__statValue {
        font-size: 52px;
    }

}



/* Content Column CTA Message Block */

.contentColumn__highlightList:only-child {
    margin-top: 0;
}

.contentColumn__highlightItem {
    padding: 20px;
    margin-top: 30px;
    background-color: var(--grey-fill);
    border: 2px solid var(--grey-border);
    border-radius: 4px;
}

.contentColumn__highlightItem+.contentColumn__highlightItem {
    margin-top: 15px;
}

.contentColumn__highlightDescription {
    color: var(--ismp-blue);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
}

.contentColumn__highlightDescription:has(+ .ctaButton) {
    margin-bottom: 15px;
}


@media screen and (min-width:768px) {

    .contentColumn__highlightList {
        display: flex;
        gap: 20px;
        margin-top: 30px;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .contentColumn__highlightItem {
        margin-top: 0;
        flex: 1 1 32%;
        max-width: 49%;
    }

    .contentColumn__highlightItem:only-child {
        max-width: 50%;
    }

    .contentColumn__highlightItem+.contentColumn__highlightItem {
        margin-top: 0;
    }


}





/* Info Group */

.contentColumn__infoGroup {
    margin-top: 45px;
}

.contentColumn__infoGroup:first-child {
    margin-top: 0;
}

.contentColumn__header+.contentColumn__infoGroup {
    margin-top: 30px;
}

.contentColumn__infoGroup+*:not(.contentColumn__header) {
    margin-top: 45px;
}

.contentColumn__infoGroupItem+.contentColumn__infoGroupItem {
    margin-top: 30px;
}

.contentColumn__infoGroupLabel {
    color: var(--ismp-blue);
    font-weight: 700;
}

.contentColumn__infoGroupBody {
    font-weight: 500;
    line-height: 1.6;
}


@media screen and (min-width:768px) {
    .contentColumn__infoGroup {
        margin-top: 60px;
    }

    .contentColumn__infoGroup+*:not(.contentColumn__header) {
        margin-top: 60px;
    }

    /* .contentColumn__infoGroup+*:not(.contentColumn__header) {
        margin-top: 60px;
    } */
}



/* Profile Dropdowns */

.contentColumn__profileAccordions:first-child .contentColumn__profileAccordion:first-child {
    padding-top: 0;
}

.contentColumn__profileAccordion {
    padding: 30px 0;
    border-bottom: 1px solid var(--grey-border);
}

.contentColumn__profileAccordion:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contentColumn__profileAccordionToggle {
    display: grid;
    align-items: start;
    grid-template-columns: 55px 1fr;
    gap: 12px;
    cursor: pointer;
}

.contentColumn__profileAccordionToggle:focus-visible {
    outline: none;
}

.contentColumn__profileAccordionToggle:has(+ .contentColumn__profileBio) {
    cursor: pointer;
}

.contentColumn__profileAccordion:has(.contentColumn__profileAccordionToggle:focus-visible) {
    outline: #0A4F8C auto 1px;
    outline-offset: 2px;
}

.contentColumn__profileAccordionStatic {
    display: flex;
}

.contentColumn__profileImageContainer {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
}

.contentColumn__profileImageContainer:has(.contentColumn__profileImagePlaceholder) {
    background-color: #f7f7f7;
}

.contentColumn__profileImageContainer .contentColumn__profileImagePlaceholder {
    margin: auto;
    width: 40%;
}

.contentColumn__profileImage {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.contentColumn__profileInfo {
    margin: auto 0;
    position: relative;
}

.contentColumn__profileName {
    font-weight: 500;
}

.contentColumn__profileInfo:has(.contentColumn__profileIconContainer)>.contentColumn__profileName {
    margin-right: 25px;
}

.contentColumn__profileIconContainer {
    align-self: start;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 11px;
}

.contentColumn__profileIcon {
    transition: transform 0.15s ease;
    transform-origin: center center;
    display: block;
    transform: scale(-1, -1);
}

.contentColumn__profileIcon path {
    stroke: var(--primary-black);
}

.contentColumn__profileTitle {
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-wrap: pretty;
}

.contentColumn__profileBio {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 12px;

    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
}

.contentColumn__profileBio p {
    margin-top: 10px;
    grid-column: 1 / 4;
}


@media screen and (min-width: 350px) {

    .contentColumn__profileBio p {
        margin-top: 8px;
        grid-column: 2 / 4;
    }

}


@media screen and (min-width: 768px) {

    .contentColumn__profileAccordionToggle,
    .contentColumn__profileBio {
        grid-template-columns: 90px 1fr;
        gap: 18px;

    }

    .contentColumn__profileIconContainer {
        /* align-self: start;
        display: flex;
        align-items: center;
        height: 62px; */
    }

    .contentColumn__profileName {
        font-size: 18px;
    }

}



/* Image Grid  */

.contentColumn__imageGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.contentColumn__imageGrid:first-child {
    margin-top: 0;
}

.contentColumn__imageGridItem {
    flex: 0 1 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contentColumn__imageGridImage {
    max-height: 30px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

@media screen and (min-width: 768px) {

    .contentColumn__imageGrid {
        gap: 40px;
    }

    .contentColumn__imageGridImage {
        max-height: 40px;
    }

}




/* Contact Form */

.contentColumn__contactForm {
    margin-top: 10px;
}

.contentColumn__contactForm:first-child {
    margin-top: 0;
}














/* Content Utilities */

.contentUtility {
    display: none;
}



/* Sticky Newsletter Signup */

.contentUtlity__form {
    padding: 20px;
    background-color: var(--grey-fill);
    border: 2px solid var(--grey-border);
    border-radius: 4px;
}

.contentUtlity__form p {
    margin: 15px 0 15px;
}



/* Sticky Page Index */

.contentUtility__index li {
    margin-top: 15px;
}

.contentUtility__index li:first-child {
    margin: 0;
}

.contentUtlity__indexLink {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-decoration: none;
    background: var(--grey-fill);
    border-radius: 4px;
    display: block;
    width: fit-content;
    transition: background-color 0.1s ease-in-out;
    padding: 10px;
}

.contentUtlity__indexLink:hover {
    background-color: #DADADA;
}



/* Partially Sticky Image */

.contentColumns:has(.contentUtility__image) {
    flex-direction: column-reverse;
    padding-top: 90px;
}

.contentUtility:has(.contentUtility__image) {
    display: block;
}

.contentUtility__image {
    display: block;
    position: absolute;
    top: -90px;
    width: 160px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}




/* Standout CTA */


.contentColumns:has(.contentUtility__standoutCta) {
    flex-direction: column;
}

.contentUtility:has(.contentUtility__standoutCta) {
    display: flex;
}

.contentUtility__standoutCta {
    padding: 15px;
    max-width: 710px;
    background-color: var(--grey-fill);
    border: 2px solid var(--grey-border);
    border-radius: 4px;
}

.standoutCTA_message {
    color: var(--ismp-blue);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
}


@media screen and (min-width: 768px) {

    .contentColumns:has(.contentUtility__standoutCta) {
        flex-direction: row;
    }

    .contentColumn {
        flex: 2 1 610px;
    }

    .contentUtility {
        display: flex;
        max-width: 410px;
        flex: 1 1 410px;
        flex-direction: column;
        position: relative;
    }

    /* .contentUtlity__indexLink {
        font-size: 18px;
    } */

    .contentUtility__standoutCta {
        padding: 20px;
    }

    .standoutCTA_message {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .contentColumns:has(.contentUtility__image) {
        flex-direction: row;
        padding-top: 0;
    }

    .contentUtility__image {
        display: block;
        width: 100%;
        margin-top: -200px;
    }

    .hero:has(.heroFeature__card)~.contentSection .contentUtility__image {
        margin-top: 0;
    }
}


@media screen and (min-width: 1024px) {

    .contentColumns:has(.contentUtility__standoutCta) {
        flex-direction: row;
    }

}

/* #endregion CONTENT COLUMN ----------------------------------------------------------------------------------------------------- */



/* #region PATIENT STORY PAGE GRID ----------------------------------------------------------------------------------------------------- */


.patientStoriesGrid {
    padding: 45px 0;
}

.patientStoriesGrid__item {
    container-type: inline-size;
    container-name: storyCard;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
    background-color: var(--grey-fill);
    border: 2px solid var(--grey-border);
    border-radius: 4px;
}

.patientStoriesGrid__item+.patientStoriesGrid__item {
    margin-top: 20px;
}

.patientStoriesGrid__photo {
    display: block;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    width: 100px;
    background-color: #666;
    border-radius: 100%;
    border: 2px solid var(--ismp-blue);
}

.patientStoriesGrid__photo:has(+ .ctaButton) {
    margin-bottom: 20px;
}

.patientStoriesGrid__photo:has(+ .patientStoriesGrid__quote) {
    margin-bottom: 20px;
}

.patientStoriesGrid__quote {
    font-family: "Open Sans", sans-serif;
    color: var(--ismp-blue);
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    margin-bottom: 20px;
}

.patientStoriesGrid__quote:has(+ .patientStoriesGrid__caption) {
    margin-bottom: 10px;
}

.patientStoriesGrid__caption {
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width:767px) {
    .patientStoriesGrid__items {
        column-count: 1;
    }
}

@media screen and (min-width:768px) {
    .patientStoriesGrid__items {
        column-count: 2;
        column-gap: 30px;
    }

    .patientStoriesGrid__item {
        break-inside: avoid;
        width: 100%;
        padding: 45px 30px;
    }

    .patientStoriesGrid__item+.patientStoriesGrid__item {
        margin-top: 30px;
    }
}

@container storyCard (min-width: 400px) {

    .patientStoriesGrid__quote {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .patientStoriesGrid__quote:has(+ .patientStoriesGrid__caption) {
        margin-bottom: 5px;
    }

    .patientStoriesGrid__photo {
        width: 160px;
    }

    .patientStoriesGrid__photo:has(+ .patientStoriesGrid__quote) {
        margin-bottom: 25px;
    }

    .patientStoriesGrid__caption {
        font-size: 16px;
        margin-bottom: 15px;
    }

}




/* Related Stories on a Single Story Page */

.relatedStories {
    border-top: 1px solid var(--grey-border);
    padding-top: 45px;
    margin-top: 60px;

    border-bottom: 1px solid var(--grey-border);
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.relatedStories__headline+.patientStoriesGrid__items {
    margin-top: 20px;
}


/* #endregion PATIENT STORY PAGE GRID ----------------------------------------------------------------------------------------------------- */







/* #region NEWSLETTERS COLLECTION PAGE  ----------------------------------------------------------------------------------------------------- */


.collection {
    padding: 60px 0;
}

.collectionColumns {
    display: flex;
    position: relative;
    gap: 60px;
}

section:nth-of-type(2)~section .collectionColumns {
    padding-top: 60px;
    border-top: 1px solid var(--grey-border);
}

.collectionColumn {
    flex-grow: 2;
}


.collectionColumn__group+.collectionColumn__group {
    margin-top: 60px;
}

.newsletterCollection__list .linkCard {
    margin-top: 30px;
}




/* Collection Specific Styles */


.collectionPagination {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    margin-top: 60px;
    border-top: 1px solid var(--grey-border);
}

.collectionPagination__status {
    color: #666;
    font-weight: 600;
}

.collectionPagination__prev,
.collectionPagination__next {
    text-decoration: none;
    font-weight: 700;
    display: flex;
    padding: 10px;
    margin: -10px;
    gap: 4px;
    align-items: center;
}

.collectionPagination__prev:hover,
.collectionPagination__next:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.collectionPagination__prev.is-disabled,
.collectionPagination__next.is-disabled {
    pointer-events: none;
    opacity: 0.7;
    filter: grayscale(1);
    cursor: default;
}


@media screen and (min-width: 768px) {

    .collectionColumn {
        flex: 2 1 610px;
    }

}



/* #endregion NEWSLETTERS COLLECTION PAGE  ----------------------------------------------------------------------------------------------------- */