* {
    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");
}


@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;
	}
}
.hidden {
    display: none;
}
.main-wrapper {
    max-width: 1520px;
    margin: 0 auto;
    overscroll-behavior-y: none;
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: var(--color-black);
    position: relative;
    background-color: #fff2ea;
}
.special-heading {
    font-size: 14px;
    color: #676767;
    line-height: 125%;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
}
h1 {
    font-size: 48px;
    color: var(--color-black);
    line-height: 125%;
    font-weight: 900;
}
.main-heading {
    border-bottom: 1px solid #d5d5d5;
    max-width: 1185px;
    margin: 0 auto;
    padding: 20px;
}
.sub-heading {
    font-size: 20px;
    color: var(--color-black);
    margin-top: 10px;
}


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

.article-attribution {
    font-size: 14px;
    line-height: 1.25;
}
.article-affiliation p {
    margin: 0;
}
.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;
}

.story-content {
    margin-top: 30px;
    padding: 0 8.26%;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
}
.story-content.story-content-with-padding {
    padding: 20px 0;
    width: 1185px;
    margin: 0 auto;
    border-bottom: 1px solid #d5d5d5;
}
.story-content.story-content-caption{
	margin:0;
}

.story-content > p {
    margin-bottom: 20px;
    line-height: 150%;
}

.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 28.58%;
    }
}
@media screen and (min-width: 768px) {
    .publish-date {
        display: inline-block;
    }
}
.story-content ul.sharp-c-social-icon-share__list {
    display: flex;
    justify-content: left;
    list-style: none;
    margin-top: 12px;
}

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

.story-content 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;
}

.story-content 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==)
}

.story-content 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)
}

.story-content 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-container video, .video-container-bottom video {
    position: absolute;
    top: 50px;
    z-index: 1;
}
.video-container.fixed video, .video-container-bottom.fixed video {
    position: fixed;
}
.video-container.last video, .video-container-bottom.last video {
    position: absolute;
    bottom: -100vh;
    top: auto;
}
.text-section-wrapper, .text-section-wrapper-bottom {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: center;
    z-index: 2;
}
.overlay > .text-section-wrapper:first-child {
    justify-content: center;
    transition: transform 2ms;
}
.text-section {
    background: #fff;
    color: var(--color-black);
    width: 100%;
    padding: 20px 25px;
    opacity: 0.95;
    font-size: 20px;
    line-height: 150%;
    pointer-events: visible;
    position: relative;
}
.text-section p {
    line-height: 150%;
}
.text-section a {
    color: var(--color-link-blue);
}
video { 
    height: 100vh; 
    object-fit: cover;
    margin: auto;
    opacity: 0;
    transition: 0.3s opacity ease-in-out;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.overlay, .overlay-bottom {
    position: relative;
    width: 60%;
    margin: 0 auto;
}
#video1, #video6 {
    opacity: 1;
}
/*Removing this*/
/*
.fixed #video1, .fixed #video6 {
    position: absolute;
}
*/
/*Adding this*/
section.story-content-with-video {
    padding-bottom: 100vh;
}

.margin-top-20 {
    margin-top: 20px;
}
.text-align-center {
    text-align: center;
}
.text-align-left {
    text-align: left;
}

.story-heading {
    font-size: 30px;
    font-weight: 900;
    line-height: 125%;
    margin-bottom: 20px;
}
.img-text-container {
    display: block;
    margin-bottom: 20px;
}
.img-text-container .img {
    max-width: 100%;
    max-height:100%;
    margin-bottom: 20px;
}

.img-text {
    font-size: 20px;
    line-height: 125%;
    color: var(--color-black);
    margin-left: 10px;
}
.img-text h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 150%;
}
.img-text p {
    line-height: 150%;
    margin-bottom: 20px;
    font-size: 20px;
}
.carousel-container { position: relative; max-width: 100%; margin: auto; overflow: hidden; background-color: #fff2ea; color: var(--color-black); }
.carousel-slide img { width: 100%; display: block; transition: all 0.5s ease; } 
.carousel-slide img.active { display: block; } 
.story-content a.prev, .story-content a.next {
    text-decoration: none;
}
.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 #121212;
    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 {
    background: #fff2ea;
    /*min-height: 325px;*/
    padding: 16px;
    border: 0.5px solid #676767;
}
@media screen and (max-width: 767px) {
    .slide {
        border-left: none;
        border-right: none;
    }    
}
.slide-heading {
    color: var(--color-red);
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 25.5px */
    padding: 0 0 1rem 0;
    border-bottom: 0.5px solid #676767;
}
.slide-sub-heading {
    font-size: 20px;
    line-height: 125%;
    color: var(--color-black);
    display: block;
    font-weight: normal;
}
.slide-content-container {
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    margin-bottom: 20px;
}
.slide-content-container .icon {
    width: 31%;
    margin-right: 5px;
    padding-top: 5px;
}
.slide-content {
    color: #121212;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
    /*max-height: 400px;    */
    margin-bottom: 30px;
}
.line-separator-gray {
    border: 1px solid #d5d5d5;
}
.clearfix {
    clear: both;
}
.story-content .story-editor {
	font-size:16px;
	color: var(--color-black);
	line-height: 135%;    
}
.story-editor {
    margin: 20px 0 30px 0;
    display: flex;
    gap: 10px;
}
.story-editor img {
    height: 60px;
    width: 60px;
}
@media screen and (max-width: 600px) { 
    .prev, .next { display: none; 
    }
}
@media screen and (max-width: 767px) {
    .main-wrapper {
        overflow: hidden;
    }
    h1 {
        font-size: 36px;
        line-height: 125%;
    }
    .story-content.story-content-with-padding {
        padding: 20px;
    }
    .sub-heading, .slide-heading, .slide-sub-heading {
        font-size: 18px;
    }
    .img-text-container {
        display: block;
    }
    .overlay, .overlay-bottom {
        width: 100%;
    }
    .text-section {
        font-size: 18px;
        padding: 10px 15px;
    }
    .img-text-container .img {
        text-align: center;
    }
    .no-mobile-padding {
        padding: 0;
    }
    .slide-content {
        font-size: 17px;
    }
    .slide-heading {
        padding: 0 0 1rem 0;
    }
}
@media screen and (min-width: 768px) {
    .img-text-container {
        display: flex;
        align-items: normal;
        justify-content: center;
    }
    .img-text-container .img {
        margin-bottom: 0;
    }
    .img-text {
        margin-left: 20px;
    }
    .text-overlay {
        max-width: 62.7%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .story-content.story-content-with-padding {
        padding: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .text-overlay {
        max-width: 37.7%;
    }
    .main-heading {
        padding: 20px 0px;
    }
}
.advertisement {    
    z-index: 10;
    position: relative;
}

.feeaturedList-title,
.uxdia-c-featured-list,
.comments, #moreSection .cmp-text {
    padding: 0 8.26%;
    margin: 0 auto;
}

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

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

.feeaturedList-title p, #moreSection .cmp-text 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) {
    .feeaturedList-title p, #moreSection .cmp-text 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;
}
.aarpe-ad-message {
    background-color: #fff2ea;
}
#moreSection {
    background-color: #fff2ea;
    padding-top: 40px;
}
#container-02b6b47680, #text-16862e6d4d, .advancedhtml {
    background-color: #fff2ea;
}
#text-16862e6d4d {
    padding-top: 40px;
}
#text-16862e6d4d p {
    margin-bottom: 0;
    padding-bottom: 20px;
}