* {
    margin: 0;
    padding: 0;
}

html, body {
    overscroll-behavior-y: none;
}

:root {
    --color-solid-black: #000;
    --color-black: #121212;
    --color-link-blue: #486784;
    --color-gray: #7c7c7c;
    --color-red: #EC1300;
}

@font-face {
    font-family: Publico-Black;
    src: url('/content/dam/target-share/immersive-story-telling/covid/assests/fonts/publico/PublicoHeadline-Black.otf') format("opentype");
}

@font-face {
    font-family: Publico-Black-Italic;
    src: url('/content/dam/target-share/immersive-story-telling/covid/assests/fonts/publico/PublicoHeadline-BlackItalic.otf') format("opentype");
}

@font-face {
    font-family: Publico-Bold;
    src: url('/content/dam/target-share/immersive-story-telling/covid/assests/fonts/publico/PublicoHeadline-Bold.otf') format("opentype");
}

@font-face {
    font-family: Publico-Bold-Italic;
    src: url('/content/dam/target-share/immersive-story-telling/covid/assests/fonts/publico/PublicoHeadline-BoldItalic.otf') format("opentype");
}

@font-face {
    font-family: Publico-ExtraBold;
    src: url('/content/dam/target-share/immersive-story-telling/covid/assests/fonts/publico/PublicoHeadline-Extrabold.otf') format("opentype");
}

@font-face {
    font-family: Publico-ExtraBold-Italic;
    src: url('/content/dam/target-share/immersive-story-telling/covid/assests/fonts/publico/PublicoHeadline-ExtraboldItalic.otf') format("opentype");
}

@font-face {
    font-family: Publico-Italic;
    src: url('/content/dam/target-share/immersive-story-telling/covid/assests/fonts/publico/PublicoHeadline-Italic.otf') format("opentype");
}

@font-face {
    font-family: Publico-Light;
    src: url('/content/dam/target-share/immersive-story-telling/covid/assests/fonts/publico/PublicoHeadline-Light.otf') format("opentype");
}

@font-face {
    font-family: Publico-Light-Italic;
    src: url('/content/dam/target-share/immersive-story-telling/covid/assests/fonts/publico/PublicoHeadline-LightItalic.otf') format("opentype");
}

@font-face {
    font-family: Publico-Medium;
    src: url('/content/dam/target-share/immersive-story-telling/covid/assests/fonts/publico/PublicoHeadline-Medium.otf') format("opentype");
}

@font-face {
    font-family: Publico-Medium-Italic;
    src: url('/content/dam/target-share/immersive-story-telling/covid/assests/fonts/publico/PublicoHeadline-MediumItalic.otf') format("opentype");
}

@font-face {
    font-family: Publico-Roman;
    src: url('/content/dam/target-share/immersive-story-telling/covid/assests/fonts/publico/PublicoHeadline-Roman.otf') format("opentype");
}


.main-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    overscroll-behavior-y: none;
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: var(--color-black);
    position: relative;
}

.opener {
    margin-bottom: 30px;
    position: relative;
}

@media screen and (min-width: 1200px) {
    .opener {
        margin-bottom: 40px;
    }
}

.change {
    width: 100%;
    height: 100vh;
    position: relative;
}

.change img {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 0;
    transition: opacity 300ms ease-out;
    z-index: -1;
}

.change img.fadeIn {
    opacity: 1;
    z-index: 3;
}

.change.story-headline-wrapper img.fadeIn {
    transition: none;
}

.change .opener-headline {
    position: relative;
    top: 60%;
    transform: translateY(-60%);
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    font-family: Publico-Medium;
    font-weight: 500;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.65);
	background-color: #051C23;
    margin: 0 10.93%;
	padding: 30px;
    z-index: 4;
}

@media screen and (min-width: 768px) {
    .change .opener-headline {
        font-size: 32px;
        margin : 0 5%;
		padding: 2%;
    }
}

@media screen and (min-width: 1200px) {
    .change .opener-headline {
        font-size: 38px;
        top: 75%;
        transform: translateY(-75%);
        margin: 0 18.5%;
    }
}
.hide-on-small {
        display: none;
    }
	.show-on-large {
		    display: block;
	}
@media screen and (min-width: 375px) {
    .hide-on-small {
        display: block;
    }
.show-on-large {
		    display: none;
	}
}
@media screen and (min-width: 768px) {
    .hide-on-small {
        display: none;
    }
.show-on-large {
		    display: block;
	}
}
@media screen and (min-width: 1200px) {
    .hide-on-small {
        display: none;
    }
	.show-on-large {
		    display: block;
	}
}
.change .story-headline {
    font-size: 22px;
    padding: 20vh 6.66% 0;
}

@media screen and (min-width: 768px) {
    .change .story-headline {
        font-size: 36px;
        padding: 20vh 16.66% 0;
    }
}

@media screen and (min-width: 1200px) {
    .change .story-headline {
        font-size: 48px;
        padding: 30vh 18.45% 0;
    }
}

.image-only {
    height: 70vh;
}

.image-only img {
    height: 100vh;
    position: relative;
    top: -35vh;
    width: 100%;
    object-fit: cover;
}

@media screen and (min-width: 1200px) {
    .image-only {
        height: 92vh;
    }

    .image-only img {
        height: 120vh;
        position: relative;
        top: -30vh;
        width: 100%;
        object-fit: cover;
    }
}

.story-content {
    margin-top: 30px;
    padding: 0 8.26%;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
}

.story-content > img {
    width: 100%;
}

header,
.cmp-experiencefragment--hpHeader {
    position: relative;
    z-index: 5;
}

.aarp-c-body-wrapper {
    overflow: visible;
}
.story-content.story-content-caption{
	margin:0;
}

.story-content > p {
    margin-bottom: 20px;
}

.story-content a {
    color: var(--color-link-blue);
    text-decoration: underline;
}

@media screen and (min-width: 1200px) {
    .story-content > p {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .story-content {
        font-size: 20px;
        padding: 0 17.44%;
    }
}

@media screen and (min-width: 1200px) {
    .story-content {
        margin-top: 20px;
        padding: 0 27.77%;
    }
}

.article-affiliation {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 12px;
}

.article-attribution {
    font-size: 14px;
    line-height: 1.25;
}

.article-affiliation a,
.article-attribution a {
    color: var(--color-link-blue);
    text-decoration: underline;
    font-weight: 700;
}

.article-language {
    margin-top: 12px;
    display: block;
    padding-left: 20px;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .article-language {
        margin-top: 0px;
        display: inline-block;
    }
}

.publish-date {
    display: block;
}

@media screen and (min-width: 768px) {
    .publish-date {
        display: inline-block;
    }
}

.podcast-link {
    display: flex;
    align-items: center;
}

.podcast-link span {
    margin-right: 12px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
}

.story-content-image {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .story-content-image {
        padding: 0 5.46%;
    }
}

@media screen and (min-width: 1200px) {
    .story-content-image {
        padding: 0 11.80%;
    }
}

.story-content-image img {
    max-width: 100%;
}

.img-caption {
    font-size: 14px;
    line-height: 1.25;
    font-style: italic;
    font-weight: 700;
    color: var(--color-gray);
    padding: 10px 33px 0;
}

.img-caption span {
    display: block;
}

@media screen and (min-width: 768px) {
    .img-caption {
        font-size: 16px;
        padding: 10px 0 0;
    }
}

.noPaddingTop {
    padding-top: 0;
}

.section-heading-text {
    font-size: 24px;
    line-height: 34px;
    font-family: Publico-Bold;
    font-weight: 500;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .section-heading-text {
        font-size: 28px;
    }
}

@media screen and (min-width: 1024px) {
    .section-heading-text {
        font-size: 32px;
    }
}

.story-content.margin-top-20 {
    margin-top: 20px;
}

.story-content-pull-left {
    display: flex;
    flex-direction: column;
    padding: 0 8.26%;
}

@media screen and (min-width: 768px) {
    .story-content-pull-left {
        flex-direction: row;
        align-items: center;
        padding: 0 5.46%;
    }
}

@media screen and (min-width: 1200px) {
    .story-content-pull-left {
        padding: 0 8.33%;
        max-width: 1440px;
        margin: 0 auto;
    }
}

.story-content-highlighter p {
    font-size: 30px;
    line-height: 1.2;
    font-family: Publico-Medium;
    border-left: 2px solid var(--color-red);
    padding-left: 25px;
}

@media screen and (min-width: 768px) {
    .story-content-highlighter {
        flex-basis: 54.66%;
    }

    .story-content-highlighter p {
        font-size: 28px;
        padding-left: 20px;
        padding-right: 23px;
    }
}

@media screen and (min-width: 1200px) {
    .story-content-highlighter {
        flex-basis: 548px;
    }

    .story-content-highlighter p {
        font-size: 38px;
        padding-right: 38px;
    }
}

.story-content-right-text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .story-content-right-text {
        font-size: 20px;
        padding-right: 78px;
        flex-basis: 45.5%;
        margin-top: 0;
    }
}

@media screen and (min-width: 1200px) {
    .story-content-right-text {
        padding-right: 300px;
        flex-basis: 652px;
    }
}

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

@media screen and (min-width: 1200px) {
    .section-margin-top {
        margin-top: 40px;
    }   
}

.users-list {
    display: flex;
}

.moving-text {
    flex-basis: calc(160/375 * 100%);
}

@media screen and (min-width: 768px) {
    .moving-text {
        flex-basis: calc(270/640 * 100%);
    }
}
.moving-text.full-width {
    flex-basis: 100%;
}

.avatar-info {
    text-align: left;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .avatar-info {
        min-height: 50vh;
    }
}

.avatar-info.fadeIn {
    opacity: 1;
}

.avatar-info h3 {
    font-size: 22px;
    line-height: 1.11;
    font-weight: 900;
    margin-bottom: 12px;
	margin-top:70px;
}

@media screen and (min-width: 1200px) {
    .avatar-info h3 {
        font-size: 32px;
        margin-bottom: 15px;
    }
}

.avatar-info p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}


@media screen and (min-width: 1200px) {
    .avatar-info p {
        font-size: 20px;
    }
}

.avatars {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 20%;
    padding: 20px 0 12px 5px;
    width: calc(100% - (160 / 375) * 100%);
    max-width: 331px;
    align-self: baseline;
}

@media screen and (min-width: 768px) {
    .avatars {
        top: 25%;
        padding: 30px 0 18px 10px;
        width: auto;
    }
}

@media screen and (min-width: 1200px) {
    .avatars {
        top: 20%;
        padding: 30px 0 10px 10px;
    }
}

.user {
    background-image: url('/content/dam/target-share/immersive-story-telling/covid/assests/images/avatar.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 61px;
    display: inline-block;
    margin: 0 5px 5px;
    transition: background-image 500ms linear;
}

.bed {
    background-image: url('/content/dam/target-share/immersive-story-telling/covid/assests/images/red-bed.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 55px;
    height: 61px;
    display: inline-block;
    margin: 0 5px 5px;
    transition: background-image 500ms linear;
}
@media screen and (min-width: 375px) {
    .user {
        width: 18px;
        height: 35px;
        margin: 0 8px 8px;
    }
	.bed {
        width: 26px;
        height: 40px;
        margin: 0 5px 5px;
    }
}
@media screen and (min-width: 768px) {
    .user {
        width: 30px;
        height: 61px;
        margin: 0 8px 8px;
    }
	.bed {
        width: 55px;
        height: 61px;
        margin: 0 5px 5px;
    }
}

.user-empty {
    background-image: url('/content/dam/target-share/immersive-story-telling/covid/assests/images/avatar-disabled.png');
}

.bed-empty {
    background-image: url('/content/dam/target-share/immersive-story-telling/covid/assests/images/disabled-bed.png');
}

.story-content-image .img-wrapper {
    display: flex;
}

.story-content-image img {
    position: relative;
    height: 100%;
    width: auto;
    transition: opacity 1.25s ease-in;
}

@media screen and (min-width: 1200px) {
    .story-content-image img {
        transition: opacity 800ms ease-in;
    }
}

.bwImage {
    opacity: 0;
    left: -100%;
}

.sticky {
    position: sticky;
}

.top-line.sticky {
    top: 15vh;
}

.bottom-line.sticky {
    bottom: 15vh;
}

.line-separator {
    border: 1px solid var(--color-black);
}
.line-separator-gray {
    border: 1px solid #d5d5d5;
}
.story-content-image-and-text {
    padding: 0 8.26%;
    display: flex;
    flex-direction: column;
}
.story-content .story-editor {
	font-size:16px;
	color: #121212;
	line-height:26px;
}

.story-content .photo-caption{
	font-size: .75em;
	line-height: 16px;
	color: #676767;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
    .story-content-image-and-text {
        padding: 0 5.46%;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1200px) {
    .story-content-image-and-text {
        padding: 0 8.33%;
        flex-wrap: nowrap;
    }
}

.story-content-image-and-text img {
    width: 284px;
    height: 284px;
}

@media screen and (min-width: 768px) {
    .story-content-image-and-text img {
        padding-right: 30px;
        width: 314px;
    }
}

@media screen and (min-width: 1200px) {
    .story-content-image-and-text img {
        width: 412px;
        height: 374px;
        padding-right: 38px;
    }   
}

.story-content-image-and-text p {
    font-size: 18px;
    line-height: 1.5;
}

.story-content-image-and-text > p:first-of-type {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .story-content-image-and-text p {
        font-size: 20px;
    }

    .story-content-image-and-text > p:first-of-type {
        margin: 0 0 0 30px;
        flex-basis: calc(100% - 424px);
        align-self: center;
    }

    .story-content-image-and-text > p:last-of-type {
        padding: 0 13.45%;
        margin-top: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .story-content-image-and-text > p {
        display: none;
    }
}

.image-and-text-desktop {
    display: none;
}

@media screen and (min-width: 1200px) {
    .image-and-text-desktop {
        display: flex;
        flex-direction: column;
        padding-right: 23.83%;
        align-self: center;
    }

    .image-and-text-desktop > p:first-of-type {
        margin-bottom: 40px;
    }
}

.story-content-with-video video-js {
    padding: 0;
}

.story-content-with-video .img-caption {
    padding: 10px 0 0;
}


ul.sharp-c-social-icon-share__list {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin-top: 12px;
}

ul.sharp-c-social-icon-share__list li {
    margin-right: 10px;
}

ul.sharp-c-social-icon-share__list li a {
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    display: block;
    font-size: 0;
    line-height: 0;
    background-position: center;
}

ul.sharp-c-social-icon-share__list li a.sharp-c-social-icon-share__icon--facebook {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiIGZpbGw9IiMzQjU5OTgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS41MDQ5IDI2LjY0MDFWMTguNzU4M0gyMi4xNTA5TDIyLjU0NjkgMTUuNjg2SDE5LjUwNDlWMTMuNzI0N0MxOS41MDQ5IDEyLjgzNTUgMTkuNzUxOCAxMi4yMjkzIDIxLjAyNjkgMTIuMjI5M0wyMi42NTQxIDEyLjIyODZWOS40ODEwN0MyMi4zNzI2IDkuNDQzNjMgMjEuNDA3MSA5LjM2MDExIDIwLjI4MzkgOS4zNjAxMUMxNy45MzgxIDkuMzYwMTEgMTYuMzMyNSAxMC43OTE1IDE2LjMzMjUgMTMuNDIwOVYxNS42ODZIMTMuNjgwMVYxOC43NTgzSDE2LjMzMjVWMjYuNjQwMUgxOS41MDQ5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)
}

ul.sharp-c-social-icon-share__list li a.sharp-c-social-icon-share__icon--twitter {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiIGZpbGw9IiMwMEFDRUUiLz4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYwXzMxODU3KSI+CjxwYXRoIGQ9Ik0yMC4wMTQ2IDE2LjM0OUwyNy44OTE2IDcuMTkxNzFIMjYuMDI1TDE5LjE4NTQgMTUuMTQyOEwxMy43MjI2IDcuMTkxNzFINy40MjE4OEwxNS42ODI3IDE5LjIxNTJMNy40MjE4OCAyOC44MThIOS4yODg1OUwxNi41MTE0IDIwLjQyMTRMMjIuMjgwNSAyOC44MThIMjguNTgxMkwyMC4wMTQxIDE2LjM0OUgyMC4wMTQ2Wk0xNy40NTc4IDE5LjMyMTFMMTYuNjIwOSAxOC4xMjM5TDkuOTYxMTkgOC41OTcwN0gxMi44Mjg0TDE4LjIwMjggMTYuMjg1NUwxOS4wMzk4IDE3LjQ4MjhMMjYuMDI1OSAyNy40NzY2SDIzLjE1ODdMMTcuNDU3OCAxOS4zMjE2VjE5LjMyMTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzYwXzMxODU3Ij4KPHJlY3Qgd2lkdGg9IjIxLjE1OTQiIGhlaWdodD0iMjEuNjM3NCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNDIxODggNy4xOTE3MSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K)
}

ul.sharp-c-social-icon-share__list li a.sharp-c-social-icon-share__icon--linkedin {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiIGZpbGw9IiMyODY3QjIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS41MzUxIDkuMzYwMTFDMTAuMzI2OSA5LjM2MDExIDkuMzU5OTkgMTAuMzI3MSA5LjM1OTk5IDExLjUzNTJDOS4zNTk5OSAxMi43NDM0IDEwLjMyNjkgMTMuNzEwMyAxMS41MzUxIDEzLjcxMDNDMTIuNzQzMyAxMy43MTAzIDEzLjcxMDIgMTIuNzQzNCAxMy43MTAyIDExLjUzNTJDMTMuNzEwMiAxMC4zMjcxIDEyLjc0MzMgOS4zNjAxMSAxMS41MzUxIDkuMzYwMTFaTTIyLjQxMDcgMTUuNTIzM0MyMS4zMjI4IDE1LjUyMzMgMTkuOTkzNyAxNi4yNDc2IDE5LjM4OTYgMTcuMjE0NlYxNS43NjQ1SDE1Ljc2NDRWMjYuNjQwMUgxOS4zODk2VjIwLjIzNTdDMTkuMzg5NiAxOS4yNjg3IDIwLjIzNTYgMTguNDIyNyAyMS4yMDE4IDE4LjQyMjdDMjIuMTY4OCAxOC40MjI3IDIzLjAxNDggMTkuMjY4NyAyMy4wMTQ4IDIwLjIzNTdWMjYuNjQwMUgyNi42NFYxOS43NTI2QzI2LjY0IDE3LjQ1NjUgMjQuNzA2MSAxNS41MjMzIDIyLjQxMDcgMTUuNTIzM1pNOS43MjIxNSAyNi42NDAxSDEzLjM0NzNWMTUuNzY0NUg5LjcyMjE1VjI2LjY0MDFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)
}

.emily-bio {
    font-size: 16px;
    line-height: 1.25;
    font-style: italic;
}

.publisher-brand-name {
    font-style: normal;
}

@media screen and (min-width: 1200px) {
    .story-content-map {
        padding: 0 26.375%;
    }
}

.featuredList-title,
.uxdia-c-featured-list,
.comments {
    padding: 0 8.26%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .featuredList-title,
    .uxdia-c-featured-list,
    .comments {
        padding: 0 17.44%;
    }
}

@media screen and (min-width: 1200px) {
    .featuredList-title,
    .uxdia-c-featured-list,
    .comments {
        padding: 0 27.77%;
        max-width: calc((100vw - 1427px) / 2 + 1440px);
    }
}

.featuredList-title p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    padding: 10px 0 10px 16px;
    margin-bottom: 20px;
    border-left: 2px solid var(--color-red);
}

@media screen and (min-width: 1200px) {
    .featuredList-title p {
        font-size: 30px;
        line-height: 38px;
        padding: 10px 0 10px 24px;
    }
}

.uxdia-c-featured-list--collection .uxdia-c-featured-tile__container {
    max-height: none;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.uxdia-c-featured-tile__container {
    display: flex;
    flex-direction: row-reverse;
}

.uxdia-c-featured-list--collection .uxdia-c-featured-tile__image-wrapper {
    margin-right: 0;
}

.uxdia-c-featured-list--collection .cmp-image__image {
    width: auto;
    height: 4.375em;
    padding-left: 12px;
}

@media screen and (min-width: 768px) {
    .uxdia-c-featured-list--collection .cmp-image__image {
        width: 13.625em;
        height: 7.6875em;
        padding-left: 20px;
    }
}

.uxdia-c-featured-list--collection .uxdia-c-featured-tile__title a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
    .uxdia-c-featured-list--collection .uxdia-c-featured-tile__title a {
        font-size: 24px;
        line-height: 30px;
    }
}

.uxdia-c-featured-list--collection .uxdia-c-featured-tile__description {
    display: none;
}

@media screen and (min-width: 768px) {
    .uxdia-c-featured-list--collection .uxdia-c-featured-tile__description {
        font-size: 16px;
        line-height: 20px;
        display: block;
    }
}

.uxdia-c-featured-list--collection .uxdia-c-featured-tile__section-wrapper {
    flex-basis: 100%;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-gray);
}

.uxdia-c-featured-list--collection .uxdia-c-featured-tile__tab-section {
    padding: 0;
}

.uxdia-c-featured-list--collection .uxdia-c-featured-tile__content-wrapper {
    padding-top: 0;
}

.uxdia-c-featured-list--collection .uxdia-c-featured-tile__section-wrapper:nth-child(even) {
    margin-left: 0;
}

.vf-follow-button.vf-label-text.vf-actions-subscribe.vf-button.vf-no-outline.is-cta.is-inverted.is-accent-color.is-size-tiny {
    text-decoration: none;
    border: 1px solid #121212;
    border-radius: 1.66667em;
    line-height: 1.26667em;
    height: 3em;
    font-weight: 700;
    background-color: transparent;
    text-transform: capitalize;
    padding: 0;
}

.vf-follow-button__text {
    font-size: 16px;
    line-height: 19px;
}

.aarp-c-viafoura--aarpe-customized.aarp-c-viafoura .vf-sort-actions .vf-dropdown-trigger.vf-dropdown-button {
    border-radius: 23px   
}

.viafoura > * {
    font-family: Lato, sans-serif;
}

.vf3-conversations-footer__branding {
    position: relative !important;
    justify-content: center;
}

.advertisement {
    background-color: #d5d5d5;
    z-index: 10;
    position: relative;
}
.heading-content {
	font-size: 25px;
	line-height: 30px;
	font-weight: 500;
	font-family: Publico-Medium; 
}
