* {
    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;
}
.opener p.photo-caption {
    font-size: 16px;
    color: #121212;
}
@media screen and (min-width: 1200px) {
    .opener {
        margin-bottom: 40px;
    }
}


@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;
	}
}

@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 {
        position: relative;
        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;
    line-height: 30px;
}

.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%;
    }
}
@media screen and (max-width: 767px) {
    .opener p.photo-caption {
        font-size: 14px;
    }
    .story-content-with-video.story-content {
        padding: 0;
    }
    .story-content-with-video .img-caption {
        padding: 10px 8.26% 0;
    }
}
.article-affiliation {    
    margin-bottom: 12px;
}
.article-affiliation p {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0;
}

.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;
}
@media screen and (max-width:767px) {
    .podcast-link {
        display: block;
    }
    .podcast-link audio {
        width: 260px;
    }
    
}
.story-content-image {
    width: 100%;
}
.img-wrapper-centered {
    max-width: 72%;
    margin: 0 auto;
}
.video-wrapper-centered {
    max-width: 65.17%;
    margin: 0 auto;
}
.video-wrapper-centered video {
    max-height: 405px;
}
.img-wrapper-small {
    max-width: 53%;
    margin: 0 auto;
}
.story-content-image .image-pull-left {
    float: left;
    width: 50%;
    padding: 5px;
}

@media screen and (min-width: 1200px) {
    .story-content-image {
        padding: 0 7.8%;
    }
}

@media screen and (max-width: 1024px) {
    .story-content-image .image-pull-left {
        float: none;
        width: 100%;
        padding: 5px;
    }
    .story-content-image {
        padding: 0;
    }
    .story-content-image.two-images {
        padding: 0 5.46%;
    }
}
@media screen and (max-width: 767px) {
    .story-content-image .image-pull-left {
        padding: 0;
    }
}

.story-content-image img {
    max-width: 100%;
}
.clearfix {
    clear: both;
}
.story-content .story-editor {
	font-size:16px;
	color: #121212;
	line-height:26px;    
}
.story-editor {
    margin: 20px 0;
}

.opener .photo-caption{
	font-size: .75em;
	line-height: 20px;
	color: #676767;
	font-weight: 400;
    margin: 10px 50px;
}
p.img-caption {
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    font-weight: 400;
    font-family: Lato, sans-serif;
    color: var(--color-black);
    padding: 10px 0 0;
    margin: 0;
}

.img-caption span {
    display: block;
}
.img-caption .credit {
    font-size: .75em;
    line-height: 16px;
    color: #676767;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: .5em;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .opener .photo-caption {
        margin: 10px 20px;
    }
    .img-caption, .story-content-with-video .img-caption {
        padding: 10px 33px 0;
     }
 }

/* Portrait */
@media only screen and (min-device-width: 768px) {
 .img-caption, .story-content-with-video .img-caption {
    padding: 0 17.44%;
 }
}
@media only screen and (min-width: 1200px) {
 .img-caption, .story-content-with-video .img-caption {
        padding: 10px 0 0;
    }
}

.noPaddingTop {
    padding-top: 0;
}
.noMarginTop {
    margin-top: 0;
}

.section-heading-text {
    color: #121212;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    text-align: left;
    display: inline;
}
.section-heading-red-text {
    color: #EC1300;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    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.margin-top-40 {
    margin-top: 38px;
}
.story-content.margin-bottom-40 {
    margin-bottom: 38px;
}
.story-content a {
    color: var(--color-link-blue);
    text-decoration: underline;
}
.story-content.section-heading {
    text-align: left;
}
@media screen and (max-width: 767px) {
    .story-content.section-heading {
        font-size: 20px;
    }
    .section-heading-text {
        font-size: 28px;
        text-align: left;
        display: block;
    }

}

.line-separator {
    border: 1px solid var(--color-black);
}
.line-separator-gray {
    border: 1px solid #d5d5d5;
}

.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-with-video video {
    width: 100%;
    max-height: 758px;
    object-fit: cover;
}
.story-content-with-video .img-caption {
    padding: 10px 0 0;
}
@media screen and (max-width: 767px) {
    .story-content-with-video .img-caption {
        padding: 10px 8.26% 0;
    }
    .story-content-with-video video {
        max-height: 482px;
    }
}

.story-content-highlighter {
    margin-bottom: 38px;
}

@media screen and (min-width: 1200px) {
    .story-content-highlighter {
        flex-basis: 548px;
    }

    .story-content-highlighter p {
        font-size: 38px;
        padding-right: 38px;
    }
}
.story-content-highlighter p {
    font-size: 30px;
    line-height: 1.2;
    font-family: Lato;
    border-left: 2px solid var(--color-red);
    padding-left: 25px;
    font-weight: 800;
}

.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;
    }
}
@media screen and (min-width: 768px) and  (max-width: 1024px) {
    .story-content-highlighter {
        flex-basis: 52%;
    }

    .story-content-highlighter p {
        font-size: 28px;
        padding-right: 13px;
    }
    .story-content-right-text {
        font-size: 20px;
        margin-left: 20px;
        flex-basis: 39.5%;
        padding-right: 10px;
    }
    .img-wrapper-centered, .video-wrapper-centered{
        max-width: 100%;
    }
    .img-caption {
        padding: 10px 17.44% 0;
    }
    .img-wrapper-small .img-caption {
        padding: 10px 0 0;
    }
    .story-content-image.two-images .img-caption {
        padding: 0 13.44% 0;;
    }
    .img-wrapper-small {
        max-width: 64%;
    }
}
@media screen and (max-width:767px) {
    .story-content-highlighter p {
        font-size: 24px;
        line-height: 30px;
        padding-left: 18px;
    }
    .img-wrapper-centered, .video-wrapper-centered {
        max-width: 100%;
    }
    .story-content-image.two-images {
        padding: 0;
    }
    .img-wrapper-small {
        max-width: 100%;
        margin: 0 auto;
    }
}
.section-margin-top {
    margin-top: 20px;
}

@media screen and (min-width: 1200px) {
    .section-margin-top {
        margin-top: 20px;
    }   
}

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)
}


.video-banner {
    position: relative;
    width: 100%;
    display: flex;
    height: 100vh;
    overflow: hidden;
    margin-bottom: 7px;
}
.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#wavesVideo {
	object-fit: cover;
    height: 100vh;
    width: 100vw;
}
.lead-video {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    color: rgba(0, 0, 0, 0);
}
.wt {
	color: #fff;
    width: 100%;
    text-align: left;
    z-index: 2;
    align-self: end;
    transition: ease-in-out 0.5s;
}
.wt-special-text {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    letter-spacing: 0;
    background-color: #EC1300;
    max-width: 128px;
}
.wt-heading {
	font-size: 56px;
    margin-bottom: 0;
    font-weight: 900;
}
.wt-desc  {
    width: calc(100% - 40px);
    margin-left: 0px;
    margin-right: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.4375rem;
    line-height: 1.75rem;
    max-width: 700px;
}
@media (max-width: 767px) {
    .video-banner {
        height: 72vh;
    }
    #wavesVideo {
        height: 90vh;
    }
    .wt {
        padding: 20px 20px 16px;
    }
    .wt-heading {
        font-size: 38px;
    }
    .wt-desc {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 23px;
        width: calc(100% - 64px);
    }
}
@media (min-width: 600px) {
    .wt-desc  {
        margin-left:auto;
        margin-right: auto;
        margin-bottom:25px;
    }
}
@media screen and (min-width: 768px) and  (max-width: 1024px) {
    .wt-desc {
        margin-left: 0;
        margin-right: 0;
        max-width: 482px;
    }
    .wt {
        padding: 20px 50px 16px;
    }
}
@media (min-width: 1440px) {
    .wt-desc  {
        width:600px;
        max-width: 600px;
        font-size:1.4375rem;
        line-height: 1.75rem;
    }
}

@media print {
    .wt-desc  {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1024px) {
    .wt {
        padding: 50px 0 70px 50px;
    }
    .wt-desc  {
        max-width: 700px;
        margin-left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 0.6rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color:#F8F8F8;
        width: 600px;
    }
}

.blog-container {
	width: 60%;
	margin: 0 auto;
	padding: 2rem;
	text-align: left;
}
.blog-details {
	font-weight: bold;
}
.carousel-container { position: relative; max-width: 100%; margin: auto; overflow: hidden; }
.carousel-slide {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.carousel-slide img { width: 100%; display: block; transition: all 0.5s ease; } 
.carousel-slide img.active { display: block; } 
.prev, .next {
    position: absolute;
    bottom: 10px;
    cursor: pointer;
    padding: 7px 14px;
    color: #676767;
    font-size: 14px;
    z-index: 100;
    border-radius: 50%;
    border: 1px solid #efefef;
    text-decoration: none;
} 
.prev { right: 55px; } 
.next { right: 10px; } 
.carousel-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; } 
.dot { cursor: pointer; height: 12px; width: 12px; margin: 0 5px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } 
.dot.active { background-color: #717171; }
.carousel-container .prev.disabled, .carousel-container .next.disabled { opacity: 0.5; cursor: default; pointer-events: none; }
.slide {
    border: 0.5px solid #676767;
    background: #FFF;
    /*min-height: 325px;*/
    padding: 16px;
}
.slide.active {
    display: block;
}
.slide-heading {
    color: #EC1300;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 25.5px */
    padding-bottom: 1rem;
    border-bottom: 0.5px solid #676767;
}
.slide-content-container {
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
}
.slide-content-container .icon {
    width: 10%;
    margin-right: 10px;
    padding-top: 5px;
}
.slide-content {
    color: #000;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
    /*max-height: 400px;    */
    margin-bottom: 30px;
}
.story-content iframe {
    max-height: 365px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .wt-heading {
        font-size: 40px;
    }
    .story-content iframe {
        max-height: 400px;
    }
    .story-content iframe.interview-video {
        max-height: 183px;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 768px) and  (max-width: 1024px) {
    .story-content iframe.interview-video {
        max-height: 285px;
        margin-bottom: 0;
    }
}
.story-content a.prev, a.next {
    text-decoration: none;
}
@media screen and (max-width: 600px) { 
    .prev, .next { display: none; 
    }
}

.advertisement {    
    z-index: 10;
    position: relative;
}

.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;
}

header.vf-comment-header {
    z-index: 1;
}
.viafoura .vf3-comments__tabbed-nav[data-v-8249a4bc] .vf-tabbed-nav {
    z-index: 4;
}
.uxdia-c-full-width-ads .aarpe-ad-wrapper .aarpe-ad-messaging {
    border: 0;
    line-height: inherit;
}
.uxdia-u-channel-v2 .container.uxdia-c-news-gallery__wrapper~.container .uxdia-c-full-width-ads {
    padding-top: 40px;
}

.uxdia-u-travel-v2 .uxdia-c-full-width-ads .aarpe-ad-wrapper:not(.dynamic-mini-scroller):not(.incontent-native) .aarpe-ad {
    margin: 0
}

.uxdia-c-full-width-ads .aarpe-ad-wrapper {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding-top: 1.25em;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.uxdia-c-full-width-ads .aarpe-ad-wrapper.incontent-native {
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #d5d5d5
}

.uxdia-c-full-width-ads .aarpe-ad-wrapper.incontent-native .aarpe-ad {
    border-bottom: none;
    max-width: 768px;
    width: 100%
}

.uxdia-c-full-width-ads .aarpe-ad-wrapper:not(.dynamic-mini-scroller):not(.incontent-native) .aarpe-ad {
    margin: 0 auto;
    max-width: 75em
}

.uxdia-c-full-width-ads .aarpe-ad-wrapper.dynamic-mini-scroller .aarpe-ad {
    width: auto
}

.uxdia-c-full-width-ads .aarpe-ad-wrapper.dynamic-mini-scroller .aarpe-ad .celtra-ad-inline-host {
    margin: 0 auto;
    max-width: 75em
}

.uxdia-c-full-width-ads .aarpe-ad-wrapper .aarpe-ad-messaging {
    border: 0;
    line-height: inherit
}

.uxdia-c-full-width-ads .aarpe-ad-wrapper .aarpe-ad {
    padding: .3125em 0 1.25em;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

@media only screen and (min-width: 768px) and (max-width:1200px) {
    .uxdia-c-full-width-ads .aarpe-ad-wrapper .aarpe-ad {
        margin:0 2.5em
    }
}

@media only screen and (max-width: 1023px) {
    .uxdia-c-full-width-ads\@tablet .aarpe-ad-wrapper {
        padding-top:1.875em
    }

    .uxdia-c-full-width-ads\@tablet .aarpe-ad-wrapper .aarpe-ad {
        width: 100%;
        padding: .3125em 0 2.5em
    }
}

@media only screen and (max-width: 767px) {
    .uxdia-c-full-width-ads\@mobile .aarpe-ad-wrapper {
        padding-top:1.25em
    }

    .uxdia-c-full-width-ads\@mobile .aarpe-ad-wrapper .aarpe-ad {
        margin: 0 1.875em;
        padding: .3125em 0 1.875em
    }

    .uxdia-c-full-width-ads\@mobile .aarpe-ad-wrapper.mobile-scroller {
        padding-top: 0
    }

    .uxdia-c-full-width-ads\@mobile .aarpe-ad-wrapper.incontent-native .aarpe-ad {
        width: 300px
    }

    .uxdia-c-series-landing-template .uxdia-c-featured-tile-wrapper--display-ad .aarpe-ad {
        margin: 0 0 1.25em
    }

    .uxdia-c-series-landing-template .aarpe-ad-wrapper.incontent-native .aarpe-ad {
        width: 18.75em
    }

    .uxdia-c-series-landing-template .uxdia-o-article-rail .advertisement .aarpe-ad-wrapper .aarpe-ad-message {
        font-weight: 700
    }

    .aarp-c-offscreen-nav-uxdia__open .notranslate[style*='z-index: 2147483627'] {
        visibility: hidden
    }
}

.uxdia-o-full-width-ads .aarpe-ad-wrapper.dynamic-mini-scroller .aarpe-ad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: normal;
    align-items: normal
}

.uxdia-c-series-landing-template .aarpe-ad-wrapper.dynamic-mini-scroller .aarpe-ad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: normal;
    align-items: normal
}
.advancedhtml .advertisement iframe{
    width: revert-layer;
}