/*! sanitize.css v7.0.1 | CC0 License | github.com/csstools/sanitize.css */*,:after,:before {
	background-repeat:no-repeat;
	box-sizing:border-box
}
:after,:before {
	text-decoration:inherit;
	vertical-align:inherit
}
html {
	cursor:default;
	font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Oxygen,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	line-height:1.15;
	-moz-tab-size:4;
	-o-tab-size:4;
	tab-size:4;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	word-break:break-word
}
body {
	margin:0
}
h1 {
	font-size:2em;
	margin:.67em 0
}
hr {
	height:0;
	overflow:visible
}
main {
	display:block
}
nav ol,nav ul {
	list-style:none
}
pre {
	font-family:Menlo,Consolas,Roboto Mono,Ubuntu Monospace,Oxygen Mono,Liberation Mono,monospace;
	font-size:1em
}
a {
	background-color:transparent
}
abbr[title] {
	text-decoration:underline;
	text-decoration:underline dotted
}
b,strong {
	font-weight:bolder
}
code,kbd,samp {
	font-family:Menlo,Consolas,Roboto Mono,Ubuntu Monospace,Oxygen Mono,Liberation Mono,monospace;
	font-size:1em
}
small {
	font-size:80%
}
::-moz-selection {
	background-color:#b3d4fc;
	color:#000;
	text-shadow:none
}
::selection {
	background-color:#b3d4fc;
	color:#000;
	text-shadow:none
}
audio,canvas,iframe,img,svg,video {
	vertical-align:middle
}
audio,video {
	display:inline-block
}
audio:not([controls]) {
	display:none;
	height:0
}
img {
	border-style:none
}
svg {
	fill:currentColor
}
svg:not(:root) {
	overflow:hidden
}
table {
	border-collapse:collapse
}
button,input,select {
	margin:0
}
button,input,select,textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit
}
button {
	overflow:visible;
	text-transform:none
}
[type=button],[type=reset],[type=submit],button {
	-webkit-appearance:button
}
fieldset {
	padding:.35em .75em .625em
}
input {
	overflow:visible
}
legend {
	color:inherit;
	display:table;
	max-width:100%;
	white-space:normal
}
progress {
	display:inline-block;
	vertical-align:baseline
}
select {
	text-transform:none
}
textarea {
	margin:0;
	overflow:auto;
	resize:vertical
}
[type=checkbox],[type=radio] {
	padding:0
}
::-webkit-inner-spin-button,::-webkit-outer-spin-button {
	height:auto
}
[type=search] {
	-webkit-appearance:textfield;
	outline-offset:-2px
}
::-webkit-input-placeholder {
	color:inherit;
	opacity:.54
}
::-webkit-search-decoration {
	-webkit-appearance:none
}
::-webkit-file-upload-button {
	-webkit-appearance:button;
	font:inherit
}
details,dialog {
	display:block
}
dialog {
	background-color:#fff;
	border:solid;
	color:#000;
	height:-moz-fit-content;
	height:-webkit-fit-content;
	height:fit-content;
	left:0;
	margin:auto;
	padding:1em;
	position:absolute;
	right:0;
	width:-moz-fit-content;
	width:-webkit-fit-content;
	width:fit-content
}
dialog:not([open]) {
	display:none
}
summary {
	display:list-item
}
canvas {
	display:inline-block
}
template {
	display:none
}
[tabindex],a,area,button,input,label,select,summary,textarea {
	-ms-touch-action:manipulation;
	touch-action:manipulation
}
[hidden] {
	display:none
}
[aria-busy=true] {
	cursor:progress
}
[aria-controls] {
	cursor:pointer
}
[aria-disabled],[disabled] {
	cursor:disabled
}
[aria-hidden=false][hidden]:not(:focus) {
	clip:rect(0,0,0,0);
	display:inherit;
	position:absolute
}
/*! Flickity v2.2.0https://flickity.metafizzy.co---------------------------------------------- */.flickity-enabled {
	position:relative
}
.flickity-enabled:focus {
	outline:none
}
.flickity-viewport {
	overflow:hidden;
	position:relative;
	height:100%
}
.flickity-slider {
	position:absolute;
	width:100%;
	height:100%
}
.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color:transparent;
	tap-highlight-color:transparent;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.flickity-enabled.is-draggable .flickity-viewport {
	cursor:move;
	cursor:-webkit-grab;
	cursor:grab
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor:-webkit-grabbing;
	cursor:grabbing
}
.flickity-button {
	position:absolute;
	background:hsla(0,0%,100%,.75);
	border:none;
	color:#333
}
.flickity-button:hover {
	background:#fff;
	cursor:pointer
}
.flickity-button:focus {
	outline:none;
	box-shadow:0 0 0 5px #19f
}
.flickity-button:active {
	opacity:.6
}
.flickity-button:disabled {
	opacity:.3;
	cursor:auto;
	pointer-events:none
}
.flickity-button-icon {
	fill:currentColor
}
.flickity-prev-next-button {
	top:50%;
	width:44px;
	height:44px;
	border-radius:50%;
	transform:translateY(-50%)
}
.flickity-prev-next-button.previous {
	left:10px
}
.flickity-prev-next-button.next {
	right:10px
}
.flickity-rtl .flickity-prev-next-button.previous {
	left:auto;
	right:10px
}
.flickity-rtl .flickity-prev-next-button.next {
	right:auto;
	left:10px
}
.flickity-prev-next-button .flickity-button-icon {
	position:absolute;
	left:20%;
	top:20%;
	width:60%;
	height:60%
}
.flickity-page-dots {
	position:absolute;
	width:100%;
	bottom:-25px;
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
	line-height:1
}
.flickity-rtl .flickity-page-dots {
	direction:rtl
}
.flickity-page-dots .dot {
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 8px;
	background:#333;
	border-radius:50%;
	opacity:.25;
	cursor:pointer
}
.flickity-page-dots .dot.is-selected {
	opacity:1
}
body:before {
	border:0;
	clip:rect(0,0,0,0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
	visibility:hidden
}
@media only screen and (min-width:320px) {
	body:before {
		content:"mq-xs"
	}
}
@media only screen and (min-width:568px) {
	body:before {
		content:"mq-sm"
	}
}
@media only screen and (min-width:768px) {
	body:before {
		content:"mq-md"
	}
}
@media only screen and (min-width:1024px) {
	body:before {
		content:"mq-lg"
	}
}
@media only screen and (min-width:1240px) {
	body:before {
		content:"mq-hk"
	}
}
@media only screen and (min-width:1440px) {
	body:before {
		content:"mq-xl"
	}
}
.NewsletterModule-form .EmailInput label span,.sr-only {
	border:0;
	clip:rect(0,0,0,0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.undo-sr-only {
	clip:inherit;
	height:auto;
	margin:0;
	overflow:visible;
	position:relative;
	width:auto
}
.clearfix:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
body {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:1.6rem
}
@media only screen and (min-width:768px) {
	body {
		font-size:1.8rem
	}
}
h1,h2,h3,h4,h5 {
	margin:0
}
html {
	font-size:62.5%
}
body,html {
	height:100%
}
blockquote,figure,hr,ol,ul {
	margin:0
}
ol,ul {
	padding:0
}
a {
	color:inherit
}
a,a:hover {
	text-decoration:none
}
img {
	display:block;
	height:auto;
	max-width:100%
}
@font-face {
	font-family:BentonGothic;
	font-style:normal;
	font-weight:300;
	font-display:swap;
	src:url('BentonGothic-Regular.0c532721f81fc3dc5537f4f33e2023d8.woff2') format("woff2"),url('BentonGothic-Regular.509f59ddb35a4959a6bf4880fc8d917e.woff') format("woff")
}
@font-face {
	font-family:BentonGothic;
	font-style:normal;
	font-weight:500;
	font-display:swap;
	src:url('BentonGothic-Medium.0af2a448f6d58f8dd85f039eba38b50f.woff2') format("woff2"),
url('BentonGothic-Medium.0793a910a84e62f91b0b4e296bd3f958.woff') format("woff")
}
@font-face {
	font-family:BentonGothic;
	font-style:normal;
	font-weight:700;
	font-display:swap;
	src:url('BentonGothic-Bold.0173e1397f3e876c231fe162dd06864a.woff2') format("woff2"),url('BentonGothic-Bold.54c613d10c247445c7515f29cb89feee.woff') format("woff")
}
@font-face {
	font-family:KisFBDisplay;
	font-style:normal;
	font-weight:500;
	font-display:swap;
	src:url('KisFBDisplay-Roman.6f505bd99ff1b58341f6ac7abe7fc12a.woff2') format("woff2"),url('KisFBDisplay-Roman.d6139d3cb0273e8325a2c8353e93daa3.woff') format("woff")
}
@font-face {
	font-family:KisFBDisplay;
	font-style:normal;
	font-weight:700;
	font-display:swap;
	src:url('KisFBDisplay-Bold.4046c096f268453d9b0ff36ff067feec.woff2') format("woff2"),url('KisFBDisplay-Bold.13442dda0346d3187f2106ebfbd54983.woff') format("woff")
}
@font-face {
	font-family:Vollkorn;
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:url('Vollkorn-Regular.ee337abf17b9fa4ea5b685b1d7d38521.woff2') format("woff2"),url('Vollkorn-Regular.d42239805e13f3afe920f7481d8be57c.woff') format("woff")
}
@font-face {
	font-family:Vollkorn;
	font-style:normal;
	font-weight:700;
	font-display:swap;
	src:url('Vollkorn-SemiBold.5a3fc99611ba75088e22df7e246c8cea.woff2') format("woff2"),url('Vollkorn-SemiBold.4217da6e8e2c0843098db8d53de60d93.woff') format("woff")
}
@font-face {
	font-family:FranklinGothic;
	font-style:normal;
	font-weight:900;
	font-display:swap;
	src:url('FranklinGothic-Bold.46a8e0772f0c116a099063431fcb82e1.woff2') format("woff2")
}



@font-face {
  font-family:BentonGothic-Bold;
  src:url(BentonGothic-Bold.woff) format('woff')
}
@font-face {
  font-family:benton-gothic-light;
  src:url(benton-gothic-light.woff) format('woff')
}
@font-face {
  font-family:benton-gothic-medium;
  src:url(benton-gothic-medium.woff) format('woff')
}
@font-face {
  font-family:BentonGothic-Regular;
  src:url(BentonGothic-Regular.woff) format('woff')
}




:root {
	--body-1:1.8rem;
	--byline-1:1.2rem;
	--byline-2:1.4rem;
	--caption-1:1.2rem;
	--counter-1:1.6rem;
	--counter-2:1.4rem;
	--date-1:1.2rem;
	--description-1:1.5rem;
	--label-1:1rem;
	--label-2:1.2rem;
	--label-3:1.2rem;
	--label-4:1.4rem;
	--label-5:1.4rem;
	--label-6:1.1rem;
	--title-1:3rem;
	--title-2:2.6rem;
	--title-3:2rem;
	--title-4:1.8rem;
	--title-5:1.8rem;
	--title6:1.4rem;
	--title-7:3rem;
	--title-8:2rem;
	--title-9:3rem;
	--title-10:1.4rem;
	--quote-1:1.6rem
}
@media screen and (min-width:768px) {
	:root {
		--title-7:4rem;
		--title-8:2.4rem;
		--title-9:4.8rem
	}
}
@media screen and (min-width:1024px) {
	:root {
		--counter-1:1.8rem;
		--title-1:4.2rem;
		--title-2:3rem;
		--title-3:2.4rem;
		--title-4:2.4rem;
		--title-7:5rem;
		--quote-1:2.4rem
	}
}
@media screen and (min-width:1440px) {
	:root {
		--title-9:7rem
	}
}
.ErrorPage-title,.PromoSuperLeadLarge-title,.title-1 {
	font-family:var(--primaryHeadlineFont),Times New Roman,Times,serif;
	font-size:var(--title-1);
	line-height:1.13;
	letter-spacing:-.2px
}
@media only screen and (min-width:1024px) {
	.ErrorPage-title,.PromoSuperLeadLarge-title,.title-1 {
		line-height:1.1
	}
}
.AuthorPage-name,.LiveBlogPost-headline,.title-2 {
	font-family:var(--primaryHeadlineFont),Times New Roman,Times,serif;
	font-size:var(--title-2);
	line-height:1.15;
	letter-spacing:-.2px;
	font-weight:700
}
@media only screen and (min-width:1024px) {
	.AuthorPage-name,.LiveBlogPost-headline,.title-2 {
		line-height:1.13
	}
}
.ArticlePage-articleBody .ListArticleBodyItem-headline,.BlogPostPage-articleBody .ListArticleBodyItem-headline,.GalleryPage-aside .GalleryPage-headline,.GalleryPage-subHeadline,.Infobox-title,.ListiclePage-articleBody .ListArticleBodyItem-headline,.PodcastContainerPage-articleBody .ListArticleBodyItem-headline,.StoryStackItem-title,.title-3 {
	font-family:var(--primaryHeadlineFont),Times New Roman,Times,serif;
	font-size:var(--title-3);
	font-weight:700;
	line-height:1.2;
	letter-spacing:-.2px
}
@media only screen and (min-width:1024px) {
	.ArticlePage-articleBody .ListArticleBodyItem-headline,.BlogPostPage-articleBody .ListArticleBodyItem-headline,.GalleryPage-aside .GalleryPage-headline,.GalleryPage-subHeadline,.Infobox-title,.ListiclePage-articleBody .ListArticleBodyItem-headline,.PodcastContainerPage-articleBody .ListArticleBodyItem-headline,.StoryStackItem-title,.title-3 {
		line-height:1.17
	}
}
.ErrorPage-errorMessage,.title-4 {
	font-family:var(--primaryHeadlineFont),Times New Roman,Times,serif;
	font-size:var(--title-4);
	line-height:1.22
}
@media only screen and (min-width:1024px) {
	.ErrorPage-errorMessage,.title-4 {
		line-height:1.17
	}
}
.Infobox-items-item .Link,.InteractivePromo-title,.PromoAuthor-description,.PromoFullWidthLead-title,.PromoFullWidthLeadOverlay-title,.PromoGallery-title,.PromoLarge-title,.PromoMedium-title,.PromoSmall-title,.PromoSuperLeadExtraLarge-items-item,.PromoSuperLeadSmall-title,.PromoXLarge-title,.PromoXSmall-title[data-alt-font],.SearchResultsModule-noResults,.title-5 {
	font-family:var(--primaryHeadlineFont),Times New Roman,Times,serif;
	font-size:var(--title-5);
	line-height:1.17;
	letter-spacing:-.2px;
	font-weight:600
}
.Banner-link,.GallerySlide-title,.LiveBlogPage-aside-navigation-item-headline,.PlaylistItem-title,.PromoLive-title,.title-6 {
	font-family:var(--primaryHeadlineFont),Times New Roman,Times,serif;
	font-size:var(--title6);
	font-weight:700;
	line-height:1.29;
	letter-spacing:-.2px
}
.GalleryPage-headline,.ListR .PromoXLarge-title,.PromoBlogPost-title,.PromoFullWidth-title span,.title-7 {
	font-family:var(--primaryHeadlineFont),Times New Roman,Times,serif;
	font-size:var(--title-7);
	font-weight:700;
	line-height:1.13;
	letter-spacing:-.2px
}
@media only screen and (min-width:1024px) {
	.GalleryPage-headline,.ListR .PromoXLarge-title,.PromoBlogPost-title,.PromoFullWidth-title span,.title-7 {
		line-height:1.08
	}
}
.LongFormPage-subHeadline,.title-8,.WeatherModule-current-location {
	color:var(--primaryTextColor);
	font-family:var(--bodyFont);
	font-size:var(--title-8);
	font-weight:400;
	line-height:1.5
}
@media only screen and (min-width:768px) {
	.LongFormPage-subHeadline,.title-8,.WeatherModule-current-location {
		line-height:1.69
	}
}
.PromoSuperLeadExtraLarge-title,.title-9 {
	color:var(--primaryTextColor);
	font-family:var(--primaryHeadlineFont),Times New Roman,Times,serif;
	font-size:var(--title-9);
	font-weight:400;
	line-height:1.13;
	letter-spacing:-.2px
}
@media only screen and (min-width:768px) {
	.PromoSuperLeadExtraLarge-title,.title-9 {
		line-height:1.06;
		letter-spacing:-.5px
	}
}
@media only screen and (min-width:1440px) {
	.PromoSuperLeadExtraLarge-title,.title-9 {
		font-size:7rem
	}
}
.ErrorPage-search-input,.ErrorPage-search-input::-moz-placeholder,.GalleryPage-aside-cta,.Infobox-items-item .RichTextModule .ArticlePage-dateline h1,.Infobox-items-item .RichTextModule .BlogPostPage-dateline h1,.Infobox-items-item .RichTextModule .ListiclePage-dateline h1,.Infobox-items-item .RichTextModule .PodcastContainerPage-dateline h1,.Infobox-items-item .RichTextModule .RichTextBody h1,.InteractivePromo-items-item,.ListListicle-title,.ListListicleWithCount-title,.PromoLarge-items-item,.PromoMedium-items-item,.PromoSmall-items-item,.PromoSuperLeadLarge-items-item,.PromoSuperLeadSmall-items-item,.PromoXLarge-items-item,.PromoXSmall-items-item,.PromoXSmall-title,.StoryStackItem-number,.title-10,.WeatherModule-current-feelslike-wrapper,.WeatherModule-current-humidity-wrapper,.WeatherModule-current-sunrise-wrapper,.WeatherModule-current-sunset-wrapper,.WeatherModule-current-temp-wrapper-inner,.WeatherModule-current-winds,.WeatherModule-current-winds-e,.WeatherModule-current-winds-n,.WeatherModule-current-winds-s,.WeatherModule-current-winds-w,.WeatherModule-current-wx {
	color:var(--primaryTextColor);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--title-10);
	font-weight:500;
	line-height:1.29
}
.ErrorPage-search-input,.ErrorPage-search-input:-ms-input-placeholder,.GalleryPage-aside-cta,.Infobox-items-item .RichTextModule .ArticlePage-dateline h1,.Infobox-items-item .RichTextModule .BlogPostPage-dateline h1,.Infobox-items-item .RichTextModule .ListiclePage-dateline h1,.Infobox-items-item .RichTextModule .PodcastContainerPage-dateline h1,.Infobox-items-item .RichTextModule .RichTextBody h1,.InteractivePromo-items-item,.ListListicle-title,.ListListicleWithCount-title,.PromoLarge-items-item,.PromoMedium-items-item,.PromoSmall-items-item,.PromoSuperLeadLarge-items-item,.PromoSuperLeadSmall-items-item,.PromoXLarge-items-item,.PromoXSmall-items-item,.PromoXSmall-title,.StoryStackItem-number,.title-10,.WeatherModule-current-feelslike-wrapper,.WeatherModule-current-humidity-wrapper,.WeatherModule-current-sunrise-wrapper,.WeatherModule-current-sunset-wrapper,.WeatherModule-current-temp-wrapper-inner,.WeatherModule-current-winds,.WeatherModule-current-winds-e,.WeatherModule-current-winds-n,.WeatherModule-current-winds-s,.WeatherModule-current-winds-w,.WeatherModule-current-wx {
	color:var(--primaryTextColor);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--title-10);
	font-weight:500;
	line-height:1.29
}
.ErrorPage-search-input,.ErrorPage-search-input::placeholder,.GalleryPage-aside-cta,.Infobox-items-item .RichTextModule .ArticlePage-dateline h1,.Infobox-items-item .RichTextModule .BlogPostPage-dateline h1,.Infobox-items-item .RichTextModule .ListiclePage-dateline h1,.Infobox-items-item .RichTextModule .PodcastContainerPage-dateline h1,.Infobox-items-item .RichTextModule .RichTextBody h1,.InteractivePromo-items-item,.ListListicle-title,.ListListicleWithCount-title,.PromoLarge-items-item,.PromoMedium-items-item,.PromoSmall-items-item,.PromoSuperLeadLarge-items-item,.PromoSuperLeadSmall-items-item,.PromoXLarge-items-item,.PromoXSmall-items-item,.PromoXSmall-title,.StoryStackItem-number,.title-10,.WeatherModule-current-feelslike-wrapper,.WeatherModule-current-humidity-wrapper,.WeatherModule-current-sunrise-wrapper,.WeatherModule-current-sunset-wrapper,.WeatherModule-current-temp-wrapper-inner,.WeatherModule-current-winds,.WeatherModule-current-winds-e,.WeatherModule-current-winds-n,.WeatherModule-current-winds-s,.WeatherModule-current-winds-w,.WeatherModule-current-wx {
	color:var(--primaryTextColor);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--title-10);
	font-weight:500;
	line-height:1.29
}
.AuthorPage-jobTitle,.description-1,.Infobox-description,.Infobox-items-item .RichTextModule .ArticlePage-dateline,.Infobox-items-item .RichTextModule .BlogPostPage-dateline,.Infobox-items-item .RichTextModule .ListiclePage-dateline,.Infobox-items-item .RichTextModule .PodcastContainerPage-dateline,.Infobox-items-item .RichTextModule .RichTextBody,.InteractivePromo-description,.PromoFullWidthLead-description,.PromoFullWidthLeadOverlay-description,.PromoGallery-description,.PromoLarge-description,.PromoMedium-description,.PromoSmall-description,.PromoSuperLeadLarge-description,.PromoSuperLeadSmall-description,.PromoXLarge-description,.PromoXSmall-description {
	color:var(--secondaryColor6);
	font-family:var(--bodyFont);
	font-size:var(--description-1);
	line-height:1.27
}
.byline-1,.LiveBlogPost-author,.PromoBlogPost-authorName {
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--byline-1);
	color:var(--primaryTextColor);
	line-height:1.2
}
.byline-2,.PromoLarge-byline,.PromoMedium-byline,.PromoXSmall-byline {
	font-family:var(--secondaryHeadlineFont);
	font-size:var(--byline-1);
	color:var(--secondaryColor7);
	line-height:1.17
}
.date-1,.LiveBlogPost-date-date,.PromoBlogPost-date,.PromoBlogPost-timestamp,.WeatherModule-current-location-label,.WeatherModule-schedule-hourly-items-item .Hour,.WeatherModule-schedule-weekly-items-item .Weekly {
	color:var(--secondaryTextColor);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--date-1);
	font-weight:500;
	letter-spacing:.2px;
	line-height:1.2;
	text-transform:uppercase
}
.caption-1,.CarouselSlide-info,.Figure-content,.GalleryPage-aside-slideContent,.PromoSuperLeadExtraLarge-description,.VideoEnhancement-title {
	color:var(--primaryTextColor);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--caption-1);
	font-weight:500;
	line-height:1.17
}
.body-1,.ErrorPage-errorDescription,.PodcastContainerPage-contents .RichTextModule {
	color:var(--primaryTextColor);
	font-family:var(--bodyFont);
	font-size:var(--body-1);
	line-height:1.67
}
.body-2 {
	color:var(--primaryTextColor);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-weight:300;
	font-size:1.6rem;
	line-height:1.5
}
.GoogleDfpAd-adCaption,.HomePage-header-content,.Infobox-category,.InteractivePromo-breaking,.InteractivePromo-category,.InteractivePromo-timestamp,.label-1,.PlaylistItem-category,.PlaylistItem-duration,.PlaylistItem-media-current,.PromoAuthor-title,.PromoFullWidthLead-category,.PromoFullWidthLeadOverlay-category,.PromoLarge-breaking,.PromoLarge-category,.PromoLarge-timestamp,.PromoLive-label,.PromoMedium-breaking,.PromoMedium-category,.PromoMedium-timestamp,.PromoSmall-breaking,.PromoSmall-category,.PromoSmall-timestamp,.PromoSuperLeadExtraLarge-breaking,.PromoSuperLeadExtraLarge-category,.PromoSuperLeadExtraLarge-timestamp,.PromoSuperLeadLarge-breaking,.PromoSuperLeadLarge-timestamp,.PromoSuperLeadSmall-breaking,.PromoSuperLeadSmall-timestamp,.PromoXLarge-breaking,.PromoXLarge-category,.PromoXLarge-timestamp,.PromoXSmall-breaking,.PromoXSmall-category,.PromoXSmall-timestamp {
	color:var(--secondaryTextColor);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--label-1);
	font-weight:700;
	text-transform:uppercase
}
.HomePage-header-content[data-recent],.Infobox-category[data-recent],.InteractivePromo-breaking[data-recent],.InteractivePromo-category[data-recent],.InteractivePromo-timestamp[data-recent],.label-1[data-recent],.PlaylistItem-category[data-recent],.PlaylistItem-duration[data-recent],.PlaylistItem-media-current[data-recent],.PromoAuthor-title[data-recent],.PromoFullWidthLead-category[data-recent],.PromoFullWidthLeadOverlay-category[data-recent],.PromoLarge-breaking[data-recent],.PromoLarge-category[data-recent],.PromoLarge-timestamp[data-recent],.PromoLive-label[data-recent],.PromoMedium-breaking[data-recent],.PromoMedium-category[data-recent],.PromoMedium-timestamp[data-recent],.PromoSmall-breaking[data-recent],.PromoSmall-category[data-recent],.PromoSmall-timestamp[data-recent],.PromoSuperLeadExtraLarge-breaking[data-recent],.PromoSuperLeadExtraLarge-category[data-recent],.PromoSuperLeadExtraLarge-timestamp[data-recent],.PromoSuperLeadLarge-breaking[data-recent],.PromoSuperLeadLarge-timestamp[data-recent],.PromoSuperLeadSmall-breaking[data-recent],.PromoSuperLeadSmall-timestamp[data-recent],.PromoXLarge-breaking[data-recent],.PromoXLarge-category[data-recent],.PromoXLarge-timestamp[data-recent],.PromoXSmall-breaking[data-recent],.PromoXSmall-category[data-recent],.PromoXSmall-timestamp[data-recent] {
	color:var(--breakingBgColor)
}
.ActionBar-dropdown-header span,.ActionBar-dropdown .ActionLink span,.ActionLinkWithLabel span,.Infobox-items-item .RichTextModule .ArticlePage-dateline h6,.Infobox-items-item .RichTextModule .BlogPostPage-dateline h6,.Infobox-items-item .RichTextModule .ListiclePage-dateline h6,.Infobox-items-item .RichTextModule .PodcastContainerPage-dateline h6,.Infobox-items-item .RichTextModule .RichTextBody h6,.label-2,.ListP-title {
	color:var(--secondaryColor6);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--label-2);
	font-weight:700;
	text-transform:uppercase
}
.ErrorPage-search-submit-text,.Form-message,.label-3,.Page-footer-disclaimer,.Page-header-disclaimer {
	color:var(--secondaryColor5);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--label-3);
	font-weight:500;
	line-height:1.67
}
.CheckboxInput-label span,.FooterNavigationItem a,.label-4,.LiveBlogPage-aside-title,.NavigationItem .NavigationLink,.NewsletterModule-form .EmailInput input,.Page-footer .NewsletterModule-form .EmailInput input,.SearchFilter-seeAll-button,.SearchFilterInput-count,.SearchResultsModule-filters-selected-filter,.SearchResultsModule-filters-selected-reset,.SectionNavigationItem-text,.SectionNavigationItem a,.TextInput input,.TextInputInverse input,.VideoPage-playlist-title,.WeatherModule-schedule-button-hourly,.WeatherModule-schedule-button-weekly {
	color:var(--primaryTextColor);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--label-4);
	font-weight:500;
	line-height:1
}
.Banner-title,.Button,.ButtonAlt,.ButtonInverse,.ButtonInverseAlt,.ButtonPrimary,.ButtonWithChevron,.Comments-trigger,.Form .Button[type=submit],.Form .ButtonAlt[type=submit],.Form .ButtonInverse[type=submit],.Form .ButtonInverseAlt[type=submit],.Form .ButtonWithChevron[type=submit],.Form .GalleryPage-infoButton[type=submit],.Form .Infobox-cta[type=submit],.Form .ListI-nextPage>.Link[type=submit],.Form .PromoBlogPost-readMore[type=submit],.Form .SearchResultsModule-filters-open[type=submit],.Form .VideoModule-cta a[type=submit],.GalleryPage-infoButton,.GalleryPage-start,.Infobox-cta,.InteractivePromo-items-title,.label-5,.ListI-nextPage>.Link,.Location,.NavigationItem-text,.NewsletterModule-form-buttons .Button[type=submit],.NewsletterModule-form-buttons .ButtonAlt[type=submit],.NewsletterModule-form-buttons .ButtonInverse[type=submit],.NewsletterModule-form-buttons .ButtonInverseAlt[type=submit],.NewsletterModule-form-buttons .ButtonWithChevron[type=submit],.NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit],.NewsletterModule-form-buttons .Infobox-cta[type=submit],.NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit],.NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit],.NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit],.NewsletterModule-form-buttons .VideoModule-cta a[type=submit],.NewsletterModule-form .EmailInput label span,.NewsletterModule-title,.Page-footer .NewsletterModule-form .EmailInput label span,.Page-header-quickLinks,.PromoBlogPost-readMore,.PromoLarge-items-title,.PromoMedium-items-title,.PromoSmall-items-title,.PromoSuperLeadLarge-items-title,.PromoSuperLeadSmall-items-title,.PromoXLarge-items-title,.PromoXSmall-items-title,.SearchFilter-heading,.SearchResultsModule-count,.SearchResultsModule-filters-applyButton,.SearchResultsModule-filters-open,.SearchResultsModule-filters-selected-title,.SearchResultsModule-filters-title,.SearchResultsModule-sorts,.SearchResultsPage-title,.SocialBar-heading,.SponsoredBanner-title,.talk-embed-stream .SignInButton__button___CwKU1,.TextInputInverse label span,.TextInput label span,.VideoModule-cta a {
	color:var(--primaryTextColor);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--label-5);
	font-weight:700;
	line-height:1
}
.ArticlePage-authorSocialLinks .SocialBar .SocialLink span,.AuthorPage-authorSocialLinks .SocialBar .SocialLink span,.BlogPostPage-authorSocialLinks .SocialBar .SocialLink span,.FollowButton,.label-6,.ListiclePage-authorSocialLinks .SocialBar .SocialLink span,.LongFormPage-authorSocialLinks .SocialBar .SocialLink span,.PodcastContainerPage-authorSocialLinks .SocialBar .SocialLink span,.Quote-attribution,.SocialBar-forPerson .SocialLink span,.StoryStackPage-authorSocialLinks .SocialBar .SocialLink span {
	color:var(--secondaryColor6);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--label-6);
	font-weight:500;
	line-height:1
}
.CarouselSlide-numbers,.counter-1,.GalleryPage-numbers,.ListB-items-item:before,.ListListicle-items-item-count,.ListListicleWithCount-items-item-count {
	color:var(--primaryTextColor);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--counter-1);
	font-weight:700;
	line-height:1.13
}
.counter-2,.GalleryPage-lead-count,.ListS-items .PromoButton,.SearchResultsModule-pageCounts {
	color:var(--secondaryColor6);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--counter-2);
	font-weight:500;
	line-height:1.29
}
.quote-1,.Quote blockquote {
	color:var(--secondaryColor8);
	font-size:var(--quote-1);
	font-family:var(--bodyFont);
	line-height:30px;
	font-style:italic
}
@media only screen and (min-width:1024px) {
	.quote-1,.Quote blockquote {
		line-height:40px
	}
}
.Button,.ButtonAbstract,.ButtonAlt,.ButtonInverse,.ButtonInverseAlt,.ButtonPrimary,.ButtonWithChevron,.Comments-trigger,.FollowButton,.Form .Button[type=submit],.Form .ButtonAlt[type=submit],.Form .ButtonInverse[type=submit],.Form .ButtonInverseAlt[type=submit],.Form .ButtonWithChevron[type=submit],.Form .GalleryPage-infoButton[type=submit],.Form .Infobox-cta[type=submit],.Form .ListI-nextPage>.Link[type=submit],.Form .PromoBlogPost-readMore[type=submit],.Form .SearchResultsModule-filters-open[type=submit],.Form .VideoModule-cta a[type=submit],.GalleryPage-infoButton,.GalleryPage-start,.Infobox-cta,.ListI-nextPage>.Link,.NewsletterModule-form-buttons .Button[type=submit],.NewsletterModule-form-buttons .ButtonAlt[type=submit],.NewsletterModule-form-buttons .ButtonInverse[type=submit],.NewsletterModule-form-buttons .ButtonInverseAlt[type=submit],.NewsletterModule-form-buttons .ButtonWithChevron[type=submit],.NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit],.NewsletterModule-form-buttons .Infobox-cta[type=submit],.NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit],.NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit],.NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit],.NewsletterModule-form-buttons .VideoModule-cta a[type=submit],.PromoBlogPost-readMore,.SearchResultsModule-filters-applyButton,.SearchResultsModule-filters-open,.talk-embed-stream .SignInButton__button___CwKU1,.VideoModule-cta a {
	cursor:pointer;
	display:inline-block;
	font-weight:700;
	text-align:center;
	transition:color .25s,background .25s,border .25s
}
.Button,.ButtonAlt,.ButtonInverse,.ButtonInverseAlt,.ButtonPrimary,.ButtonWithChevron,.Comments-trigger,.Form .Button[type=submit],.Form .ButtonAlt[type=submit],.Form .ButtonInverse[type=submit],.Form .ButtonInverseAlt[type=submit],.Form .ButtonWithChevron[type=submit],.Form .GalleryPage-infoButton[type=submit],.Form .Infobox-cta[type=submit],.Form .ListI-nextPage>.Link[type=submit],.Form .PromoBlogPost-readMore[type=submit],.Form .SearchResultsModule-filters-open[type=submit],.Form .VideoModule-cta a[type=submit],.GalleryPage-infoButton,.GalleryPage-start,.Infobox-cta,.ListI-nextPage>.Link,.NewsletterModule-form-buttons .Button[type=submit],.NewsletterModule-form-buttons .ButtonAlt[type=submit],.NewsletterModule-form-buttons .ButtonInverse[type=submit],.NewsletterModule-form-buttons .ButtonInverseAlt[type=submit],.NewsletterModule-form-buttons .ButtonWithChevron[type=submit],.NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit],.NewsletterModule-form-buttons .Infobox-cta[type=submit],.NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit],.NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit],.NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit],.NewsletterModule-form-buttons .VideoModule-cta a[type=submit],.PromoBlogPost-readMore,.SearchResultsModule-filters-applyButton,.SearchResultsModule-filters-open,.talk-embed-stream .SignInButton__button___CwKU1,.VideoModule-cta a {
	-ms-flex-align:center;
	align-items:center;
	background:var(--buttonBgColor);
	border:1px solid var(--buttonTextColor);
	color:var(--buttonTextColor);
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	line-height:38px;
	height:40px;
	width:280px
}
.Button:focus,.Button:hover,.ButtonAlt:focus,.ButtonAlt:hover,.ButtonInverse:focus,.ButtonInverse:hover,.ButtonInverseAlt:focus,.ButtonInverseAlt:hover,.ButtonPrimary:focus,.ButtonPrimary:hover,.ButtonWithChevron:focus,.ButtonWithChevron:hover,.Comments-trigger:focus,.Comments-trigger:hover,.Form .Button[type=submit]:focus,.Form .Button[type=submit]:hover,.Form .ButtonAlt[type=submit]:focus,.Form .ButtonAlt[type=submit]:hover,.Form .ButtonInverse[type=submit]:focus,.Form .ButtonInverse[type=submit]:hover,.Form .ButtonInverseAlt[type=submit]:focus,.Form .ButtonInverseAlt[type=submit]:hover,.Form .ButtonWithChevron[type=submit]:focus,.Form .ButtonWithChevron[type=submit]:hover,.Form .GalleryPage-infoButton[type=submit]:focus,.Form .GalleryPage-infoButton[type=submit]:hover,.Form .Infobox-cta[type=submit]:focus,.Form .Infobox-cta[type=submit]:hover,.Form .ListI-nextPage>.Link[type=submit]:focus,.Form .ListI-nextPage>.Link[type=submit]:hover,.Form .PromoBlogPost-readMore[type=submit]:focus,.Form .PromoBlogPost-readMore[type=submit]:hover,.Form .SearchResultsModule-filters-open[type=submit]:focus,.Form .SearchResultsModule-filters-open[type=submit]:hover,.Form .VideoModule-cta a[type=submit]:focus,.Form .VideoModule-cta a[type=submit]:hover,.GalleryPage-infoButton:focus,.GalleryPage-infoButton:hover,.GalleryPage-start:focus,.GalleryPage-start:hover,.Infobox-cta:focus,.Infobox-cta:hover,.ListI-nextPage>.Link:focus,.ListI-nextPage>.Link:hover,.NewsletterModule-form-buttons .Button[type=submit]:focus,.NewsletterModule-form-buttons .Button[type=submit]:hover,.NewsletterModule-form-buttons .ButtonAlt[type=submit]:focus,.NewsletterModule-form-buttons .ButtonAlt[type=submit]:hover,.NewsletterModule-form-buttons .ButtonInverse[type=submit]:focus,.NewsletterModule-form-buttons .ButtonInverse[type=submit]:hover,.NewsletterModule-form-buttons .ButtonInverseAlt[type=submit]:focus,.NewsletterModule-form-buttons .ButtonInverseAlt[type=submit]:hover,.NewsletterModule-form-buttons .ButtonWithChevron[type=submit]:focus,.NewsletterModule-form-buttons .ButtonWithChevron[type=submit]:hover,.NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit]:focus,.NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit]:hover,.NewsletterModule-form-buttons .Infobox-cta[type=submit]:focus,.NewsletterModule-form-buttons .Infobox-cta[type=submit]:hover,.NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit]:focus,.NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit]:hover,.NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit]:focus,.NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit]:hover,.NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit]:focus,.NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit]:hover,.NewsletterModule-form-buttons .VideoModule-cta a[type=submit]:focus,.NewsletterModule-form-buttons .VideoModule-cta a[type=submit]:hover,.PromoBlogPost-readMore:focus,.PromoBlogPost-readMore:hover,.SearchResultsModule-filters-applyButton:focus,.SearchResultsModule-filters-applyButton:hover,.SearchResultsModule-filters-open:focus,.SearchResultsModule-filters-open:hover,.talk-embed-stream .SignInButton__button___CwKU1:focus,.talk-embed-stream .SignInButton__button___CwKU1:hover,.VideoModule-cta a:focus,.VideoModule-cta a:hover {
	background:var(--buttonBgColor);
	border:1px solid var(--brandColor);
	color:var(--brandColor)
}
.ButtonAlt:focus,.ButtonAlt:hover {
	background:var(--brandColor);
	border:1px solid var(--brandColor);
	color:var(--buttonBgColor)
}
.ButtonInverse,.GalleryPage-infoButton {
	background:var(--inverseButtonBgColor);
	border:1px solid var(--secondaryColor1);
	color:var(--primaryTextColorInverse)
}
.ButtonInverse:focus,.ButtonInverse:hover,.GalleryPage-infoButton:focus,.GalleryPage-infoButton:hover {
	background:var(--secondaryColor8);
	border:1px solid var(--secondaryColor5);
	color:var(--secondaryColor5)
}
.ButtonInverseAlt {
	background:var(--secondaryColor8);
	border:1px solid var(--secondaryColor1);
	color:var(--secondaryColor5)
}
.ButtonInverseAlt:focus,.ButtonInverseAlt:hover,.ButtonPrimary,.Comments-trigger,.Form .Button[type=submit],.Form .ButtonAlt[type=submit],.Form .ButtonInverse[type=submit],.Form .ButtonInverseAlt[type=submit],.Form .ButtonWithChevron[type=submit],.Form .GalleryPage-infoButton[type=submit],.Form .Infobox-cta[type=submit],.Form .ListI-nextPage>.Link[type=submit],.Form .PromoBlogPost-readMore[type=submit],.Form .SearchResultsModule-filters-open[type=submit],.Form .VideoModule-cta a[type=submit],.GalleryPage-start,.NewsletterModule-form-buttons .Button[type=submit],.NewsletterModule-form-buttons .ButtonAlt[type=submit],.NewsletterModule-form-buttons .ButtonInverse[type=submit],.NewsletterModule-form-buttons .ButtonInverseAlt[type=submit],.NewsletterModule-form-buttons .ButtonWithChevron[type=submit],.NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit],.NewsletterModule-form-buttons .Infobox-cta[type=submit],.NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit],.NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit],.NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit],.NewsletterModule-form-buttons .VideoModule-cta a[type=submit],.SearchResultsModule-filters-applyButton,.talk-embed-stream .SignInButton__button___CwKU1 {
	background:var(--brandColor);
	border:1px solid var(--brandColor);
	color:var(--secondaryColor5)
}
.ButtonPrimary:focus,.ButtonPrimary:hover,.Comments-trigger:focus,.Comments-trigger:hover,.Form .Button[type=submit]:focus,.Form .Button[type=submit]:hover,.Form .ButtonAlt[type=submit]:focus,.Form .ButtonAlt[type=submit]:hover,.Form .ButtonInverse[type=submit]:focus,.Form .ButtonInverse[type=submit]:hover,.Form .ButtonInverseAlt[type=submit]:focus,.Form .ButtonInverseAlt[type=submit]:hover,.Form .ButtonPrimary[type=submit]:focus,.Form .ButtonPrimary[type=submit]:hover,.Form .ButtonWithChevron[type=submit]:focus,.Form .ButtonWithChevron[type=submit]:hover,.Form .Comments-trigger[type=submit]:focus,.Form .Comments-trigger[type=submit]:hover,.Form .GalleryPage-infoButton[type=submit]:focus,.Form .GalleryPage-infoButton[type=submit]:hover,.Form .GalleryPage-start[type=submit]:focus,.Form .GalleryPage-start[type=submit]:hover,.Form .Infobox-cta[type=submit]:focus,.Form .Infobox-cta[type=submit]:hover,.Form .ListI-nextPage>.Link[type=submit]:focus,.Form .ListI-nextPage>.Link[type=submit]:hover,.Form .NewsletterModule-form-buttons .Button[type=submit][type=submit]:focus,.Form .NewsletterModule-form-buttons .Button[type=submit][type=submit]:hover,.Form .NewsletterModule-form-buttons .ButtonAlt[type=submit][type=submit]:focus,.Form .NewsletterModule-form-buttons .ButtonAlt[type=submit][type=submit]:hover,.Form .NewsletterModule-form-buttons .ButtonInverse[type=submit][type=submit]:focus,.Form .NewsletterModule-form-buttons .ButtonInverse[type=submit][type=submit]:hover,.Form .NewsletterModule-form-buttons .ButtonInverseAlt[type=submit][type=submit]:focus,.Form .NewsletterModule-form-buttons .ButtonInverseAlt[type=submit][type=submit]:hover,.Form .NewsletterModule-form-buttons .ButtonWithChevron[type=submit][type=submit]:focus,.Form .NewsletterModule-form-buttons .ButtonWithChevron[type=submit][type=submit]:hover,.Form .NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit][type=submit]:focus,.Form .NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit][type=submit]:hover,.Form .NewsletterModule-form-buttons .Infobox-cta[type=submit][type=submit]:focus,.Form .NewsletterModule-form-buttons .Infobox-cta[type=submit][type=submit]:hover,.Form .NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit][type=submit]:focus,.Form .NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit][type=submit]:hover,.Form .NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit][type=submit]:focus,.Form .NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit][type=submit]:hover,.Form .NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit][type=submit]:focus,.Form .NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit][type=submit]:hover,.Form .NewsletterModule-form-buttons .VideoModule-cta a[type=submit][type=submit]:focus,.Form .NewsletterModule-form-buttons .VideoModule-cta a[type=submit][type=submit]:hover,.Form .PromoBlogPost-readMore[type=submit]:focus,.Form .PromoBlogPost-readMore[type=submit]:hover,.Form .SearchResultsModule-filters-applyButton[type=submit]:focus,.Form .SearchResultsModule-filters-applyButton[type=submit]:hover,.Form .SearchResultsModule-filters-open[type=submit]:focus,.Form .SearchResultsModule-filters-open[type=submit]:hover,.Form .talk-embed-stream .SignInButton__button___CwKU1[type=submit]:focus,.Form .talk-embed-stream .SignInButton__button___CwKU1[type=submit]:hover,.Form .VideoModule-cta a[type=submit]:focus,.Form .VideoModule-cta a[type=submit]:hover,.GalleryPage-start:focus,.GalleryPage-start:hover,.NewsletterModule-form-buttons .Button[type=submit]:focus,.NewsletterModule-form-buttons .Button[type=submit]:hover,.NewsletterModule-form-buttons .ButtonAlt[type=submit]:focus,.NewsletterModule-form-buttons .ButtonAlt[type=submit]:hover,.NewsletterModule-form-buttons .ButtonInverse[type=submit]:focus,.NewsletterModule-form-buttons .ButtonInverse[type=submit]:hover,.NewsletterModule-form-buttons .ButtonInverseAlt[type=submit]:focus,.NewsletterModule-form-buttons .ButtonInverseAlt[type=submit]:hover,.NewsletterModule-form-buttons .ButtonPrimary[type=submit]:focus,.NewsletterModule-form-buttons .ButtonPrimary[type=submit]:hover,.NewsletterModule-form-buttons .ButtonWithChevron[type=submit]:focus,.NewsletterModule-form-buttons .ButtonWithChevron[type=submit]:hover,.NewsletterModule-form-buttons .Comments-trigger[type=submit]:focus,.NewsletterModule-form-buttons .Comments-trigger[type=submit]:hover,.NewsletterModule-form-buttons .Form .Button[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .Button[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .ButtonAlt[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .ButtonAlt[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .ButtonInverse[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .ButtonInverse[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .ButtonInverseAlt[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .ButtonInverseAlt[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .ButtonWithChevron[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .ButtonWithChevron[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .GalleryPage-infoButton[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .GalleryPage-infoButton[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .Infobox-cta[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .Infobox-cta[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .ListI-nextPage>.Link[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .ListI-nextPage>.Link[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .PromoBlogPost-readMore[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .PromoBlogPost-readMore[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .SearchResultsModule-filters-open[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .SearchResultsModule-filters-open[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .VideoModule-cta a[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .VideoModule-cta a[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit]:focus,.NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit]:hover,.NewsletterModule-form-buttons .GalleryPage-start[type=submit]:focus,.NewsletterModule-form-buttons .GalleryPage-start[type=submit]:hover,.NewsletterModule-form-buttons .Infobox-cta[type=submit]:focus,.NewsletterModule-form-buttons .Infobox-cta[type=submit]:hover,.NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit]:focus,.NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit]:hover,.NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit]:focus,.NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit]:hover,.NewsletterModule-form-buttons .SearchResultsModule-filters-applyButton[type=submit]:focus,.NewsletterModule-form-buttons .SearchResultsModule-filters-applyButton[type=submit]:hover,.NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit]:focus,.NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit]:hover,.NewsletterModule-form-buttons .talk-embed-stream .SignInButton__button___CwKU1[type=submit]:focus,.NewsletterModule-form-buttons .talk-embed-stream .SignInButton__button___CwKU1[type=submit]:hover,.NewsletterModule-form-buttons .VideoModule-cta a[type=submit]:focus,.NewsletterModule-form-buttons .VideoModule-cta a[type=submit]:hover,.SearchResultsModule-filters-applyButton:focus,.SearchResultsModule-filters-applyButton:hover,.talk-embed-stream .SignInButton__button___CwKU1:focus,.talk-embed-stream .SignInButton__button___CwKU1:hover {
	background:var(--buttonBgColor);
	border:1px solid var(--buttonTextColor);
	color:var(--buttonTextColor)
}
.NavigationItem-more button,.NotButton,.SearchFilter-seeAll-button,.SearchResultsModule-filters-close {
	cursor:pointer;
	display:inline-block;
	background:none;
	border:0;
	padding:0
}
.FollowButton {
	background:var(--secondaryColor5);
	border-radius:2px;
	border:1px solid var(--secondaryColor2);
	line-height:16px;
	padding:2px 0 0;
	min-width:73px;
	width:73px;
	word-break:keep-all;
	height:20px;
	text-transform:none
}
.FollowButton [data-hover-action] {
	display:none
}
.FollowButton:hover {
	border:1px solid var(--brandColor);
	color:var(--brandColor)
}
.FollowButton:hover [data-state] {
	display:none
}
.FollowButton:hover [data-hover-action] {
	display:inline
}
.FollowButton[data-state-following] {
	background:var(--brandColor);
	border:1px solid var(--brandColor);
	color:var(--secondaryColor5)
}
.FollowButton[data-state-following]:hover {
	background:var(--secondaryColor5);
	color:var(--brandColor)
}
.PromoBlogPost-category .Link,.SectionButton,.SectionButtonInverse {
	color:var(--secondaryTextColor);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--label-1);
	cursor:pointer;
	display:inline-block;
	font-weight:700;
	text-align:center;
	transition:color .25s,background .25s,border .25s;
	background:none;
	border:0;
	color:var(--secondaryColor6);
	line-height:18px;
	padding:2px 5px 0;
	text-transform:uppercase;
	word-break:keep-all
}
.PromoBlogPost-category .Link[data-recent],.SectionButton[data-recent],.SectionButtonInverse[data-recent] {
	color:var(--breakingBgColor)
}
.PromoBlogPost-category .Link:hover,.SectionButton:hover,.SectionButtonInverse:hover {
	color:var(--brandColor)
}
.PromoBlogPost-category .Link[data-inverse],.SectionButton[data-inverse],.SectionButtonInverse[data-inverse] {
	color:var(--secondaryColor5)
}
.PromoBlogPost-category .Link[data-inverse]:hover,.SectionButton[data-inverse]:hover,.SectionButtonInverse[data-inverse]:hover {
	color:var(--secondaryColor3)
}
.SectionButtonInverse {
	color:var(--secondaryColor5)
}
.SectionButtonInverse:hover {
	color:var(--secondaryColor3)
}
.BreakingButton,.PromoButton,.TagButton,.TrendingButton {
	color:var(--secondaryTextColor);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--label-1);
	cursor:pointer;
	display:inline-block;
	font-weight:700;
	text-align:center;
	transition:color .25s,background .25s,border .25s;
	background-color:var(--tagButtonBgColor);
	border:1px solid var(--tagButtonBgColor);
	color:var(--tagButtonTextColor);
	line-height:18px;
	padding:0 5px;
	text-transform:uppercase;
	word-break:keep-all
}
.BreakingButton[data-recent],.PromoButton[data-recent],.TagButton[data-recent],.TrendingButton[data-recent] {
	color:var(--breakingBgColor)
}
.BreakingButton:hover,.PromoButton:hover,.TagButton:hover,.TrendingButton:hover {
	background:var(--brandColor);
	border:1px solid var(--brandColor)
}
.BreakingButton {
	background:var(--breakingBgColor);
	border-color:var(--breakingBgColor)
}
.BreakingButton:hover {
	background:var(--breakingTextColor);
	border:1px solid var(--breakingBgColor);
	color:var(--breakingBgColor)
}
.Carousel .flickity-prev-next-button,.CarouselAbstract .flickity-prev-next-button,.FlickityCarouselButton,.GalleryPage-slides .flickity-prev-next-button,.ListJ .flickity-prev-next-button,.ListQ .flickity-prev-next-button,.ListT .flickity-prev-next-button,.WeatherModule .flickity-prev-next-button {
	background:var(--secondaryColor5);
	border:1px solid var(--secondaryColor3);
	border-radius:0;
	height:40px;
	top:44%;
	width:30px;
	z-index:1
}
.Carousel .flickity-prev-next-button svg.flickity-button-icon,.CarouselAbstract .flickity-prev-next-button svg.flickity-button-icon,.FlickityCarouselButton svg.flickity-button-icon,.GalleryPage-slides .flickity-prev-next-button svg.flickity-button-icon,.ListJ .flickity-prev-next-button svg.flickity-button-icon,.ListQ .flickity-prev-next-button svg.flickity-button-icon,.ListT .flickity-prev-next-button svg.flickity-button-icon,.WeatherModule .flickity-prev-next-button svg.flickity-button-icon {
	fill:var(--secondaryColor8);
	height:54%;
	top:14px;
	width:37px
}
.Carousel .flickity-prev-next-button:hover,.CarouselAbstract .flickity-prev-next-button:hover,.FlickityCarouselButton:hover,.GalleryPage-slides .flickity-prev-next-button:hover,.ListJ .flickity-prev-next-button:hover,.ListQ .flickity-prev-next-button:hover,.ListT .flickity-prev-next-button:hover,.WeatherModule .flickity-prev-next-button:hover {
	background:var(--brandColor);
	border:1px solid var(--brandColor)
}
.Carousel .flickity-prev-next-button:hover svg.flickity-button-icon,.CarouselAbstract .flickity-prev-next-button:hover svg.flickity-button-icon,.FlickityCarouselButton:hover svg.flickity-button-icon,.GalleryPage-slides .flickity-prev-next-button:hover svg.flickity-button-icon,.ListJ .flickity-prev-next-button:hover svg.flickity-button-icon,.ListQ .flickity-prev-next-button:hover svg.flickity-button-icon,.ListT .flickity-prev-next-button:hover svg.flickity-button-icon,.WeatherModule .flickity-prev-next-button:hover svg.flickity-button-icon {
	fill:var(--secondaryColor5)
}
.Carousel .flickity-prev-next-button.previous,.CarouselAbstract .flickity-prev-next-button.previous,.FlickityCarouselButton.previous,.GalleryPage-slides .flickity-prev-next-button.previous,.ListJ .flickity-prev-next-button.previous,.ListQ .flickity-prev-next-button.previous,.ListT .flickity-prev-next-button.previous,.WeatherModule .flickity-prev-next-button.previous {
	border-left:0
}
.Carousel .flickity-prev-next-button.previous svg.flickity-button-icon,.CarouselAbstract .flickity-prev-next-button.previous svg.flickity-button-icon,.FlickityCarouselButton.previous svg.flickity-button-icon,.GalleryPage-slides .flickity-prev-next-button.previous svg.flickity-button-icon,.ListJ .flickity-prev-next-button.previous svg.flickity-button-icon,.ListQ .flickity-prev-next-button.previous svg.flickity-button-icon,.ListT .flickity-prev-next-button.previous svg.flickity-button-icon,.WeatherModule .flickity-prev-next-button.previous svg.flickity-button-icon {
	left:-4px;
	top:3px;
	transform:rotate(-90deg)
}
.Carousel .flickity-prev-next-button.next,.CarouselAbstract .flickity-prev-next-button.next,.FlickityCarouselButton.next,.GalleryPage-slides .flickity-prev-next-button.next,.ListJ .flickity-prev-next-button.next,.ListQ .flickity-prev-next-button.next,.ListT .flickity-prev-next-button.next,.WeatherModule .flickity-prev-next-button.next {
	border-right:0
}
.Carousel .flickity-prev-next-button.next svg.flickity-button-icon,.CarouselAbstract .flickity-prev-next-button.next svg.flickity-button-icon,.FlickityCarouselButton.next svg.flickity-button-icon,.GalleryPage-slides .flickity-prev-next-button.next svg.flickity-button-icon,.ListJ .flickity-prev-next-button.next svg.flickity-button-icon,.ListQ .flickity-prev-next-button.next svg.flickity-button-icon,.ListT .flickity-prev-next-button.next svg.flickity-button-icon,.WeatherModule .flickity-prev-next-button.next svg.flickity-button-icon {
	left:-3px;
	transform:rotate(-90deg)
}
.Carousel .flickity-prev-next-button:disabled,.CarouselAbstract .flickity-prev-next-button:disabled,.FlickityCarouselButton:disabled,.GalleryPage-slides .flickity-prev-next-button:disabled,.ListJ .flickity-prev-next-button:disabled,.ListQ .flickity-prev-next-button:disabled,.ListT .flickity-prev-next-button:disabled,.WeatherModule .flickity-prev-next-button:disabled {
	cursor:default;
	opacity:1
}
.Carousel .flickity-prev-next-button:disabled svg.flickity-button-icon,.CarouselAbstract .flickity-prev-next-button:disabled svg.flickity-button-icon,.FlickityCarouselButton:disabled svg.flickity-button-icon,.GalleryPage-slides .flickity-prev-next-button:disabled svg.flickity-button-icon,.ListJ .flickity-prev-next-button:disabled svg.flickity-button-icon,.ListQ .flickity-prev-next-button:disabled svg.flickity-button-icon,.ListT .flickity-prev-next-button:disabled svg.flickity-button-icon,.WeatherModule .flickity-prev-next-button:disabled svg.flickity-button-icon {
	fill:var(--secondaryColor2)
}
.ButtonWithChevron,.PromoBlogPost-readMore {
	width:200px;
	color:var(--secondaryTextColor);
	border-color:var(--secondaryColor2)
}
.ButtonWithChevron svg,.PromoBlogPost-readMore svg {
	width:12px;
	height:12px;
	transform:rotate(90deg);
	margin:3px 0 0 10px
}
.ButtonWithChevron-alternateText,.PromoBlogPost-readMore-alternateText {
	display:none
}
.NewsletterModule-form .EmailInput input,.Page-footer .NewsletterModule-form .EmailInput input,.TextInput input,.TextInputInverse input {
	background-color:var(--secondaryColor4);
	border:0;
	border-radius:0;
	color:var(--primaryTextColor);
	font-weight:500;
	height:40px;
	line-height:normal;
	padding:6px 10px 4px;
	width:100%
}
.NewsletterModule-form .EmailInput[data-input-error=true] input,.NewsletterModule-form .EmailInput input:invalid,.Page-footer .NewsletterModule-form .EmailInput[data-input-error=true] input,.Page-footer .NewsletterModule-form .EmailInput input:invalid,.TextInput[data-input-error=true] input,.TextInput input:invalid,.TextInputInverse[data-input-error=true] input,.TextInputInverse input:invalid {
	color:var(--breakingBgColor);
	border:1px solid var(--breakingBgColor);
	box-shadow:0 0 3px var(--breakingBgColor)
}
.NewsletterModule-form .EmailInput label span,.Page-footer .NewsletterModule-form .EmailInput label span,.TextInputInverse label span,.TextInput label span {
	display:block;
	padding-bottom:10px
}
.NewsletterModule-form .EmailInput-errors,.Page-footer .NewsletterModule-form .EmailInput-errors,.TextInput-errors,.TextInputInverse-errors {
	display:none
}
.Page-footer .NewsletterModule-form .EmailInput input,.TextInputInverse input {
	background:hsla(0,0%,100%,.2);
	color:var(--secondaryColor4)
}
.Page-footer .NewsletterModule-form .EmailInput input:focus,.TextInputInverse input:focus {
	background-color:var(--secondaryColor5);
	box-shadow:none;
	color:var(--primaryTextColor)
}
.CheckboxInput input {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background-color:var(--secondaryColor5);
	border:2px solid var(--secondaryColor3);
	padding:7px;
	border-radius:0;
	display:inline-block;
	position:relative;
	top:2px
}
.CheckboxInput input:active,.CheckboxInput input:checked {
	background:var(--brandColor);
	border:2px solid var(--brandColor)
}
.CheckboxInput input:active:after,.CheckboxInput input:checked:after {
	content:"";
	border-right:1px solid var(--primaryTextColorInverse);
	border-bottom:1px solid var(--primaryTextColorInverse);
	width:5px;
	height:13px;
	position:absolute;
	top:-1px;
	transform:rotate(37deg);
	left:5px
}
.CheckboxInput-label span {
	margin-left:3px
}
.Page-header-search-input,.SearchInput-input {
	border:0;
	color:var(--brandColor);
	font-size:2.4rem;
	width:100%
}
@media only screen and (min-width:768px) {
	.Page-header-search-input,.SearchInput-input {
		font-size:4rem
	}
}
.loading-icon {
	border-radius:50%;
	width:1.5em;
	height:1.5em;
	animation-fill-mode:both;
	animation:load7 1.8s ease-in-out infinite;
	color:#000;
	font-size:10px;
	margin:0 auto;
	position:relative;
	text-indent:-9999em;
	transform:translateZ(0);
	animation-delay:-.16s
}
.loading-icon:after,.loading-icon:before {
	content:"";
	position:absolute;
	top:0;
	border-radius:50%;
	width:1.5em;
	height:1.5em;
	animation-fill-mode:both;
	animation:load7 1.8s ease-in-out infinite
}
.loading-icon:before {
	left:-3.5em;
	animation-delay:-.32s
}
.loading-icon:after {
	left:3.5em
}
@keyframes load7 {
	0%,80%,to {
		box-shadow:0 1.5em 0 -1.3em
	}
	40% {
		box-shadow:0 1.5em 0 0
	}
}
.live-circle,.LiveBlogPage-aside-navigation-item,.LiveBlogPost-date {
	position:relative
}
.live-circle:before,.LiveBlogPage-aside-navigation-item:before,.LiveBlogPost-date:before {
	background:var(--secondaryColor5);
	border:2px solid var(--secondaryColor3);
	border-radius:100%;
	left:-9px;
	height:18px;
	content:" ";
	position:absolute;
	top:0;
	width:18px
}
.live-circle:after,.LiveBlogPage-aside-navigation-item:after,.LiveBlogPost-date:after {
	background:var(--brandColor);
	border-radius:100%;
	left:-4px;
	height:8px;
	content:" ";
	position:absolute;
	top:5px;
	width:8px
}
.BlogPage-above,.BlogPostPage-above,.ErrorPage-above,.Page-above {
	background:var(--siteBgColor);
	border-bottom:1px solid var(--secondaryColor3);
	position:relative;
	z-index:10
}
.BlogPage-above>*,.BlogPostPage-above>*,.ErrorPage-above>*,.Page-above>* {
	padding-top:20px;
	padding-bottom:20px
}
.BlogPage-above .GoogleDfpAd[data-out-of-page=true],.BlogPostPage-above .GoogleDfpAd[data-out-of-page=true],.ErrorPage-above .GoogleDfpAd[data-out-of-page=true],.Page-above .GoogleDfpAd[data-out-of-page=true] {
	padding:0
}
.BlogPage-above .ListP,.BlogPostPage-above .ListP,.ErrorPage-above .ListP,.Page-above .ListP {
	display:none;
	padding:10px 0
}
.BlogPage-above .ListJ,.BlogPostPage-above .ListJ,.ErrorPage-above .ListJ,.Page-above .ListJ {
	display:none;
	border-bottom:1px solid var(--secondaryColor3)
}
.BlogPage-banner,.BlogPostPage-banner,.ErrorPage-banner,.Page-banner {
	position:relative;
	z-index:10
}
.BlogPage-below,.BlogPostPage-below,.ErrorPage-below,.Page-below {
	border-top:1px solid var(--secondaryColor3);
	padding:20px 0
}
.BlogPage-body,.BlogPostPage-body,.ErrorPage-body,.Page-body {
	height:auto
}
.BlogPage-main,.BlogPostPage-main,.ErrorPage-main,.Page-main {
	min-height:300px
}
@media only screen and (min-width:768px) {
	.BlogPage-above .ListP,.BlogPostPage-above .ListP,.ErrorPage-above .ListP,.Page-above .ListP {
		display:-ms-flexbox;
		display:flex
	}
	.BlogPage-body,.BlogPostPage-body,.ErrorPage-body,.Page-body {
		padding-top:60px
	}
}
@media only screen and (min-width:1024px) {
	.BlogPage-above .ListJ,.BlogPostPage-above .ListJ,.ErrorPage-above .ListJ,.Page-above .ListJ {
		display:block
	}
}
@media only screen and (min-width:1024px) {
	.BlogPage-ad-margins,.BlogPostPage-ad-margins,.ErrorPage-ad-margins,.Page-ad-margins {
		background:var(--siteBgColor);
		margin-left:140px;
		margin-right:140px;
		padding-left:0;
		padding-right:0;
		position:relative;
		z-index:10
	}
	.BlogPage-body[data-toggle-header=hamburger-menu].BlogPage-body:after,.BlogPostPage-body[data-toggle-header=hamburger-menu].BlogPostPage-body:after,.ErrorPage-body[data-toggle-header=hamburger-menu].ErrorPage-body:after,.Page-body[data-toggle-header=hamburger-menu].Page-body:after {
		content:"";
		background:rgba(0,0,0,.5);
		position:fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		z-index:25
	}
	.BlogPage-above .ListJ .flickity-prev-next-button.previous,.BlogPostPage-above .ListJ .flickity-prev-next-button.previous,.ErrorPage-above .ListJ .flickity-prev-next-button.previous,.Page-above .ListJ .flickity-prev-next-button.previous {
		left:-40px
	}
	.BlogPage-above .ListJ .flickity-prev-next-button.next,.BlogPostPage-above .ListJ .flickity-prev-next-button.next,.ErrorPage-above .ListJ .flickity-prev-next-button.next,.Page-above .ListJ .flickity-prev-next-button.next {
		right:-40px
	}
}
@media only screen and (min-width:1480px) {
	.BlogPage-ad-margins,.BlogPostPage-ad-margins,.ErrorPage-ad-margins,.Page-ad-margins {
		margin:0 auto;
		max-width:1200px
	}
}
@media only screen and (min-width:1440px) {
	.BlogPage-above .ListJ,.BlogPostPage-above .ListJ,.ErrorPage-above .ListJ,.Page-above .ListJ {
		padding:20px 40px
	}
}
.Page-header {
	background:var(--headerBgColor);
	border-bottom:1px solid var(--headerBorderColor);
	height:50px;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.Page-header,.Page-header-end .dss-header {
	-ms-flex-align:center;
	align-items:center;
	display:-ms-flexbox;
	display:flex
}
.Page-header-disclaimer {
	color:var(--primaryTextColor);
	padding:20px
}
.Page-header-hamburger-menu {
	background:var(--headerMenuBgColor);
	color:var(--headerMenuTextColor);
	height:100vh;
	left:-100%;
	position:fixed;
	overflow-y:auto;
	transition:left .25s;
	top:50px;
	width:100%;
	max-width:568px;
	padding-bottom:60px;
	visibility:hidden;
	z-index:25
}
.Page-header-hamburger-menu .dss-nav-trial {
	margin:0 20px 10px
}
[data-toggle-header=hamburger-menu] .Page-header-hamburger-menu {
	box-shadow:0 2px 5px 0 rgba(0,0,0,.5);
	left:0;
	visibility:visible
}
.Page-header-logo {
	position:absolute;
	left:50%;
	transform:translate(-50%)
}
.Page-header-logo img {
	width:142px
}
.Page-header-main-navigation {
	display:none
}
.Page-header-menu-trigger {
	-ms-flex-align:center;
	align-items:center;
	background:none;
	border:0;
	color:var(--headerTextColor);
	cursor:pointer;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-negative:0;
	flex-shrink:0;
	height:40px;
	width:59px;
	padding:0 20px;
	border-radius:2px
}
.Page-header-menu-trigger:hover .label,.Page-header-menu-trigger:hover svg {
	opacity:.8
}
.Page-header-menu-trigger .burger-menu,.Page-header-menu-trigger .close-x {
	fill:var(--headerTextColor)
}
.Page-header-menu-trigger .burger-menu {
	height:19px;
	width:19px
}
[data-toggle-header=hamburger-menu] .Page-header-menu-trigger .burger-menu {
	display:none
}
.Page-header-menu-trigger .close-x {
	display:none;
	height:16px;
	position:relative
}
[data-toggle-header=hamburger-menu] .Page-header-menu-trigger .close-x {
	display:block
}
.Page-header-menu-trigger .label {
	border:0;
	clip:rect(0,0,0,0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.Page-header-quickLinks {
	display:none;
	-ms-flex-pack:center;
	justify-content:center;
	left:135px;
	list-style:none;
	position:absolute;
	top:25px
}
.Page-header-quickLinks a {
	color:var(--headerTextColor);
	margin:0 10px
}
.Page-header-quickLinks a:hover {
	opacity:.8
}
.Page-header-search-button {
	-ms-flex-align:center;
	align-items:center;
	background:none;
	border:0;
	color:var(--headerTextColor);
	cursor:pointer;
	display:-ms-flexbox;
	display:flex;
	height:40px;
	-ms-flex-pack:center;
	justify-content:center;
	padding:0 10px
}
.Page-header-search-button:hover {
	opacity:.8
}
.Page-header-search-button .icon-magnify {
	fill:var(--headerTextColor);
	height:20px;
	width:20px
}
[data-toggle-header=search-overlay] .Page-header-search-button .icon-magnify {
	display:none
}
.Page-header-search-button .close-x {
	display:none;
	fill:var(--headerTextColor);
	height:16px;
	width:16px
}
[data-toggle-header=search-overlay] .Page-header-search-button .close-x {
	display:block
}
.Page-header-search-form {
	border-bottom:1px solid var(--headerBorderColor);
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	margin:20px;
	max-width:1200px;
	padding:0 0 5px
}
.Page-header-search-form label,.Page-header-search-input {
	width:100%
}
.Page-header-search-overlay {
	background-color:var(--headerBgColor);
	bottom:0;
	display:none;
	left:0;
	position:fixed;
	right:0;
	top:50px;
	z-index:25
}
[data-toggle-header=search-overlay] .Page-header-search-overlay {
	display:block
}
.Page-header-search-submit {
	background:none;
	border:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	padding:0;
	width:40px
}
.Page-header-search-submit svg {
	fill:var(--headerTextColor);
	height:25px;
	width:25px
}
.Page-header-wrapper {
	display:block;
	left:0;
	position:-webkit-sticky;
	position:sticky;
	top:0;
	z-index:50
}
@media only screen and (min-width:768px) {
	.Page-header-wrapper {
		position:fixed;
		width:100%
	}
}
.Page-header-end {
	display:-ms-flexbox;
	display:flex
}
@media only screen and (min-width:360px) {
	.Page-header-logo img {
		width:160px
	}
}
@media only screen and (min-width:440px) {
	.Page-header-logo img {
		width:160px
	}
	.Page-header-search-button {
		padding:0 20px
	}
	.Page-header-search-button .icon-magnify {
		height:24px;
		width:24px
	}
}
@media only screen and (min-width:500px) {
	.Page-header-logo img {
		width:200px
	}
}
@media only screen and (min-width:768px) {
	.Page-header {
		height:60px;
		padding:0 20px
	}
	.Page-header-content {
		height:35px;
		padding-top:10px
	}
	.Page-header-hamburger-menu {
		top:60px;
		width:320px
	}
	.Page-header-hamburger-menu-auth {
		padding:20px
	}
	.Page-header-logo img {
		width:265px
	}
	.Page-header-menu-trigger {
		border:1px solid var(--headerBorderColor);
		left:20px;
		padding:0;
		text-align:left;
		width:100px
	}
	.Page-header-menu-trigger .burger-menu {
		height:15px;
		width:15px
	}
	.Page-header-menu-trigger .close-x {
		height:14px;
		width:14px
	}
	.Page-header-menu-trigger span {
		color:var(--headerTextColor)
	}
	.Page-header-menu-trigger .label {
		clip:inherit;
		height:auto;
		overflow:visible;
		width:auto;
		color:var(--headerTextColor);
		font-size:1.3rem;
		font-weight:700;
		margin:0 0 0 10px;
		position:relative;
		top:-1px
	}
	[data-toggle-header=hamburger-menu] .Page-header-menu-trigger .label {
		position:relative;
		left:.5px;
		top:-1px
	}
	.Page-header-search-button {
		border:1px solid var(--headerBorderColor);
		display:-ms-flexbox;
		display:flex;
		-ms-flex-pack:center;
		justify-content:center;
		padding:0;
		margin-left:10px;
		width:40px;
		border-radius:2px
	}
	.Page-header-search-button svg {
		height:20px;
		width:20px
	}
	.Page-header-search-button .close-x {
		left:0
	}
	.Page-header-search-overlay {
		bottom:auto;
		box-shadow:0 5px 5px 0 rgba(0,0,0,.15);
		height:100px;
		top:60px
	}
	.Page-header-search-submit svg {
		height:30px;
		position:relative;
		top:5px;
		width:30px
	}
}
@media only screen and (min-width:1024px) {
	.Page-header {
		position:absolute;
		top:0;
		bottom:0;
		width:100%
	}
	.Page-header-hamburger-menu {
		background:transparent;
		max-width:none;
		padding:60px 0 0;
		scrollbar-width:none;
		-ms-overflow-style:none;
		top:0;
		width:100vw;
		z-index:auto
	}
	.Page-header-hamburger-menu:before {
		content:"";
		display:block;
		background-color:var(--siteBgColor);
		width:320px;
		height:100%;
		position:fixed;
		z-index:-1
	}
	.Page-header-hamburger-menu-content {
		padding-top:15px;
		background-color:var(--siteBgColor)
	}
	.Page-header-hamburger-menu::-webkit-scrollbar {
		width:0
	}
	[data-toggle-header=hamburger-menu] .Page-header-hamburger-menu {
		box-shadow:none
	}
	.Page-header-hamburger-menu-wrapper {
		background:var(--headerMenuBgColor);
		width:320px;
		height:100%
	}
	.Page-header-logo img {
		width:310px
	}
	.Page-header-search-button {
		margin-left:15px
	}
}
@media only screen and (min-width:1240px) {
	.Page-header-search-form {
		margin-left:auto;
		margin-right:auto
	}
}
.GalleryPage .Page-header,.Page-header--inverse {
	background:var(--headerBgColorInverse);
	border-bottom:1px solid var(--headerBorderColorInverse)
}
.GalleryPage .Page-header-logo img,.Page-header--inverse-logo img {
	filter:invert(100%)
}
.GalleryPage .Page-header-menu-trigger,.Page-header--inverse-menu-trigger {
	color:var(--headerTextColorInverse)
}
.GalleryPage .Page-header-menu-trigger .burger-menu,.GalleryPage .Page-header-menu-trigger .close-x,.Page-header--inverse-menu-trigger .burger-menu,.Page-header--inverse-menu-trigger .close-x {
	fill:var(--headerTextColorInverse)
}
.GalleryPage .Page-header-quickLinks a,.GalleryPage .Page-header-search-button,.Page-header--inverse-quickLinks a,.Page-header--inverse-search-button {
	color:var(--headerTextColorInverse)
}
.GalleryPage .Page-header-search-button .close-x,.GalleryPage .Page-header-search-button .icon-magnify,.Page-header--inverse-search-button .close-x,.Page-header--inverse-search-button .icon-magnify {
	fill:var(--headerTextColorInverse)
}
.GalleryPage .Page-header-search-form,.Page-header--inverse-search-form {
	border-bottom:1px solid var(--headerBorderColorInverse)
}
@media only screen and (min-width:768px) {
	.GalleryPage .Page-header-menu-trigger,.Page-header--inverse-menu-trigger {
		border:1px solid var(--headerBorderColorInverse)
	}
	.GalleryPage .Page-header-menu-trigger .label,.GalleryPage .Page-header-menu-trigger span,.Page-header--inverse-menu-trigger .label,.Page-header--inverse-menu-trigger span {
		color:var(--headerTextColorInverse)
	}
	.GalleryPage .Page-header-search-button,.Page-header--inverse-search-button {
		border:1px solid var(--headerBorderColorInverse)
	}
}
:root .Page-header-logo,_:-ms-fullscreen {
	top:16px
}
.Page-footer {
	background:var(--footerBgColor);
	color:var(--footerTextColor);
	padding:40px 20px
}
.Page-footer-columns {
	-ms-flex-negative:0;
	flex-shrink:0;
	display:-ms-flexbox;
	display:flex
}
.Page-footer-column>div:not(:first-child) {
	margin-top:20px
}
.Page-footer-column:first-of-type {
	width:100%
}
.Page-footer-content {
	margin:0 auto;
	max-width:1200px
}
.Page-footer-content .ArticlePage-dateline p a,.Page-footer-content .BlogPostPage-dateline p a,.Page-footer-content .ListiclePage-dateline p a,.Page-footer-content .PodcastContainerPage-dateline p a,.Page-footer-content .RichTextBody p a {
	color:var(--primaryTextColorInverse)
}
.Page-footer-content .ArticlePage-dateline p a:hover,.Page-footer-content .BlogPostPage-dateline p a:hover,.Page-footer-content .ListiclePage-dateline p a:hover,.Page-footer-content .PodcastContainerPage-dateline p a:hover,.Page-footer-content .RichTextBody p a:hover {
	text-decoration:underline
}
.Page-footer-disclaimer {
	-ms-flex-negative:0;
	flex-shrink:0;
	border-top:1px solid var(--secondaryColor6);
	margin-top:40px;
	padding:20px 0 0;
	width:100%
}
.Page-footer-logo {
	margin-bottom:40px;
	max-width:280px
}
.Page-footer-logo img {
	width:280px
}
.Page-footer-social ul {
	list-style:none
}
@media only screen and (min-width:568px) {
	.Page-footer-column {
		-ms-flex-negative:0;
		flex-shrink:0;
		width:50%
	}
	.Page-footer-column:first-of-type {
		width:50%
	}
}
@media only screen and (min-width:768px) {
	.Page-footer-column {
		-ms-flex-negative:0;
		flex-shrink:0;
		width:60%
	}
	.Page-footer-column:first-of-type {
		width:40%
	}
	.Page-footer-logo img {
		min-width:390px
	}
}
@media only screen and (min-width:1024px) {
	.Page-footer-column {
		width:65%
	}
	.Page-footer-column:first-of-type {
		max-width:380px;
		width:35%
	}
}
.ArticlePage-actions,.AuthorPage-actions,.BlogPostPage-actions,.ListiclePage-actions,.LiveBlogPage-actions,.LongFormPage-actions,.PodcastContainerPage-actions,.StoryStackPage-actions,.VideoPage-actions {
	display:block
}
.ArticlePage-authors,.ArticlePage-bylineText,.AuthorPage-authors,.AuthorPage-bylineText,.BlogPostPage-authors,.BlogPostPage-bylineText,.ListiclePage-authors,.ListiclePage-bylineText,.LiveBlogPage-authors,.LiveBlogPage-bylineText,.LongFormPage-authors,.LongFormPage-bylineText,.PodcastContainerPage-authors,.PodcastContainerPage-bylineText,.StoryStackPage-authors,.StoryStackPage-bylineText,.VideoPage-authors,.VideoPage-bylineText {
	width:100%;
	margin-bottom:10px;
	text-transform:uppercase
}
.ArticlePage-contentFooter,.AuthorPage-contentFooter,.BlogPostPage-contentFooter,.ListiclePage-contentFooter,.LiveBlogPage-contentFooter,.LongFormPage-contentFooter,.PodcastContainerPage-contentFooter,.StoryStackPage-contentFooter,.VideoPage-contentFooter {
	margin-top:20px
}
.ArticlePage-contentFooter>:not(:last-child),.AuthorPage-contentFooter>:not(:last-child),.BlogPostPage-contentFooter>:not(:last-child),.ListiclePage-contentFooter>:not(:last-child),.LiveBlogPage-contentFooter>:not(:last-child),.LongFormPage-contentFooter>:not(:last-child),.PodcastContainerPage-contentFooter>:not(:last-child),.StoryStackPage-contentFooter>:not(:last-child),.VideoPage-contentFooter>:not(:last-child) {
	padding-bottom:40px
}
.ArticlePage-byline,.AuthorPage-byline,.BlogPostPage-byline,.ListiclePage-byline,.LiveBlogPage-byline,.LongFormPage-byline,.PodcastContainerPage-byline,.StoryStackPage-byline,.VideoPage-byline {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom:20px
}
.ArticlePage-dateModified,.ArticlePage-datePublished,.AuthorPage-dateModified,.AuthorPage-datePublished,.BlogPostPage-dateModified,.BlogPostPage-datePublished,.ListiclePage-dateModified,.ListiclePage-datePublished,.LiveBlogPage-dateModified,.LiveBlogPage-datePublished,.LongFormPage-dateModified,.LongFormPage-datePublished,.PodcastContainerPage-dateModified,.PodcastContainerPage-datePublished,.StoryStackPage-dateModified,.StoryStackPage-datePublished,.VideoPage-dateModified,.VideoPage-datePublished {
	color:var(--secondaryTextColor);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--date-1);
	font-weight:500;
	letter-spacing:.2px;
	line-height:1.2;
	text-transform:uppercase;
	word-break:keep-all
}
.ArticlePage-actionsSticky,.AuthorPage-actionsSticky,.BlogPostPage-actionsSticky,.ListiclePage-actionsSticky,.LiveBlogPage-actionsSticky,.LongFormPage-actionsSticky,.PodcastContainerPage-actionsSticky,.StoryStackPage-actionsSticky,.VideoPage-actionsSticky {
	display:none;
	left:0;
	top:60px;
	position:-webkit-sticky;
	position:sticky;
	z-index:1
}
.ArticlePage-actionsSticky-content,.AuthorPage-actionsSticky-content,.BlogPostPage-actionsSticky-content,.ListiclePage-actionsSticky-content,.LiveBlogPage-actionsSticky-content,.LongFormPage-actionsSticky-content,.PodcastContainerPage-actionsSticky-content,.StoryStackPage-actionsSticky-content,.VideoPage-actionsSticky-content {
	left:0;
	transform:translateX(-100%);
	position:absolute;
	top:40px
}
.ArticlePage-authorBy,.AuthorPage-authorBy,.BlogPostPage-authorBy,.ListiclePage-authorBy,.LiveBlogPage-authorBy,.LongFormPage-authorBy,.PodcastContainerPage-authorBy,.StoryStackPage-authorBy,.VideoPage-authorBy {
	text-transform:none
}
[lang=es] .ArticlePage-authorBy,[lang=es] .AuthorPage-authorBy,[lang=es] .BlogPostPage-authorBy,[lang=es] .ListiclePage-authorBy,[lang=es] .LiveBlogPage-authorBy,[lang=es] .LongFormPage-authorBy,[lang=es] .PodcastContainerPage-authorBy,[lang=es] .StoryStackPage-authorBy,[lang=es] .VideoPage-authorBy {
	display:none
}
.ArticlePage-comments,.AuthorPage-comments,.BlogPostPage-comments,.ListiclePage-comments,.LiveBlogPage-comments,.LongFormPage-comments,.PodcastContainerPage-comments,.StoryStackPage-comments,.VideoPage-comments {
	display:block;
	margin-top:40px
}
.ArticlePage-bottomByline .ArticlePage-authorInfo,.AuthorPage-bottomByline .AuthorPage-authorInfo,.BlogPostPage-bottomByline .BlogPostPage-authorInfo,.ListiclePage-bottomByline .ListiclePage-authorInfo,.LiveBlogPage-bottomByline .LiveBlogPage-authorInfo,.LongFormPage-bottomByline .LongFormPage-authorInfo,.PodcastContainerPage-bottomByline .PodcastContainerPage-authorInfo,.StoryStackPage-bottomByline .StoryStackPage-authorInfo,.VideoPage-bottomByline .VideoPage-authorInfo {
	border-top:1px solid var(--secondaryColor3)
}
.ArticlePage-bottomByline .ArticlePage-authorInfo:first-child,.AuthorPage-bottomByline .AuthorPage-authorInfo:first-child,.BlogPostPage-bottomByline .BlogPostPage-authorInfo:first-child,.ListiclePage-bottomByline .ListiclePage-authorInfo:first-child,.LiveBlogPage-bottomByline .LiveBlogPage-authorInfo:first-child,.LongFormPage-bottomByline .LongFormPage-authorInfo:first-child,.PodcastContainerPage-bottomByline .PodcastContainerPage-authorInfo:first-child,.StoryStackPage-bottomByline .StoryStackPage-authorInfo:first-child,.VideoPage-bottomByline .VideoPage-authorInfo:first-child {
	border-top:0
}
.ArticlePage-authorInfo,.AuthorPage-authorInfo,.BlogPostPage-authorInfo,.ListiclePage-authorInfo,.LiveBlogPage-authorInfo,.LongFormPage-authorInfo,.PodcastContainerPage-authorInfo,.StoryStackPage-authorInfo,.VideoPage-authorInfo {
	margin-top:20px;
	padding-top:20px
}
.ArticlePage-authorInfo:after,.AuthorPage-authorInfo:after,.BlogPostPage-authorInfo:after,.ListiclePage-authorInfo:after,.LiveBlogPage-authorInfo:after,.LongFormPage-authorInfo:after,.PodcastContainerPage-authorInfo:after,.StoryStackPage-authorInfo:after,.VideoPage-authorInfo:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.ArticlePage-authorInfo-bio-content,.AuthorPage-authorInfo-bio-content,.BlogPostPage-authorInfo-bio-content,.ListiclePage-authorInfo-bio-content,.LiveBlogPage-authorInfo-bio-content,.LongFormPage-authorInfo-bio-content,.PodcastContainerPage-authorInfo-bio-content,.StoryStackPage-authorInfo-bio-content,.VideoPage-authorInfo-bio-content {
	display:block;
	color:var(--primaryTextColor);
	font-family:var(--bodyFont);
	font-size:var(--body-1);
	line-height:1.67
}
.ArticlePage-authorInfo-bio-content p,.AuthorPage-authorInfo-bio-content p,.BlogPostPage-authorInfo-bio-content p,.ListiclePage-authorInfo-bio-content p,.LiveBlogPage-authorInfo-bio-content p,.LongFormPage-authorInfo-bio-content p,.PodcastContainerPage-authorInfo-bio-content p,.StoryStackPage-authorInfo-bio-content p,.VideoPage-authorInfo-bio-content p {
	margin:30px 0
}
.ArticlePage-authorInfo-bio-content p:first-of-type,.AuthorPage-authorInfo-bio-content p:first-of-type,.BlogPostPage-authorInfo-bio-content p:first-of-type,.ListiclePage-authorInfo-bio-content p:first-of-type,.LiveBlogPage-authorInfo-bio-content p:first-of-type,.LongFormPage-authorInfo-bio-content p:first-of-type,.PodcastContainerPage-authorInfo-bio-content p:first-of-type,.StoryStackPage-authorInfo-bio-content p:first-of-type,.VideoPage-authorInfo-bio-content p:first-of-type {
	margin-top:0
}
.ArticlePage-authorInfo-bio-content p:last-of-type,.AuthorPage-authorInfo-bio-content p:last-of-type,.BlogPostPage-authorInfo-bio-content p:last-of-type,.ListiclePage-authorInfo-bio-content p:last-of-type,.LiveBlogPage-authorInfo-bio-content p:last-of-type,.LongFormPage-authorInfo-bio-content p:last-of-type,.PodcastContainerPage-authorInfo-bio-content p:last-of-type,.StoryStackPage-authorInfo-bio-content p:last-of-type,.VideoPage-authorInfo-bio-content p:last-of-type {
	margin-bottom:0
}
.ArticlePage-authorInfo-bio-content .Link,.ArticlePage-authorInfo-bio-content a,.AuthorPage-authorInfo-bio-content .Link,.AuthorPage-authorInfo-bio-content a,.BlogPostPage-authorInfo-bio-content .Link,.BlogPostPage-authorInfo-bio-content a,.ListiclePage-authorInfo-bio-content .Link,.ListiclePage-authorInfo-bio-content a,.LiveBlogPage-authorInfo-bio-content .Link,.LiveBlogPage-authorInfo-bio-content a,.LongFormPage-authorInfo-bio-content .Link,.LongFormPage-authorInfo-bio-content a,.PodcastContainerPage-authorInfo-bio-content .Link,.PodcastContainerPage-authorInfo-bio-content a,.StoryStackPage-authorInfo-bio-content .Link,.StoryStackPage-authorInfo-bio-content a,.VideoPage-authorInfo-bio-content .Link,.VideoPage-authorInfo-bio-content a {
	text-decoration:underline
}
.ArticlePage-authorInfo-bio-name,.AuthorPage-authorInfo-bio-name,.BlogPostPage-authorInfo-bio-name,.ListiclePage-authorInfo-bio-name,.LiveBlogPage-authorInfo-bio-name,.LongFormPage-authorInfo-bio-name,.PodcastContainerPage-authorInfo-bio-name,.StoryStackPage-authorInfo-bio-name,.VideoPage-authorInfo-bio-name {
	font-family:var(--primaryHeadlineFont),Times New Roman,Times,serif;
	font-size:var(--title-4);
	line-height:1.22;
	-ms-flex-align:center;
	align-items:center;
	display:-ms-flexbox;
	display:flex;
	height:60px;
	margin-bottom:10px
}
@media only screen and (min-width:1024px) {
	.ArticlePage-authorInfo-bio-name,.AuthorPage-authorInfo-bio-name,.BlogPostPage-authorInfo-bio-name,.ListiclePage-authorInfo-bio-name,.LiveBlogPage-authorInfo-bio-name,.LongFormPage-authorInfo-bio-name,.PodcastContainerPage-authorInfo-bio-name,.StoryStackPage-authorInfo-bio-name,.VideoPage-authorInfo-bio-name {
		line-height:1.17
	}
}
.ArticlePage-authorInfo-follow,.AuthorPage-authorInfo-follow,.BlogPostPage-authorInfo-follow,.ListiclePage-authorInfo-follow,.LiveBlogPage-authorInfo-follow,.LongFormPage-authorInfo-follow,.PodcastContainerPage-authorInfo-follow,.StoryStackPage-authorInfo-follow,.VideoPage-authorInfo-follow {
	margin-left:20px
}
.ArticlePage-authorInfo-image,.AuthorPage-authorInfo-image,.BlogPostPage-authorInfo-image,.ListiclePage-authorInfo-image,.LiveBlogPage-authorInfo-image,.LongFormPage-authorInfo-image,.PodcastContainerPage-authorInfo-image,.StoryStackPage-authorInfo-image,.VideoPage-authorInfo-image {
	float:left;
	margin-right:20px;
	width:60px
}
.ArticlePage-authorInfo-image img,.AuthorPage-authorInfo-image img,.BlogPostPage-authorInfo-image img,.ListiclePage-authorInfo-image img,.LiveBlogPage-authorInfo-image img,.LongFormPage-authorInfo-image img,.PodcastContainerPage-authorInfo-image img,.StoryStackPage-authorInfo-image img,.VideoPage-authorInfo-image img {
	border:2px solid var(--secondaryColor3);
	border-radius:100%
}
.ArticlePage-authorName,.ArticlePage-contributors,.AuthorPage-authorName,.AuthorPage-contributors,.BlogPostPage-authorName,.BlogPostPage-contributors,.ListiclePage-authorName,.ListiclePage-contributors,.LiveBlogPage-authorName,.LiveBlogPage-contributors,.LongFormPage-authorName,.LongFormPage-contributors,.PodcastContainerPage-authorName,.PodcastContainerPage-contributors,.StoryStackPage-authorName,.StoryStackPage-contributors,.VideoPage-authorName,.VideoPage-contributors {
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--byline-1);
	color:var(--primaryTextColor);
	line-height:1.2;
	text-transform:uppercase;
	display:inline;
	font-weight:500
}
.ArticlePage-authorTitle,.AuthorPage-authorTitle,.BlogPostPage-authorTitle,.ListiclePage-authorTitle,.LiveBlogPage-authorTitle,.LongFormPage-authorTitle,.PodcastContainerPage-authorTitle,.StoryStackPage-authorTitle,.VideoPage-authorTitle {
	display:block
}
.ArticlePage-breadcrumbs,.ArticlePage-bylineText,.AuthorPage-breadcrumbs,.AuthorPage-bylineText,.BlogPostPage-breadcrumbs,.BlogPostPage-bylineText,.ListiclePage-breadcrumbs,.ListiclePage-bylineText,.LiveBlogPage-breadcrumbs,.LiveBlogPage-bylineText,.LongFormPage-breadcrumbs,.LongFormPage-bylineText,.PodcastContainerPage-breadcrumbs,.PodcastContainerPage-bylineText,.StoryStackPage-breadcrumbs,.StoryStackPage-bylineText,.VideoPage-breadcrumbs,.VideoPage-bylineText {
	margin-bottom:10px
}
.ArticlePage-breadcrumbs .Link,.AuthorPage-breadcrumbs .Link,.BlogPostPage-breadcrumbs .Link,.ListiclePage-breadcrumbs .Link,.LiveBlogPage-breadcrumbs .Link,.LongFormPage-breadcrumbs .Link,.PodcastContainerPage-breadcrumbs .Link,.StoryStackPage-breadcrumbs .Link,.VideoPage-breadcrumbs .Link {
	color:var(--secondaryTextColor);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--label-1);
	cursor:pointer;
	display:inline-block;
	font-weight:700;
	text-align:center;
	transition:color .25s,background .25s,border .25s;
	background:none;
	border:0;
	color:var(--secondaryColor6);
	line-height:18px;
	padding:2px 5px 0;
	text-transform:uppercase;
	word-break:keep-all;
	margin:0 10px 10px 0
}
.ArticlePage-breadcrumbs .Link[data-recent],.AuthorPage-breadcrumbs .Link[data-recent],.BlogPostPage-breadcrumbs .Link[data-recent],.ListiclePage-breadcrumbs .Link[data-recent],.LiveBlogPage-breadcrumbs .Link[data-recent],.LongFormPage-breadcrumbs .Link[data-recent],.PodcastContainerPage-breadcrumbs .Link[data-recent],.StoryStackPage-breadcrumbs .Link[data-recent],.VideoPage-breadcrumbs .Link[data-recent] {
	color:var(--breakingBgColor)
}
.ArticlePage-breadcrumbs .Link:hover,.AuthorPage-breadcrumbs .Link:hover,.BlogPostPage-breadcrumbs .Link:hover,.ListiclePage-breadcrumbs .Link:hover,.LiveBlogPage-breadcrumbs .Link:hover,.LongFormPage-breadcrumbs .Link:hover,.PodcastContainerPage-breadcrumbs .Link:hover,.StoryStackPage-breadcrumbs .Link:hover,.VideoPage-breadcrumbs .Link:hover {
	color:var(--brandColor)
}
.ArticlePage-breadcrumbs .Link[data-inverse],.AuthorPage-breadcrumbs .Link[data-inverse],.BlogPostPage-breadcrumbs .Link[data-inverse],.ListiclePage-breadcrumbs .Link[data-inverse],.LiveBlogPage-breadcrumbs .Link[data-inverse],.LongFormPage-breadcrumbs .Link[data-inverse],.PodcastContainerPage-breadcrumbs .Link[data-inverse],.StoryStackPage-breadcrumbs .Link[data-inverse],.VideoPage-breadcrumbs .Link[data-inverse] {
	color:var(--secondaryColor5)
}
.ArticlePage-breadcrumbs .Link[data-inverse]:hover,.AuthorPage-breadcrumbs .Link[data-inverse]:hover,.BlogPostPage-breadcrumbs .Link[data-inverse]:hover,.ListiclePage-breadcrumbs .Link[data-inverse]:hover,.LiveBlogPage-breadcrumbs .Link[data-inverse]:hover,.LongFormPage-breadcrumbs .Link[data-inverse]:hover,.PodcastContainerPage-breadcrumbs .Link[data-inverse]:hover,.StoryStackPage-breadcrumbs .Link[data-inverse]:hover,.VideoPage-breadcrumbs .Link[data-inverse]:hover {
	color:var(--secondaryColor3)
}
.ArticlePage-breadcrumbs span.Link,.AuthorPage-breadcrumbs span.Link,.BlogPostPage-breadcrumbs span.Link,.ListiclePage-breadcrumbs span.Link,.LiveBlogPage-breadcrumbs span.Link,.LongFormPage-breadcrumbs span.Link,.PodcastContainerPage-breadcrumbs span.Link,.StoryStackPage-breadcrumbs span.Link,.VideoPage-breadcrumbs span.Link {
	pointer-events:none
}
.ArticlePage-headline,.AuthorPage-headline,.BlogPostPage-headline,.ListiclePage-headline,.LiveBlogPage-headline,.LongFormPage-headline,.PodcastContainerPage-headline,.StoryStackPage-headline,.VideoPage-headline {
	font-family:var(--primaryHeadlineFont),Times New Roman,Times,serif;
	font-size:var(--title-7);
	font-weight:700;
	font-weight:500;
	line-height:1.13;
	letter-spacing:-.2px;
	margin-bottom:10px
}
@media only screen and (min-width:1024px) {
	.ArticlePage-headline,.AuthorPage-headline,.BlogPostPage-headline,.ListiclePage-headline,.LiveBlogPage-headline,.LongFormPage-headline,.PodcastContainerPage-headline,.StoryStackPage-headline,.VideoPage-headline {
		line-height:1.08
	}
}
[data-sponsored-content] .ArticlePage-headline,[data-sponsored-content] .AuthorPage-headline,[data-sponsored-content] .BlogPostPage-headline,[data-sponsored-content] .ListiclePage-headline,[data-sponsored-content] .LiveBlogPage-headline,[data-sponsored-content] .LongFormPage-headline,[data-sponsored-content] .PodcastContainerPage-headline,[data-sponsored-content] .StoryStackPage-headline,[data-sponsored-content] .VideoPage-headline {
	font-family:Arial
}
.ArticlePage-mainContent hr,.AuthorPage-mainContent hr,.BlogPostPage-mainContent hr,.ListiclePage-mainContent hr,.LiveBlogPage-mainContent hr,.LongFormPage-mainContent hr,.PodcastContainerPage-mainContent hr,.StoryStackPage-mainContent hr,.VideoPage-mainContent hr {
	background:var(--secondaryColor2);
	border:0;
	height:1px;
	margin:40px 0;
	width:70px
}
.ArticlePage-mainContent hr[data-wide],.AuthorPage-mainContent hr[data-wide],.BlogPostPage-mainContent hr[data-wide],.ListiclePage-mainContent hr[data-wide],.LiveBlogPage-mainContent hr[data-wide],.LongFormPage-mainContent hr[data-wide],.PodcastContainerPage-mainContent hr[data-wide],.StoryStackPage-mainContent hr[data-wide],.VideoPage-mainContent hr[data-wide] {
	margin:40px auto;
	width:200px
}
.ArticlePage-subHeadline,.AuthorPage-subHeadline,.BlogPostPage-subHeadline,.ListiclePage-subHeadline,.LiveBlogPage-subHeadline,.LongFormPage-subHeadline,.PodcastContainerPage-subHeadline,.StoryStackPage-subHeadline,.VideoPage-subHeadline {
	font-family:var(--primaryHeadlineFont),Times New Roman,Times,serif;
	font-size:var(--title-3);
	font-weight:700;
	line-height:1.2;
	letter-spacing:-.2px;
	margin-bottom:20px;
	font-weight:400
}
@media only screen and (min-width:1024px) {
	.ArticlePage-subHeadline,.AuthorPage-subHeadline,.BlogPostPage-subHeadline,.ListiclePage-subHeadline,.LiveBlogPage-subHeadline,.LongFormPage-subHeadline,.PodcastContainerPage-subHeadline,.StoryStackPage-subHeadline,.VideoPage-subHeadline {
		line-height:1.17
	}
}
[data-sponsored-content] .ArticlePage-subHeadline,[data-sponsored-content] .AuthorPage-subHeadline,[data-sponsored-content] .BlogPostPage-subHeadline,[data-sponsored-content] .ListiclePage-subHeadline,[data-sponsored-content] .LiveBlogPage-subHeadline,[data-sponsored-content] .LongFormPage-subHeadline,[data-sponsored-content] .PodcastContainerPage-subHeadline,[data-sponsored-content] .StoryStackPage-subHeadline,[data-sponsored-content] .VideoPage-subHeadline {
	font-family:Arial
}
.ArticlePage-tags,.AuthorPage-tags,.BlogPostPage-tags,.ListiclePage-tags,.LiveBlogPage-tags,.LongFormPage-tags,.PodcastContainerPage-tags,.StoryStackPage-tags,.VideoPage-tags {
	margin-bottom:20px
}
.ArticlePage-tags .Link,.AuthorPage-tags .Link,.BlogPostPage-tags .Link,.ListiclePage-tags .Link,.LiveBlogPage-tags .Link,.LongFormPage-tags .Link,.PodcastContainerPage-tags .Link,.StoryStackPage-tags .Link,.VideoPage-tags .Link {
	color:var(--secondaryTextColor);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--label-1);
	cursor:pointer;
	display:inline-block;
	font-weight:700;
	text-align:center;
	transition:color .25s,background .25s,border .25s;
	background-color:var(--tagButtonBgColor);
	border:1px solid var(--tagButtonBgColor);
	color:var(--tagButtonTextColor);
	line-height:18px;
	padding:0 5px;
	text-transform:uppercase;
	word-break:keep-all;
	margin:0 10px 10px 0
}
.ArticlePage-tags .Link[data-recent],.AuthorPage-tags .Link[data-recent],.BlogPostPage-tags .Link[data-recent],.ListiclePage-tags .Link[data-recent],.LiveBlogPage-tags .Link[data-recent],.LongFormPage-tags .Link[data-recent],.PodcastContainerPage-tags .Link[data-recent],.StoryStackPage-tags .Link[data-recent],.VideoPage-tags .Link[data-recent] {
	color:var(--breakingBgColor)
}
.ArticlePage-tags .Link:hover,.AuthorPage-tags .Link:hover,.BlogPostPage-tags .Link:hover,.ListiclePage-tags .Link:hover,.LiveBlogPage-tags .Link:hover,.LongFormPage-tags .Link:hover,.PodcastContainerPage-tags .Link:hover,.StoryStackPage-tags .Link:hover,.VideoPage-tags .Link:hover {
	background:var(--brandColor);
	border:1px solid var(--brandColor)
}
.ArticlePage-tags span.Link,.AuthorPage-tags span.Link,.BlogPostPage-tags span.Link,.ListiclePage-tags span.Link,.LiveBlogPage-tags span.Link,.LongFormPage-tags span.Link,.PodcastContainerPage-tags span.Link,.StoryStackPage-tags span.Link,.VideoPage-tags span.Link {
	pointer-events:none
}
.ArticlePage-updatesCorrections,.ArticlePage .Corrections,.AuthorPage-updatesCorrections,.AuthorPage .Corrections,.BlogPostPage-updatesCorrections,.BlogPostPage .Corrections,.ListiclePage-updatesCorrections,.ListiclePage .Corrections,.LiveBlogPage-updatesCorrections,.LiveBlogPage .Corrections,.LongFormPage-updatesCorrections,.LongFormPage .Corrections,.PodcastContainerPage-updatesCorrections,.PodcastContainerPage .Corrections,.StoryStackPage-updatesCorrections,.StoryStackPage .Corrections,.VideoPage-updatesCorrections,.VideoPage .Corrections {
	border:1px solid var(--secondaryColor3);
	border-top:2px solid var(--secondaryColor7);
	font-style:italic;
	margin:20px 0;
	padding:20px
}
[class$=aside] .ArticlePage-updatesCorrections-wrapper,[class$=aside] .ArticlePage .Corrections-wrapper,[class$=aside] .AuthorPage-updatesCorrections-wrapper,[class$=aside] .AuthorPage .Corrections-wrapper,[class$=aside] .BlogPostPage-updatesCorrections-wrapper,[class$=aside] .BlogPostPage .Corrections-wrapper,[class$=aside] .ListiclePage-updatesCorrections-wrapper,[class$=aside] .ListiclePage .Corrections-wrapper,[class$=aside] .LiveBlogPage-updatesCorrections-wrapper,[class$=aside] .LiveBlogPage .Corrections-wrapper,[class$=aside] .LongFormPage-updatesCorrections-wrapper,[class$=aside] .LongFormPage .Corrections-wrapper,[class$=aside] .PodcastContainerPage-updatesCorrections-wrapper,[class$=aside] .PodcastContainerPage .Corrections-wrapper,[class$=aside] .StoryStackPage-updatesCorrections-wrapper,[class$=aside] .StoryStackPage .Corrections-wrapper,[class$=aside] .VideoPage-updatesCorrections-wrapper,[class$=aside] .VideoPage .Corrections-wrapper {
	display:none
}
[class$=aside] .ArticlePage-updatesCorrections,[class$=aside] .ArticlePage .Corrections,[class$=aside] .AuthorPage-updatesCorrections,[class$=aside] .AuthorPage .Corrections,[class$=aside] .BlogPostPage-updatesCorrections,[class$=aside] .BlogPostPage .Corrections,[class$=aside] .ListiclePage-updatesCorrections,[class$=aside] .ListiclePage .Corrections,[class$=aside] .LiveBlogPage-updatesCorrections,[class$=aside] .LiveBlogPage .Corrections,[class$=aside] .LongFormPage-updatesCorrections,[class$=aside] .LongFormPage .Corrections,[class$=aside] .PodcastContainerPage-updatesCorrections,[class$=aside] .PodcastContainerPage .Corrections,[class$=aside] .StoryStackPage-updatesCorrections,[class$=aside] .StoryStackPage .Corrections,[class$=aside] .VideoPage-updatesCorrections,[class$=aside] .VideoPage .Corrections {
	margin-bottom:0;
	margin-top:0
}
@media only screen and (min-width:768px) {
	.ArticlePage-headline,.AuthorPage-headline,.BlogPostPage-headline,.ListiclePage-headline,.LiveBlogPage-headline,.LongFormPage-headline,.PodcastContainerPage-headline,.StoryStackPage-headline,.VideoPage-headline {
		margin-bottom:20px
	}
	.ArticlePage-datePublished>div,.AuthorPage-datePublished>div,.BlogPostPage-datePublished>div,.ListiclePage-datePublished>div,.LiveBlogPage-datePublished>div,.LongFormPage-datePublished>div,.PodcastContainerPage-datePublished>div,.StoryStackPage-datePublished>div,.VideoPage-datePublished>div {
		display:inline;
		white-space:nowrap
	}
	.ArticlePage-datePublished>div:nth-of-type(2),.AuthorPage-datePublished>div:nth-of-type(2),.BlogPostPage-datePublished>div:nth-of-type(2),.ListiclePage-datePublished>div:nth-of-type(2),.LiveBlogPage-datePublished>div:nth-of-type(2),.LongFormPage-datePublished>div:nth-of-type(2),.PodcastContainerPage-datePublished>div:nth-of-type(2),.StoryStackPage-datePublished>div:nth-of-type(2),.VideoPage-datePublished>div:nth-of-type(2) {
		margin-left:5px
	}
	.ArticlePage-datePublished>div:nth-of-type(2):before,.AuthorPage-datePublished>div:nth-of-type(2):before,.BlogPostPage-datePublished>div:nth-of-type(2):before,.ListiclePage-datePublished>div:nth-of-type(2):before,.LiveBlogPage-datePublished>div:nth-of-type(2):before,.LongFormPage-datePublished>div:nth-of-type(2):before,.PodcastContainerPage-datePublished>div:nth-of-type(2):before,.StoryStackPage-datePublished>div:nth-of-type(2):before,.VideoPage-datePublished>div:nth-of-type(2):before {
		content:"|";
		display:inline;
		padding-right:10px
	}
	.ArticlePage-authors,.AuthorPage-authors,.BlogPostPage-authors,.ListiclePage-authors,.LiveBlogPage-authors,.LongFormPage-authors,.PodcastContainerPage-authors,.StoryStackPage-authors,.VideoPage-authors {
		display:-ms-inline-flexbox;
		display:inline-flex
	}
	.ArticlePage-tags,.AuthorPage-tags,.BlogPostPage-tags,.ListiclePage-tags,.LiveBlogPage-tags,.LongFormPage-tags,.PodcastContainerPage-tags,.StoryStackPage-tags,.VideoPage-tags {
		margin-bottom:40px
	}
	.ArticlePage-byline,.AuthorPage-byline,.BlogPostPage-byline,.ListiclePage-byline,.LiveBlogPage-byline,.LongFormPage-byline,.PodcastContainerPage-byline,.StoryStackPage-byline,.VideoPage-byline {
		-ms-flex-wrap:nowrap;
		flex-wrap:nowrap
	}
	.ArticlePage-authors,.ArticlePage-bylineText,.AuthorPage-authors,.AuthorPage-bylineText,.BlogPostPage-authors,.BlogPostPage-bylineText,.ListiclePage-authors,.ListiclePage-bylineText,.LiveBlogPage-authors,.LiveBlogPage-bylineText,.LongFormPage-authors,.LongFormPage-bylineText,.PodcastContainerPage-authors,.PodcastContainerPage-bylineText,.StoryStackPage-authors,.StoryStackPage-bylineText,.VideoPage-authors,.VideoPage-bylineText {
		width:auto;
		margin-bottom:0;
		margin-right:10px
	}
	.ArticlePage-actions,.AuthorPage-actions,.BlogPostPage-actions,.ListiclePage-actions,.LiveBlogPage-actions,.LongFormPage-actions,.PodcastContainerPage-actions,.StoryStackPage-actions,.VideoPage-actions {
		margin-left:auto
	}
	.ArticlePage-authorTitle,.AuthorPage-authorTitle,.BlogPostPage-authorTitle,.ListiclePage-authorTitle,.LiveBlogPage-authorTitle,.LongFormPage-authorTitle,.PodcastContainerPage-authorTitle,.StoryStackPage-authorTitle,.VideoPage-authorTitle {
		display:inline
	}
	.ArticlePage-authorTitle:before,.AuthorPage-authorTitle:before,.BlogPostPage-authorTitle:before,.ListiclePage-authorTitle:before,.LiveBlogPage-authorTitle:before,.LongFormPage-authorTitle:before,.PodcastContainerPage-authorTitle:before,.StoryStackPage-authorTitle:before,.VideoPage-authorTitle:before {
		content:" | ";
		margin-right:3px
	}
}
@media only screen and (min-width:1024px) {
	.ArticlePage-actions,.AuthorPage-actions,.BlogPostPage-actions,.ListiclePage-actions,.LiveBlogPage-actions,.LongFormPage-actions,.PodcastContainerPage-actions,.StoryStackPage-actions,.VideoPage-actions {
		display:none
	}
	.ArticlePage-actionsSticky,.AuthorPage-actionsSticky,.BlogPostPage-actionsSticky,.ListiclePage-actionsSticky,.LiveBlogPage-actionsSticky,.LongFormPage-actionsSticky,.PodcastContainerPage-actionsSticky,.StoryStackPage-actionsSticky,.VideoPage-actionsSticky {
		display:block
	}
	.ArticlePage-headline,.AuthorPage-headline,.BlogPostPage-headline,.ListiclePage-headline,.LiveBlogPage-headline,.LongFormPage-headline,.PodcastContainerPage-headline,.StoryStackPage-headline,.VideoPage-headline {
		margin-bottom:40px
	}
	.ArticlePage-sticky-wrapper,.AuthorPage-sticky-wrapper,.BlogPostPage-sticky-wrapper,.ListiclePage-sticky-wrapper,.LiveBlogPage-sticky-wrapper,.LongFormPage-sticky-wrapper,.PodcastContainerPage-sticky-wrapper,.StoryStackPage-sticky-wrapper,.VideoPage-sticky-wrapper {
		padding-left:50px
	}
	.ArticlePage-byline,.AuthorPage-byline,.BlogPostPage-byline,.ListiclePage-byline,.LiveBlogPage-byline,.LongFormPage-byline,.PodcastContainerPage-byline,.StoryStackPage-byline,.VideoPage-byline {
		-ms-flex-pack:initial;
		justify-content:normal
	}
	.ArticlePage-authorInfo-bio-content,.AuthorPage-authorInfo-bio-content,.BlogPostPage-authorInfo-bio-content,.ListiclePage-authorInfo-bio-content,.LiveBlogPage-authorInfo-bio-content,.LongFormPage-authorInfo-bio-content,.PodcastContainerPage-authorInfo-bio-content,.StoryStackPage-authorInfo-bio-content,.VideoPage-authorInfo-bio-content {
		margin-top:10px
	}
	.ArticlePage-authorInfo-bio-name,.AuthorPage-authorInfo-bio-name,.BlogPostPage-authorInfo-bio-name,.ListiclePage-authorInfo-bio-name,.LiveBlogPage-authorInfo-bio-name,.LongFormPage-authorInfo-bio-name,.PodcastContainerPage-authorInfo-bio-name,.StoryStackPage-authorInfo-bio-name,.VideoPage-authorInfo-bio-name {
		display:block;
		height:auto;
		padding-top:15px
	}
	.ArticlePage-authorInfo-follow,.AuthorPage-authorInfo-follow,.BlogPostPage-authorInfo-follow,.ListiclePage-authorInfo-follow,.LiveBlogPage-authorInfo-follow,.LongFormPage-authorInfo-follow,.PodcastContainerPage-authorInfo-follow,.StoryStackPage-authorInfo-follow,.VideoPage-authorInfo-follow {
		margin-left:0;
		margin-top:5px
	}
	.ArticlePage-authorInfo-image,.AuthorPage-authorInfo-image,.BlogPostPage-authorInfo-image,.ListiclePage-authorInfo-image,.LiveBlogPage-authorInfo-image,.LongFormPage-authorInfo-image,.PodcastContainerPage-authorInfo-image,.StoryStackPage-authorInfo-image,.VideoPage-authorInfo-image {
		width:100px
	}
}
@media only screen and (min-width:1240px) {
	.ArticlePage-actionsSticky-content,.AuthorPage-actionsSticky-content,.BlogPostPage-actionsSticky-content,.ListiclePage-actionsSticky-content,.LiveBlogPage-actionsSticky-content,.LongFormPage-actionsSticky-content,.PodcastContainerPage-actionsSticky-content,.StoryStackPage-actionsSticky-content,.VideoPage-actionsSticky-content {
		transform:none;
		left:-50px
	}
	.ArticlePage-sticky-wrapper,.AuthorPage-sticky-wrapper,.BlogPostPage-sticky-wrapper,.ListiclePage-sticky-wrapper,.LiveBlogPage-sticky-wrapper,.LongFormPage-sticky-wrapper,.PodcastContainerPage-sticky-wrapper,.StoryStackPage-sticky-wrapper,.VideoPage-sticky-wrapper {
		padding-left:70px
	}
	[class$=aside] .ArticlePage-updatesCorrections-wrapper,[class$=aside] .AuthorPage-updatesCorrections-wrapper,[class$=aside] .BlogPostPage-updatesCorrections-wrapper,[class$=aside] .ListiclePage-updatesCorrections-wrapper,[class$=aside] .LiveBlogPage-updatesCorrections-wrapper,[class$=aside] .LongFormPage-updatesCorrections-wrapper,[class$=aside] .PodcastContainerPage-updatesCorrections-wrapper,[class$=aside] .StoryStackPage-updatesCorrections-wrapper,[class$=aside] .VideoPage-updatesCorrections-wrapper {
		display:block
	}
	.ArticlePage .Corrections[data-with-aside=true],.AuthorPage .Corrections[data-with-aside=true],.BlogPostPage .Corrections[data-with-aside=true],.ListiclePage .Corrections[data-with-aside=true],.LiveBlogPage .Corrections[data-with-aside=true],.LongFormPage .Corrections[data-with-aside=true],.PodcastContainerPage .Corrections[data-with-aside=true],.StoryStackPage .Corrections[data-with-aside=true],.VideoPage .Corrections[data-with-aside=true] {
		display:none
	}
}
@media only screen and (min-width:1440px) {
	.ArticlePage-sticky-wrapper,.AuthorPage-sticky-wrapper,.BlogPostPage-sticky-wrapper,.ListiclePage-sticky-wrapper,.LiveBlogPage-sticky-wrapper,.LongFormPage-sticky-wrapper,.PodcastContainerPage-sticky-wrapper,.StoryStackPage-sticky-wrapper,.VideoPage-sticky-wrapper {
		padding-left:0
	}
	.ArticlePage-actionsSticky-content,.AuthorPage-actionsSticky-content,.BlogPostPage-actionsSticky-content,.ListiclePage-actionsSticky-content,.LiveBlogPage-actionsSticky-content,.LongFormPage-actionsSticky-content,.PodcastContainerPage-actionsSticky-content,.StoryStackPage-actionsSticky-content,.VideoPage-actionsSticky-content {
		left:20px
	}
}
.ArticlePage-aside,.AuthorPage-aside,.BlogPage-aside,.BlogPostPage-aside,.ListiclePage-aside,.LiveBlogPage-aside,.PodcastContainerPage-aside,.VideoPage-aside {
	-ms-flex-negative:0;
	flex-shrink:0;
	margin-top:40px
}
.ArticlePage-aside-content>*,.ArticlePage-aside [class$=updatesCorrections-wrapper],.AuthorPage-aside-content>*,.AuthorPage-aside [class$=updatesCorrections-wrapper],.BlogPage-aside-content>*,.BlogPage-aside [class$=updatesCorrections-wrapper],.BlogPostPage-aside-content>*,.BlogPostPage-aside [class$=updatesCorrections-wrapper],.ListiclePage-aside-content>*,.ListiclePage-aside [class$=updatesCorrections-wrapper],.LiveBlogPage-aside-content>*,.LiveBlogPage-aside [class$=updatesCorrections-wrapper],.PodcastContainerPage-aside-content>*,.PodcastContainerPage-aside [class$=updatesCorrections-wrapper],.VideoPage-aside-content>*,.VideoPage-aside [class$=updatesCorrections-wrapper] {
	padding-bottom:40px
}
.ArticlePage-aside-content>:last-child,.AuthorPage-aside-content>:last-child,.BlogPage-aside-content>:last-child,.BlogPostPage-aside-content>:last-child,.ListiclePage-aside-content>:last-child,.LiveBlogPage-aside-content>:last-child,.PodcastContainerPage-aside-content>:last-child,.VideoPage-aside-content>:last-child {
	padding-bottom:0
}
.ArticlePage-content,.AuthorPage-content,.BlogPage-content,.BlogPostPage-content,.ListiclePage-content,.LiveBlogPage-content,.PodcastContainerPage-content,.VideoPage-content {
	margin:0 auto;
	max-width:1200px;
	padding:40px 20px
}
.ArticlePage-wrapper,.AuthorPage-wrapper,.BlogPage-wrapper,.BlogPostPage-wrapper,.ListiclePage-wrapper,.LiveBlogPage-wrapper,.PodcastContainerPage-wrapper,.VideoPage-wrapper {
	margin-top:20px
}
@media only screen and (min-width:768px) {
	.ArticlePage-wrapper,.AuthorPage-wrapper,.BlogPage-wrapper,.BlogPostPage-wrapper,.ListiclePage-wrapper,.LiveBlogPage-wrapper,.PodcastContainerPage-wrapper,.VideoPage-wrapper {
		margin-top:40px
	}
}
@media only screen and (min-width:1240px) {
	.ArticlePage-content,.AuthorPage-content,.BlogPage-content,.BlogPostPage-content,.ListiclePage-content,.LiveBlogPage-content,.PodcastContainerPage-content,.VideoPage-content {
		padding-left:0;
		padding-right:20px
	}
}
@media only screen and (min-width:1240px) {
	.ArticlePage-aside,.AuthorPage-aside,.BlogPage-aside,.BlogPostPage-aside,.ListiclePage-aside,.LiveBlogPage-aside,.PodcastContainerPage-aside,.VideoPage-aside {
		margin-top:0;
		margin-left:40px;
		width:320px
	}
	.ArticlePage-main,.AuthorPage-main,.BlogPage-main,.BlogPostPage-main,.ListiclePage-main,.LiveBlogPage-main,.PodcastContainerPage-main,.VideoPage-main {
		width:calc(100% - 320px)
	}
	.ArticlePage-main-content,.AuthorPage-main-content,.BlogPage-main-content,.BlogPostPage-main-content,.ListiclePage-main-content,.LiveBlogPage-main-content,.PodcastContainerPage-main-content,.VideoPage-main-content {
		width:100%
	}
	.ArticlePage-wrapper,.AuthorPage-wrapper,.BlogPage-wrapper,.BlogPostPage-wrapper,.ListiclePage-wrapper,.LiveBlogPage-wrapper,.PodcastContainerPage-wrapper,.VideoPage-wrapper {
		display:-ms-flexbox;
		display:flex
	}
}
@media only screen and (min-width:1440px) {
	.ArticlePage-sticky-wrapper,.AuthorPage-sticky-wrapper,.BlogPage-sticky-wrapper,.BlogPostPage-sticky-wrapper,.ListiclePage-sticky-wrapper,.LiveBlogPage-sticky-wrapper,.PodcastContainerPage-sticky-wrapper,.VideoPage-sticky-wrapper {
		padding-left:70px
	}
}
.HomePage-header {
	background:var(--secondaryHeaderBgColor);
	border-bottom:1px solid var(--secondaryColor3)
}
.HomePage-header-nameplate {
	-ms-flex-align:center;
	display:none;
	-ms-flex-pack:justify;
	-ms-flex-line-pack:end;
	align-content:flex-end
}
.HomePage-header-content,.HomePage-header-nameplate {
	align-items:center;
	justify-content:space-between;
	padding:0 20px
}
.HomePage-header-content {
	-ms-flex-align:center;
	color:var(--secondaryHeaderTextColor);
	display:-ms-flexbox;
	display:flex;
	height:40px;
	-ms-flex-pack:justify
}
.HomePage-header-logo {
	-ms-flex-negative:0;
	flex-shrink:0;
	padding:25px 0 15px;
	text-align:center
}
.HomePage-header-logo img {
	display:inline-block;
	width:515px
}
.HomePage-main {
	padding-top:20px
}
.HomePage-main>.GoogleDfpAd,.HomePage-main>.GoogleDfpAd-wrapper,.HomePage-main>.RichTextModule {
	padding-bottom:20px
}
.HomePage-main>* {
	padding-bottom:40px
}
.HomePage-pageHeading {
	border:0;
	clip:rect(0,0,0,0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.HomePage .Page-above {
	display:none
}
.HomePage .Page-above .ListP {
	display:-ms-flexbox;
	display:flex
}
@media only screen and (min-width:768px) {
	.HomePage .Page-above {
		display:block
	}
}
@media only screen and (min-width:1024px) {
	.HomePage .Page-header-logo {
		display:none
	}
	.HomePage .Page-header-quickLinks {
		display:-ms-flexbox;
		display:flex
	}
	.HomePage .Page-header-wrapper[data-logo-show] .Page-header-logo {
		display:block
	}
	.HomePage .Page-header-wrapper[data-logo-show] .Page-header-quickLinks {
		display:none
	}
	.HomePage .HomePage-header {
		position:relative;
		z-index:10
	}
	.HomePage .HomePage-header-logo {
		display:block;
		padding-bottom:0
	}
	.HomePage .HomePage-header-logo img {
		max-height:60px
	}
	.HomePage .HomePage-header-content {
		height:25px
	}
	.HomePage .HomePage-header-nameplate {
		display:-ms-flexbox;
		display:flex
	}
	.HomePage .HomePage-main {
		padding-left:20px;
		padding-right:20px
	}
}
@media only screen and (min-width:1440px) {
	.HomePage-header-logo img {
		width:622px
	}
}
.BlogPage [data-sponsored-content] .SectionPage-main div[class$=-category],.BlogPage [data-sponsored-content] .SectionPage-main div[class$=-description],.BlogPage [data-sponsored-content] .SectionPage-main div[class$=-timestamp],.BlogPage [data-sponsored-content] .SectionPage-main div[class$=-title],.SectionPage [data-sponsored-content] .SectionPage-main div[class$=-category],.SectionPage [data-sponsored-content] .SectionPage-main div[class$=-description],.SectionPage [data-sponsored-content] .SectionPage-main div[class$=-timestamp],.SectionPage [data-sponsored-content] .SectionPage-main div[class$=-title],.TagPage [data-sponsored-content] .SectionPage-main div[class$=-category],.TagPage [data-sponsored-content] .SectionPage-main div[class$=-description],.TagPage [data-sponsored-content] .SectionPage-main div[class$=-timestamp],.TagPage [data-sponsored-content] .SectionPage-main div[class$=-title] {
	font-family:Arial,Helvetica,sans-serif
}
.BlogPage-heading,.SectionPage-heading,.TagPage-heading {
	margin:0 auto 20px;
	max-width:740px;
	text-align:center
}
.BlogPage-headingWrapper,.BlogPage-sectionNavigation,.SectionPage-headingWrapper,.SectionPage-sectionNavigation,.TagPage-headingWrapper,.TagPage-sectionNavigation {
	width:100%
}
.BlogPage-headingWrapper .FollowButton,.SectionPage-headingWrapper .FollowButton,.TagPage-headingWrapper .FollowButton {
	position:absolute;
	top:0;
	right:20px;
	margin-left:20px
}
.BlogPage .Page-ad-margins,.SectionPage .Page-ad-margins,.TagPage .Page-ad-margins {
	padding-top:20px
}
.BlogPage-topContainer,.SectionPage-topContainer,.TagPage-topContainer {
	background:var(--sectionHeaderBgColor);
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	width:100%;
	padding:20px 20px 0;
	position:relative;
	border-bottom:1px solid var(--sectionHeaderBorderColor)
}
.BlogPage-topContainer .dss-earLeft,.BlogPage-topContainer .dss-earRight,.SectionPage-topContainer .dss-earLeft,.SectionPage-topContainer .dss-earRight,.TagPage-topContainer .dss-earLeft,.TagPage-topContainer .dss-earRight {
	display:none
}
.BlogPage-lead .Figure-content,.SectionPage-lead .Figure-content,.TagPage-lead .Figure-content {
	margin-bottom:0;
	padding:0 20px
}
.BlogPage-lead .PromoFullWidthLead-wrapper,.SectionPage-lead .PromoFullWidthLead-wrapper,.SectionPage-lead .PromoFullWidthLeadOverlay-wrapper,.TagPage-lead .PromoFullWidthLead-wrapper {
	max-width:none;
	padding:0
}
.BlogPage-lead .PromoFullWidthLead-content,.SectionPage-lead .PromoFullWidthLead-content,.SectionPage-lead .PromoFullWidthLeadOverlay-content,.TagPage-lead .PromoFullWidthLead-content {
	max-width:840px;
	margin:0 auto;
	padding:20px 20px 0
}
.BlogPage-main,.SectionPage-main,.TagPage-main {
	margin-top:0
}
.BlogPage-main>.GoogleDfpAd,.BlogPage-main>.GoogleDfpAd-wrapper,.BlogPage-main>.RichTextModule,.SectionPage-main>.GoogleDfpAd,.SectionPage-main>.GoogleDfpAd-wrapper,.SectionPage-main>.RichTextModule,.TagPage-main>.GoogleDfpAd,.TagPage-main>.GoogleDfpAd-wrapper,.TagPage-main>.RichTextModule {
	padding-bottom:20px
}
.BlogPage-main>*,.SectionPage-main>*,.TagPage-main>* {
	padding-bottom:40px
}
.BlogPage-pageHeading,.SectionPage-pageHeading,.TagPage-pageHeading {
	font-size:3rem;
	color:var(--sectionHeaderTextColor);
	font-weight:700;
	font-family:var(--sectionHeaderFont);
	padding:0 20px;
	text-transform:uppercase;
	text-align:center;
	max-width:970px
}
.BlogPage-pageHeading img,.SectionPage-pageHeading img,.TagPage-pageHeading img {
	margin:0 auto;
	max-width:600px;
	text-align:center
}
.BlogPage-pageHeading .Figure-content,.BlogPage .Page-above,.SectionPage-pageHeading .Figure-content,.SectionPage .Page-above,.TagPage-pageHeading .Figure-content,.TagPage .Page-above {
	display:none
}
.BlogPage .Page-above .ListP,.SectionPage .Page-above .ListP,.TagPage .Page-above .ListP {
	display:-ms-flexbox;
	display:flex
}
.BlogPage-navContainer,.SectionPage-navContainer,.TagPage-navContainer {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	overflow-x:hidden;
	overflow-y:hidden;
	width:100%
}
@media only screen and (min-width:568px) {
	.BlogPage-headingWrapper,.SectionPage-headingWrapper,.TagPage-headingWrapper {
		-ms-flex-align:center;
		align-items:center;
		overflow-x:visible;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-direction:column;
		flex-direction:column;
		-ms-flex-pack:justify;
		justify-content:space-between
	}
	.BlogPage-headingWrapper .FollowButton,.SectionPage-headingWrapper .FollowButton,.TagPage-headingWrapper .FollowButton {
		position:static
	}
	.BlogPage-navContainer,.SectionPage-navContainer,.TagPage-navContainer {
		overflow-x:visible;
		overflow-y:visible
	}
}
@media only screen and (min-width:768px) {
	.BlogPage-sectionNavigation,.SectionPage-sectionNavigation,.TagPage-sectionNavigation {
		width:auto
	}
	.BlogPage .Page-above,.SectionPage .Page-above,.TagPage .Page-above {
		display:block
	}
	.BlogPage-heading,.SectionPage-heading,.TagPage-heading {
		text-align:center
	}
	.BlogPage-pageHeading,.SectionPage-pageHeading,.TagPage-pageHeading {
		font-size:3.6rem
	}
	.BlogPage .dss-earLeft:not(:empty),.BlogPage .dss-earRight:not(:empty),.SectionPage .dss-earLeft:not(:empty),.SectionPage .dss-earRight:not(:empty),.TagPage .dss-earLeft:not(:empty),.TagPage .dss-earRight:not(:empty) {
		margin-bottom:13px
	}
}
@media only screen and (min-width:1024px) {
	.BlogPage-main,.SectionPage-main,.TagPage-main {
		padding-left:20px;
		padding-right:20px
	}
	.BlogPage-topContainer,.SectionPage-topContainer,.TagPage-topContainer {
		position:relative;
		z-index:11
	}
	.BlogPage-topContainer .dss-earLeft,.BlogPage-topContainer .dss-earRight,.SectionPage-topContainer .dss-earLeft,.SectionPage-topContainer .dss-earRight,.TagPage-topContainer .dss-earLeft,.TagPage-topContainer .dss-earRight {
		display:block
	}
}
.TagPage-heading {
	max-width:none;
	padding-bottom:20px;
	padding-top:20px;
	border-bottom:1px solid var(--secondaryColor3)
}
.TagPage-pageHeading {
	max-width:740px;
	margin:0 auto 5px
}
.TagPage [data-sponsored-content] .TagPage-main div[class$=-category],.TagPage [data-sponsored-content] .TagPage-main div[class$=-description],.TagPage [data-sponsored-content] .TagPage-main div[class$=-timestamp],.TagPage [data-sponsored-content] .TagPage-main div[class$=-title] {
	font-family:Arial,Helvetica,sans-serif
}
.ErrorPage .BlogPage-below,.ErrorPage .BlogPostPage-below,.ErrorPage .ErrorPage-below,.ErrorPage .Page-below {
	border-top:0
}
.ErrorPage-search {
	display:-ms-flexbox;
	display:flex;
	width:100%;
	margin-bottom:40px
}
.ErrorPage-search>label {
	width:100%
}
.ErrorPage-search-submit {
	padding:8px;
	background-color:var(--brandColor);
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center
}
.ErrorPage-search-submit svg {
	width:22px;
	height:22px;
	fill:var(--primaryTextColorInverse)
}
.ErrorPage-search-submit-text {
	display:none;
	font-weight:700;
	margin-left:10px;
	margin-top:2px
}
.ErrorPage-search-input {
	background-color:var(--secondaryColor4);
	border:1px solid var(--secondaryColor4);
	padding:10px;
	width:100%;
	color:var(--secondaryColor1);
	border-right:0
}
.ErrorPage-search-input:focus {
	background-color:var(--siteBgColor);
	border-color:var(--secondaryColor2)
}
.ErrorPage-errorMessage,.ErrorPage-title {
	margin-bottom:20px;
	text-align:center
}
.ErrorPage-errorMessage {
	font-weight:700
}
.ErrorPage-errorDescription {
	margin-bottom:40px
}
.ErrorPage-wrapper {
	padding:0 20px;
	max-width:680px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-align:center;
	align-items:center;
	margin:20px auto
}
@media only screen and (min-width:1024px) {
	.ErrorPage-wrapper {
		padding:0;
		margin-top:60px
	}
	.ErrorPage-errorMessage {
		font-size:var(--title-5)
	}
	.ErrorPage .Page-above .ListP {
		display:-ms-flexbox;
		display:flex
	}
	.ErrorPage-search-submit {
		padding:8px 15px
	}
	.ErrorPage-search-submit-text {
		display:block;
		white-space:nowrap
	}
}
.OneOffContentPage .Page-ad-margins {
	padding-top:20px
}
.OneOffContentPage-main {
	margin-top:0;
	padding-left:20px;
	padding-right:20px
}
.OneOffContentPage-main>.GoogleDfpAd,.OneOffContentPage-main>.GoogleDfpAd-wrapper {
	padding-bottom:20px
}
.OneOffContentPage-main>.RichTextModule {
	padding-bottom:20px;
	max-width:680px;
	margin:0 auto
}
.OneOffContentPage-main>.RichTextModule .Carousel,.OneOffContentPage-main>.RichTextModule .Figure,.OneOffContentPage-main>.RichTextModule .VideoEnhancement {
	margin:0
}
.OneOffContentPage-heading {
	padding:40px 0 20px;
	max-width:1200px;
	margin:0 auto;
	text-align:center
}
.OneOffContentPage-pageHeading {
	font-family:var(--primaryHeadlineFont),Times New Roman,Times,serif;
	font-size:var(--title-7);
	font-weight:700;
	font-weight:500;
	line-height:1.13;
	letter-spacing:-.2px;
	margin-bottom:10px
}
@media only screen and (min-width:1024px) {
	.OneOffContentPage-pageHeading {
		line-height:1.08
	}
}
.OneOffContentPage .TwoColumnContainer7030-column {
	padding-left:0;
	padding-right:0
}
@media only screen and (min-width:768px) {
	.OneOffContentPage .TwoColumnContainer7030-column {
		padding-left:20px;
		padding-right:20px
	}
}
.OneOffContentPage .TwoColumnContainer7030 .RichTextModule {
	padding-bottom:20px
}
@media only screen and (min-width:768px) {
	.OneOffContentPage .TwoColumnContainer7030 .RichTextModule {
		margin:0 auto;
		max-width:680px
	}
}
@media only screen and (min-width:1024px) {
	.OneOffContentPage .TwoColumnContainer7030 .RichTextModule .Carousel,.OneOffContentPage .TwoColumnContainer7030 .RichTextModule .Figure,.OneOffContentPage .TwoColumnContainer7030 .RichTextModule .VideoEnhancement {
		margin:0
	}
}
@media only screen and (min-width:1440px) {
	.OneOffContentPage .TwoColumnContainer7030 .RichTextModule .Carousel,.OneOffContentPage .TwoColumnContainer7030 .RichTextModule .Figure,.OneOffContentPage .TwoColumnContainer7030 .RichTextModule .VideoEnhancement {
		margin:0 -40px
	}
}
@media only screen and (min-width:1240px) {
	.OneOffContentPage .TwoColumnContainer7030-column:nth-of-type(2)>:last-child {
		padding-bottom:40px
	}
}
.OneOffContentPage .ArticlePage-dateline,.OneOffContentPage .BlogPostPage-dateline,.OneOffContentPage .ListiclePage-dateline,.OneOffContentPage .PodcastContainerPage-dateline,.OneOffContentPage .RichTextBody {
	color:var(--primaryTextColor);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-weight:300;
	font-size:1.6rem;
	line-height:1.5
}
.OneOffContentPage-contentFooter {
	margin-top:20px;
	margin-bottom:40px
}
.OneOffContentPage-contentFooter>:not(:last-child) {
	padding-bottom:40px
}
.Comments {
	display:block
}
.Comments-trigger {
	width:100%;
	background-color:var(--brandColor);
	border-color:var(--brandColor);
	font-size:13px
}
@media only screen and (min-width:768px) {
	.Comments-trigger {
		margin-bottom:40px
	}
}
.ActionBar {
	display:block;
	position:relative
}
.ActionBar-dropdown {
	display:none
}
.ActionBar-dropdown[data-showing=true] {
	background:#fff;
	border-top:2px solid var(--secondaryColor8);
	display:block;
	left:0;
	height:100vh;
	position:fixed;
	top:0;
	width:100vw;
	z-index:100
}
.ActionBar-dropdown-close {
	border:0;
	background:none;
	cursor:pointer;
	padding:0
}
.ActionBar-dropdown-close svg {
	-ms-flex-align:center;
	align-items:center;
	display:-ms-flexbox;
	display:flex;
	fill:var(--secondaryColor8);
	-ms-flex-pack:center;
	justify-content:center;
	height:20px;
	margin-right:-3px;
	padding:3px;
	width:20px
}
.ActionBar-dropdown-close:hover svg {
	fill:var(--brandColor)
}
.ActionBar-dropdown-close:focus {
	outline:5px auto -webkit-focus-ring-color
}
.ActionBar-dropdown-header {
	-ms-flex-align:center;
	align-items:center;
	border-bottom:1px solid var(--secondaryColor3);
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	height:40px;
	padding:0 20px
}
.ActionBar-dropdown-header span {
	line-height:1
}
.ActionBar-dropdown-items {
	list-style:none;
	height:100%;
	padding:20px;
	overflow-y:scroll
}
.ActionBar-dropdown-items-item {
	margin-bottom:10px
}
.ActionBar-items {
	display:-ms-flexbox;
	display:flex;
	list-style:none
}
.ActionBar-items-item {
	margin-right:5px
}
.ActionBar .BookmarkButton,.ActionBar .FavoriteButton {
	background-color:transparent;
	padding:0;
	border:1px solid var(--secondaryColor3);
	cursor:pointer
}
.ActionBar .BookmarkButton:hover svg,.ActionBar .FavoriteButton:hover svg {
	stroke:var(--brandColor)
}
.ActionBar .BookmarkButton svg,.ActionBar .FavoriteButton svg {
	-ms-flex-align:center;
	align-items:center;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	height:30px;
	padding:7px;
	width:30px;
	stroke:var(--buttonTextColor)
}
.ActionBar .BookmarkButton span,.ActionBar .FavoriteButton span {
	display:none
}
@media only screen and (min-width:1024px) {
	.ActionBar-dropdown[data-showing=true] {
		left:0;
		top:105px;
		background:#fff;
		border-bottom:1px solid var(--secondaryColor3);
		border-left:1px solid var(--secondaryColor3);
		border-right:1px solid var(--secondaryColor3);
		display:block;
		height:auto;
		position:absolute;
		width:320px;
		z-index:100
	}
	.ActionBar-items {
		-ms-flex-direction:column;
		flex-direction:column
	}
	.ActionBar-items-item {
		margin:0 0 5px
	}
}
.ActionLink {
	display:block;
	border:0
}
.ActionLink svg {
	-ms-flex-align:center;
	align-items:center;
	border:0;
	border-radius:2px;
	display:-ms-flexbox;
	display:flex;
	fill:#fff;
	-ms-flex-pack:center;
	justify-content:center;
	height:30px;
	padding:7px;
	width:30px
}
.ActionLink[data-service=print] {
	padding:0
}
.ActionLink[data-service=print] svg {
	background:#000
}
.ActionLink[data-social-service=facebook] svg {
	background:#4c67a1
}
.ActionLink[data-social-service=twitter] svg {
	background:#1da1f2
}
.ActionLink[data-social-service=linkedin] svg {
	background:#0077b5
}
.ActionLink[data-social-service=pinterest] svg {
	background:#cb2027
}
.ActionLink[data-social-service=tumblr] svg {
	background:#35465c
}
.ActionLink[data-social-service=copylink] svg,.ActionLink[data-social-service=email] svg,.ActionLink[data-social-service=print] svg {
	background:var(--secondaryColor5);
	border:1px solid var(--secondaryColor3);
	fill:var(--primaryTextColor)
}
.ActionLink[data-social-service=copylink] [data-copied-text],.ActionLink[data-social-service=copylink][data-copied=true] span {
	display:none
}
.ActionLink[data-social-service=copylink][data-copied=true] span[data-copied-text] {
	display:block
}
.ActionLink[data-dropdown-trigger] svg {
	background:var(--secondaryColor5);
	border:1px solid var(--secondaryColor3);
	fill:var(--primaryTextColor)
}
.ActionLink[data-dropdown-trigger]:hover svg {
	fill:var(--brandColor)
}
.ActionLink span {
	border:0;
	clip:rect(0,0,0,0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.ActionBar-dropdown .ActionLink,.ActionLinkWithLabel {
	display:-ms-flexbox;
	display:flex
}
.ActionBar-dropdown .ActionLink span,.ActionLinkWithLabel span {
	clip:inherit;
	height:auto;
	overflow:visible;
	position:relative;
	width:auto;
	color:var(--primaryTextColor);
	display:block;
	line-height:30px;
	font-weight:500;
	margin:0 0 0 10px;
	text-transform:none;
	word-break:keep-all
}
.Banner {
	width:100%;
	display:none;
	background-color:var(--breakingBgColor)
}
.Banner[data-show] {
	display:block
}
.Banner-content {
	padding:11px 60px 11px 20px;
	width:100%;
	max-width:984px;
	margin:0 auto
}
.Banner-title {
	font-size:var(--label-3);
	text-transform:uppercase;
	line-height:18px
}
.Banner-link,.Banner-title {
	color:var(--breakingTextColor)
}
.Banner-link {
	font-weight:700;
	-ms-flex-order:1;
	order:1;
	margin-top:10px;
	font-family:var(--secondaryHeadlineFont)
}
.Banner-close {
	background-color:transparent;
	border:0;
	top:14px;
	right:20px
}
.Banner-close,.Banner-close .close-x {
	width:14px;
	height:14px;
	position:absolute
}
.Banner-close .close-x {
	fill:var(--breakingTextColor);
	top:0;
	left:0
}
.Banner-wrapper {
	position:relative;
	box-shadow:0 1px 5px 0 rgba(0,0,0,.15)
}
@media only screen and (min-width:768px) {
	.Banner-content {
		display:-ms-inline-flexbox;
		display:inline-flex;
		-ms-flex-align:start;
		align-items:flex-start;
		-ms-flex-pack:center;
		justify-content:center
	}
	.Banner-title {
		width:105px;
		min-width:105px
	}
	.Banner-link {
		margin:0 0 0 20px
	}
	.Banner-wrapper {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-pack:start;
		justify-content:flex-start
	}
}
@media only screen and (min-width:1024px) {
	.Banner-content {
		padding:11px 40px 11px 20px
	}
}
@media only screen and (min-width:1240px) {
	.Banner {
		padding:0
	}
}
.BannerModule-image {
	display:none
}
.BannerModule-image-mobile {
	display:block
}
@media only screen and (min-width:768px) {
	.BannerModule-image {
		display:block
	}
	.BannerModule-image-mobile {
		display:none
	}
}
.SponsoredBanner {
	background-color:var(--sponsoredBgColor);
	color:var(--sponsoredTextColor);
	font-size:var(--label-4)
}
.SponsoredBanner-content {
	padding:20px;
	width:100%;
	max-width:1110px;
	margin:0 auto;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	position:relative
}
.SponsoredBanner-wrapper {
	width:100%
}
.SponsoredBanner-title {
	font-size:var(--label-3);
	text-transform:uppercase;
	line-height:18px;
	color:var(--sponsoredTextColor)
}
.SponsoredBanner-body {
	margin-top:10px;
	font-weight:500
}
.SponsoredBanner-dropDown {
	display:none;
	position:absolute;
	bottom:0;
	transform:translateY(100%);
	color:var(--primaryTextColor);
	background-color:var(--siteBgColor);
	border:2px solid var(--sponsoredBgColor);
	border-top:0;
	z-index:25;
	max-width:250px;
	font-weight:500;
	padding:10px 20px
}
.SponsoredBanner-dropDown:before {
	content:"";
	display:block;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid var(--sponsoredTextColor);
	position:absolute;
	transform:translateY(-100%);
	top:0;
	left:20px
}
.SponsoredBanner-dropDownTrigger {
	cursor:pointer;
	font-weight:700;
	margin-top:10px;
	display:inline-block
}
.SponsoredBanner-dropDownTrigger:hover {
	text-decoration:underline
}
.SponsoredBanner-dropDownTrigger svg {
	fill:var(--sponsoredTextColor);
	height:17px;
	margin-left:10px;
	position:relative;
	top:2px;
	transform:rotate(90deg);
	width:11px
}
.SponsoredBanner-dropDownContainer,.SponsoredBanner-dropDownContainer[data-toggle-in=sponsored-dropdown] .SponsoredBanner-dropDown {
	display:block
}
.SponsoredBanner-dropDownContainer[data-toggle-in=sponsored-dropdown] .SponsoredBanner-dropDownTrigger {
	text-decoration:underline
}
.SponsoredBanner-dropDownContainer[data-toggle-in=sponsored-dropdown] .SponsoredBanner-dropDownTrigger svg {
	transform:rotate(270deg);
	top:-4px
}
@media only screen and (min-width:768px) {
	.SponsoredBanner-content {
		-ms-flex-direction:row;
		flex-direction:row;
		-ms-flex-pack:center;
		justify-content:center
	}
	.SponsoredBanner-dropDown {
		max-width:350px
	}
	.SponsoredBanner-body {
		margin:0
	}
	.SponsoredBanner-wrapper {
		margin-left:20px
	}
	.SponsoredBanner-title {
		width:105px;
		min-width:105px
	}
}
@media only screen and (min-width:1240px) {
	.SponsoredBanner-wrapper {
		display:-ms-flexbox;
		display:flex
	}
	.SponsoredBanner-body {
		-ms-flex:3;
		flex:3
	}
	.SponsoredBanner-dropDownContainer {
		-ms-flex:1;
		flex:1;
		margin-left:20px
	}
	.SponsoredBanner-dropDown {
		transform:translateY(100%) translateX(-20px)
	}
	.SponsoredBanner-dropDown:before {
		content:"";
		border-left-width:10px;
		border-right-width:10px;
		border-bottom-width:10px;
		left:30px
	}
	.SponsoredBanner-dropDownTrigger {
		margin-top:0
	}
}
.Carousel,.CarouselAbstract,.GalleryPage-slides,.ListJ,.ListQ,.ListT,.WeatherModule {
	display:block
}
.Carousel .flickity-page-dots,.CarouselAbstract .flickity-page-dots,.GalleryPage-slides .flickity-page-dots,.ListJ .flickity-page-dots,.ListQ .flickity-page-dots,.ListT .flickity-page-dots,.WeatherModule .flickity-page-dots {
	position:static;
	margin-top:20px
}
.Carousel .flickity-page-dots .dot,.CarouselAbstract .flickity-page-dots .dot,.GalleryPage-slides .flickity-page-dots .dot,.ListJ .flickity-page-dots .dot,.ListQ .flickity-page-dots .dot,.ListT .flickity-page-dots .dot,.WeatherModule .flickity-page-dots .dot {
	width:5px;
	height:5px;
	border-radius:100%;
	margin:0 5px;
	background-color:var(--secondaryColor1)
}
.Carousel .flickity-page-dots .dot.is-selected,.CarouselAbstract .flickity-page-dots .dot.is-selected,.GalleryPage-slides .flickity-page-dots .dot.is-selected,.ListJ .flickity-page-dots .dot.is-selected,.ListQ .flickity-page-dots .dot.is-selected,.ListT .flickity-page-dots .dot.is-selected,.WeatherModule .flickity-page-dots .dot.is-selected {
	background-color:var(--primaryTextColor)
}
.Carousel .flickity-prev-next-button,.CarouselAbstract .flickity-prev-next-button,.GalleryPage-slides .flickity-prev-next-button,.ListJ .flickity-prev-next-button,.ListQ .flickity-prev-next-button,.ListT .flickity-prev-next-button,.WeatherModule .flickity-prev-next-button {
	display:block
}
.Carousel .flickity-prev-next-button.previous,.CarouselAbstract .flickity-prev-next-button.previous,.GalleryPage-slides .flickity-prev-next-button.previous,.ListJ .flickity-prev-next-button.previous,.ListQ .flickity-prev-next-button.previous,.ListT .flickity-prev-next-button.previous,.WeatherModule .flickity-prev-next-button.previous {
	left:0
}
.Carousel .flickity-prev-next-button.next,.CarouselAbstract .flickity-prev-next-button.next,.GalleryPage-slides .flickity-prev-next-button.next,.ListJ .flickity-prev-next-button.next,.ListQ .flickity-prev-next-button.next,.ListT .flickity-prev-next-button.next,.WeatherModule .flickity-prev-next-button.next {
	right:0
}
.Carousel-slide,.CarouselAbstract-slide,.GalleryPage-slides-slide,.ListJ-slide,.ListQ-slide,.ListT-slide,.WeatherModule-slide {
	display:none
}
.Carousel-slide:first-of-type,.CarouselAbstract-slide:first-of-type,.flickity-enabled .Carousel-slide,.flickity-enabled .CarouselAbstract-slide,.flickity-enabled .GalleryPage-slides-slide,.flickity-enabled .ListJ-slide,.flickity-enabled .ListQ-slide,.flickity-enabled .ListT-slide,.flickity-enabled .WeatherModule-slide,.GalleryPage-slides-slide:first-of-type,.ListJ-slide:first-of-type,.ListQ-slide:first-of-type,.ListT-slide:first-of-type,.WeatherModule-slide:first-of-type {
	display:block
}
@media only screen and (min-width:1024px) {
	.Carousel .flickity-prev-next-button.previous,.CarouselAbstract .flickity-prev-next-button.previous,.GalleryPage-slides .flickity-prev-next-button.previous,.ListJ .flickity-prev-next-button.previous,.ListQ .flickity-prev-next-button.previous,.ListT .flickity-prev-next-button.previous,.WeatherModule .flickity-prev-next-button.previous {
		left:-10px
	}
	.Carousel .flickity-prev-next-button.next,.CarouselAbstract .flickity-prev-next-button.next,.GalleryPage-slides .flickity-prev-next-button.next,.ListJ .flickity-prev-next-button.next,.ListQ .flickity-prev-next-button.next,.ListT .flickity-prev-next-button.next,.WeatherModule .flickity-prev-next-button.next {
		right:-10px
	}
}
.Carousel {
	display:block;
	height:auto;
	position:relative
}
.Carousel .flickity-prev-next-button {
	top:40%
}
.Carousel-slide {
	margin-right:0;
	width:100%
}
@media only screen and (min-width:768px) {
	.Carousel .flickity-prev-next-button {
		top:45%
	}
}
@media only screen and (min-width:1024px) {
	.Carousel .flickity-prev-next-button {
		top:calc(50% - 40px)
	}
}
.CarouselSlide-currentSlide {
	color:var(--primaryTextColor);
	font-weight:500
}
.CarouselSlide-info {
	padding-left:20px;
	padding-right:20px
}
.CarouselSlide-infoTitle {
	margin-bottom:10px
}
.CarouselSlide-media img {
	max-width:840px;
	max-height:560px;
	width:100%
}
.CarouselSlide-numbers {
	color:var(--secondaryColor6);
	font-weight:300;
	margin:10px 0
}
.CarouselSlide-numbers span[class$=-slidesLength] {
	font-weight:500
}
@media only screen and (min-width:1024px) {
	.CarouselSlide-info {
		display:-ms-flexbox;
		display:flex;
		padding-left:0;
		padding-right:0
	}
	.CarouselSlide-infoTitle {
		margin-top:12px
	}
	.CarouselSlide-numbers {
		-ms-flex-negative:0;
		flex-shrink:0;
		margin-bottom:0;
		width:60px
	}
}
.Container,.FourColumnContainer,.OneColumnContainer,.ThreeColumnContainer,.TwoColumnContainer3070,.TwoColumnContainer5050,.TwoColumnContainer7030 {
	margin:0 auto;
	max-width:1200px;
	padding-left:20px;
	padding-right:20px;
	width:100%
}
.Container-title,.FourColumnContainer-title,.OneColumnContainer-title,.ThreeColumnContainer-title,.TwoColumnContainer3070-title,.TwoColumnContainer5050-title,.TwoColumnContainer7030-title {
	color:var(--secondaryColor6);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--label-2);
	font-weight:700;
	text-transform:uppercase;
	border-bottom:1px solid var(--gridBorderColor);
	border-top:2px solid var(--listBorderColor);
	margin:0 -20px 20px;
	padding:2px 20px 0;
	display:-ms-flexbox;
	display:flex;
	height:40px;
	-ms-flex-align:center;
	align-items:center
}
.Container .FourColumnContainer,.Container .OneColumnContainer,.Container .ThreeColumnContainer,.Container .TwoColumnContainer3070,.Container .TwoColumnContainer5050,.Container .TwoColumnContainer7030,.FourColumnContainer .FourColumnContainer,.FourColumnContainer .OneColumnContainer,.FourColumnContainer .ThreeColumnContainer,.FourColumnContainer .TwoColumnContainer3070,.FourColumnContainer .TwoColumnContainer5050,.FourColumnContainer .TwoColumnContainer7030,.OneColumnContainer .FourColumnContainer,.OneColumnContainer .OneColumnContainer,.OneColumnContainer .ThreeColumnContainer,.OneColumnContainer .TwoColumnContainer3070,.OneColumnContainer .TwoColumnContainer5050,.OneColumnContainer .TwoColumnContainer7030,.ThreeColumnContainer .FourColumnContainer,.ThreeColumnContainer .OneColumnContainer,.ThreeColumnContainer .ThreeColumnContainer,.ThreeColumnContainer .TwoColumnContainer3070,.ThreeColumnContainer .TwoColumnContainer5050,.ThreeColumnContainer .TwoColumnContainer7030,.TwoColumnContainer3070 .FourColumnContainer,.TwoColumnContainer3070 .OneColumnContainer,.TwoColumnContainer3070 .ThreeColumnContainer,.TwoColumnContainer3070 .TwoColumnContainer3070,.TwoColumnContainer3070 .TwoColumnContainer5050,.TwoColumnContainer3070 .TwoColumnContainer7030,.TwoColumnContainer5050 .FourColumnContainer,.TwoColumnContainer5050 .OneColumnContainer,.TwoColumnContainer5050 .ThreeColumnContainer,.TwoColumnContainer5050 .TwoColumnContainer3070,.TwoColumnContainer5050 .TwoColumnContainer5050,.TwoColumnContainer5050 .TwoColumnContainer7030,.TwoColumnContainer7030 .FourColumnContainer,.TwoColumnContainer7030 .OneColumnContainer,.TwoColumnContainer7030 .ThreeColumnContainer,.TwoColumnContainer7030 .TwoColumnContainer3070,.TwoColumnContainer7030 .TwoColumnContainer5050,.TwoColumnContainer7030 .TwoColumnContainer7030 {
	padding-left:0;
	padding-right:0
}
.Container[data-full-bleed],.FourColumnContainer[data-full-bleed],.OneColumnContainer[data-full-bleed],.ThreeColumnContainer[data-full-bleed],.TwoColumnContainer3070[data-full-bleed],.TwoColumnContainer5050[data-full-bleed],.TwoColumnContainer7030[data-full-bleed] {
	max-width:none;
	padding:0
}
.Container-column,.FourColumnContainer-column,.OneColumnContainer-column,.ThreeColumnContainer-column,.TwoColumnContainer3070-column,.TwoColumnContainer5050-column,.TwoColumnContainer7030-column {
	padding:0 20px
}
.Container-column>:not(:last-child),.FourColumnContainer-column>:not(:last-child),.OneColumnContainer-column>:not(:last-child),.ThreeColumnContainer-column>:not(:last-child),.TwoColumnContainer3070-column>:not(:last-child),.TwoColumnContainer5050-column>:not(:last-child),.TwoColumnContainer7030-column>:not(:last-child) {
	padding-bottom:40px
}
.Container-row,.FourColumnContainer-row,.OneColumnContainer-row,.ThreeColumnContainer-row,.TwoColumnContainer3070-row,.TwoColumnContainer5050-row,.TwoColumnContainer7030-row {
	margin:0 -20px
}
.Container .ListW,.FourColumnContainer .ListW,.OneColumnContainer .ListW,.ThreeColumnContainer .ListW,.TwoColumnContainer3070 .ListW,.TwoColumnContainer5050 .ListW,.TwoColumnContainer7030 .ListW {
	margin-top:-20px
}
@media only screen and (min-width:768px) {
	.Container-title,.FourColumnContainer-title,.OneColumnContainer-title,.ThreeColumnContainer-title,.TwoColumnContainer3070-title,.TwoColumnContainer5050-title,.TwoColumnContainer7030-title {
		margin:0 0 20px;
		padding:2px 0 0
	}
	.Container .ListA,.Container .ListD,.Container .TwoColumnContainer5050,.FourColumnContainer .ListA,.FourColumnContainer .ListD,.FourColumnContainer .TwoColumnContainer5050,.OneColumnContainer .ListA,.OneColumnContainer .ListD,.OneColumnContainer .TwoColumnContainer5050,.ThreeColumnContainer .ListA,.ThreeColumnContainer .ListD,.ThreeColumnContainer .TwoColumnContainer5050,.TwoColumnContainer3070 .ListA,.TwoColumnContainer3070 .ListD,.TwoColumnContainer3070 .TwoColumnContainer5050,.TwoColumnContainer5050 .ListA,.TwoColumnContainer5050 .ListD,.TwoColumnContainer5050 .TwoColumnContainer5050,.TwoColumnContainer7030 .ListA,.TwoColumnContainer7030 .ListD,.TwoColumnContainer7030 .TwoColumnContainer5050 {
		padding-bottom:40px
	}
}
@media only screen and (min-width:1240px) {
	.Container,.FourColumnContainer,.OneColumnContainer,.ThreeColumnContainer,.TwoColumnContainer3070,.TwoColumnContainer5050,.TwoColumnContainer7030 {
		padding-left:0;
		padding-right:0
	}
}
.Container .RichTextModule .example-container,.FourColumnContainer .RichTextModule .example-container,.OneColumnContainer .RichTextModule .example-container,.ThreeColumnContainer .RichTextModule .example-container,.TwoColumnContainer3070 .RichTextModule .example-container,.TwoColumnContainer5050 .RichTextModule .example-container,.TwoColumnContainer7030 .RichTextModule .example-container {
	-ms-flex-align:center;
	align-items:center;
	background:var(--secondaryColor2);
	display:-ms-flexbox;
	display:flex;
	height:200px;
	padding:20px;
	-ms-flex-pack:center;
	justify-content:center;
	width:100%
}
.TwoColumnContainer5050-column:first-of-type {
	padding-bottom:40px
}
@media only screen and (min-width:1024px) {
	.TwoColumnContainer5050-column {
		-ms-flex-negative:0;
		flex-shrink:0;
		width:50%
	}
	.TwoColumnContainer5050-column:first-of-type {
		box-shadow:1px 0 0 var(--secondaryColor3);
		padding-bottom:0
	}
	.TwoColumnContainer5050-row {
		display:-ms-flexbox;
		display:flex
	}
	.TwoColumnContainer5050 .ListC,.TwoColumnContainer5050 .ListF {
		padding-bottom:0
	}
	.TwoColumnContainer5050 .ListO-items-column:first-of-type {
		box-shadow:1px 0 0 var(--secondaryColor3)
	}
	.TwoColumnContainer5050 .ListO-items-column:first-of-type,.TwoColumnContainer5050 .ListO-items-column:nth-of-type(2) {
		-ms-flex-negative:0;
		flex-shrink:0;
		margin-bottom:20px;
		width:50%
	}
	.TwoColumnContainer5050 .ListO-items-column:nth-of-type(3) {
		border-top:1px solid var(--secondaryColor3);
		display:-ms-flexbox;
		display:flex;
		-ms-flex-negative:0;
		flex-shrink:0;
		margin:0 20px;
		width:calc(100% - 40px);
		padding:20px 0 0
	}
	.TwoColumnContainer5050 .ListO-items-column:nth-of-type(3) .ListO-items-item {
		border-right:1px solid var(--secondaryColor3);
		border-bottom:none;
		padding-right:20px;
		width:50%
	}
	.TwoColumnContainer5050 .ListO-items-column:nth-of-type(3) .ListO-items-item:last-of-type {
		border-right:none;
		padding-left:20px;
		padding-right:0
	}
}
.TwoColumnContainer3070-column:first-of-type,.TwoColumnContainer7030-column:first-of-type {
	padding-bottom:40px
}
@media only screen and (min-width:768px) {
	.TwoColumnContainer3070[data-split-mobile] .TwoColumnContainer3070-column:first-of-type,.TwoColumnContainer7030[data-split-mobile] .TwoColumnContainer7030-column:first-of-type {
		box-shadow:1px 0 0 var(--secondaryColor3);
		min-width:290px;
		padding-bottom:0;
		width:29%
	}
	.TwoColumnContainer3070[data-split-mobile] .TwoColumnContainer3070-column:nth-of-type(2),.TwoColumnContainer7030[data-split-mobile] .TwoColumnContainer7030-column:nth-of-type(2) {
		width:71%
	}
	.TwoColumnContainer3070[data-split-mobile] .TwoColumnContainer3070-row,.TwoColumnContainer7030[data-split-mobile] .TwoColumnContainer7030-row {
		display:-ms-flexbox;
		display:flex
	}
}
@media only screen and (min-width:1240px) {
	.TwoColumnContainer3070-column:first-of-type,.TwoColumnContainer7030-column:first-of-type {
		box-shadow:1px 0 0 var(--secondaryColor3);
		min-width:290px;
		padding-bottom:0;
		width:29%
	}
	.TwoColumnContainer3070-column:nth-of-type(2),.TwoColumnContainer7030-column:nth-of-type(2) {
		width:71%
	}
	.TwoColumnContainer3070-row,.TwoColumnContainer7030-row {
		display:-ms-flexbox;
		display:flex
	}
	.TwoColumnContainer3070 .ListX-items,.TwoColumnContainer7030 .ListX-items {
		-ms-flex-direction:column;
		flex-direction:column
	}
	.TwoColumnContainer3070 .ListX-items-column:nth-child(2),.TwoColumnContainer7030 .ListX-items-column:nth-child(2) {
		max-width:none;
		width:100%;
		-ms-flex-direction:row;
		flex-direction:row;
		padding-top:20px;
		margin-top:20px;
		border-top:1px solid var(--secondaryColor3);
		border-left:0;
		padding-left:0
	}
	.TwoColumnContainer3070 .ListX-items-column:nth-child(2) .ListX-items-item,.TwoColumnContainer7030 .ListX-items-column:nth-child(2) .ListX-items-item {
		-ms-flex:1;
		flex:1
	}
	.TwoColumnContainer3070 .ListX-items-column:nth-child(2) .ListX-items-item:not(:last-child),.TwoColumnContainer7030 .ListX-items-column:nth-child(2) .ListX-items-item:not(:last-child) {
		padding-top:0;
		margin-top:0;
		border-top:0;
		border-bottom:0;
		padding-bottom:0;
		margin-bottom:0
	}
	.TwoColumnContainer3070 .ListX-items-column:nth-child(2) .ListX-items-item:not(:first-child),.TwoColumnContainer7030 .ListX-items-column:nth-child(2) .ListX-items-item:not(:first-child) {
		border-left:1px solid var(--secondaryColor3);
		padding-left:20px;
		margin-left:20px
	}
}
@media only screen and (min-width:768px) {
	.TwoColumnContainer7030[data-split-mobile] .TwoColumnContainer7030-column:first-of-type {
		width:71%
	}
	.TwoColumnContainer7030[data-split-mobile] .TwoColumnContainer7030-column:nth-of-type(2) {
		min-width:290px;
		width:29%
	}
	.TwoColumnContainer7030[data-split-mobile] .TwoColumnContainer7030-column:nth-of-type(2)>:not(:last-child) {
		padding-bottom:40px
	}
	.TwoColumnContainer7030[data-split-mobile] .TwoColumnContainer7030-column:nth-of-type(2)>:last-child {
		padding-bottom:0
	}
}
@media only screen and (min-width:1240px) {
	.TwoColumnContainer7030-column:first-of-type {
		width:71%
	}
	.TwoColumnContainer7030-column:first-of-type .ListO-items-column:first-of-type {
		box-shadow:1px 0 0 var(--secondaryColor3);
		-ms-flex-negative:0;
		flex-shrink:0;
		margin-bottom:20px;
		width:50%
	}
	.TwoColumnContainer7030-column:first-of-type .ListO-items-column:nth-of-type(2) {
		-ms-flex-negative:0;
		flex-shrink:0;
		margin-bottom:20px;
		width:50%
	}
	.TwoColumnContainer7030-column:first-of-type .ListO-items-column:nth-of-type(3) {
		border-top:1px solid var(--secondaryColor3);
		display:-ms-flexbox;
		display:flex;
		-ms-flex-negative:0;
		flex-shrink:0;
		margin:0 20px;
		width:calc(100% - 40px);
		padding:20px 0 0
	}
	.TwoColumnContainer7030-column:first-of-type .ListO-items-column:nth-of-type(3) .ListO-items-item {
		border-right:1px solid var(--secondaryColor3);
		border-bottom:none;
		padding-right:20px;
		width:50%
	}
	.TwoColumnContainer7030-column:first-of-type .ListO-items-column:nth-of-type(3) .ListO-items-item:last-of-type {
		border-right:none;
		padding-left:20px;
		padding-right:0
	}
	.TwoColumnContainer7030-column:nth-of-type(2) {
		min-width:290px;
		width:29%
	}
	.TwoColumnContainer7030-column:nth-of-type(2)>:not(:last-child) {
		padding-bottom:40px
	}
	.TwoColumnContainer7030-column:nth-of-type(2)>:last-child {
		padding-bottom:0
	}
}
.ThreeColumnContainer-column:first-of-type,.ThreeColumnContainer-column:nth-of-type(2) {
	padding-bottom:40px
}
@media only screen and (min-width:768px) {
	.ThreeColumnContainer {
		padding-bottom:40px
	}
	.ThreeColumnContainer-column {
		-ms-flex-negative:0;
		flex-shrink:0;
		width:33.333%
	}
	.ThreeColumnContainer-column .ListF {
		padding-bottom:0;
		border-top:2px solid var(--secondaryColor8)
	}
	.ThreeColumnContainer-column .ListF-header {
		border:0;
		margin-bottom:0
	}
	.ThreeColumnContainer-column .ListF-items {
		padding-top:20px;
		border-top:1px solid var(--secondaryColor3)
	}
	.ThreeColumnContainer-column .ListH {
		padding-bottom:0
	}
	.ThreeColumnContainer-column:first-of-type,.ThreeColumnContainer-column:nth-of-type(2) {
		box-shadow:1px 0 0 var(--secondaryColor3);
		padding-bottom:0
	}
	.ThreeColumnContainer-row {
		display:-ms-flexbox;
		display:flex
	}
}
.FourColumnContainer-column:first-of-type,.FourColumnContainer-column:nth-of-type(2),.FourColumnContainer-column:nth-of-type(3) {
	padding-bottom:40px
}
@media only screen and (min-width:568px) {
	.FourColumnContainer-column {
		-ms-flex-negative:0;
		flex-shrink:0;
		width:50%
	}
	.FourColumnContainer-column .ListH {
		border-top:2px solid var(--secondaryColor8)
	}
	.FourColumnContainer-column .ListH-header {
		border:0;
		margin-bottom:0
	}
	.FourColumnContainer-column .ListH-items {
		padding-top:20px;
		border-top:1px solid var(--secondaryColor3)
	}
	.FourColumnContainer-column:nth-of-type(odd) {
		border-right:1px solid var(--secondaryColor3)
	}
	.FourColumnContainer-column:nth-of-type(3),.FourColumnContainer-column:nth-of-type(4) {
		margin-top:40px
	}
	.FourColumnContainer-column:first-of-type,.FourColumnContainer-column:nth-of-type(2),.FourColumnContainer-column:nth-of-type(3) {
		padding-bottom:0
	}
	.FourColumnContainer-row {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap
	}
}
@media only screen and (min-width:768px) {
	.FourColumnContainer-column {
		width:33.33%
	}
	.FourColumnContainer-column:nth-of-type(3) {
		margin-top:0;
		border-left:1px solid var(--secondaryColor3);
		border-right:0
	}
	.FourColumnContainer-column:nth-of-type(4) {
		border-right:1px solid var(--secondaryColor3)
	}
}
@media only screen and (min-width:1024px) {
	.FourColumnContainer-column {
		-ms-flex-negative:0;
		flex-shrink:0;
		width:25%
	}
	.FourColumnContainer-column:first-of-type,.FourColumnContainer-column:nth-of-type(2),.FourColumnContainer-column:nth-of-type(3) {
		padding-bottom:0;
		border-right:1px solid var(--secondaryColor3)
	}
	.FourColumnContainer-column:nth-of-type(3) {
		border-left:0
	}
	.FourColumnContainer-column:nth-of-type(4) {
		margin-top:0
	}
	.FourColumnContainer-row {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:nowrap;
		flex-wrap:nowrap
	}
}
ps-google-dfp-ad {
	display:block
}
.GoogleDfpAd {
	text-align:center
}
.GoogleDfpAd * {
	z-index:1000!important
}
.GoogleDfpAd-wrapper {
	text-align:center
}
.GoogleDfpAd-wrapper[data-hide-ad=true] {
	padding:0
}
.GoogleDfpAd-wrapper[data-hide-ad=true] .GoogleDfpAd-adCaption {
	display:none
}
.GoogleDfpAd-adCaption {
	color:var(--secondaryTextColor);
	font-weight:500;
	margin-bottom:5px
}
.GoogleDfpAd-wrapper[article-dynamic-aside=true] {
	display:none
}
.GoogleDfpAd[data-out-of-page=true] {
	height:0;
	margin:0;
	overflow:hidden;
	padding:0
}
.GoogleDfpAd-placeholder {
	-ms-flex-align:center;
	align-items:center;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center
}
@media only screen and (min-width:1240px) {
	.GoogleDfpAd-wrapper[article-dynamic-aside=true] {
		display:block;
		margin-top:300px
	}
}
.Enhancement {
	clear:both;
	margin:30px 0;
	width:100%
}
.Enhancement .Carousel,.Enhancement .Figure,.Enhancement .VideoEnhancement {
	margin:0 -20px
}
.Enhancement .ListC {
	border-bottom:1px solid var(--secondaryColor3);
	border-top:1px solid var(--secondaryColor3);
	padding-top:20px
}
.Enhancement .ListC-header {
	display:none
}
.Enhancement .ListC-items-item:last-of-type {
	margin-bottom:0;
	padding-bottom:20px
}
.Enhancement .ListC [data-left-center] .PromoSmall-media,.Enhancement .ListC [data-right-center] .PromoSmall-media {
	max-width:110px
}
.Enhancement>.PromoSmall {
	border-bottom:1px solid var(--secondaryColor3);
	border-top:1px solid var(--secondaryColor3);
	padding:20px 0
}
.Enhancement>.PromoSmall .PromoSmall-description,.Enhancement>.PromoSmall .PromoSmall-items {
	display:none
}
.Enhancement>.PromoSmall .PromoSmall-media {
	-ms-flex-negative:0;
	flex-shrink:0;
	margin:0 20px 0 0;
	max-width:110px;
	-ms-flex-order:1;
	order:1;
	width:36%
}
.Enhancement>.PromoSmall .PromoSmall-wrapper {
	-ms-flex-direction:row;
	flex-direction:row
}
.Enhancement .FacebookEmbed,.Enhancement .FacebookUrl,.Enhancement .InstagramEmbed,.Enhancement .InstagramUrl,.Enhancement .TweetEmbed,.Enhancement .TweetUrl {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	width:100%;
	overflow:hidden;
	text-align:center
}
.Enhancement .Infobox {
	margin:0 auto
}
@media only screen and (min-width:768px) {
	.Enhancement[data-align-left] {
		float:left;
		margin-top:0;
		margin-right:40px;
		width:50%
	}
	.Enhancement[data-align-left] .Carousel,.Enhancement[data-align-left] .Figure,.Enhancement[data-align-left] .VideoEnhancement {
		margin:0
	}
	.Enhancement[data-align-left] .FacebookEmbed,.Enhancement[data-align-left] .FacebookEmbed iframe {
		width:100%
	}
	.Enhancement[data-align-right] {
		float:right;
		margin-top:0;
		margin-left:40px;
		width:50%
	}
	.Enhancement[data-align-right] .Carousel,.Enhancement[data-align-right] .Figure,.Enhancement[data-align-right] .VideoEnhancement {
		margin:0
	}
}
@media only screen and (min-width:1024px) {
	.Enhancement .Figure {
		margin:0
	}
	.Enhancement .Figure-content {
		padding-left:0;
		padding-right:0
	}
	.Enhancement .Carousel,.Enhancement .Figure,.Enhancement .VideoEnhancement {
		margin:0
	}
}
@media only screen and (min-width:1240px) {
	.Enhancement .Carousel,.Enhancement .Figure,.Enhancement .VideoEnhancement {
		margin:0 -80px
	}
	.ArticlePage .Enhancement .Carousel,.ArticlePage .Enhancement .Figure,.ArticlePage .Enhancement .VideoEnhancement,.BlogPostPage .Enhancement .Carousel,.BlogPostPage .Enhancement .Figure,.BlogPostPage .Enhancement .VideoEnhancement,.ListiclePage .Enhancement .Carousel,.ListiclePage .Enhancement .Figure,.ListiclePage .Enhancement .VideoEnhancement,.PodcastContainerPage .Enhancement .Carousel,.PodcastContainerPage .Enhancement .Figure,.PodcastContainerPage .Enhancement .VideoEnhancement {
		margin:0
	}
	.Enhancement .Carousel-content,.Enhancement .Carousel-title,.Enhancement .Figure-content,.Enhancement .Figure-title,.Enhancement .VideoEnhancement-content,.Enhancement .VideoEnhancement-title {
		padding-left:0;
		padding-right:0
	}
	.Enhancement[data-align-left] .Carousel,.Enhancement[data-align-left] .Figure,.Enhancement[data-align-left] .ListC,.Enhancement[data-align-left] .VideoEnhancement,.Enhancement[data-align-left]>.PromoSmall,.Enhancement[data-align-right] .Carousel,.Enhancement[data-align-right] .Figure,.Enhancement[data-align-right] .ListC,.Enhancement[data-align-right] .VideoEnhancement,.Enhancement[data-align-right]>.PromoSmall {
		margin:0
	}
	.Enhancement[data-align-left] .Carousel,.Enhancement[data-align-left] .Figure,.Enhancement[data-align-left] .ListC,.Enhancement[data-align-left] .VideoEnhancement,.Enhancement[data-align-left]>.PromoSmall {
		margin-left:-80px
	}
	.ArticlePage .Enhancement[data-align-left] .Carousel,.ArticlePage .Enhancement[data-align-left] .Figure,.ArticlePage .Enhancement[data-align-left] .ListC,.ArticlePage .Enhancement[data-align-left] .VideoEnhancement,.ArticlePage .Enhancement[data-align-left]>.PromoSmall,.BlogPostPage .Enhancement[data-align-left] .Carousel,.BlogPostPage .Enhancement[data-align-left] .Figure,.BlogPostPage .Enhancement[data-align-left] .ListC,.BlogPostPage .Enhancement[data-align-left] .VideoEnhancement,.BlogPostPage .Enhancement[data-align-left]>.PromoSmall,.ListiclePage .Enhancement[data-align-left] .Carousel,.ListiclePage .Enhancement[data-align-left] .Figure,.ListiclePage .Enhancement[data-align-left] .ListC,.ListiclePage .Enhancement[data-align-left] .VideoEnhancement,.ListiclePage .Enhancement[data-align-left]>.PromoSmall,.PodcastContainerPage .Enhancement[data-align-left] .Carousel,.PodcastContainerPage .Enhancement[data-align-left] .Figure,.PodcastContainerPage .Enhancement[data-align-left] .ListC,.PodcastContainerPage .Enhancement[data-align-left] .VideoEnhancement,.PodcastContainerPage .Enhancement[data-align-left]>.PromoSmall {
		margin:0
	}
	.Enhancement[data-align-right] .Infobox {
		margin-right:0;
		margin-left:auto
	}
	.Enhancement[data-align-right] .Carousel,.Enhancement[data-align-right] .Figure,.Enhancement[data-align-right] .ListC,.Enhancement[data-align-right] .VideoEnhancement,.Enhancement[data-align-right]>.PromoSmall {
		margin-right:-80px
	}
	.ArticlePage .Enhancement[data-align-right] .Carousel,.ArticlePage .Enhancement[data-align-right] .Figure,.ArticlePage .Enhancement[data-align-right] .ListC,.ArticlePage .Enhancement[data-align-right] .VideoEnhancement,.ArticlePage .Enhancement[data-align-right]>.PromoSmall,.BlogPostPage .Enhancement[data-align-right] .Carousel,.BlogPostPage .Enhancement[data-align-right] .Figure,.BlogPostPage .Enhancement[data-align-right] .ListC,.BlogPostPage .Enhancement[data-align-right] .VideoEnhancement,.BlogPostPage .Enhancement[data-align-right]>.PromoSmall,.ListiclePage .Enhancement[data-align-right] .Carousel,.ListiclePage .Enhancement[data-align-right] .Figure,.ListiclePage .Enhancement[data-align-right] .ListC,.ListiclePage .Enhancement[data-align-right] .VideoEnhancement,.ListiclePage .Enhancement[data-align-right]>.PromoSmall,.PodcastContainerPage .Enhancement[data-align-right] .Carousel,.PodcastContainerPage .Enhancement[data-align-right] .Figure,.PodcastContainerPage .Enhancement[data-align-right] .ListC,.PodcastContainerPage .Enhancement[data-align-right] .VideoEnhancement,.PodcastContainerPage .Enhancement[data-align-right]>.PromoSmall {
		margin:0
	}
}
@media only screen and (min-width:1440px) {
	.ArticlePage .Enhancement .Carousel,.ArticlePage .Enhancement .Figure,.ArticlePage .Enhancement .VideoEnhancement,.BlogPostPage .Enhancement .Carousel,.BlogPostPage .Enhancement .Figure,.BlogPostPage .Enhancement .VideoEnhancement,.ListiclePage .Enhancement .Carousel,.ListiclePage .Enhancement .Figure,.ListiclePage .Enhancement .VideoEnhancement,.PodcastContainerPage .Enhancement .Carousel,.PodcastContainerPage .Enhancement .Figure,.PodcastContainerPage .Enhancement .VideoEnhancement {
		margin:0 -40px
	}
	.ArticlePage .Enhancement[data-align-left] .Carousel,.ArticlePage .Enhancement[data-align-left] .Figure,.ArticlePage .Enhancement[data-align-left] .Infobox,.ArticlePage .Enhancement[data-align-left] .ListC,.ArticlePage .Enhancement[data-align-left] .VideoEnhancement,.ArticlePage .Enhancement[data-align-left]>.PromoSmall,.BlogPostPage .Enhancement[data-align-left] .Carousel,.BlogPostPage .Enhancement[data-align-left] .Figure,.BlogPostPage .Enhancement[data-align-left] .Infobox,.BlogPostPage .Enhancement[data-align-left] .ListC,.BlogPostPage .Enhancement[data-align-left] .VideoEnhancement,.BlogPostPage .Enhancement[data-align-left]>.PromoSmall,.ListiclePage .Enhancement[data-align-left] .Carousel,.ListiclePage .Enhancement[data-align-left] .Figure,.ListiclePage .Enhancement[data-align-left] .Infobox,.ListiclePage .Enhancement[data-align-left] .ListC,.ListiclePage .Enhancement[data-align-left] .VideoEnhancement,.ListiclePage .Enhancement[data-align-left]>.PromoSmall,.PodcastContainerPage .Enhancement[data-align-left] .Carousel,.PodcastContainerPage .Enhancement[data-align-left] .Figure,.PodcastContainerPage .Enhancement[data-align-left] .Infobox,.PodcastContainerPage .Enhancement[data-align-left] .ListC,.PodcastContainerPage .Enhancement[data-align-left] .VideoEnhancement,.PodcastContainerPage .Enhancement[data-align-left]>.PromoSmall {
		margin-left:-40px
	}
	.ArticlePage .Enhancement[data-align-right] .Carousel,.ArticlePage .Enhancement[data-align-right] .Figure,.ArticlePage .Enhancement[data-align-right] .Infobox,.ArticlePage .Enhancement[data-align-right] .ListC,.ArticlePage .Enhancement[data-align-right] .VideoEnhancement,.ArticlePage .Enhancement[data-align-right]>.PromoSmall,.BlogPostPage .Enhancement[data-align-right] .Carousel,.BlogPostPage .Enhancement[data-align-right] .Figure,.BlogPostPage .Enhancement[data-align-right] .Infobox,.BlogPostPage .Enhancement[data-align-right] .ListC,.BlogPostPage .Enhancement[data-align-right] .VideoEnhancement,.BlogPostPage .Enhancement[data-align-right]>.PromoSmall,.ListiclePage .Enhancement[data-align-right] .Carousel,.ListiclePage .Enhancement[data-align-right] .Figure,.ListiclePage .Enhancement[data-align-right] .Infobox,.ListiclePage .Enhancement[data-align-right] .ListC,.ListiclePage .Enhancement[data-align-right] .VideoEnhancement,.ListiclePage .Enhancement[data-align-right]>.PromoSmall,.PodcastContainerPage .Enhancement[data-align-right] .Carousel,.PodcastContainerPage .Enhancement[data-align-right] .Figure,.PodcastContainerPage .Enhancement[data-align-right] .Infobox,.PodcastContainerPage .Enhancement[data-align-right] .ListC,.PodcastContainerPage .Enhancement[data-align-right] .VideoEnhancement,.PodcastContainerPage .Enhancement[data-align-right]>.PromoSmall {
		margin-right:-40px
	}
}
.Figure img {
	margin-bottom:10px;
	width:100%
}
.Figure-content {
	margin:0 0 20px;
	padding-left:20px;
	padding-right:20px
}
.Figure-caption,.Figure-caption p,.Figure-credit,.Figure-credit p {
	display:inline
}
.Figure-credit {
	margin-left:5px
}
@media only screen and (min-width:1024px) {
	.Figure-content {
		padding-left:0;
		padding-right:0
	}
}
.Form .Button[type=submit],.Form .ButtonAlt[type=submit],.Form .ButtonInverse[type=submit],.Form .ButtonInverseAlt[type=submit],.Form .ButtonPrimary[type=submit],.Form .ButtonWithChevron[type=submit],.Form .Comments-trigger[type=submit],.Form .GalleryPage-infoButton[type=submit],.Form .GalleryPage-start[type=submit],.Form .Infobox-cta[type=submit],.Form .ListI-nextPage>.Link[type=submit],.Form .NewsletterModule-form-buttons .Button[type=submit][type=submit],.Form .NewsletterModule-form-buttons .ButtonAlt[type=submit][type=submit],.Form .NewsletterModule-form-buttons .ButtonInverse[type=submit][type=submit],.Form .NewsletterModule-form-buttons .ButtonInverseAlt[type=submit][type=submit],.Form .NewsletterModule-form-buttons .ButtonWithChevron[type=submit][type=submit],.Form .NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit][type=submit],.Form .NewsletterModule-form-buttons .Infobox-cta[type=submit][type=submit],.Form .NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit][type=submit],.Form .NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit][type=submit],.Form .NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit][type=submit],.Form .NewsletterModule-form-buttons .VideoModule-cta a[type=submit][type=submit],.Form .PromoBlogPost-readMore[type=submit],.Form .SearchResultsModule-filters-applyButton[type=submit],.Form .SearchResultsModule-filters-open[type=submit],.Form .talk-embed-stream .SignInButton__button___CwKU1[type=submit],.Form .VideoModule-cta a[type=submit] {
	width:100%
}
.Form .NewsletterModule-form .EmailInput,.Form .Page-footer .NewsletterModule-form .EmailInput,.Form .TextInput,.Form .TextInputInverse {
	margin-bottom:13.33333333px
}
.Form-message {
	color:var(--primaryTextColor);
	margin-top:10px;
	text-align:center
}
.ListA [data-hide-category] .PromoLarge-category,.ListA [data-hide-category] .PromoMedium-category,.ListA [data-hide-category] .PromoSmall-category,.ListA [data-hide-category] .PromoXLarge-category,.ListA [data-hide-category] .PromoXSmall-category,.ListA [data-hide-description] .PromoLarge-description,.ListA [data-hide-description] .PromoMedium-description,.ListA [data-hide-description] .PromoSmall-description,.ListA [data-hide-description] .PromoXLarge-description,.ListA [data-hide-description] .PromoXSmall-description,.ListA [data-hide-img] .PromoLarge-media,.ListA [data-hide-img] .PromoMedium-media,.ListA [data-hide-img] .PromoSmall-media,.ListA [data-hide-img] .PromoXLarge-media,.ListA [data-hide-img] .PromoXSmall-media,.ListA [data-hide-more-coverage] .PromoLarge-items,.ListA [data-hide-more-coverage] .PromoMedium-items,.ListA [data-hide-more-coverage] .PromoSmall-items,.ListA [data-hide-more-coverage] .PromoXLarge-items,.ListA [data-hide-more-coverage] .PromoXSmall-items,.ListA [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListA [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListA [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListA [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListA [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListA [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListA [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListA [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListA [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListA [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListAA [data-hide-category] .PromoLarge-category,.ListAA [data-hide-category] .PromoMedium-category,.ListAA [data-hide-category] .PromoSmall-category,.ListAA [data-hide-category] .PromoXLarge-category,.ListAA [data-hide-category] .PromoXSmall-category,.ListAA [data-hide-description] .PromoLarge-description,.ListAA [data-hide-description] .PromoMedium-description,.ListAA [data-hide-description] .PromoSmall-description,.ListAA [data-hide-description] .PromoXLarge-description,.ListAA [data-hide-description] .PromoXSmall-description,.ListAA [data-hide-img] .PromoLarge-media,.ListAA [data-hide-img] .PromoMedium-media,.ListAA [data-hide-img] .PromoSmall-media,.ListAA [data-hide-img] .PromoXLarge-media,.ListAA [data-hide-img] .PromoXSmall-media,.ListAA [data-hide-more-coverage] .PromoLarge-items,.ListAA [data-hide-more-coverage] .PromoMedium-items,.ListAA [data-hide-more-coverage] .PromoSmall-items,.ListAA [data-hide-more-coverage] .PromoXLarge-items,.ListAA [data-hide-more-coverage] .PromoXSmall-items,.ListAA [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListAA [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListAA [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListAA [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListAA [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListAA [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListAA [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListAA [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListAA [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListAA [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListB [data-hide-category] .PromoLarge-category,.ListB [data-hide-category] .PromoMedium-category,.ListB [data-hide-category] .PromoSmall-category,.ListB [data-hide-category] .PromoXLarge-category,.ListB [data-hide-category] .PromoXSmall-category,.ListB [data-hide-description] .PromoLarge-description,.ListB [data-hide-description] .PromoMedium-description,.ListB [data-hide-description] .PromoSmall-description,.ListB [data-hide-description] .PromoXLarge-description,.ListB [data-hide-description] .PromoXSmall-description,.ListB [data-hide-img] .PromoLarge-media,.ListB [data-hide-img] .PromoMedium-media,.ListB [data-hide-img] .PromoSmall-media,.ListB [data-hide-img] .PromoXLarge-media,.ListB [data-hide-img] .PromoXSmall-media,.ListB [data-hide-more-coverage] .PromoLarge-items,.ListB [data-hide-more-coverage] .PromoMedium-items,.ListB [data-hide-more-coverage] .PromoSmall-items,.ListB [data-hide-more-coverage] .PromoXLarge-items,.ListB [data-hide-more-coverage] .PromoXSmall-items,.ListB [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListB [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListB [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListB [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListB [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListB [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListB [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListB [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListB [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListB [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListC [data-hide-category] .PromoLarge-category,.ListC [data-hide-category] .PromoMedium-category,.ListC [data-hide-category] .PromoSmall-category,.ListC [data-hide-category] .PromoXLarge-category,.ListC [data-hide-category] .PromoXSmall-category,.ListC [data-hide-description] .PromoLarge-description,.ListC [data-hide-description] .PromoMedium-description,.ListC [data-hide-description] .PromoSmall-description,.ListC [data-hide-description] .PromoXLarge-description,.ListC [data-hide-description] .PromoXSmall-description,.ListC [data-hide-img] .PromoLarge-media,.ListC [data-hide-img] .PromoMedium-media,.ListC [data-hide-img] .PromoSmall-media,.ListC [data-hide-img] .PromoXLarge-media,.ListC [data-hide-img] .PromoXSmall-media,.ListC [data-hide-more-coverage] .PromoLarge-items,.ListC [data-hide-more-coverage] .PromoMedium-items,.ListC [data-hide-more-coverage] .PromoSmall-items,.ListC [data-hide-more-coverage] .PromoXLarge-items,.ListC [data-hide-more-coverage] .PromoXSmall-items,.ListC [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListC [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListC [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListC [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListC [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListC [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListC [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListC [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListC [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListC [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListD [data-hide-category] .PromoLarge-category,.ListD [data-hide-category] .PromoMedium-category,.ListD [data-hide-category] .PromoSmall-category,.ListD [data-hide-category] .PromoXLarge-category,.ListD [data-hide-category] .PromoXSmall-category,.ListD [data-hide-description] .PromoLarge-description,.ListD [data-hide-description] .PromoMedium-description,.ListD [data-hide-description] .PromoSmall-description,.ListD [data-hide-description] .PromoXLarge-description,.ListD [data-hide-description] .PromoXSmall-description,.ListD [data-hide-img] .PromoLarge-media,.ListD [data-hide-img] .PromoMedium-media,.ListD [data-hide-img] .PromoSmall-media,.ListD [data-hide-img] .PromoXLarge-media,.ListD [data-hide-img] .PromoXSmall-media,.ListD [data-hide-more-coverage] .PromoLarge-items,.ListD [data-hide-more-coverage] .PromoMedium-items,.ListD [data-hide-more-coverage] .PromoSmall-items,.ListD [data-hide-more-coverage] .PromoXLarge-items,.ListD [data-hide-more-coverage] .PromoXSmall-items,.ListD [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListD [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListD [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListD [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListD [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListD [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListD [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListD [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListD [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListD [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListE [data-hide-category] .PromoLarge-category,.ListE [data-hide-category] .PromoMedium-category,.ListE [data-hide-category] .PromoSmall-category,.ListE [data-hide-category] .PromoXLarge-category,.ListE [data-hide-category] .PromoXSmall-category,.ListE [data-hide-description] .PromoLarge-description,.ListE [data-hide-description] .PromoMedium-description,.ListE [data-hide-description] .PromoSmall-description,.ListE [data-hide-description] .PromoXLarge-description,.ListE [data-hide-description] .PromoXSmall-description,.ListE [data-hide-img] .PromoLarge-media,.ListE [data-hide-img] .PromoMedium-media,.ListE [data-hide-img] .PromoSmall-media,.ListE [data-hide-img] .PromoXLarge-media,.ListE [data-hide-img] .PromoXSmall-media,.ListE [data-hide-more-coverage] .PromoLarge-items,.ListE [data-hide-more-coverage] .PromoMedium-items,.ListE [data-hide-more-coverage] .PromoSmall-items,.ListE [data-hide-more-coverage] .PromoXLarge-items,.ListE [data-hide-more-coverage] .PromoXSmall-items,.ListE [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListE [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListE [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListE [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListE [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListE [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListE [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListE [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListE [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListE [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListF [data-hide-category] .PromoLarge-category,.ListF [data-hide-category] .PromoMedium-category,.ListF [data-hide-category] .PromoSmall-category,.ListF [data-hide-category] .PromoXLarge-category,.ListF [data-hide-category] .PromoXSmall-category,.ListF [data-hide-description] .PromoLarge-description,.ListF [data-hide-description] .PromoMedium-description,.ListF [data-hide-description] .PromoSmall-description,.ListF [data-hide-description] .PromoXLarge-description,.ListF [data-hide-description] .PromoXSmall-description,.ListF [data-hide-img] .PromoLarge-media,.ListF [data-hide-img] .PromoMedium-media,.ListF [data-hide-img] .PromoSmall-media,.ListF [data-hide-img] .PromoXLarge-media,.ListF [data-hide-img] .PromoXSmall-media,.ListF [data-hide-more-coverage] .PromoLarge-items,.ListF [data-hide-more-coverage] .PromoMedium-items,.ListF [data-hide-more-coverage] .PromoSmall-items,.ListF [data-hide-more-coverage] .PromoXLarge-items,.ListF [data-hide-more-coverage] .PromoXSmall-items,.ListF [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListF [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListF [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListF [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListF [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListF [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListF [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListF [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListF [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListF [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListG [data-hide-category] .PromoLarge-category,.ListG [data-hide-category] .PromoMedium-category,.ListG [data-hide-category] .PromoSmall-category,.ListG [data-hide-category] .PromoXLarge-category,.ListG [data-hide-category] .PromoXSmall-category,.ListG [data-hide-description] .PromoLarge-description,.ListG [data-hide-description] .PromoMedium-description,.ListG [data-hide-description] .PromoSmall-description,.ListG [data-hide-description] .PromoXLarge-description,.ListG [data-hide-description] .PromoXSmall-description,.ListG [data-hide-img] .PromoLarge-media,.ListG [data-hide-img] .PromoMedium-media,.ListG [data-hide-img] .PromoSmall-media,.ListG [data-hide-img] .PromoXLarge-media,.ListG [data-hide-img] .PromoXSmall-media,.ListG [data-hide-more-coverage] .PromoLarge-items,.ListG [data-hide-more-coverage] .PromoMedium-items,.ListG [data-hide-more-coverage] .PromoSmall-items,.ListG [data-hide-more-coverage] .PromoXLarge-items,.ListG [data-hide-more-coverage] .PromoXSmall-items,.ListG [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListG [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListG [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListG [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListG [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListG [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListG [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListG [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListG [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListG [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListH [data-hide-category] .PromoLarge-category,.ListH [data-hide-category] .PromoMedium-category,.ListH [data-hide-category] .PromoSmall-category,.ListH [data-hide-category] .PromoXLarge-category,.ListH [data-hide-category] .PromoXSmall-category,.ListH [data-hide-description] .PromoLarge-description,.ListH [data-hide-description] .PromoMedium-description,.ListH [data-hide-description] .PromoSmall-description,.ListH [data-hide-description] .PromoXLarge-description,.ListH [data-hide-description] .PromoXSmall-description,.ListH [data-hide-img] .PromoLarge-media,.ListH [data-hide-img] .PromoMedium-media,.ListH [data-hide-img] .PromoSmall-media,.ListH [data-hide-img] .PromoXLarge-media,.ListH [data-hide-img] .PromoXSmall-media,.ListH [data-hide-more-coverage] .PromoLarge-items,.ListH [data-hide-more-coverage] .PromoMedium-items,.ListH [data-hide-more-coverage] .PromoSmall-items,.ListH [data-hide-more-coverage] .PromoXLarge-items,.ListH [data-hide-more-coverage] .PromoXSmall-items,.ListH [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListH [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListH [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListH [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListH [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListH [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListH [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListH [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListH [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListH [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListI [data-hide-category] .PromoLarge-category,.ListI [data-hide-category] .PromoMedium-category,.ListI [data-hide-category] .PromoSmall-category,.ListI [data-hide-category] .PromoXLarge-category,.ListI [data-hide-category] .PromoXSmall-category,.ListI [data-hide-description] .PromoLarge-description,.ListI [data-hide-description] .PromoMedium-description,.ListI [data-hide-description] .PromoSmall-description,.ListI [data-hide-description] .PromoXLarge-description,.ListI [data-hide-description] .PromoXSmall-description,.ListI [data-hide-img] .PromoLarge-media,.ListI [data-hide-img] .PromoMedium-media,.ListI [data-hide-img] .PromoSmall-media,.ListI [data-hide-img] .PromoXLarge-media,.ListI [data-hide-img] .PromoXSmall-media,.ListI [data-hide-more-coverage] .PromoLarge-items,.ListI [data-hide-more-coverage] .PromoMedium-items,.ListI [data-hide-more-coverage] .PromoSmall-items,.ListI [data-hide-more-coverage] .PromoXLarge-items,.ListI [data-hide-more-coverage] .PromoXSmall-items,.ListI [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListI [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListI [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListI [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListI [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListI [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListI [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListI [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListI [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListI [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListJ [data-hide-category] .PromoLarge-category,.ListJ [data-hide-category] .PromoMedium-category,.ListJ [data-hide-category] .PromoSmall-category,.ListJ [data-hide-category] .PromoXLarge-category,.ListJ [data-hide-category] .PromoXSmall-category,.ListJ [data-hide-description] .PromoLarge-description,.ListJ [data-hide-description] .PromoMedium-description,.ListJ [data-hide-description] .PromoSmall-description,.ListJ [data-hide-description] .PromoXLarge-description,.ListJ [data-hide-description] .PromoXSmall-description,.ListJ [data-hide-img] .PromoLarge-media,.ListJ [data-hide-img] .PromoMedium-media,.ListJ [data-hide-img] .PromoSmall-media,.ListJ [data-hide-img] .PromoXLarge-media,.ListJ [data-hide-img] .PromoXSmall-media,.ListJ [data-hide-more-coverage] .PromoLarge-items,.ListJ [data-hide-more-coverage] .PromoMedium-items,.ListJ [data-hide-more-coverage] .PromoSmall-items,.ListJ [data-hide-more-coverage] .PromoXLarge-items,.ListJ [data-hide-more-coverage] .PromoXSmall-items,.ListJ [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListJ [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListJ [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListJ [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListJ [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListJ [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListJ [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListJ [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListJ [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListJ [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListK [data-hide-category] .PromoLarge-category,.ListK [data-hide-category] .PromoMedium-category,.ListK [data-hide-category] .PromoSmall-category,.ListK [data-hide-category] .PromoXLarge-category,.ListK [data-hide-category] .PromoXSmall-category,.ListK [data-hide-description] .PromoLarge-description,.ListK [data-hide-description] .PromoMedium-description,.ListK [data-hide-description] .PromoSmall-description,.ListK [data-hide-description] .PromoXLarge-description,.ListK [data-hide-description] .PromoXSmall-description,.ListK [data-hide-img] .PromoLarge-media,.ListK [data-hide-img] .PromoMedium-media,.ListK [data-hide-img] .PromoSmall-media,.ListK [data-hide-img] .PromoXLarge-media,.ListK [data-hide-img] .PromoXSmall-media,.ListK [data-hide-more-coverage] .PromoLarge-items,.ListK [data-hide-more-coverage] .PromoMedium-items,.ListK [data-hide-more-coverage] .PromoSmall-items,.ListK [data-hide-more-coverage] .PromoXLarge-items,.ListK [data-hide-more-coverage] .PromoXSmall-items,.ListK [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListK [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListK [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListK [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListK [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListK [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListK [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListK [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListK [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListK [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListL [data-hide-category] .PromoLarge-category,.ListL [data-hide-category] .PromoMedium-category,.ListL [data-hide-category] .PromoSmall-category,.ListL [data-hide-category] .PromoXLarge-category,.ListL [data-hide-category] .PromoXSmall-category,.ListL [data-hide-description] .PromoLarge-description,.ListL [data-hide-description] .PromoMedium-description,.ListL [data-hide-description] .PromoSmall-description,.ListL [data-hide-description] .PromoXLarge-description,.ListL [data-hide-description] .PromoXSmall-description,.ListL [data-hide-img] .PromoLarge-media,.ListL [data-hide-img] .PromoMedium-media,.ListL [data-hide-img] .PromoSmall-media,.ListL [data-hide-img] .PromoXLarge-media,.ListL [data-hide-img] .PromoXSmall-media,.ListL [data-hide-more-coverage] .PromoLarge-items,.ListL [data-hide-more-coverage] .PromoMedium-items,.ListL [data-hide-more-coverage] .PromoSmall-items,.ListL [data-hide-more-coverage] .PromoXLarge-items,.ListL [data-hide-more-coverage] .PromoXSmall-items,.ListL [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListL [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListL [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListL [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListL [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListL [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListL [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListL [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListL [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListL [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListLevelOverrides [data-hide-category] .PromoLarge-category,.ListLevelOverrides [data-hide-category] .PromoMedium-category,.ListLevelOverrides [data-hide-category] .PromoSmall-category,.ListLevelOverrides [data-hide-category] .PromoXLarge-category,.ListLevelOverrides [data-hide-category] .PromoXSmall-category,.ListLevelOverrides [data-hide-description] .PromoLarge-description,.ListLevelOverrides [data-hide-description] .PromoMedium-description,.ListLevelOverrides [data-hide-description] .PromoSmall-description,.ListLevelOverrides [data-hide-description] .PromoXLarge-description,.ListLevelOverrides [data-hide-description] .PromoXSmall-description,.ListLevelOverrides [data-hide-img] .PromoLarge-media,.ListLevelOverrides [data-hide-img] .PromoMedium-media,.ListLevelOverrides [data-hide-img] .PromoSmall-media,.ListLevelOverrides [data-hide-img] .PromoXLarge-media,.ListLevelOverrides [data-hide-img] .PromoXSmall-media,.ListLevelOverrides [data-hide-more-coverage] .PromoLarge-items,.ListLevelOverrides [data-hide-more-coverage] .PromoMedium-items,.ListLevelOverrides [data-hide-more-coverage] .PromoSmall-items,.ListLevelOverrides [data-hide-more-coverage] .PromoXLarge-items,.ListLevelOverrides [data-hide-more-coverage] .PromoXSmall-items,.ListLevelOverrides [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListLevelOverrides [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListLevelOverrides [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListLevelOverrides [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListLevelOverrides [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListLevelOverrides [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListLevelOverrides [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListLevelOverrides [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListLevelOverrides [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListLevelOverrides [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListListicle [data-hide-category] .PromoLarge-category,.ListListicle [data-hide-category] .PromoMedium-category,.ListListicle [data-hide-category] .PromoSmall-category,.ListListicle [data-hide-category] .PromoXLarge-category,.ListListicle [data-hide-category] .PromoXSmall-category,.ListListicle [data-hide-description] .PromoLarge-description,.ListListicle [data-hide-description] .PromoMedium-description,.ListListicle [data-hide-description] .PromoSmall-description,.ListListicle [data-hide-description] .PromoXLarge-description,.ListListicle [data-hide-description] .PromoXSmall-description,.ListListicle [data-hide-img] .PromoLarge-media,.ListListicle [data-hide-img] .PromoMedium-media,.ListListicle [data-hide-img] .PromoSmall-media,.ListListicle [data-hide-img] .PromoXLarge-media,.ListListicle [data-hide-img] .PromoXSmall-media,.ListListicle [data-hide-more-coverage] .PromoLarge-items,.ListListicle [data-hide-more-coverage] .PromoMedium-items,.ListListicle [data-hide-more-coverage] .PromoSmall-items,.ListListicle [data-hide-more-coverage] .PromoXLarge-items,.ListListicle [data-hide-more-coverage] .PromoXSmall-items,.ListListicle [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListListicle [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListListicle [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListListicle [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListListicle [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListListicle [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListListicle [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListListicle [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListListicle [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListListicle [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListListicleWithCount [data-hide-category] .PromoLarge-category,.ListListicleWithCount [data-hide-category] .PromoMedium-category,.ListListicleWithCount [data-hide-category] .PromoSmall-category,.ListListicleWithCount [data-hide-category] .PromoXLarge-category,.ListListicleWithCount [data-hide-category] .PromoXSmall-category,.ListListicleWithCount [data-hide-description] .PromoLarge-description,.ListListicleWithCount [data-hide-description] .PromoMedium-description,.ListListicleWithCount [data-hide-description] .PromoSmall-description,.ListListicleWithCount [data-hide-description] .PromoXLarge-description,.ListListicleWithCount [data-hide-description] .PromoXSmall-description,.ListListicleWithCount [data-hide-img] .PromoLarge-media,.ListListicleWithCount [data-hide-img] .PromoMedium-media,.ListListicleWithCount [data-hide-img] .PromoSmall-media,.ListListicleWithCount [data-hide-img] .PromoXLarge-media,.ListListicleWithCount [data-hide-img] .PromoXSmall-media,.ListListicleWithCount [data-hide-more-coverage] .PromoLarge-items,.ListListicleWithCount [data-hide-more-coverage] .PromoMedium-items,.ListListicleWithCount [data-hide-more-coverage] .PromoSmall-items,.ListListicleWithCount [data-hide-more-coverage] .PromoXLarge-items,.ListListicleWithCount [data-hide-more-coverage] .PromoXSmall-items,.ListListicleWithCount [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListListicleWithCount [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListListicleWithCount [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListListicleWithCount [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListListicleWithCount [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListListicleWithCount [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListListicleWithCount [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListListicleWithCount [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListListicleWithCount [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListListicleWithCount [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListN [data-hide-category] .PromoLarge-category,.ListN [data-hide-category] .PromoMedium-category,.ListN [data-hide-category] .PromoSmall-category,.ListN [data-hide-category] .PromoXLarge-category,.ListN [data-hide-category] .PromoXSmall-category,.ListN [data-hide-description] .PromoLarge-description,.ListN [data-hide-description] .PromoMedium-description,.ListN [data-hide-description] .PromoSmall-description,.ListN [data-hide-description] .PromoXLarge-description,.ListN [data-hide-description] .PromoXSmall-description,.ListN [data-hide-img] .PromoLarge-media,.ListN [data-hide-img] .PromoMedium-media,.ListN [data-hide-img] .PromoSmall-media,.ListN [data-hide-img] .PromoXLarge-media,.ListN [data-hide-img] .PromoXSmall-media,.ListN [data-hide-more-coverage] .PromoLarge-items,.ListN [data-hide-more-coverage] .PromoMedium-items,.ListN [data-hide-more-coverage] .PromoSmall-items,.ListN [data-hide-more-coverage] .PromoXLarge-items,.ListN [data-hide-more-coverage] .PromoXSmall-items,.ListN [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListN [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListN [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListN [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListN [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListN [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListN [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListN [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListN [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListN [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListO [data-hide-category] .PromoLarge-category,.ListO [data-hide-category] .PromoMedium-category,.ListO [data-hide-category] .PromoSmall-category,.ListO [data-hide-category] .PromoXLarge-category,.ListO [data-hide-category] .PromoXSmall-category,.ListO [data-hide-description] .PromoLarge-description,.ListO [data-hide-description] .PromoMedium-description,.ListO [data-hide-description] .PromoSmall-description,.ListO [data-hide-description] .PromoXLarge-description,.ListO [data-hide-description] .PromoXSmall-description,.ListO [data-hide-img] .PromoLarge-media,.ListO [data-hide-img] .PromoMedium-media,.ListO [data-hide-img] .PromoSmall-media,.ListO [data-hide-img] .PromoXLarge-media,.ListO [data-hide-img] .PromoXSmall-media,.ListO [data-hide-more-coverage] .PromoLarge-items,.ListO [data-hide-more-coverage] .PromoMedium-items,.ListO [data-hide-more-coverage] .PromoSmall-items,.ListO [data-hide-more-coverage] .PromoXLarge-items,.ListO [data-hide-more-coverage] .PromoXSmall-items,.ListO [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListO [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListO [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListO [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListO [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListO [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListO [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListO [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListO [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListO [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListQ [data-hide-category] .PromoLarge-category,.ListQ [data-hide-category] .PromoMedium-category,.ListQ [data-hide-category] .PromoSmall-category,.ListQ [data-hide-category] .PromoXLarge-category,.ListQ [data-hide-category] .PromoXSmall-category,.ListQ [data-hide-description] .PromoLarge-description,.ListQ [data-hide-description] .PromoMedium-description,.ListQ [data-hide-description] .PromoSmall-description,.ListQ [data-hide-description] .PromoXLarge-description,.ListQ [data-hide-description] .PromoXSmall-description,.ListQ [data-hide-img] .PromoLarge-media,.ListQ [data-hide-img] .PromoMedium-media,.ListQ [data-hide-img] .PromoSmall-media,.ListQ [data-hide-img] .PromoXLarge-media,.ListQ [data-hide-img] .PromoXSmall-media,.ListQ [data-hide-more-coverage] .PromoLarge-items,.ListQ [data-hide-more-coverage] .PromoMedium-items,.ListQ [data-hide-more-coverage] .PromoSmall-items,.ListQ [data-hide-more-coverage] .PromoXLarge-items,.ListQ [data-hide-more-coverage] .PromoXSmall-items,.ListQ [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListQ [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListQ [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListQ [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListQ [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListQ [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListQ [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListQ [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListQ [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListQ [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListR [data-hide-category] .PromoLarge-category,.ListR [data-hide-category] .PromoMedium-category,.ListR [data-hide-category] .PromoSmall-category,.ListR [data-hide-category] .PromoXLarge-category,.ListR [data-hide-category] .PromoXSmall-category,.ListR [data-hide-description] .PromoLarge-description,.ListR [data-hide-description] .PromoMedium-description,.ListR [data-hide-description] .PromoSmall-description,.ListR [data-hide-description] .PromoXLarge-description,.ListR [data-hide-description] .PromoXSmall-description,.ListR [data-hide-img] .PromoLarge-media,.ListR [data-hide-img] .PromoMedium-media,.ListR [data-hide-img] .PromoSmall-media,.ListR [data-hide-img] .PromoXLarge-media,.ListR [data-hide-img] .PromoXSmall-media,.ListR [data-hide-more-coverage] .PromoLarge-items,.ListR [data-hide-more-coverage] .PromoMedium-items,.ListR [data-hide-more-coverage] .PromoSmall-items,.ListR [data-hide-more-coverage] .PromoXLarge-items,.ListR [data-hide-more-coverage] .PromoXSmall-items,.ListR [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListR [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListR [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListR [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListR [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListR [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListR [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListR [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListR [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListR [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListU [data-hide-category] .PromoLarge-category,.ListU [data-hide-category] .PromoMedium-category,.ListU [data-hide-category] .PromoSmall-category,.ListU [data-hide-category] .PromoXLarge-category,.ListU [data-hide-category] .PromoXSmall-category,.ListU [data-hide-description] .PromoLarge-description,.ListU [data-hide-description] .PromoMedium-description,.ListU [data-hide-description] .PromoSmall-description,.ListU [data-hide-description] .PromoXLarge-description,.ListU [data-hide-description] .PromoXSmall-description,.ListU [data-hide-img] .PromoLarge-media,.ListU [data-hide-img] .PromoMedium-media,.ListU [data-hide-img] .PromoSmall-media,.ListU [data-hide-img] .PromoXLarge-media,.ListU [data-hide-img] .PromoXSmall-media,.ListU [data-hide-more-coverage] .PromoLarge-items,.ListU [data-hide-more-coverage] .PromoMedium-items,.ListU [data-hide-more-coverage] .PromoSmall-items,.ListU [data-hide-more-coverage] .PromoXLarge-items,.ListU [data-hide-more-coverage] .PromoXSmall-items,.ListU [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListU [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListU [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListU [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListU [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListU [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListU [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListU [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListU [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListU [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListV [data-hide-category] .PromoLarge-category,.ListV [data-hide-category] .PromoMedium-category,.ListV [data-hide-category] .PromoSmall-category,.ListV [data-hide-category] .PromoXLarge-category,.ListV [data-hide-category] .PromoXSmall-category,.ListV [data-hide-description] .PromoLarge-description,.ListV [data-hide-description] .PromoMedium-description,.ListV [data-hide-description] .PromoSmall-description,.ListV [data-hide-description] .PromoXLarge-description,.ListV [data-hide-description] .PromoXSmall-description,.ListV [data-hide-img] .PromoLarge-media,.ListV [data-hide-img] .PromoMedium-media,.ListV [data-hide-img] .PromoSmall-media,.ListV [data-hide-img] .PromoXLarge-media,.ListV [data-hide-img] .PromoXSmall-media,.ListV [data-hide-more-coverage] .PromoLarge-items,.ListV [data-hide-more-coverage] .PromoMedium-items,.ListV [data-hide-more-coverage] .PromoSmall-items,.ListV [data-hide-more-coverage] .PromoXLarge-items,.ListV [data-hide-more-coverage] .PromoXSmall-items,.ListV [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListV [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListV [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListV [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListV [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListV [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListV [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListV [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListV [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListV [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListW [data-hide-category] .PromoLarge-category,.ListW [data-hide-category] .PromoMedium-category,.ListW [data-hide-category] .PromoSmall-category,.ListW [data-hide-category] .PromoXLarge-category,.ListW [data-hide-category] .PromoXSmall-category,.ListW [data-hide-description] .PromoLarge-description,.ListW [data-hide-description] .PromoMedium-description,.ListW [data-hide-description] .PromoSmall-description,.ListW [data-hide-description] .PromoXLarge-description,.ListW [data-hide-description] .PromoXSmall-description,.ListW [data-hide-img] .PromoLarge-media,.ListW [data-hide-img] .PromoMedium-media,.ListW [data-hide-img] .PromoSmall-media,.ListW [data-hide-img] .PromoXLarge-media,.ListW [data-hide-img] .PromoXSmall-media,.ListW [data-hide-more-coverage] .PromoLarge-items,.ListW [data-hide-more-coverage] .PromoMedium-items,.ListW [data-hide-more-coverage] .PromoSmall-items,.ListW [data-hide-more-coverage] .PromoXLarge-items,.ListW [data-hide-more-coverage] .PromoXSmall-items,.ListW [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListW [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListW [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListW [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListW [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListW [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListW [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListW [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListW [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListW [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListX [data-hide-category] .PromoLarge-category,.ListX [data-hide-category] .PromoMedium-category,.ListX [data-hide-category] .PromoSmall-category,.ListX [data-hide-category] .PromoXLarge-category,.ListX [data-hide-category] .PromoXSmall-category,.ListX [data-hide-description] .PromoLarge-description,.ListX [data-hide-description] .PromoMedium-description,.ListX [data-hide-description] .PromoSmall-description,.ListX [data-hide-description] .PromoXLarge-description,.ListX [data-hide-description] .PromoXSmall-description,.ListX [data-hide-img] .PromoLarge-media,.ListX [data-hide-img] .PromoMedium-media,.ListX [data-hide-img] .PromoSmall-media,.ListX [data-hide-img] .PromoXLarge-media,.ListX [data-hide-img] .PromoXSmall-media,.ListX [data-hide-more-coverage] .PromoLarge-items,.ListX [data-hide-more-coverage] .PromoMedium-items,.ListX [data-hide-more-coverage] .PromoSmall-items,.ListX [data-hide-more-coverage] .PromoXLarge-items,.ListX [data-hide-more-coverage] .PromoXSmall-items,.ListX [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListX [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListX [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListX [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListX [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListX [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListX [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListX [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListX [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListX [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListY [data-hide-category] .PromoLarge-category,.ListY [data-hide-category] .PromoMedium-category,.ListY [data-hide-category] .PromoSmall-category,.ListY [data-hide-category] .PromoXLarge-category,.ListY [data-hide-category] .PromoXSmall-category,.ListY [data-hide-description] .PromoLarge-description,.ListY [data-hide-description] .PromoMedium-description,.ListY [data-hide-description] .PromoSmall-description,.ListY [data-hide-description] .PromoXLarge-description,.ListY [data-hide-description] .PromoXSmall-description,.ListY [data-hide-img] .PromoLarge-media,.ListY [data-hide-img] .PromoMedium-media,.ListY [data-hide-img] .PromoSmall-media,.ListY [data-hide-img] .PromoXLarge-media,.ListY [data-hide-img] .PromoXSmall-media,.ListY [data-hide-more-coverage] .PromoLarge-items,.ListY [data-hide-more-coverage] .PromoMedium-items,.ListY [data-hide-more-coverage] .PromoSmall-items,.ListY [data-hide-more-coverage] .PromoXLarge-items,.ListY [data-hide-more-coverage] .PromoXSmall-items,.ListY [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListY [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListY [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListY [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListY [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListY [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListY [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListY [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListY [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListY [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.ListZ [data-hide-category] .PromoLarge-category,.ListZ [data-hide-category] .PromoMedium-category,.ListZ [data-hide-category] .PromoSmall-category,.ListZ [data-hide-category] .PromoXLarge-category,.ListZ [data-hide-category] .PromoXSmall-category,.ListZ [data-hide-description] .PromoLarge-description,.ListZ [data-hide-description] .PromoMedium-description,.ListZ [data-hide-description] .PromoSmall-description,.ListZ [data-hide-description] .PromoXLarge-description,.ListZ [data-hide-description] .PromoXSmall-description,.ListZ [data-hide-img] .PromoLarge-media,.ListZ [data-hide-img] .PromoMedium-media,.ListZ [data-hide-img] .PromoSmall-media,.ListZ [data-hide-img] .PromoXLarge-media,.ListZ [data-hide-img] .PromoXSmall-media,.ListZ [data-hide-more-coverage] .PromoLarge-items,.ListZ [data-hide-more-coverage] .PromoMedium-items,.ListZ [data-hide-more-coverage] .PromoSmall-items,.ListZ [data-hide-more-coverage] .PromoXLarge-items,.ListZ [data-hide-more-coverage] .PromoXSmall-items,.ListZ [data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.ListZ [data-hide-timestamp] .PromoLarge[data-hide-timestamp] .PromoLarge-date,.ListZ [data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.ListZ [data-hide-timestamp] .PromoMedium[data-hide-timestamp] .PromoMedium-date,.ListZ [data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.ListZ [data-hide-timestamp] .PromoSmall[data-hide-timestamp] .PromoSmall-date,.ListZ [data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.ListZ [data-hide-timestamp] .PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.ListZ [data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp],.ListZ [data-hide-timestamp] .PromoXSmall[data-hide-timestamp] .PromoXSmall-date {
	display:none
}
.ListA [data-show-more-coverage] .PromoLarge-items,.ListA [data-show-more-coverage] .PromoMedium-items,.ListA [data-show-more-coverage] .PromoSmall-items,.ListA [data-show-more-coverage] .PromoXLarge-items,.ListA [data-show-more-coverage] .PromoXSmall-items,.ListAA [data-show-more-coverage] .PromoLarge-items,.ListAA [data-show-more-coverage] .PromoMedium-items,.ListAA [data-show-more-coverage] .PromoSmall-items,.ListAA [data-show-more-coverage] .PromoXLarge-items,.ListAA [data-show-more-coverage] .PromoXSmall-items,.ListB [data-show-more-coverage] .PromoLarge-items,.ListB [data-show-more-coverage] .PromoMedium-items,.ListB [data-show-more-coverage] .PromoSmall-items,.ListB [data-show-more-coverage] .PromoXLarge-items,.ListB [data-show-more-coverage] .PromoXSmall-items,.ListC [data-show-more-coverage] .PromoLarge-items,.ListC [data-show-more-coverage] .PromoMedium-items,.ListC [data-show-more-coverage] .PromoSmall-items,.ListC [data-show-more-coverage] .PromoXLarge-items,.ListC [data-show-more-coverage] .PromoXSmall-items,.ListD [data-show-more-coverage] .PromoLarge-items,.ListD [data-show-more-coverage] .PromoMedium-items,.ListD [data-show-more-coverage] .PromoSmall-items,.ListD [data-show-more-coverage] .PromoXLarge-items,.ListD [data-show-more-coverage] .PromoXSmall-items,.ListE [data-show-more-coverage] .PromoLarge-items,.ListE [data-show-more-coverage] .PromoMedium-items,.ListE [data-show-more-coverage] .PromoSmall-items,.ListE [data-show-more-coverage] .PromoXLarge-items,.ListE [data-show-more-coverage] .PromoXSmall-items,.ListF [data-show-more-coverage] .PromoLarge-items,.ListF [data-show-more-coverage] .PromoMedium-items,.ListF [data-show-more-coverage] .PromoSmall-items,.ListF [data-show-more-coverage] .PromoXLarge-items,.ListF [data-show-more-coverage] .PromoXSmall-items,.ListG [data-show-more-coverage] .PromoLarge-items,.ListG [data-show-more-coverage] .PromoMedium-items,.ListG [data-show-more-coverage] .PromoSmall-items,.ListG [data-show-more-coverage] .PromoXLarge-items,.ListG [data-show-more-coverage] .PromoXSmall-items,.ListH [data-show-more-coverage] .PromoLarge-items,.ListH [data-show-more-coverage] .PromoMedium-items,.ListH [data-show-more-coverage] .PromoSmall-items,.ListH [data-show-more-coverage] .PromoXLarge-items,.ListH [data-show-more-coverage] .PromoXSmall-items,.ListI [data-show-more-coverage] .PromoLarge-items,.ListI [data-show-more-coverage] .PromoMedium-items,.ListI [data-show-more-coverage] .PromoSmall-items,.ListI [data-show-more-coverage] .PromoXLarge-items,.ListI [data-show-more-coverage] .PromoXSmall-items,.ListJ [data-show-more-coverage] .PromoLarge-items,.ListJ [data-show-more-coverage] .PromoMedium-items,.ListJ [data-show-more-coverage] .PromoSmall-items,.ListJ [data-show-more-coverage] .PromoXLarge-items,.ListJ [data-show-more-coverage] .PromoXSmall-items,.ListK [data-show-more-coverage] .PromoLarge-items,.ListK [data-show-more-coverage] .PromoMedium-items,.ListK [data-show-more-coverage] .PromoSmall-items,.ListK [data-show-more-coverage] .PromoXLarge-items,.ListK [data-show-more-coverage] .PromoXSmall-items,.ListL [data-show-more-coverage] .PromoLarge-items,.ListL [data-show-more-coverage] .PromoMedium-items,.ListL [data-show-more-coverage] .PromoSmall-items,.ListL [data-show-more-coverage] .PromoXLarge-items,.ListL [data-show-more-coverage] .PromoXSmall-items,.ListLevelOverrides [data-show-more-coverage] .PromoLarge-items,.ListLevelOverrides [data-show-more-coverage] .PromoMedium-items,.ListLevelOverrides [data-show-more-coverage] .PromoSmall-items,.ListLevelOverrides [data-show-more-coverage] .PromoXLarge-items,.ListLevelOverrides [data-show-more-coverage] .PromoXSmall-items,.ListListicle [data-show-more-coverage] .PromoLarge-items,.ListListicle [data-show-more-coverage] .PromoMedium-items,.ListListicle [data-show-more-coverage] .PromoSmall-items,.ListListicle [data-show-more-coverage] .PromoXLarge-items,.ListListicle [data-show-more-coverage] .PromoXSmall-items,.ListListicleWithCount [data-show-more-coverage] .PromoLarge-items,.ListListicleWithCount [data-show-more-coverage] .PromoMedium-items,.ListListicleWithCount [data-show-more-coverage] .PromoSmall-items,.ListListicleWithCount [data-show-more-coverage] .PromoXLarge-items,.ListListicleWithCount [data-show-more-coverage] .PromoXSmall-items,.ListN [data-show-more-coverage] .PromoLarge-items,.ListN [data-show-more-coverage] .PromoMedium-items,.ListN [data-show-more-coverage] .PromoSmall-items,.ListN [data-show-more-coverage] .PromoXLarge-items,.ListN [data-show-more-coverage] .PromoXSmall-items,.ListO [data-show-more-coverage] .PromoLarge-items,.ListO [data-show-more-coverage] .PromoMedium-items,.ListO [data-show-more-coverage] .PromoSmall-items,.ListO [data-show-more-coverage] .PromoXLarge-items,.ListO [data-show-more-coverage] .PromoXSmall-items,.ListQ [data-show-more-coverage] .PromoLarge-items,.ListQ [data-show-more-coverage] .PromoMedium-items,.ListQ [data-show-more-coverage] .PromoSmall-items,.ListQ [data-show-more-coverage] .PromoXLarge-items,.ListQ [data-show-more-coverage] .PromoXSmall-items,.ListR [data-show-more-coverage] .PromoLarge-items,.ListR [data-show-more-coverage] .PromoMedium-items,.ListR [data-show-more-coverage] .PromoSmall-items,.ListR [data-show-more-coverage] .PromoXLarge-items,.ListR [data-show-more-coverage] .PromoXSmall-items,.ListU [data-show-more-coverage] .PromoLarge-items,.ListU [data-show-more-coverage] .PromoMedium-items,.ListU [data-show-more-coverage] .PromoSmall-items,.ListU [data-show-more-coverage] .PromoXLarge-items,.ListU [data-show-more-coverage] .PromoXSmall-items,.ListV [data-show-more-coverage] .PromoLarge-items,.ListV [data-show-more-coverage] .PromoMedium-items,.ListV [data-show-more-coverage] .PromoSmall-items,.ListV [data-show-more-coverage] .PromoXLarge-items,.ListV [data-show-more-coverage] .PromoXSmall-items,.ListW [data-show-more-coverage] .PromoLarge-items,.ListW [data-show-more-coverage] .PromoMedium-items,.ListW [data-show-more-coverage] .PromoSmall-items,.ListW [data-show-more-coverage] .PromoXLarge-items,.ListW [data-show-more-coverage] .PromoXSmall-items,.ListX [data-show-more-coverage] .PromoLarge-items,.ListX [data-show-more-coverage] .PromoMedium-items,.ListX [data-show-more-coverage] .PromoSmall-items,.ListX [data-show-more-coverage] .PromoXLarge-items,.ListX [data-show-more-coverage] .PromoXSmall-items,.ListY [data-show-more-coverage] .PromoLarge-items,.ListY [data-show-more-coverage] .PromoMedium-items,.ListY [data-show-more-coverage] .PromoSmall-items,.ListY [data-show-more-coverage] .PromoXLarge-items,.ListY [data-show-more-coverage] .PromoXSmall-items,.ListZ [data-show-more-coverage] .PromoLarge-items,.ListZ [data-show-more-coverage] .PromoMedium-items,.ListZ [data-show-more-coverage] .PromoSmall-items,.ListZ [data-show-more-coverage] .PromoXLarge-items,.ListZ [data-show-more-coverage] .PromoXSmall-items {
	display:block
}
.ListA [data-top-center] .PromoLarge-media,.ListA [data-top-center] .PromoMedium-media,.ListA [data-top-center] .PromoSmall-media,.ListA [data-top-center] .PromoXLarge-media,.ListA [data-top-center] .PromoXSmall-media,.ListAA [data-top-center] .PromoLarge-media,.ListAA [data-top-center] .PromoMedium-media,.ListAA [data-top-center] .PromoSmall-media,.ListAA [data-top-center] .PromoXLarge-media,.ListAA [data-top-center] .PromoXSmall-media,.ListB [data-top-center] .PromoLarge-media,.ListB [data-top-center] .PromoMedium-media,.ListB [data-top-center] .PromoSmall-media,.ListB [data-top-center] .PromoXLarge-media,.ListB [data-top-center] .PromoXSmall-media,.ListC [data-top-center] .PromoLarge-media,.ListC [data-top-center] .PromoMedium-media,.ListC [data-top-center] .PromoSmall-media,.ListC [data-top-center] .PromoXLarge-media,.ListC [data-top-center] .PromoXSmall-media,.ListD [data-top-center] .PromoLarge-media,.ListD [data-top-center] .PromoMedium-media,.ListD [data-top-center] .PromoSmall-media,.ListD [data-top-center] .PromoXLarge-media,.ListD [data-top-center] .PromoXSmall-media,.ListE [data-top-center] .PromoLarge-media,.ListE [data-top-center] .PromoMedium-media,.ListE [data-top-center] .PromoSmall-media,.ListE [data-top-center] .PromoXLarge-media,.ListE [data-top-center] .PromoXSmall-media,.ListF [data-top-center] .PromoLarge-media,.ListF [data-top-center] .PromoMedium-media,.ListF [data-top-center] .PromoSmall-media,.ListF [data-top-center] .PromoXLarge-media,.ListF [data-top-center] .PromoXSmall-media,.ListG [data-top-center] .PromoLarge-media,.ListG [data-top-center] .PromoMedium-media,.ListG [data-top-center] .PromoSmall-media,.ListG [data-top-center] .PromoXLarge-media,.ListG [data-top-center] .PromoXSmall-media,.ListH [data-top-center] .PromoLarge-media,.ListH [data-top-center] .PromoMedium-media,.ListH [data-top-center] .PromoSmall-media,.ListH [data-top-center] .PromoXLarge-media,.ListH [data-top-center] .PromoXSmall-media,.ListI [data-top-center] .PromoLarge-media,.ListI [data-top-center] .PromoMedium-media,.ListI [data-top-center] .PromoSmall-media,.ListI [data-top-center] .PromoXLarge-media,.ListI [data-top-center] .PromoXSmall-media,.ListJ [data-top-center] .PromoLarge-media,.ListJ [data-top-center] .PromoMedium-media,.ListJ [data-top-center] .PromoSmall-media,.ListJ [data-top-center] .PromoXLarge-media,.ListJ [data-top-center] .PromoXSmall-media,.ListK [data-top-center] .PromoLarge-media,.ListK [data-top-center] .PromoMedium-media,.ListK [data-top-center] .PromoSmall-media,.ListK [data-top-center] .PromoXLarge-media,.ListK [data-top-center] .PromoXSmall-media,.ListL [data-top-center] .PromoLarge-media,.ListL [data-top-center] .PromoMedium-media,.ListL [data-top-center] .PromoSmall-media,.ListL [data-top-center] .PromoXLarge-media,.ListL [data-top-center] .PromoXSmall-media,.ListLevelOverrides [data-top-center] .PromoLarge-media,.ListLevelOverrides [data-top-center] .PromoMedium-media,.ListLevelOverrides [data-top-center] .PromoSmall-media,.ListLevelOverrides [data-top-center] .PromoXLarge-media,.ListLevelOverrides [data-top-center] .PromoXSmall-media,.ListListicle [data-top-center] .PromoLarge-media,.ListListicle [data-top-center] .PromoMedium-media,.ListListicle [data-top-center] .PromoSmall-media,.ListListicle [data-top-center] .PromoXLarge-media,.ListListicle [data-top-center] .PromoXSmall-media,.ListListicleWithCount [data-top-center] .PromoLarge-media,.ListListicleWithCount [data-top-center] .PromoMedium-media,.ListListicleWithCount [data-top-center] .PromoSmall-media,.ListListicleWithCount [data-top-center] .PromoXLarge-media,.ListListicleWithCount [data-top-center] .PromoXSmall-media,.ListN [data-top-center] .PromoLarge-media,.ListN [data-top-center] .PromoMedium-media,.ListN [data-top-center] .PromoSmall-media,.ListN [data-top-center] .PromoXLarge-media,.ListN [data-top-center] .PromoXSmall-media,.ListO [data-top-center] .PromoLarge-media,.ListO [data-top-center] .PromoMedium-media,.ListO [data-top-center] .PromoSmall-media,.ListO [data-top-center] .PromoXLarge-media,.ListO [data-top-center] .PromoXSmall-media,.ListQ [data-top-center] .PromoLarge-media,.ListQ [data-top-center] .PromoMedium-media,.ListQ [data-top-center] .PromoSmall-media,.ListQ [data-top-center] .PromoXLarge-media,.ListQ [data-top-center] .PromoXSmall-media,.ListR [data-top-center] .PromoLarge-media,.ListR [data-top-center] .PromoMedium-media,.ListR [data-top-center] .PromoSmall-media,.ListR [data-top-center] .PromoXLarge-media,.ListR [data-top-center] .PromoXSmall-media,.ListU [data-top-center] .PromoLarge-media,.ListU [data-top-center] .PromoMedium-media,.ListU [data-top-center] .PromoSmall-media,.ListU [data-top-center] .PromoXLarge-media,.ListU [data-top-center] .PromoXSmall-media,.ListV [data-top-center] .PromoLarge-media,.ListV [data-top-center] .PromoMedium-media,.ListV [data-top-center] .PromoSmall-media,.ListV [data-top-center] .PromoXLarge-media,.ListV [data-top-center] .PromoXSmall-media,.ListW [data-top-center] .PromoLarge-media,.ListW [data-top-center] .PromoMedium-media,.ListW [data-top-center] .PromoSmall-media,.ListW [data-top-center] .PromoXLarge-media,.ListW [data-top-center] .PromoXSmall-media,.ListX [data-top-center] .PromoLarge-media,.ListX [data-top-center] .PromoMedium-media,.ListX [data-top-center] .PromoSmall-media,.ListX [data-top-center] .PromoXLarge-media,.ListX [data-top-center] .PromoXSmall-media,.ListY [data-top-center] .PromoLarge-media,.ListY [data-top-center] .PromoMedium-media,.ListY [data-top-center] .PromoSmall-media,.ListY [data-top-center] .PromoXLarge-media,.ListY [data-top-center] .PromoXSmall-media,.ListZ [data-top-center] .PromoLarge-media,.ListZ [data-top-center] .PromoMedium-media,.ListZ [data-top-center] .PromoSmall-media,.ListZ [data-top-center] .PromoXLarge-media,.ListZ [data-top-center] .PromoXSmall-media {
	margin:0 0 10px
}
.ListA [data-bottom-center] .PromoLarge-wrapper,.ListA [data-bottom-center] .PromoMedium-wrapper,.ListA [data-bottom-center] .PromoSmall-wrapper,.ListA [data-bottom-center] .PromoXLarge-wrapper,.ListA [data-bottom-center] .PromoXSmall-wrapper,.ListAA [data-bottom-center] .PromoLarge-wrapper,.ListAA [data-bottom-center] .PromoMedium-wrapper,.ListAA [data-bottom-center] .PromoSmall-wrapper,.ListAA [data-bottom-center] .PromoXLarge-wrapper,.ListAA [data-bottom-center] .PromoXSmall-wrapper,.ListB [data-bottom-center] .PromoLarge-wrapper,.ListB [data-bottom-center] .PromoMedium-wrapper,.ListB [data-bottom-center] .PromoSmall-wrapper,.ListB [data-bottom-center] .PromoXLarge-wrapper,.ListB [data-bottom-center] .PromoXSmall-wrapper,.ListC [data-bottom-center] .PromoLarge-wrapper,.ListC [data-bottom-center] .PromoMedium-wrapper,.ListC [data-bottom-center] .PromoSmall-wrapper,.ListC [data-bottom-center] .PromoXLarge-wrapper,.ListC [data-bottom-center] .PromoXSmall-wrapper,.ListD [data-bottom-center] .PromoLarge-wrapper,.ListD [data-bottom-center] .PromoMedium-wrapper,.ListD [data-bottom-center] .PromoSmall-wrapper,.ListD [data-bottom-center] .PromoXLarge-wrapper,.ListD [data-bottom-center] .PromoXSmall-wrapper,.ListE [data-bottom-center] .PromoLarge-wrapper,.ListE [data-bottom-center] .PromoMedium-wrapper,.ListE [data-bottom-center] .PromoSmall-wrapper,.ListE [data-bottom-center] .PromoXLarge-wrapper,.ListE [data-bottom-center] .PromoXSmall-wrapper,.ListF [data-bottom-center] .PromoLarge-wrapper,.ListF [data-bottom-center] .PromoMedium-wrapper,.ListF [data-bottom-center] .PromoSmall-wrapper,.ListF [data-bottom-center] .PromoXLarge-wrapper,.ListF [data-bottom-center] .PromoXSmall-wrapper,.ListG [data-bottom-center] .PromoLarge-wrapper,.ListG [data-bottom-center] .PromoMedium-wrapper,.ListG [data-bottom-center] .PromoSmall-wrapper,.ListG [data-bottom-center] .PromoXLarge-wrapper,.ListG [data-bottom-center] .PromoXSmall-wrapper,.ListH [data-bottom-center] .PromoLarge-wrapper,.ListH [data-bottom-center] .PromoMedium-wrapper,.ListH [data-bottom-center] .PromoSmall-wrapper,.ListH [data-bottom-center] .PromoXLarge-wrapper,.ListH [data-bottom-center] .PromoXSmall-wrapper,.ListI [data-bottom-center] .PromoLarge-wrapper,.ListI [data-bottom-center] .PromoMedium-wrapper,.ListI [data-bottom-center] .PromoSmall-wrapper,.ListI [data-bottom-center] .PromoXLarge-wrapper,.ListI [data-bottom-center] .PromoXSmall-wrapper,.ListJ [data-bottom-center] .PromoLarge-wrapper,.ListJ [data-bottom-center] .PromoMedium-wrapper,.ListJ [data-bottom-center] .PromoSmall-wrapper,.ListJ [data-bottom-center] .PromoXLarge-wrapper,.ListJ [data-bottom-center] .PromoXSmall-wrapper,.ListK [data-bottom-center] .PromoLarge-wrapper,.ListK [data-bottom-center] .PromoMedium-wrapper,.ListK [data-bottom-center] .PromoSmall-wrapper,.ListK [data-bottom-center] .PromoXLarge-wrapper,.ListK [data-bottom-center] .PromoXSmall-wrapper,.ListL [data-bottom-center] .PromoLarge-wrapper,.ListL [data-bottom-center] .PromoMedium-wrapper,.ListL [data-bottom-center] .PromoSmall-wrapper,.ListL [data-bottom-center] .PromoXLarge-wrapper,.ListL [data-bottom-center] .PromoXSmall-wrapper,.ListLevelOverrides [data-bottom-center] .PromoLarge-wrapper,.ListLevelOverrides [data-bottom-center] .PromoMedium-wrapper,.ListLevelOverrides [data-bottom-center] .PromoSmall-wrapper,.ListLevelOverrides [data-bottom-center] .PromoXLarge-wrapper,.ListLevelOverrides [data-bottom-center] .PromoXSmall-wrapper,.ListListicle [data-bottom-center] .PromoLarge-wrapper,.ListListicle [data-bottom-center] .PromoMedium-wrapper,.ListListicle [data-bottom-center] .PromoSmall-wrapper,.ListListicle [data-bottom-center] .PromoXLarge-wrapper,.ListListicle [data-bottom-center] .PromoXSmall-wrapper,.ListListicleWithCount [data-bottom-center] .PromoLarge-wrapper,.ListListicleWithCount [data-bottom-center] .PromoMedium-wrapper,.ListListicleWithCount [data-bottom-center] .PromoSmall-wrapper,.ListListicleWithCount [data-bottom-center] .PromoXLarge-wrapper,.ListListicleWithCount [data-bottom-center] .PromoXSmall-wrapper,.ListN [data-bottom-center] .PromoLarge-wrapper,.ListN [data-bottom-center] .PromoMedium-wrapper,.ListN [data-bottom-center] .PromoSmall-wrapper,.ListN [data-bottom-center] .PromoXLarge-wrapper,.ListN [data-bottom-center] .PromoXSmall-wrapper,.ListO [data-bottom-center] .PromoLarge-wrapper,.ListO [data-bottom-center] .PromoMedium-wrapper,.ListO [data-bottom-center] .PromoSmall-wrapper,.ListO [data-bottom-center] .PromoXLarge-wrapper,.ListO [data-bottom-center] .PromoXSmall-wrapper,.ListQ [data-bottom-center] .PromoLarge-wrapper,.ListQ [data-bottom-center] .PromoMedium-wrapper,.ListQ [data-bottom-center] .PromoSmall-wrapper,.ListQ [data-bottom-center] .PromoXLarge-wrapper,.ListQ [data-bottom-center] .PromoXSmall-wrapper,.ListR [data-bottom-center] .PromoLarge-wrapper,.ListR [data-bottom-center] .PromoMedium-wrapper,.ListR [data-bottom-center] .PromoSmall-wrapper,.ListR [data-bottom-center] .PromoXLarge-wrapper,.ListR [data-bottom-center] .PromoXSmall-wrapper,.ListU [data-bottom-center] .PromoLarge-wrapper,.ListU [data-bottom-center] .PromoMedium-wrapper,.ListU [data-bottom-center] .PromoSmall-wrapper,.ListU [data-bottom-center] .PromoXLarge-wrapper,.ListU [data-bottom-center] .PromoXSmall-wrapper,.ListV [data-bottom-center] .PromoLarge-wrapper,.ListV [data-bottom-center] .PromoMedium-wrapper,.ListV [data-bottom-center] .PromoSmall-wrapper,.ListV [data-bottom-center] .PromoXLarge-wrapper,.ListV [data-bottom-center] .PromoXSmall-wrapper,.ListW [data-bottom-center] .PromoLarge-wrapper,.ListW [data-bottom-center] .PromoMedium-wrapper,.ListW [data-bottom-center] .PromoSmall-wrapper,.ListW [data-bottom-center] .PromoXLarge-wrapper,.ListW [data-bottom-center] .PromoXSmall-wrapper,.ListX [data-bottom-center] .PromoLarge-wrapper,.ListX [data-bottom-center] .PromoMedium-wrapper,.ListX [data-bottom-center] .PromoSmall-wrapper,.ListX [data-bottom-center] .PromoXLarge-wrapper,.ListX [data-bottom-center] .PromoXSmall-wrapper,.ListY [data-bottom-center] .PromoLarge-wrapper,.ListY [data-bottom-center] .PromoMedium-wrapper,.ListY [data-bottom-center] .PromoSmall-wrapper,.ListY [data-bottom-center] .PromoXLarge-wrapper,.ListY [data-bottom-center] .PromoXSmall-wrapper,.ListZ [data-bottom-center] .PromoLarge-wrapper,.ListZ [data-bottom-center] .PromoMedium-wrapper,.ListZ [data-bottom-center] .PromoSmall-wrapper,.ListZ [data-bottom-center] .PromoXLarge-wrapper,.ListZ [data-bottom-center] .PromoXSmall-wrapper {
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse
}
.ListA [data-bottom-center] .PromoLarge-media,.ListA [data-bottom-center] .PromoMedium-media,.ListA [data-bottom-center] .PromoSmall-media,.ListA [data-bottom-center] .PromoXLarge-media,.ListA [data-bottom-center] .PromoXSmall-media,.ListAA [data-bottom-center] .PromoLarge-media,.ListAA [data-bottom-center] .PromoMedium-media,.ListAA [data-bottom-center] .PromoSmall-media,.ListAA [data-bottom-center] .PromoXLarge-media,.ListAA [data-bottom-center] .PromoXSmall-media,.ListB [data-bottom-center] .PromoLarge-media,.ListB [data-bottom-center] .PromoMedium-media,.ListB [data-bottom-center] .PromoSmall-media,.ListB [data-bottom-center] .PromoXLarge-media,.ListB [data-bottom-center] .PromoXSmall-media,.ListC [data-bottom-center] .PromoLarge-media,.ListC [data-bottom-center] .PromoMedium-media,.ListC [data-bottom-center] .PromoSmall-media,.ListC [data-bottom-center] .PromoXLarge-media,.ListC [data-bottom-center] .PromoXSmall-media,.ListD [data-bottom-center] .PromoLarge-media,.ListD [data-bottom-center] .PromoMedium-media,.ListD [data-bottom-center] .PromoSmall-media,.ListD [data-bottom-center] .PromoXLarge-media,.ListD [data-bottom-center] .PromoXSmall-media,.ListE [data-bottom-center] .PromoLarge-media,.ListE [data-bottom-center] .PromoMedium-media,.ListE [data-bottom-center] .PromoSmall-media,.ListE [data-bottom-center] .PromoXLarge-media,.ListE [data-bottom-center] .PromoXSmall-media,.ListF [data-bottom-center] .PromoLarge-media,.ListF [data-bottom-center] .PromoMedium-media,.ListF [data-bottom-center] .PromoSmall-media,.ListF [data-bottom-center] .PromoXLarge-media,.ListF [data-bottom-center] .PromoXSmall-media,.ListG [data-bottom-center] .PromoLarge-media,.ListG [data-bottom-center] .PromoMedium-media,.ListG [data-bottom-center] .PromoSmall-media,.ListG [data-bottom-center] .PromoXLarge-media,.ListG [data-bottom-center] .PromoXSmall-media,.ListH [data-bottom-center] .PromoLarge-media,.ListH [data-bottom-center] .PromoMedium-media,.ListH [data-bottom-center] .PromoSmall-media,.ListH [data-bottom-center] .PromoXLarge-media,.ListH [data-bottom-center] .PromoXSmall-media,.ListI [data-bottom-center] .PromoLarge-media,.ListI [data-bottom-center] .PromoMedium-media,.ListI [data-bottom-center] .PromoSmall-media,.ListI [data-bottom-center] .PromoXLarge-media,.ListI [data-bottom-center] .PromoXSmall-media,.ListJ [data-bottom-center] .PromoLarge-media,.ListJ [data-bottom-center] .PromoMedium-media,.ListJ [data-bottom-center] .PromoSmall-media,.ListJ [data-bottom-center] .PromoXLarge-media,.ListJ [data-bottom-center] .PromoXSmall-media,.ListK [data-bottom-center] .PromoLarge-media,.ListK [data-bottom-center] .PromoMedium-media,.ListK [data-bottom-center] .PromoSmall-media,.ListK [data-bottom-center] .PromoXLarge-media,.ListK [data-bottom-center] .PromoXSmall-media,.ListL [data-bottom-center] .PromoLarge-media,.ListL [data-bottom-center] .PromoMedium-media,.ListL [data-bottom-center] .PromoSmall-media,.ListL [data-bottom-center] .PromoXLarge-media,.ListL [data-bottom-center] .PromoXSmall-media,.ListLevelOverrides [data-bottom-center] .PromoLarge-media,.ListLevelOverrides [data-bottom-center] .PromoMedium-media,.ListLevelOverrides [data-bottom-center] .PromoSmall-media,.ListLevelOverrides [data-bottom-center] .PromoXLarge-media,.ListLevelOverrides [data-bottom-center] .PromoXSmall-media,.ListListicle [data-bottom-center] .PromoLarge-media,.ListListicle [data-bottom-center] .PromoMedium-media,.ListListicle [data-bottom-center] .PromoSmall-media,.ListListicle [data-bottom-center] .PromoXLarge-media,.ListListicle [data-bottom-center] .PromoXSmall-media,.ListListicleWithCount [data-bottom-center] .PromoLarge-media,.ListListicleWithCount [data-bottom-center] .PromoMedium-media,.ListListicleWithCount [data-bottom-center] .PromoSmall-media,.ListListicleWithCount [data-bottom-center] .PromoXLarge-media,.ListListicleWithCount [data-bottom-center] .PromoXSmall-media,.ListN [data-bottom-center] .PromoLarge-media,.ListN [data-bottom-center] .PromoMedium-media,.ListN [data-bottom-center] .PromoSmall-media,.ListN [data-bottom-center] .PromoXLarge-media,.ListN [data-bottom-center] .PromoXSmall-media,.ListO [data-bottom-center] .PromoLarge-media,.ListO [data-bottom-center] .PromoMedium-media,.ListO [data-bottom-center] .PromoSmall-media,.ListO [data-bottom-center] .PromoXLarge-media,.ListO [data-bottom-center] .PromoXSmall-media,.ListQ [data-bottom-center] .PromoLarge-media,.ListQ [data-bottom-center] .PromoMedium-media,.ListQ [data-bottom-center] .PromoSmall-media,.ListQ [data-bottom-center] .PromoXLarge-media,.ListQ [data-bottom-center] .PromoXSmall-media,.ListR [data-bottom-center] .PromoLarge-media,.ListR [data-bottom-center] .PromoMedium-media,.ListR [data-bottom-center] .PromoSmall-media,.ListR [data-bottom-center] .PromoXLarge-media,.ListR [data-bottom-center] .PromoXSmall-media,.ListU [data-bottom-center] .PromoLarge-media,.ListU [data-bottom-center] .PromoMedium-media,.ListU [data-bottom-center] .PromoSmall-media,.ListU [data-bottom-center] .PromoXLarge-media,.ListU [data-bottom-center] .PromoXSmall-media,.ListV [data-bottom-center] .PromoLarge-media,.ListV [data-bottom-center] .PromoMedium-media,.ListV [data-bottom-center] .PromoSmall-media,.ListV [data-bottom-center] .PromoXLarge-media,.ListV [data-bottom-center] .PromoXSmall-media,.ListW [data-bottom-center] .PromoLarge-media,.ListW [data-bottom-center] .PromoMedium-media,.ListW [data-bottom-center] .PromoSmall-media,.ListW [data-bottom-center] .PromoXLarge-media,.ListW [data-bottom-center] .PromoXSmall-media,.ListX [data-bottom-center] .PromoLarge-media,.ListX [data-bottom-center] .PromoMedium-media,.ListX [data-bottom-center] .PromoSmall-media,.ListX [data-bottom-center] .PromoXLarge-media,.ListX [data-bottom-center] .PromoXSmall-media,.ListY [data-bottom-center] .PromoLarge-media,.ListY [data-bottom-center] .PromoMedium-media,.ListY [data-bottom-center] .PromoSmall-media,.ListY [data-bottom-center] .PromoXLarge-media,.ListY [data-bottom-center] .PromoXSmall-media,.ListZ [data-bottom-center] .PromoLarge-media,.ListZ [data-bottom-center] .PromoMedium-media,.ListZ [data-bottom-center] .PromoSmall-media,.ListZ [data-bottom-center] .PromoXLarge-media,.ListZ [data-bottom-center] .PromoXSmall-media {
	margin:20px 0 0
}
.ListA [data-top-right] .PromoLarge,.ListA [data-top-right] .PromoMedium,.ListA [data-top-right] .PromoSmall,.ListA [data-top-right] .PromoXLarge,.ListA [data-top-right] .PromoXSmall,.ListAA [data-top-right] .PromoLarge,.ListAA [data-top-right] .PromoMedium,.ListAA [data-top-right] .PromoSmall,.ListAA [data-top-right] .PromoXLarge,.ListAA [data-top-right] .PromoXSmall,.ListB [data-top-right] .PromoLarge,.ListB [data-top-right] .PromoMedium,.ListB [data-top-right] .PromoSmall,.ListB [data-top-right] .PromoXLarge,.ListB [data-top-right] .PromoXSmall,.ListC [data-top-right] .PromoLarge,.ListC [data-top-right] .PromoMedium,.ListC [data-top-right] .PromoSmall,.ListC [data-top-right] .PromoXLarge,.ListC [data-top-right] .PromoXSmall,.ListD [data-top-right] .PromoLarge,.ListD [data-top-right] .PromoMedium,.ListD [data-top-right] .PromoSmall,.ListD [data-top-right] .PromoXLarge,.ListD [data-top-right] .PromoXSmall,.ListE [data-top-right] .PromoLarge,.ListE [data-top-right] .PromoMedium,.ListE [data-top-right] .PromoSmall,.ListE [data-top-right] .PromoXLarge,.ListE [data-top-right] .PromoXSmall,.ListF [data-top-right] .PromoLarge,.ListF [data-top-right] .PromoMedium,.ListF [data-top-right] .PromoSmall,.ListF [data-top-right] .PromoXLarge,.ListF [data-top-right] .PromoXSmall,.ListG [data-top-right] .PromoLarge,.ListG [data-top-right] .PromoMedium,.ListG [data-top-right] .PromoSmall,.ListG [data-top-right] .PromoXLarge,.ListG [data-top-right] .PromoXSmall,.ListH [data-top-right] .PromoLarge,.ListH [data-top-right] .PromoMedium,.ListH [data-top-right] .PromoSmall,.ListH [data-top-right] .PromoXLarge,.ListH [data-top-right] .PromoXSmall,.ListI [data-top-right] .PromoLarge,.ListI [data-top-right] .PromoMedium,.ListI [data-top-right] .PromoSmall,.ListI [data-top-right] .PromoXLarge,.ListI [data-top-right] .PromoXSmall,.ListJ [data-top-right] .PromoLarge,.ListJ [data-top-right] .PromoMedium,.ListJ [data-top-right] .PromoSmall,.ListJ [data-top-right] .PromoXLarge,.ListJ [data-top-right] .PromoXSmall,.ListK [data-top-right] .PromoLarge,.ListK [data-top-right] .PromoMedium,.ListK [data-top-right] .PromoSmall,.ListK [data-top-right] .PromoXLarge,.ListK [data-top-right] .PromoXSmall,.ListL [data-top-right] .PromoLarge,.ListL [data-top-right] .PromoMedium,.ListL [data-top-right] .PromoSmall,.ListL [data-top-right] .PromoXLarge,.ListL [data-top-right] .PromoXSmall,.ListLevelOverrides [data-top-right] .PromoLarge,.ListLevelOverrides [data-top-right] .PromoMedium,.ListLevelOverrides [data-top-right] .PromoSmall,.ListLevelOverrides [data-top-right] .PromoXLarge,.ListLevelOverrides [data-top-right] .PromoXSmall,.ListListicle [data-top-right] .PromoLarge,.ListListicle [data-top-right] .PromoMedium,.ListListicle [data-top-right] .PromoSmall,.ListListicle [data-top-right] .PromoXLarge,.ListListicle [data-top-right] .PromoXSmall,.ListListicleWithCount [data-top-right] .PromoLarge,.ListListicleWithCount [data-top-right] .PromoMedium,.ListListicleWithCount [data-top-right] .PromoSmall,.ListListicleWithCount [data-top-right] .PromoXLarge,.ListListicleWithCount [data-top-right] .PromoXSmall,.ListN [data-top-right] .PromoLarge,.ListN [data-top-right] .PromoMedium,.ListN [data-top-right] .PromoSmall,.ListN [data-top-right] .PromoXLarge,.ListN [data-top-right] .PromoXSmall,.ListO [data-top-right] .PromoLarge,.ListO [data-top-right] .PromoMedium,.ListO [data-top-right] .PromoSmall,.ListO [data-top-right] .PromoXLarge,.ListO [data-top-right] .PromoXSmall,.ListQ [data-top-right] .PromoLarge,.ListQ [data-top-right] .PromoMedium,.ListQ [data-top-right] .PromoSmall,.ListQ [data-top-right] .PromoXLarge,.ListQ [data-top-right] .PromoXSmall,.ListR [data-top-right] .PromoLarge,.ListR [data-top-right] .PromoMedium,.ListR [data-top-right] .PromoSmall,.ListR [data-top-right] .PromoXLarge,.ListR [data-top-right] .PromoXSmall,.ListU [data-top-right] .PromoLarge,.ListU [data-top-right] .PromoMedium,.ListU [data-top-right] .PromoSmall,.ListU [data-top-right] .PromoXLarge,.ListU [data-top-right] .PromoXSmall,.ListV [data-top-right] .PromoLarge,.ListV [data-top-right] .PromoMedium,.ListV [data-top-right] .PromoSmall,.ListV [data-top-right] .PromoXLarge,.ListV [data-top-right] .PromoXSmall,.ListW [data-top-right] .PromoLarge,.ListW [data-top-right] .PromoMedium,.ListW [data-top-right] .PromoSmall,.ListW [data-top-right] .PromoXLarge,.ListW [data-top-right] .PromoXSmall,.ListX [data-top-right] .PromoLarge,.ListX [data-top-right] .PromoMedium,.ListX [data-top-right] .PromoSmall,.ListX [data-top-right] .PromoXLarge,.ListX [data-top-right] .PromoXSmall,.ListY [data-top-right] .PromoLarge,.ListY [data-top-right] .PromoMedium,.ListY [data-top-right] .PromoSmall,.ListY [data-top-right] .PromoXLarge,.ListY [data-top-right] .PromoXSmall,.ListZ [data-top-right] .PromoLarge,.ListZ [data-top-right] .PromoMedium,.ListZ [data-top-right] .PromoSmall,.ListZ [data-top-right] .PromoXLarge,.ListZ [data-top-right] .PromoXSmall {
	margin-bottom:-20px
}
.ListA [data-top-right] .PromoLarge-wrapper,.ListA [data-top-right] .PromoMedium-wrapper,.ListA [data-top-right] .PromoSmall-wrapper,.ListA [data-top-right] .PromoXLarge-wrapper,.ListA [data-top-right] .PromoXSmall-wrapper,.ListAA [data-top-right] .PromoLarge-wrapper,.ListAA [data-top-right] .PromoMedium-wrapper,.ListAA [data-top-right] .PromoSmall-wrapper,.ListAA [data-top-right] .PromoXLarge-wrapper,.ListAA [data-top-right] .PromoXSmall-wrapper,.ListB [data-top-right] .PromoLarge-wrapper,.ListB [data-top-right] .PromoMedium-wrapper,.ListB [data-top-right] .PromoSmall-wrapper,.ListB [data-top-right] .PromoXLarge-wrapper,.ListB [data-top-right] .PromoXSmall-wrapper,.ListC [data-top-right] .PromoLarge-wrapper,.ListC [data-top-right] .PromoMedium-wrapper,.ListC [data-top-right] .PromoSmall-wrapper,.ListC [data-top-right] .PromoXLarge-wrapper,.ListC [data-top-right] .PromoXSmall-wrapper,.ListD [data-top-right] .PromoLarge-wrapper,.ListD [data-top-right] .PromoMedium-wrapper,.ListD [data-top-right] .PromoSmall-wrapper,.ListD [data-top-right] .PromoXLarge-wrapper,.ListD [data-top-right] .PromoXSmall-wrapper,.ListE [data-top-right] .PromoLarge-wrapper,.ListE [data-top-right] .PromoMedium-wrapper,.ListE [data-top-right] .PromoSmall-wrapper,.ListE [data-top-right] .PromoXLarge-wrapper,.ListE [data-top-right] .PromoXSmall-wrapper,.ListF [data-top-right] .PromoLarge-wrapper,.ListF [data-top-right] .PromoMedium-wrapper,.ListF [data-top-right] .PromoSmall-wrapper,.ListF [data-top-right] .PromoXLarge-wrapper,.ListF [data-top-right] .PromoXSmall-wrapper,.ListG [data-top-right] .PromoLarge-wrapper,.ListG [data-top-right] .PromoMedium-wrapper,.ListG [data-top-right] .PromoSmall-wrapper,.ListG [data-top-right] .PromoXLarge-wrapper,.ListG [data-top-right] .PromoXSmall-wrapper,.ListH [data-top-right] .PromoLarge-wrapper,.ListH [data-top-right] .PromoMedium-wrapper,.ListH [data-top-right] .PromoSmall-wrapper,.ListH [data-top-right] .PromoXLarge-wrapper,.ListH [data-top-right] .PromoXSmall-wrapper,.ListI [data-top-right] .PromoLarge-wrapper,.ListI [data-top-right] .PromoMedium-wrapper,.ListI [data-top-right] .PromoSmall-wrapper,.ListI [data-top-right] .PromoXLarge-wrapper,.ListI [data-top-right] .PromoXSmall-wrapper,.ListJ [data-top-right] .PromoLarge-wrapper,.ListJ [data-top-right] .PromoMedium-wrapper,.ListJ [data-top-right] .PromoSmall-wrapper,.ListJ [data-top-right] .PromoXLarge-wrapper,.ListJ [data-top-right] .PromoXSmall-wrapper,.ListK [data-top-right] .PromoLarge-wrapper,.ListK [data-top-right] .PromoMedium-wrapper,.ListK [data-top-right] .PromoSmall-wrapper,.ListK [data-top-right] .PromoXLarge-wrapper,.ListK [data-top-right] .PromoXSmall-wrapper,.ListL [data-top-right] .PromoLarge-wrapper,.ListL [data-top-right] .PromoMedium-wrapper,.ListL [data-top-right] .PromoSmall-wrapper,.ListL [data-top-right] .PromoXLarge-wrapper,.ListL [data-top-right] .PromoXSmall-wrapper,.ListLevelOverrides [data-top-right] .PromoLarge-wrapper,.ListLevelOverrides [data-top-right] .PromoMedium-wrapper,.ListLevelOverrides [data-top-right] .PromoSmall-wrapper,.ListLevelOverrides [data-top-right] .PromoXLarge-wrapper,.ListLevelOverrides [data-top-right] .PromoXSmall-wrapper,.ListListicle [data-top-right] .PromoLarge-wrapper,.ListListicle [data-top-right] .PromoMedium-wrapper,.ListListicle [data-top-right] .PromoSmall-wrapper,.ListListicle [data-top-right] .PromoXLarge-wrapper,.ListListicle [data-top-right] .PromoXSmall-wrapper,.ListListicleWithCount [data-top-right] .PromoLarge-wrapper,.ListListicleWithCount [data-top-right] .PromoMedium-wrapper,.ListListicleWithCount [data-top-right] .PromoSmall-wrapper,.ListListicleWithCount [data-top-right] .PromoXLarge-wrapper,.ListListicleWithCount [data-top-right] .PromoXSmall-wrapper,.ListN [data-top-right] .PromoLarge-wrapper,.ListN [data-top-right] .PromoMedium-wrapper,.ListN [data-top-right] .PromoSmall-wrapper,.ListN [data-top-right] .PromoXLarge-wrapper,.ListN [data-top-right] .PromoXSmall-wrapper,.ListO [data-top-right] .PromoLarge-wrapper,.ListO [data-top-right] .PromoMedium-wrapper,.ListO [data-top-right] .PromoSmall-wrapper,.ListO [data-top-right] .PromoXLarge-wrapper,.ListO [data-top-right] .PromoXSmall-wrapper,.ListQ [data-top-right] .PromoLarge-wrapper,.ListQ [data-top-right] .PromoMedium-wrapper,.ListQ [data-top-right] .PromoSmall-wrapper,.ListQ [data-top-right] .PromoXLarge-wrapper,.ListQ [data-top-right] .PromoXSmall-wrapper,.ListR [data-top-right] .PromoLarge-wrapper,.ListR [data-top-right] .PromoMedium-wrapper,.ListR [data-top-right] .PromoSmall-wrapper,.ListR [data-top-right] .PromoXLarge-wrapper,.ListR [data-top-right] .PromoXSmall-wrapper,.ListU [data-top-right] .PromoLarge-wrapper,.ListU [data-top-right] .PromoMedium-wrapper,.ListU [data-top-right] .PromoSmall-wrapper,.ListU [data-top-right] .PromoXLarge-wrapper,.ListU [data-top-right] .PromoXSmall-wrapper,.ListV [data-top-right] .PromoLarge-wrapper,.ListV [data-top-right] .PromoMedium-wrapper,.ListV [data-top-right] .PromoSmall-wrapper,.ListV [data-top-right] .PromoXLarge-wrapper,.ListV [data-top-right] .PromoXSmall-wrapper,.ListW [data-top-right] .PromoLarge-wrapper,.ListW [data-top-right] .PromoMedium-wrapper,.ListW [data-top-right] .PromoSmall-wrapper,.ListW [data-top-right] .PromoXLarge-wrapper,.ListW [data-top-right] .PromoXSmall-wrapper,.ListX [data-top-right] .PromoLarge-wrapper,.ListX [data-top-right] .PromoMedium-wrapper,.ListX [data-top-right] .PromoSmall-wrapper,.ListX [data-top-right] .PromoXLarge-wrapper,.ListX [data-top-right] .PromoXSmall-wrapper,.ListY [data-top-right] .PromoLarge-wrapper,.ListY [data-top-right] .PromoMedium-wrapper,.ListY [data-top-right] .PromoSmall-wrapper,.ListY [data-top-right] .PromoXLarge-wrapper,.ListY [data-top-right] .PromoXSmall-wrapper,.ListZ [data-top-right] .PromoLarge-wrapper,.ListZ [data-top-right] .PromoMedium-wrapper,.ListZ [data-top-right] .PromoSmall-wrapper,.ListZ [data-top-right] .PromoXLarge-wrapper,.ListZ [data-top-right] .PromoXSmall-wrapper {
	display:block
}
.ListA [data-top-right] .PromoLarge-media,.ListA [data-top-right] .PromoMedium-media,.ListA [data-top-right] .PromoSmall-media,.ListA [data-top-right] .PromoXLarge-media,.ListA [data-top-right] .PromoXSmall-media,.ListAA [data-top-right] .PromoLarge-media,.ListAA [data-top-right] .PromoMedium-media,.ListAA [data-top-right] .PromoSmall-media,.ListAA [data-top-right] .PromoXLarge-media,.ListAA [data-top-right] .PromoXSmall-media,.ListB [data-top-right] .PromoLarge-media,.ListB [data-top-right] .PromoMedium-media,.ListB [data-top-right] .PromoSmall-media,.ListB [data-top-right] .PromoXLarge-media,.ListB [data-top-right] .PromoXSmall-media,.ListC [data-top-right] .PromoLarge-media,.ListC [data-top-right] .PromoMedium-media,.ListC [data-top-right] .PromoSmall-media,.ListC [data-top-right] .PromoXLarge-media,.ListC [data-top-right] .PromoXSmall-media,.ListD [data-top-right] .PromoLarge-media,.ListD [data-top-right] .PromoMedium-media,.ListD [data-top-right] .PromoSmall-media,.ListD [data-top-right] .PromoXLarge-media,.ListD [data-top-right] .PromoXSmall-media,.ListE [data-top-right] .PromoLarge-media,.ListE [data-top-right] .PromoMedium-media,.ListE [data-top-right] .PromoSmall-media,.ListE [data-top-right] .PromoXLarge-media,.ListE [data-top-right] .PromoXSmall-media,.ListF [data-top-right] .PromoLarge-media,.ListF [data-top-right] .PromoMedium-media,.ListF [data-top-right] .PromoSmall-media,.ListF [data-top-right] .PromoXLarge-media,.ListF [data-top-right] .PromoXSmall-media,.ListG [data-top-right] .PromoLarge-media,.ListG [data-top-right] .PromoMedium-media,.ListG [data-top-right] .PromoSmall-media,.ListG [data-top-right] .PromoXLarge-media,.ListG [data-top-right] .PromoXSmall-media,.ListH [data-top-right] .PromoLarge-media,.ListH [data-top-right] .PromoMedium-media,.ListH [data-top-right] .PromoSmall-media,.ListH [data-top-right] .PromoXLarge-media,.ListH [data-top-right] .PromoXSmall-media,.ListI [data-top-right] .PromoLarge-media,.ListI [data-top-right] .PromoMedium-media,.ListI [data-top-right] .PromoSmall-media,.ListI [data-top-right] .PromoXLarge-media,.ListI [data-top-right] .PromoXSmall-media,.ListJ [data-top-right] .PromoLarge-media,.ListJ [data-top-right] .PromoMedium-media,.ListJ [data-top-right] .PromoSmall-media,.ListJ [data-top-right] .PromoXLarge-media,.ListJ [data-top-right] .PromoXSmall-media,.ListK [data-top-right] .PromoLarge-media,.ListK [data-top-right] .PromoMedium-media,.ListK [data-top-right] .PromoSmall-media,.ListK [data-top-right] .PromoXLarge-media,.ListK [data-top-right] .PromoXSmall-media,.ListL [data-top-right] .PromoLarge-media,.ListL [data-top-right] .PromoMedium-media,.ListL [data-top-right] .PromoSmall-media,.ListL [data-top-right] .PromoXLarge-media,.ListL [data-top-right] .PromoXSmall-media,.ListLevelOverrides [data-top-right] .PromoLarge-media,.ListLevelOverrides [data-top-right] .PromoMedium-media,.ListLevelOverrides [data-top-right] .PromoSmall-media,.ListLevelOverrides [data-top-right] .PromoXLarge-media,.ListLevelOverrides [data-top-right] .PromoXSmall-media,.ListListicle [data-top-right] .PromoLarge-media,.ListListicle [data-top-right] .PromoMedium-media,.ListListicle [data-top-right] .PromoSmall-media,.ListListicle [data-top-right] .PromoXLarge-media,.ListListicle [data-top-right] .PromoXSmall-media,.ListListicleWithCount [data-top-right] .PromoLarge-media,.ListListicleWithCount [data-top-right] .PromoMedium-media,.ListListicleWithCount [data-top-right] .PromoSmall-media,.ListListicleWithCount [data-top-right] .PromoXLarge-media,.ListListicleWithCount [data-top-right] .PromoXSmall-media,.ListN [data-top-right] .PromoLarge-media,.ListN [data-top-right] .PromoMedium-media,.ListN [data-top-right] .PromoSmall-media,.ListN [data-top-right] .PromoXLarge-media,.ListN [data-top-right] .PromoXSmall-media,.ListO [data-top-right] .PromoLarge-media,.ListO [data-top-right] .PromoMedium-media,.ListO [data-top-right] .PromoSmall-media,.ListO [data-top-right] .PromoXLarge-media,.ListO [data-top-right] .PromoXSmall-media,.ListQ [data-top-right] .PromoLarge-media,.ListQ [data-top-right] .PromoMedium-media,.ListQ [data-top-right] .PromoSmall-media,.ListQ [data-top-right] .PromoXLarge-media,.ListQ [data-top-right] .PromoXSmall-media,.ListR [data-top-right] .PromoLarge-media,.ListR [data-top-right] .PromoMedium-media,.ListR [data-top-right] .PromoSmall-media,.ListR [data-top-right] .PromoXLarge-media,.ListR [data-top-right] .PromoXSmall-media,.ListU [data-top-right] .PromoLarge-media,.ListU [data-top-right] .PromoMedium-media,.ListU [data-top-right] .PromoSmall-media,.ListU [data-top-right] .PromoXLarge-media,.ListU [data-top-right] .PromoXSmall-media,.ListV [data-top-right] .PromoLarge-media,.ListV [data-top-right] .PromoMedium-media,.ListV [data-top-right] .PromoSmall-media,.ListV [data-top-right] .PromoXLarge-media,.ListV [data-top-right] .PromoXSmall-media,.ListW [data-top-right] .PromoLarge-media,.ListW [data-top-right] .PromoMedium-media,.ListW [data-top-right] .PromoSmall-media,.ListW [data-top-right] .PromoXLarge-media,.ListW [data-top-right] .PromoXSmall-media,.ListX [data-top-right] .PromoLarge-media,.ListX [data-top-right] .PromoMedium-media,.ListX [data-top-right] .PromoSmall-media,.ListX [data-top-right] .PromoXLarge-media,.ListX [data-top-right] .PromoXSmall-media,.ListY [data-top-right] .PromoLarge-media,.ListY [data-top-right] .PromoMedium-media,.ListY [data-top-right] .PromoSmall-media,.ListY [data-top-right] .PromoXLarge-media,.ListY [data-top-right] .PromoXSmall-media,.ListZ [data-top-right] .PromoLarge-media,.ListZ [data-top-right] .PromoMedium-media,.ListZ [data-top-right] .PromoSmall-media,.ListZ [data-top-right] .PromoXLarge-media,.ListZ [data-top-right] .PromoXSmall-media {
	float:right;
	margin:0 0 20px 20px;
	width:110px
}
.ListA [data-top-right] .PromoLarge-content,.ListA [data-top-right] .PromoMedium-content,.ListA [data-top-right] .PromoSmall-content,.ListA [data-top-right] .PromoXLarge-content,.ListA [data-top-right] .PromoXSmall-content,.ListAA [data-top-right] .PromoLarge-content,.ListAA [data-top-right] .PromoMedium-content,.ListAA [data-top-right] .PromoSmall-content,.ListAA [data-top-right] .PromoXLarge-content,.ListAA [data-top-right] .PromoXSmall-content,.ListB [data-top-right] .PromoLarge-content,.ListB [data-top-right] .PromoMedium-content,.ListB [data-top-right] .PromoSmall-content,.ListB [data-top-right] .PromoXLarge-content,.ListB [data-top-right] .PromoXSmall-content,.ListC [data-top-right] .PromoLarge-content,.ListC [data-top-right] .PromoMedium-content,.ListC [data-top-right] .PromoSmall-content,.ListC [data-top-right] .PromoXLarge-content,.ListC [data-top-right] .PromoXSmall-content,.ListD [data-top-right] .PromoLarge-content,.ListD [data-top-right] .PromoMedium-content,.ListD [data-top-right] .PromoSmall-content,.ListD [data-top-right] .PromoXLarge-content,.ListD [data-top-right] .PromoXSmall-content,.ListE [data-top-right] .PromoLarge-content,.ListE [data-top-right] .PromoMedium-content,.ListE [data-top-right] .PromoSmall-content,.ListE [data-top-right] .PromoXLarge-content,.ListE [data-top-right] .PromoXSmall-content,.ListF [data-top-right] .PromoLarge-content,.ListF [data-top-right] .PromoMedium-content,.ListF [data-top-right] .PromoSmall-content,.ListF [data-top-right] .PromoXLarge-content,.ListF [data-top-right] .PromoXSmall-content,.ListG [data-top-right] .PromoLarge-content,.ListG [data-top-right] .PromoMedium-content,.ListG [data-top-right] .PromoSmall-content,.ListG [data-top-right] .PromoXLarge-content,.ListG [data-top-right] .PromoXSmall-content,.ListH [data-top-right] .PromoLarge-content,.ListH [data-top-right] .PromoMedium-content,.ListH [data-top-right] .PromoSmall-content,.ListH [data-top-right] .PromoXLarge-content,.ListH [data-top-right] .PromoXSmall-content,.ListI [data-top-right] .PromoLarge-content,.ListI [data-top-right] .PromoMedium-content,.ListI [data-top-right] .PromoSmall-content,.ListI [data-top-right] .PromoXLarge-content,.ListI [data-top-right] .PromoXSmall-content,.ListJ [data-top-right] .PromoLarge-content,.ListJ [data-top-right] .PromoMedium-content,.ListJ [data-top-right] .PromoSmall-content,.ListJ [data-top-right] .PromoXLarge-content,.ListJ [data-top-right] .PromoXSmall-content,.ListK [data-top-right] .PromoLarge-content,.ListK [data-top-right] .PromoMedium-content,.ListK [data-top-right] .PromoSmall-content,.ListK [data-top-right] .PromoXLarge-content,.ListK [data-top-right] .PromoXSmall-content,.ListL [data-top-right] .PromoLarge-content,.ListL [data-top-right] .PromoMedium-content,.ListL [data-top-right] .PromoSmall-content,.ListL [data-top-right] .PromoXLarge-content,.ListL [data-top-right] .PromoXSmall-content,.ListLevelOverrides [data-top-right] .PromoLarge-content,.ListLevelOverrides [data-top-right] .PromoMedium-content,.ListLevelOverrides [data-top-right] .PromoSmall-content,.ListLevelOverrides [data-top-right] .PromoXLarge-content,.ListLevelOverrides [data-top-right] .PromoXSmall-content,.ListListicle [data-top-right] .PromoLarge-content,.ListListicle [data-top-right] .PromoMedium-content,.ListListicle [data-top-right] .PromoSmall-content,.ListListicle [data-top-right] .PromoXLarge-content,.ListListicle [data-top-right] .PromoXSmall-content,.ListListicleWithCount [data-top-right] .PromoLarge-content,.ListListicleWithCount [data-top-right] .PromoMedium-content,.ListListicleWithCount [data-top-right] .PromoSmall-content,.ListListicleWithCount [data-top-right] .PromoXLarge-content,.ListListicleWithCount [data-top-right] .PromoXSmall-content,.ListN [data-top-right] .PromoLarge-content,.ListN [data-top-right] .PromoMedium-content,.ListN [data-top-right] .PromoSmall-content,.ListN [data-top-right] .PromoXLarge-content,.ListN [data-top-right] .PromoXSmall-content,.ListO [data-top-right] .PromoLarge-content,.ListO [data-top-right] .PromoMedium-content,.ListO [data-top-right] .PromoSmall-content,.ListO [data-top-right] .PromoXLarge-content,.ListO [data-top-right] .PromoXSmall-content,.ListQ [data-top-right] .PromoLarge-content,.ListQ [data-top-right] .PromoMedium-content,.ListQ [data-top-right] .PromoSmall-content,.ListQ [data-top-right] .PromoXLarge-content,.ListQ [data-top-right] .PromoXSmall-content,.ListR [data-top-right] .PromoLarge-content,.ListR [data-top-right] .PromoMedium-content,.ListR [data-top-right] .PromoSmall-content,.ListR [data-top-right] .PromoXLarge-content,.ListR [data-top-right] .PromoXSmall-content,.ListU [data-top-right] .PromoLarge-content,.ListU [data-top-right] .PromoMedium-content,.ListU [data-top-right] .PromoSmall-content,.ListU [data-top-right] .PromoXLarge-content,.ListU [data-top-right] .PromoXSmall-content,.ListV [data-top-right] .PromoLarge-content,.ListV [data-top-right] .PromoMedium-content,.ListV [data-top-right] .PromoSmall-content,.ListV [data-top-right] .PromoXLarge-content,.ListV [data-top-right] .PromoXSmall-content,.ListW [data-top-right] .PromoLarge-content,.ListW [data-top-right] .PromoMedium-content,.ListW [data-top-right] .PromoSmall-content,.ListW [data-top-right] .PromoXLarge-content,.ListW [data-top-right] .PromoXSmall-content,.ListX [data-top-right] .PromoLarge-content,.ListX [data-top-right] .PromoMedium-content,.ListX [data-top-right] .PromoSmall-content,.ListX [data-top-right] .PromoXLarge-content,.ListX [data-top-right] .PromoXSmall-content,.ListY [data-top-right] .PromoLarge-content,.ListY [data-top-right] .PromoMedium-content,.ListY [data-top-right] .PromoSmall-content,.ListY [data-top-right] .PromoXLarge-content,.ListY [data-top-right] .PromoXSmall-content,.ListZ [data-top-right] .PromoLarge-content,.ListZ [data-top-right] .PromoMedium-content,.ListZ [data-top-right] .PromoSmall-content,.ListZ [data-top-right] .PromoXLarge-content,.ListZ [data-top-right] .PromoXSmall-content {
	margin-bottom:20px
}
.ListA [data-bottom-right] .PromoLarge,.ListA [data-bottom-right] .PromoMedium,.ListA [data-bottom-right] .PromoSmall,.ListA [data-bottom-right] .PromoXLarge,.ListA [data-bottom-right] .PromoXSmall,.ListAA [data-bottom-right] .PromoLarge,.ListAA [data-bottom-right] .PromoMedium,.ListAA [data-bottom-right] .PromoSmall,.ListAA [data-bottom-right] .PromoXLarge,.ListAA [data-bottom-right] .PromoXSmall,.ListB [data-bottom-right] .PromoLarge,.ListB [data-bottom-right] .PromoMedium,.ListB [data-bottom-right] .PromoSmall,.ListB [data-bottom-right] .PromoXLarge,.ListB [data-bottom-right] .PromoXSmall,.ListC [data-bottom-right] .PromoLarge,.ListC [data-bottom-right] .PromoMedium,.ListC [data-bottom-right] .PromoSmall,.ListC [data-bottom-right] .PromoXLarge,.ListC [data-bottom-right] .PromoXSmall,.ListD [data-bottom-right] .PromoLarge,.ListD [data-bottom-right] .PromoMedium,.ListD [data-bottom-right] .PromoSmall,.ListD [data-bottom-right] .PromoXLarge,.ListD [data-bottom-right] .PromoXSmall,.ListE [data-bottom-right] .PromoLarge,.ListE [data-bottom-right] .PromoMedium,.ListE [data-bottom-right] .PromoSmall,.ListE [data-bottom-right] .PromoXLarge,.ListE [data-bottom-right] .PromoXSmall,.ListF [data-bottom-right] .PromoLarge,.ListF [data-bottom-right] .PromoMedium,.ListF [data-bottom-right] .PromoSmall,.ListF [data-bottom-right] .PromoXLarge,.ListF [data-bottom-right] .PromoXSmall,.ListG [data-bottom-right] .PromoLarge,.ListG [data-bottom-right] .PromoMedium,.ListG [data-bottom-right] .PromoSmall,.ListG [data-bottom-right] .PromoXLarge,.ListG [data-bottom-right] .PromoXSmall,.ListH [data-bottom-right] .PromoLarge,.ListH [data-bottom-right] .PromoMedium,.ListH [data-bottom-right] .PromoSmall,.ListH [data-bottom-right] .PromoXLarge,.ListH [data-bottom-right] .PromoXSmall,.ListI [data-bottom-right] .PromoLarge,.ListI [data-bottom-right] .PromoMedium,.ListI [data-bottom-right] .PromoSmall,.ListI [data-bottom-right] .PromoXLarge,.ListI [data-bottom-right] .PromoXSmall,.ListJ [data-bottom-right] .PromoLarge,.ListJ [data-bottom-right] .PromoMedium,.ListJ [data-bottom-right] .PromoSmall,.ListJ [data-bottom-right] .PromoXLarge,.ListJ [data-bottom-right] .PromoXSmall,.ListK [data-bottom-right] .PromoLarge,.ListK [data-bottom-right] .PromoMedium,.ListK [data-bottom-right] .PromoSmall,.ListK [data-bottom-right] .PromoXLarge,.ListK [data-bottom-right] .PromoXSmall,.ListL [data-bottom-right] .PromoLarge,.ListL [data-bottom-right] .PromoMedium,.ListL [data-bottom-right] .PromoSmall,.ListL [data-bottom-right] .PromoXLarge,.ListL [data-bottom-right] .PromoXSmall,.ListLevelOverrides [data-bottom-right] .PromoLarge,.ListLevelOverrides [data-bottom-right] .PromoMedium,.ListLevelOverrides [data-bottom-right] .PromoSmall,.ListLevelOverrides [data-bottom-right] .PromoXLarge,.ListLevelOverrides [data-bottom-right] .PromoXSmall,.ListListicle [data-bottom-right] .PromoLarge,.ListListicle [data-bottom-right] .PromoMedium,.ListListicle [data-bottom-right] .PromoSmall,.ListListicle [data-bottom-right] .PromoXLarge,.ListListicle [data-bottom-right] .PromoXSmall,.ListListicleWithCount [data-bottom-right] .PromoLarge,.ListListicleWithCount [data-bottom-right] .PromoMedium,.ListListicleWithCount [data-bottom-right] .PromoSmall,.ListListicleWithCount [data-bottom-right] .PromoXLarge,.ListListicleWithCount [data-bottom-right] .PromoXSmall,.ListN [data-bottom-right] .PromoLarge,.ListN [data-bottom-right] .PromoMedium,.ListN [data-bottom-right] .PromoSmall,.ListN [data-bottom-right] .PromoXLarge,.ListN [data-bottom-right] .PromoXSmall,.ListO [data-bottom-right] .PromoLarge,.ListO [data-bottom-right] .PromoMedium,.ListO [data-bottom-right] .PromoSmall,.ListO [data-bottom-right] .PromoXLarge,.ListO [data-bottom-right] .PromoXSmall,.ListQ [data-bottom-right] .PromoLarge,.ListQ [data-bottom-right] .PromoMedium,.ListQ [data-bottom-right] .PromoSmall,.ListQ [data-bottom-right] .PromoXLarge,.ListQ [data-bottom-right] .PromoXSmall,.ListR [data-bottom-right] .PromoLarge,.ListR [data-bottom-right] .PromoMedium,.ListR [data-bottom-right] .PromoSmall,.ListR [data-bottom-right] .PromoXLarge,.ListR [data-bottom-right] .PromoXSmall,.ListU [data-bottom-right] .PromoLarge,.ListU [data-bottom-right] .PromoMedium,.ListU [data-bottom-right] .PromoSmall,.ListU [data-bottom-right] .PromoXLarge,.ListU [data-bottom-right] .PromoXSmall,.ListV [data-bottom-right] .PromoLarge,.ListV [data-bottom-right] .PromoMedium,.ListV [data-bottom-right] .PromoSmall,.ListV [data-bottom-right] .PromoXLarge,.ListV [data-bottom-right] .PromoXSmall,.ListW [data-bottom-right] .PromoLarge,.ListW [data-bottom-right] .PromoMedium,.ListW [data-bottom-right] .PromoSmall,.ListW [data-bottom-right] .PromoXLarge,.ListW [data-bottom-right] .PromoXSmall,.ListX [data-bottom-right] .PromoLarge,.ListX [data-bottom-right] .PromoMedium,.ListX [data-bottom-right] .PromoSmall,.ListX [data-bottom-right] .PromoXLarge,.ListX [data-bottom-right] .PromoXSmall,.ListY [data-bottom-right] .PromoLarge,.ListY [data-bottom-right] .PromoMedium,.ListY [data-bottom-right] .PromoSmall,.ListY [data-bottom-right] .PromoXLarge,.ListY [data-bottom-right] .PromoXSmall,.ListZ [data-bottom-right] .PromoLarge,.ListZ [data-bottom-right] .PromoMedium,.ListZ [data-bottom-right] .PromoSmall,.ListZ [data-bottom-right] .PromoXLarge,.ListZ [data-bottom-right] .PromoXSmall {
	margin-bottom:-20px
}
.ListA [data-bottom-right] .PromoLarge-wrapper,.ListA [data-bottom-right] .PromoMedium-wrapper,.ListA [data-bottom-right] .PromoSmall-wrapper,.ListA [data-bottom-right] .PromoXLarge-wrapper,.ListA [data-bottom-right] .PromoXSmall-wrapper,.ListAA [data-bottom-right] .PromoLarge-wrapper,.ListAA [data-bottom-right] .PromoMedium-wrapper,.ListAA [data-bottom-right] .PromoSmall-wrapper,.ListAA [data-bottom-right] .PromoXLarge-wrapper,.ListAA [data-bottom-right] .PromoXSmall-wrapper,.ListB [data-bottom-right] .PromoLarge-wrapper,.ListB [data-bottom-right] .PromoMedium-wrapper,.ListB [data-bottom-right] .PromoSmall-wrapper,.ListB [data-bottom-right] .PromoXLarge-wrapper,.ListB [data-bottom-right] .PromoXSmall-wrapper,.ListC [data-bottom-right] .PromoLarge-wrapper,.ListC [data-bottom-right] .PromoMedium-wrapper,.ListC [data-bottom-right] .PromoSmall-wrapper,.ListC [data-bottom-right] .PromoXLarge-wrapper,.ListC [data-bottom-right] .PromoXSmall-wrapper,.ListD [data-bottom-right] .PromoLarge-wrapper,.ListD [data-bottom-right] .PromoMedium-wrapper,.ListD [data-bottom-right] .PromoSmall-wrapper,.ListD [data-bottom-right] .PromoXLarge-wrapper,.ListD [data-bottom-right] .PromoXSmall-wrapper,.ListE [data-bottom-right] .PromoLarge-wrapper,.ListE [data-bottom-right] .PromoMedium-wrapper,.ListE [data-bottom-right] .PromoSmall-wrapper,.ListE [data-bottom-right] .PromoXLarge-wrapper,.ListE [data-bottom-right] .PromoXSmall-wrapper,.ListF [data-bottom-right] .PromoLarge-wrapper,.ListF [data-bottom-right] .PromoMedium-wrapper,.ListF [data-bottom-right] .PromoSmall-wrapper,.ListF [data-bottom-right] .PromoXLarge-wrapper,.ListF [data-bottom-right] .PromoXSmall-wrapper,.ListG [data-bottom-right] .PromoLarge-wrapper,.ListG [data-bottom-right] .PromoMedium-wrapper,.ListG [data-bottom-right] .PromoSmall-wrapper,.ListG [data-bottom-right] .PromoXLarge-wrapper,.ListG [data-bottom-right] .PromoXSmall-wrapper,.ListH [data-bottom-right] .PromoLarge-wrapper,.ListH [data-bottom-right] .PromoMedium-wrapper,.ListH [data-bottom-right] .PromoSmall-wrapper,.ListH [data-bottom-right] .PromoXLarge-wrapper,.ListH [data-bottom-right] .PromoXSmall-wrapper,.ListI [data-bottom-right] .PromoLarge-wrapper,.ListI [data-bottom-right] .PromoMedium-wrapper,.ListI [data-bottom-right] .PromoSmall-wrapper,.ListI [data-bottom-right] .PromoXLarge-wrapper,.ListI [data-bottom-right] .PromoXSmall-wrapper,.ListJ [data-bottom-right] .PromoLarge-wrapper,.ListJ [data-bottom-right] .PromoMedium-wrapper,.ListJ [data-bottom-right] .PromoSmall-wrapper,.ListJ [data-bottom-right] .PromoXLarge-wrapper,.ListJ [data-bottom-right] .PromoXSmall-wrapper,.ListK [data-bottom-right] .PromoLarge-wrapper,.ListK [data-bottom-right] .PromoMedium-wrapper,.ListK [data-bottom-right] .PromoSmall-wrapper,.ListK [data-bottom-right] .PromoXLarge-wrapper,.ListK [data-bottom-right] .PromoXSmall-wrapper,.ListL [data-bottom-right] .PromoLarge-wrapper,.ListL [data-bottom-right] .PromoMedium-wrapper,.ListL [data-bottom-right] .PromoSmall-wrapper,.ListL [data-bottom-right] .PromoXLarge-wrapper,.ListL [data-bottom-right] .PromoXSmall-wrapper,.ListLevelOverrides [data-bottom-right] .PromoLarge-wrapper,.ListLevelOverrides [data-bottom-right] .PromoMedium-wrapper,.ListLevelOverrides [data-bottom-right] .PromoSmall-wrapper,.ListLevelOverrides [data-bottom-right] .PromoXLarge-wrapper,.ListLevelOverrides [data-bottom-right] .PromoXSmall-wrapper,.ListListicle [data-bottom-right] .PromoLarge-wrapper,.ListListicle [data-bottom-right] .PromoMedium-wrapper,.ListListicle [data-bottom-right] .PromoSmall-wrapper,.ListListicle [data-bottom-right] .PromoXLarge-wrapper,.ListListicle [data-bottom-right] .PromoXSmall-wrapper,.ListListicleWithCount [data-bottom-right] .PromoLarge-wrapper,.ListListicleWithCount [data-bottom-right] .PromoMedium-wrapper,.ListListicleWithCount [data-bottom-right] .PromoSmall-wrapper,.ListListicleWithCount [data-bottom-right] .PromoXLarge-wrapper,.ListListicleWithCount [data-bottom-right] .PromoXSmall-wrapper,.ListN [data-bottom-right] .PromoLarge-wrapper,.ListN [data-bottom-right] .PromoMedium-wrapper,.ListN [data-bottom-right] .PromoSmall-wrapper,.ListN [data-bottom-right] .PromoXLarge-wrapper,.ListN [data-bottom-right] .PromoXSmall-wrapper,.ListO [data-bottom-right] .PromoLarge-wrapper,.ListO [data-bottom-right] .PromoMedium-wrapper,.ListO [data-bottom-right] .PromoSmall-wrapper,.ListO [data-bottom-right] .PromoXLarge-wrapper,.ListO [data-bottom-right] .PromoXSmall-wrapper,.ListQ [data-bottom-right] .PromoLarge-wrapper,.ListQ [data-bottom-right] .PromoMedium-wrapper,.ListQ [data-bottom-right] .PromoSmall-wrapper,.ListQ [data-bottom-right] .PromoXLarge-wrapper,.ListQ [data-bottom-right] .PromoXSmall-wrapper,.ListR [data-bottom-right] .PromoLarge-wrapper,.ListR [data-bottom-right] .PromoMedium-wrapper,.ListR [data-bottom-right] .PromoSmall-wrapper,.ListR [data-bottom-right] .PromoXLarge-wrapper,.ListR [data-bottom-right] .PromoXSmall-wrapper,.ListU [data-bottom-right] .PromoLarge-wrapper,.ListU [data-bottom-right] .PromoMedium-wrapper,.ListU [data-bottom-right] .PromoSmall-wrapper,.ListU [data-bottom-right] .PromoXLarge-wrapper,.ListU [data-bottom-right] .PromoXSmall-wrapper,.ListV [data-bottom-right] .PromoLarge-wrapper,.ListV [data-bottom-right] .PromoMedium-wrapper,.ListV [data-bottom-right] .PromoSmall-wrapper,.ListV [data-bottom-right] .PromoXLarge-wrapper,.ListV [data-bottom-right] .PromoXSmall-wrapper,.ListW [data-bottom-right] .PromoLarge-wrapper,.ListW [data-bottom-right] .PromoMedium-wrapper,.ListW [data-bottom-right] .PromoSmall-wrapper,.ListW [data-bottom-right] .PromoXLarge-wrapper,.ListW [data-bottom-right] .PromoXSmall-wrapper,.ListX [data-bottom-right] .PromoLarge-wrapper,.ListX [data-bottom-right] .PromoMedium-wrapper,.ListX [data-bottom-right] .PromoSmall-wrapper,.ListX [data-bottom-right] .PromoXLarge-wrapper,.ListX [data-bottom-right] .PromoXSmall-wrapper,.ListY [data-bottom-right] .PromoLarge-wrapper,.ListY [data-bottom-right] .PromoMedium-wrapper,.ListY [data-bottom-right] .PromoSmall-wrapper,.ListY [data-bottom-right] .PromoXLarge-wrapper,.ListY [data-bottom-right] .PromoXSmall-wrapper,.ListZ [data-bottom-right] .PromoLarge-wrapper,.ListZ [data-bottom-right] .PromoMedium-wrapper,.ListZ [data-bottom-right] .PromoSmall-wrapper,.ListZ [data-bottom-right] .PromoXLarge-wrapper,.ListZ [data-bottom-right] .PromoXSmall-wrapper {
	display:block
}
.ListA [data-bottom-right] .PromoLarge-titleContainer,.ListA [data-bottom-right] .PromoMedium-titleContainer,.ListA [data-bottom-right] .PromoSmall-titleContainer,.ListA [data-bottom-right] .PromoXLarge-titleContainer,.ListA [data-bottom-right] .PromoXSmall-titleContainer,.ListAA [data-bottom-right] .PromoLarge-titleContainer,.ListAA [data-bottom-right] .PromoMedium-titleContainer,.ListAA [data-bottom-right] .PromoSmall-titleContainer,.ListAA [data-bottom-right] .PromoXLarge-titleContainer,.ListAA [data-bottom-right] .PromoXSmall-titleContainer,.ListB [data-bottom-right] .PromoLarge-titleContainer,.ListB [data-bottom-right] .PromoMedium-titleContainer,.ListB [data-bottom-right] .PromoSmall-titleContainer,.ListB [data-bottom-right] .PromoXLarge-titleContainer,.ListB [data-bottom-right] .PromoXSmall-titleContainer,.ListC [data-bottom-right] .PromoLarge-titleContainer,.ListC [data-bottom-right] .PromoMedium-titleContainer,.ListC [data-bottom-right] .PromoSmall-titleContainer,.ListC [data-bottom-right] .PromoXLarge-titleContainer,.ListC [data-bottom-right] .PromoXSmall-titleContainer,.ListD [data-bottom-right] .PromoLarge-titleContainer,.ListD [data-bottom-right] .PromoMedium-titleContainer,.ListD [data-bottom-right] .PromoSmall-titleContainer,.ListD [data-bottom-right] .PromoXLarge-titleContainer,.ListD [data-bottom-right] .PromoXSmall-titleContainer,.ListE [data-bottom-right] .PromoLarge-titleContainer,.ListE [data-bottom-right] .PromoMedium-titleContainer,.ListE [data-bottom-right] .PromoSmall-titleContainer,.ListE [data-bottom-right] .PromoXLarge-titleContainer,.ListE [data-bottom-right] .PromoXSmall-titleContainer,.ListF [data-bottom-right] .PromoLarge-titleContainer,.ListF [data-bottom-right] .PromoMedium-titleContainer,.ListF [data-bottom-right] .PromoSmall-titleContainer,.ListF [data-bottom-right] .PromoXLarge-titleContainer,.ListF [data-bottom-right] .PromoXSmall-titleContainer,.ListG [data-bottom-right] .PromoLarge-titleContainer,.ListG [data-bottom-right] .PromoMedium-titleContainer,.ListG [data-bottom-right] .PromoSmall-titleContainer,.ListG [data-bottom-right] .PromoXLarge-titleContainer,.ListG [data-bottom-right] .PromoXSmall-titleContainer,.ListH [data-bottom-right] .PromoLarge-titleContainer,.ListH [data-bottom-right] .PromoMedium-titleContainer,.ListH [data-bottom-right] .PromoSmall-titleContainer,.ListH [data-bottom-right] .PromoXLarge-titleContainer,.ListH [data-bottom-right] .PromoXSmall-titleContainer,.ListI [data-bottom-right] .PromoLarge-titleContainer,.ListI [data-bottom-right] .PromoMedium-titleContainer,.ListI [data-bottom-right] .PromoSmall-titleContainer,.ListI [data-bottom-right] .PromoXLarge-titleContainer,.ListI [data-bottom-right] .PromoXSmall-titleContainer,.ListJ [data-bottom-right] .PromoLarge-titleContainer,.ListJ [data-bottom-right] .PromoMedium-titleContainer,.ListJ [data-bottom-right] .PromoSmall-titleContainer,.ListJ [data-bottom-right] .PromoXLarge-titleContainer,.ListJ [data-bottom-right] .PromoXSmall-titleContainer,.ListK [data-bottom-right] .PromoLarge-titleContainer,.ListK [data-bottom-right] .PromoMedium-titleContainer,.ListK [data-bottom-right] .PromoSmall-titleContainer,.ListK [data-bottom-right] .PromoXLarge-titleContainer,.ListK [data-bottom-right] .PromoXSmall-titleContainer,.ListL [data-bottom-right] .PromoLarge-titleContainer,.ListL [data-bottom-right] .PromoMedium-titleContainer,.ListL [data-bottom-right] .PromoSmall-titleContainer,.ListL [data-bottom-right] .PromoXLarge-titleContainer,.ListL [data-bottom-right] .PromoXSmall-titleContainer,.ListLevelOverrides [data-bottom-right] .PromoLarge-titleContainer,.ListLevelOverrides [data-bottom-right] .PromoMedium-titleContainer,.ListLevelOverrides [data-bottom-right] .PromoSmall-titleContainer,.ListLevelOverrides [data-bottom-right] .PromoXLarge-titleContainer,.ListLevelOverrides [data-bottom-right] .PromoXSmall-titleContainer,.ListListicle [data-bottom-right] .PromoLarge-titleContainer,.ListListicle [data-bottom-right] .PromoMedium-titleContainer,.ListListicle [data-bottom-right] .PromoSmall-titleContainer,.ListListicle [data-bottom-right] .PromoXLarge-titleContainer,.ListListicle [data-bottom-right] .PromoXSmall-titleContainer,.ListListicleWithCount [data-bottom-right] .PromoLarge-titleContainer,.ListListicleWithCount [data-bottom-right] .PromoMedium-titleContainer,.ListListicleWithCount [data-bottom-right] .PromoSmall-titleContainer,.ListListicleWithCount [data-bottom-right] .PromoXLarge-titleContainer,.ListListicleWithCount [data-bottom-right] .PromoXSmall-titleContainer,.ListN [data-bottom-right] .PromoLarge-titleContainer,.ListN [data-bottom-right] .PromoMedium-titleContainer,.ListN [data-bottom-right] .PromoSmall-titleContainer,.ListN [data-bottom-right] .PromoXLarge-titleContainer,.ListN [data-bottom-right] .PromoXSmall-titleContainer,.ListO [data-bottom-right] .PromoLarge-titleContainer,.ListO [data-bottom-right] .PromoMedium-titleContainer,.ListO [data-bottom-right] .PromoSmall-titleContainer,.ListO [data-bottom-right] .PromoXLarge-titleContainer,.ListO [data-bottom-right] .PromoXSmall-titleContainer,.ListQ [data-bottom-right] .PromoLarge-titleContainer,.ListQ [data-bottom-right] .PromoMedium-titleContainer,.ListQ [data-bottom-right] .PromoSmall-titleContainer,.ListQ [data-bottom-right] .PromoXLarge-titleContainer,.ListQ [data-bottom-right] .PromoXSmall-titleContainer,.ListR [data-bottom-right] .PromoLarge-titleContainer,.ListR [data-bottom-right] .PromoMedium-titleContainer,.ListR [data-bottom-right] .PromoSmall-titleContainer,.ListR [data-bottom-right] .PromoXLarge-titleContainer,.ListR [data-bottom-right] .PromoXSmall-titleContainer,.ListU [data-bottom-right] .PromoLarge-titleContainer,.ListU [data-bottom-right] .PromoMedium-titleContainer,.ListU [data-bottom-right] .PromoSmall-titleContainer,.ListU [data-bottom-right] .PromoXLarge-titleContainer,.ListU [data-bottom-right] .PromoXSmall-titleContainer,.ListV [data-bottom-right] .PromoLarge-titleContainer,.ListV [data-bottom-right] .PromoMedium-titleContainer,.ListV [data-bottom-right] .PromoSmall-titleContainer,.ListV [data-bottom-right] .PromoXLarge-titleContainer,.ListV [data-bottom-right] .PromoXSmall-titleContainer,.ListW [data-bottom-right] .PromoLarge-titleContainer,.ListW [data-bottom-right] .PromoMedium-titleContainer,.ListW [data-bottom-right] .PromoSmall-titleContainer,.ListW [data-bottom-right] .PromoXLarge-titleContainer,.ListW [data-bottom-right] .PromoXSmall-titleContainer,.ListX [data-bottom-right] .PromoLarge-titleContainer,.ListX [data-bottom-right] .PromoMedium-titleContainer,.ListX [data-bottom-right] .PromoSmall-titleContainer,.ListX [data-bottom-right] .PromoXLarge-titleContainer,.ListX [data-bottom-right] .PromoXSmall-titleContainer,.ListY [data-bottom-right] .PromoLarge-titleContainer,.ListY [data-bottom-right] .PromoMedium-titleContainer,.ListY [data-bottom-right] .PromoSmall-titleContainer,.ListY [data-bottom-right] .PromoXLarge-titleContainer,.ListY [data-bottom-right] .PromoXSmall-titleContainer,.ListZ [data-bottom-right] .PromoLarge-titleContainer,.ListZ [data-bottom-right] .PromoMedium-titleContainer,.ListZ [data-bottom-right] .PromoSmall-titleContainer,.ListZ [data-bottom-right] .PromoXLarge-titleContainer,.ListZ [data-bottom-right] .PromoXSmall-titleContainer {
	display:none
}
.ListA [data-bottom-right] .PromoLarge-titleContainerDupe,.ListA [data-bottom-right] .PromoMedium-titleContainerDupe,.ListA [data-bottom-right] .PromoSmall-titleContainerDupe,.ListA [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListA [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListAA [data-bottom-right] .PromoLarge-titleContainerDupe,.ListAA [data-bottom-right] .PromoMedium-titleContainerDupe,.ListAA [data-bottom-right] .PromoSmall-titleContainerDupe,.ListAA [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListAA [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListB [data-bottom-right] .PromoLarge-titleContainerDupe,.ListB [data-bottom-right] .PromoMedium-titleContainerDupe,.ListB [data-bottom-right] .PromoSmall-titleContainerDupe,.ListB [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListB [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListC [data-bottom-right] .PromoLarge-titleContainerDupe,.ListC [data-bottom-right] .PromoMedium-titleContainerDupe,.ListC [data-bottom-right] .PromoSmall-titleContainerDupe,.ListC [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListC [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListD [data-bottom-right] .PromoLarge-titleContainerDupe,.ListD [data-bottom-right] .PromoMedium-titleContainerDupe,.ListD [data-bottom-right] .PromoSmall-titleContainerDupe,.ListD [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListD [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListE [data-bottom-right] .PromoLarge-titleContainerDupe,.ListE [data-bottom-right] .PromoMedium-titleContainerDupe,.ListE [data-bottom-right] .PromoSmall-titleContainerDupe,.ListE [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListE [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListF [data-bottom-right] .PromoLarge-titleContainerDupe,.ListF [data-bottom-right] .PromoMedium-titleContainerDupe,.ListF [data-bottom-right] .PromoSmall-titleContainerDupe,.ListF [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListF [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListG [data-bottom-right] .PromoLarge-titleContainerDupe,.ListG [data-bottom-right] .PromoMedium-titleContainerDupe,.ListG [data-bottom-right] .PromoSmall-titleContainerDupe,.ListG [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListG [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListH [data-bottom-right] .PromoLarge-titleContainerDupe,.ListH [data-bottom-right] .PromoMedium-titleContainerDupe,.ListH [data-bottom-right] .PromoSmall-titleContainerDupe,.ListH [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListH [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListI [data-bottom-right] .PromoLarge-titleContainerDupe,.ListI [data-bottom-right] .PromoMedium-titleContainerDupe,.ListI [data-bottom-right] .PromoSmall-titleContainerDupe,.ListI [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListI [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListJ [data-bottom-right] .PromoLarge-titleContainerDupe,.ListJ [data-bottom-right] .PromoMedium-titleContainerDupe,.ListJ [data-bottom-right] .PromoSmall-titleContainerDupe,.ListJ [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListJ [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListK [data-bottom-right] .PromoLarge-titleContainerDupe,.ListK [data-bottom-right] .PromoMedium-titleContainerDupe,.ListK [data-bottom-right] .PromoSmall-titleContainerDupe,.ListK [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListK [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListL [data-bottom-right] .PromoLarge-titleContainerDupe,.ListL [data-bottom-right] .PromoMedium-titleContainerDupe,.ListL [data-bottom-right] .PromoSmall-titleContainerDupe,.ListL [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListL [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListLevelOverrides [data-bottom-right] .PromoLarge-titleContainerDupe,.ListLevelOverrides [data-bottom-right] .PromoMedium-titleContainerDupe,.ListLevelOverrides [data-bottom-right] .PromoSmall-titleContainerDupe,.ListLevelOverrides [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListLevelOverrides [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListListicle [data-bottom-right] .PromoLarge-titleContainerDupe,.ListListicle [data-bottom-right] .PromoMedium-titleContainerDupe,.ListListicle [data-bottom-right] .PromoSmall-titleContainerDupe,.ListListicle [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListListicle [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListListicleWithCount [data-bottom-right] .PromoLarge-titleContainerDupe,.ListListicleWithCount [data-bottom-right] .PromoMedium-titleContainerDupe,.ListListicleWithCount [data-bottom-right] .PromoSmall-titleContainerDupe,.ListListicleWithCount [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListListicleWithCount [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListN [data-bottom-right] .PromoLarge-titleContainerDupe,.ListN [data-bottom-right] .PromoMedium-titleContainerDupe,.ListN [data-bottom-right] .PromoSmall-titleContainerDupe,.ListN [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListN [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListO [data-bottom-right] .PromoLarge-titleContainerDupe,.ListO [data-bottom-right] .PromoMedium-titleContainerDupe,.ListO [data-bottom-right] .PromoSmall-titleContainerDupe,.ListO [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListO [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListQ [data-bottom-right] .PromoLarge-titleContainerDupe,.ListQ [data-bottom-right] .PromoMedium-titleContainerDupe,.ListQ [data-bottom-right] .PromoSmall-titleContainerDupe,.ListQ [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListQ [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListR [data-bottom-right] .PromoLarge-titleContainerDupe,.ListR [data-bottom-right] .PromoMedium-titleContainerDupe,.ListR [data-bottom-right] .PromoSmall-titleContainerDupe,.ListR [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListR [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListU [data-bottom-right] .PromoLarge-titleContainerDupe,.ListU [data-bottom-right] .PromoMedium-titleContainerDupe,.ListU [data-bottom-right] .PromoSmall-titleContainerDupe,.ListU [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListU [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListV [data-bottom-right] .PromoLarge-titleContainerDupe,.ListV [data-bottom-right] .PromoMedium-titleContainerDupe,.ListV [data-bottom-right] .PromoSmall-titleContainerDupe,.ListV [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListV [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListW [data-bottom-right] .PromoLarge-titleContainerDupe,.ListW [data-bottom-right] .PromoMedium-titleContainerDupe,.ListW [data-bottom-right] .PromoSmall-titleContainerDupe,.ListW [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListW [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListX [data-bottom-right] .PromoLarge-titleContainerDupe,.ListX [data-bottom-right] .PromoMedium-titleContainerDupe,.ListX [data-bottom-right] .PromoSmall-titleContainerDupe,.ListX [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListX [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListY [data-bottom-right] .PromoLarge-titleContainerDupe,.ListY [data-bottom-right] .PromoMedium-titleContainerDupe,.ListY [data-bottom-right] .PromoSmall-titleContainerDupe,.ListY [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListY [data-bottom-right] .PromoXSmall-titleContainerDupe,.ListZ [data-bottom-right] .PromoLarge-titleContainerDupe,.ListZ [data-bottom-right] .PromoMedium-titleContainerDupe,.ListZ [data-bottom-right] .PromoSmall-titleContainerDupe,.ListZ [data-bottom-right] .PromoXLarge-titleContainerDupe,.ListZ [data-bottom-right] .PromoXSmall-titleContainerDupe {
	display:block;
	margin-bottom:10px
}
.ListA [data-bottom-right] .PromoLarge-media,.ListA [data-bottom-right] .PromoMedium-media,.ListA [data-bottom-right] .PromoSmall-media,.ListA [data-bottom-right] .PromoXLarge-media,.ListA [data-bottom-right] .PromoXSmall-media,.ListAA [data-bottom-right] .PromoLarge-media,.ListAA [data-bottom-right] .PromoMedium-media,.ListAA [data-bottom-right] .PromoSmall-media,.ListAA [data-bottom-right] .PromoXLarge-media,.ListAA [data-bottom-right] .PromoXSmall-media,.ListB [data-bottom-right] .PromoLarge-media,.ListB [data-bottom-right] .PromoMedium-media,.ListB [data-bottom-right] .PromoSmall-media,.ListB [data-bottom-right] .PromoXLarge-media,.ListB [data-bottom-right] .PromoXSmall-media,.ListC [data-bottom-right] .PromoLarge-media,.ListC [data-bottom-right] .PromoMedium-media,.ListC [data-bottom-right] .PromoSmall-media,.ListC [data-bottom-right] .PromoXLarge-media,.ListC [data-bottom-right] .PromoXSmall-media,.ListD [data-bottom-right] .PromoLarge-media,.ListD [data-bottom-right] .PromoMedium-media,.ListD [data-bottom-right] .PromoSmall-media,.ListD [data-bottom-right] .PromoXLarge-media,.ListD [data-bottom-right] .PromoXSmall-media,.ListE [data-bottom-right] .PromoLarge-media,.ListE [data-bottom-right] .PromoMedium-media,.ListE [data-bottom-right] .PromoSmall-media,.ListE [data-bottom-right] .PromoXLarge-media,.ListE [data-bottom-right] .PromoXSmall-media,.ListF [data-bottom-right] .PromoLarge-media,.ListF [data-bottom-right] .PromoMedium-media,.ListF [data-bottom-right] .PromoSmall-media,.ListF [data-bottom-right] .PromoXLarge-media,.ListF [data-bottom-right] .PromoXSmall-media,.ListG [data-bottom-right] .PromoLarge-media,.ListG [data-bottom-right] .PromoMedium-media,.ListG [data-bottom-right] .PromoSmall-media,.ListG [data-bottom-right] .PromoXLarge-media,.ListG [data-bottom-right] .PromoXSmall-media,.ListH [data-bottom-right] .PromoLarge-media,.ListH [data-bottom-right] .PromoMedium-media,.ListH [data-bottom-right] .PromoSmall-media,.ListH [data-bottom-right] .PromoXLarge-media,.ListH [data-bottom-right] .PromoXSmall-media,.ListI [data-bottom-right] .PromoLarge-media,.ListI [data-bottom-right] .PromoMedium-media,.ListI [data-bottom-right] .PromoSmall-media,.ListI [data-bottom-right] .PromoXLarge-media,.ListI [data-bottom-right] .PromoXSmall-media,.ListJ [data-bottom-right] .PromoLarge-media,.ListJ [data-bottom-right] .PromoMedium-media,.ListJ [data-bottom-right] .PromoSmall-media,.ListJ [data-bottom-right] .PromoXLarge-media,.ListJ [data-bottom-right] .PromoXSmall-media,.ListK [data-bottom-right] .PromoLarge-media,.ListK [data-bottom-right] .PromoMedium-media,.ListK [data-bottom-right] .PromoSmall-media,.ListK [data-bottom-right] .PromoXLarge-media,.ListK [data-bottom-right] .PromoXSmall-media,.ListL [data-bottom-right] .PromoLarge-media,.ListL [data-bottom-right] .PromoMedium-media,.ListL [data-bottom-right] .PromoSmall-media,.ListL [data-bottom-right] .PromoXLarge-media,.ListL [data-bottom-right] .PromoXSmall-media,.ListLevelOverrides [data-bottom-right] .PromoLarge-media,.ListLevelOverrides [data-bottom-right] .PromoMedium-media,.ListLevelOverrides [data-bottom-right] .PromoSmall-media,.ListLevelOverrides [data-bottom-right] .PromoXLarge-media,.ListLevelOverrides [data-bottom-right] .PromoXSmall-media,.ListListicle [data-bottom-right] .PromoLarge-media,.ListListicle [data-bottom-right] .PromoMedium-media,.ListListicle [data-bottom-right] .PromoSmall-media,.ListListicle [data-bottom-right] .PromoXLarge-media,.ListListicle [data-bottom-right] .PromoXSmall-media,.ListListicleWithCount [data-bottom-right] .PromoLarge-media,.ListListicleWithCount [data-bottom-right] .PromoMedium-media,.ListListicleWithCount [data-bottom-right] .PromoSmall-media,.ListListicleWithCount [data-bottom-right] .PromoXLarge-media,.ListListicleWithCount [data-bottom-right] .PromoXSmall-media,.ListN [data-bottom-right] .PromoLarge-media,.ListN [data-bottom-right] .PromoMedium-media,.ListN [data-bottom-right] .PromoSmall-media,.ListN [data-bottom-right] .PromoXLarge-media,.ListN [data-bottom-right] .PromoXSmall-media,.ListO [data-bottom-right] .PromoLarge-media,.ListO [data-bottom-right] .PromoMedium-media,.ListO [data-bottom-right] .PromoSmall-media,.ListO [data-bottom-right] .PromoXLarge-media,.ListO [data-bottom-right] .PromoXSmall-media,.ListQ [data-bottom-right] .PromoLarge-media,.ListQ [data-bottom-right] .PromoMedium-media,.ListQ [data-bottom-right] .PromoSmall-media,.ListQ [data-bottom-right] .PromoXLarge-media,.ListQ [data-bottom-right] .PromoXSmall-media,.ListR [data-bottom-right] .PromoLarge-media,.ListR [data-bottom-right] .PromoMedium-media,.ListR [data-bottom-right] .PromoSmall-media,.ListR [data-bottom-right] .PromoXLarge-media,.ListR [data-bottom-right] .PromoXSmall-media,.ListU [data-bottom-right] .PromoLarge-media,.ListU [data-bottom-right] .PromoMedium-media,.ListU [data-bottom-right] .PromoSmall-media,.ListU [data-bottom-right] .PromoXLarge-media,.ListU [data-bottom-right] .PromoXSmall-media,.ListV [data-bottom-right] .PromoLarge-media,.ListV [data-bottom-right] .PromoMedium-media,.ListV [data-bottom-right] .PromoSmall-media,.ListV [data-bottom-right] .PromoXLarge-media,.ListV [data-bottom-right] .PromoXSmall-media,.ListW [data-bottom-right] .PromoLarge-media,.ListW [data-bottom-right] .PromoMedium-media,.ListW [data-bottom-right] .PromoSmall-media,.ListW [data-bottom-right] .PromoXLarge-media,.ListW [data-bottom-right] .PromoXSmall-media,.ListX [data-bottom-right] .PromoLarge-media,.ListX [data-bottom-right] .PromoMedium-media,.ListX [data-bottom-right] .PromoSmall-media,.ListX [data-bottom-right] .PromoXLarge-media,.ListX [data-bottom-right] .PromoXSmall-media,.ListY [data-bottom-right] .PromoLarge-media,.ListY [data-bottom-right] .PromoMedium-media,.ListY [data-bottom-right] .PromoSmall-media,.ListY [data-bottom-right] .PromoXLarge-media,.ListY [data-bottom-right] .PromoXSmall-media,.ListZ [data-bottom-right] .PromoLarge-media,.ListZ [data-bottom-right] .PromoMedium-media,.ListZ [data-bottom-right] .PromoSmall-media,.ListZ [data-bottom-right] .PromoXLarge-media,.ListZ [data-bottom-right] .PromoXSmall-media {
	float:right;
	margin:0 0 20px 20px;
	width:110px
}
.ListA [data-bottom-right] .PromoLarge-content,.ListA [data-bottom-right] .PromoMedium-content,.ListA [data-bottom-right] .PromoSmall-content,.ListA [data-bottom-right] .PromoXLarge-content,.ListA [data-bottom-right] .PromoXSmall-content,.ListAA [data-bottom-right] .PromoLarge-content,.ListAA [data-bottom-right] .PromoMedium-content,.ListAA [data-bottom-right] .PromoSmall-content,.ListAA [data-bottom-right] .PromoXLarge-content,.ListAA [data-bottom-right] .PromoXSmall-content,.ListB [data-bottom-right] .PromoLarge-content,.ListB [data-bottom-right] .PromoMedium-content,.ListB [data-bottom-right] .PromoSmall-content,.ListB [data-bottom-right] .PromoXLarge-content,.ListB [data-bottom-right] .PromoXSmall-content,.ListC [data-bottom-right] .PromoLarge-content,.ListC [data-bottom-right] .PromoMedium-content,.ListC [data-bottom-right] .PromoSmall-content,.ListC [data-bottom-right] .PromoXLarge-content,.ListC [data-bottom-right] .PromoXSmall-content,.ListD [data-bottom-right] .PromoLarge-content,.ListD [data-bottom-right] .PromoMedium-content,.ListD [data-bottom-right] .PromoSmall-content,.ListD [data-bottom-right] .PromoXLarge-content,.ListD [data-bottom-right] .PromoXSmall-content,.ListE [data-bottom-right] .PromoLarge-content,.ListE [data-bottom-right] .PromoMedium-content,.ListE [data-bottom-right] .PromoSmall-content,.ListE [data-bottom-right] .PromoXLarge-content,.ListE [data-bottom-right] .PromoXSmall-content,.ListF [data-bottom-right] .PromoLarge-content,.ListF [data-bottom-right] .PromoMedium-content,.ListF [data-bottom-right] .PromoSmall-content,.ListF [data-bottom-right] .PromoXLarge-content,.ListF [data-bottom-right] .PromoXSmall-content,.ListG [data-bottom-right] .PromoLarge-content,.ListG [data-bottom-right] .PromoMedium-content,.ListG [data-bottom-right] .PromoSmall-content,.ListG [data-bottom-right] .PromoXLarge-content,.ListG [data-bottom-right] .PromoXSmall-content,.ListH [data-bottom-right] .PromoLarge-content,.ListH [data-bottom-right] .PromoMedium-content,.ListH [data-bottom-right] .PromoSmall-content,.ListH [data-bottom-right] .PromoXLarge-content,.ListH [data-bottom-right] .PromoXSmall-content,.ListI [data-bottom-right] .PromoLarge-content,.ListI [data-bottom-right] .PromoMedium-content,.ListI [data-bottom-right] .PromoSmall-content,.ListI [data-bottom-right] .PromoXLarge-content,.ListI [data-bottom-right] .PromoXSmall-content,.ListJ [data-bottom-right] .PromoLarge-content,.ListJ [data-bottom-right] .PromoMedium-content,.ListJ [data-bottom-right] .PromoSmall-content,.ListJ [data-bottom-right] .PromoXLarge-content,.ListJ [data-bottom-right] .PromoXSmall-content,.ListK [data-bottom-right] .PromoLarge-content,.ListK [data-bottom-right] .PromoMedium-content,.ListK [data-bottom-right] .PromoSmall-content,.ListK [data-bottom-right] .PromoXLarge-content,.ListK [data-bottom-right] .PromoXSmall-content,.ListL [data-bottom-right] .PromoLarge-content,.ListL [data-bottom-right] .PromoMedium-content,.ListL [data-bottom-right] .PromoSmall-content,.ListL [data-bottom-right] .PromoXLarge-content,.ListL [data-bottom-right] .PromoXSmall-content,.ListLevelOverrides [data-bottom-right] .PromoLarge-content,.ListLevelOverrides [data-bottom-right] .PromoMedium-content,.ListLevelOverrides [data-bottom-right] .PromoSmall-content,.ListLevelOverrides [data-bottom-right] .PromoXLarge-content,.ListLevelOverrides [data-bottom-right] .PromoXSmall-content,.ListListicle [data-bottom-right] .PromoLarge-content,.ListListicle [data-bottom-right] .PromoMedium-content,.ListListicle [data-bottom-right] .PromoSmall-content,.ListListicle [data-bottom-right] .PromoXLarge-content,.ListListicle [data-bottom-right] .PromoXSmall-content,.ListListicleWithCount [data-bottom-right] .PromoLarge-content,.ListListicleWithCount [data-bottom-right] .PromoMedium-content,.ListListicleWithCount [data-bottom-right] .PromoSmall-content,.ListListicleWithCount [data-bottom-right] .PromoXLarge-content,.ListListicleWithCount [data-bottom-right] .PromoXSmall-content,.ListN [data-bottom-right] .PromoLarge-content,.ListN [data-bottom-right] .PromoMedium-content,.ListN [data-bottom-right] .PromoSmall-content,.ListN [data-bottom-right] .PromoXLarge-content,.ListN [data-bottom-right] .PromoXSmall-content,.ListO [data-bottom-right] .PromoLarge-content,.ListO [data-bottom-right] .PromoMedium-content,.ListO [data-bottom-right] .PromoSmall-content,.ListO [data-bottom-right] .PromoXLarge-content,.ListO [data-bottom-right] .PromoXSmall-content,.ListQ [data-bottom-right] .PromoLarge-content,.ListQ [data-bottom-right] .PromoMedium-content,.ListQ [data-bottom-right] .PromoSmall-content,.ListQ [data-bottom-right] .PromoXLarge-content,.ListQ [data-bottom-right] .PromoXSmall-content,.ListR [data-bottom-right] .PromoLarge-content,.ListR [data-bottom-right] .PromoMedium-content,.ListR [data-bottom-right] .PromoSmall-content,.ListR [data-bottom-right] .PromoXLarge-content,.ListR [data-bottom-right] .PromoXSmall-content,.ListU [data-bottom-right] .PromoLarge-content,.ListU [data-bottom-right] .PromoMedium-content,.ListU [data-bottom-right] .PromoSmall-content,.ListU [data-bottom-right] .PromoXLarge-content,.ListU [data-bottom-right] .PromoXSmall-content,.ListV [data-bottom-right] .PromoLarge-content,.ListV [data-bottom-right] .PromoMedium-content,.ListV [data-bottom-right] .PromoSmall-content,.ListV [data-bottom-right] .PromoXLarge-content,.ListV [data-bottom-right] .PromoXSmall-content,.ListW [data-bottom-right] .PromoLarge-content,.ListW [data-bottom-right] .PromoMedium-content,.ListW [data-bottom-right] .PromoSmall-content,.ListW [data-bottom-right] .PromoXLarge-content,.ListW [data-bottom-right] .PromoXSmall-content,.ListX [data-bottom-right] .PromoLarge-content,.ListX [data-bottom-right] .PromoMedium-content,.ListX [data-bottom-right] .PromoSmall-content,.ListX [data-bottom-right] .PromoXLarge-content,.ListX [data-bottom-right] .PromoXSmall-content,.ListY [data-bottom-right] .PromoLarge-content,.ListY [data-bottom-right] .PromoMedium-content,.ListY [data-bottom-right] .PromoSmall-content,.ListY [data-bottom-right] .PromoXLarge-content,.ListY [data-bottom-right] .PromoXSmall-content,.ListZ [data-bottom-right] .PromoLarge-content,.ListZ [data-bottom-right] .PromoMedium-content,.ListZ [data-bottom-right] .PromoSmall-content,.ListZ [data-bottom-right] .PromoXLarge-content,.ListZ [data-bottom-right] .PromoXSmall-content {
	margin-bottom:20px
}
.ListA [data-right-center] .PromoSmall-wrapper,.ListA [data-right-center] .PromoXSmall-wrapper,.ListAA [data-right-center] .PromoSmall-wrapper,.ListAA [data-right-center] .PromoXSmall-wrapper,.ListB [data-right-center] .PromoSmall-wrapper,.ListB [data-right-center] .PromoXSmall-wrapper,.ListC [data-right-center] .PromoSmall-wrapper,.ListC [data-right-center] .PromoXSmall-wrapper,.ListD [data-right-center] .PromoSmall-wrapper,.ListD [data-right-center] .PromoXSmall-wrapper,.ListE [data-right-center] .PromoSmall-wrapper,.ListE [data-right-center] .PromoXSmall-wrapper,.ListF [data-right-center] .PromoSmall-wrapper,.ListF [data-right-center] .PromoXSmall-wrapper,.ListG [data-right-center] .PromoSmall-wrapper,.ListG [data-right-center] .PromoXSmall-wrapper,.ListH [data-right-center] .PromoSmall-wrapper,.ListH [data-right-center] .PromoXSmall-wrapper,.ListI [data-right-center] .PromoSmall-wrapper,.ListI [data-right-center] .PromoXSmall-wrapper,.ListJ [data-right-center] .PromoSmall-wrapper,.ListJ [data-right-center] .PromoXSmall-wrapper,.ListK [data-right-center] .PromoSmall-wrapper,.ListK [data-right-center] .PromoXSmall-wrapper,.ListL [data-right-center] .PromoSmall-wrapper,.ListL [data-right-center] .PromoXSmall-wrapper,.ListLevelOverrides [data-right-center] .PromoSmall-wrapper,.ListLevelOverrides [data-right-center] .PromoXSmall-wrapper,.ListListicle [data-right-center] .PromoSmall-wrapper,.ListListicle [data-right-center] .PromoXSmall-wrapper,.ListListicleWithCount [data-right-center] .PromoSmall-wrapper,.ListListicleWithCount [data-right-center] .PromoXSmall-wrapper,.ListN [data-right-center] .PromoSmall-wrapper,.ListN [data-right-center] .PromoXSmall-wrapper,.ListO [data-right-center] .PromoSmall-wrapper,.ListO [data-right-center] .PromoXSmall-wrapper,.ListQ [data-right-center] .PromoSmall-wrapper,.ListQ [data-right-center] .PromoXSmall-wrapper,.ListR [data-right-center] .PromoSmall-wrapper,.ListR [data-right-center] .PromoXSmall-wrapper,.ListU [data-right-center] .PromoSmall-wrapper,.ListU [data-right-center] .PromoXSmall-wrapper,.ListV [data-right-center] .PromoSmall-wrapper,.ListV [data-right-center] .PromoXSmall-wrapper,.ListW [data-right-center] .PromoSmall-wrapper,.ListW [data-right-center] .PromoXSmall-wrapper,.ListX [data-right-center] .PromoSmall-wrapper,.ListX [data-right-center] .PromoXSmall-wrapper,.ListY [data-right-center] .PromoSmall-wrapper,.ListY [data-right-center] .PromoXSmall-wrapper,.ListZ [data-right-center] .PromoSmall-wrapper,.ListZ [data-right-center] .PromoXSmall-wrapper {
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse
}
.ListA [data-right-center] .PromoSmall-media,.ListA [data-right-center] .PromoXSmall-media,.ListAA [data-right-center] .PromoSmall-media,.ListAA [data-right-center] .PromoXSmall-media,.ListB [data-right-center] .PromoSmall-media,.ListB [data-right-center] .PromoXSmall-media,.ListC [data-right-center] .PromoSmall-media,.ListC [data-right-center] .PromoXSmall-media,.ListD [data-right-center] .PromoSmall-media,.ListD [data-right-center] .PromoXSmall-media,.ListE [data-right-center] .PromoSmall-media,.ListE [data-right-center] .PromoXSmall-media,.ListF [data-right-center] .PromoSmall-media,.ListF [data-right-center] .PromoXSmall-media,.ListG [data-right-center] .PromoSmall-media,.ListG [data-right-center] .PromoXSmall-media,.ListH [data-right-center] .PromoSmall-media,.ListH [data-right-center] .PromoXSmall-media,.ListI [data-right-center] .PromoSmall-media,.ListI [data-right-center] .PromoXSmall-media,.ListJ [data-right-center] .PromoSmall-media,.ListJ [data-right-center] .PromoXSmall-media,.ListK [data-right-center] .PromoSmall-media,.ListK [data-right-center] .PromoXSmall-media,.ListL [data-right-center] .PromoSmall-media,.ListL [data-right-center] .PromoXSmall-media,.ListLevelOverrides [data-right-center] .PromoSmall-media,.ListLevelOverrides [data-right-center] .PromoXSmall-media,.ListListicle [data-right-center] .PromoSmall-media,.ListListicle [data-right-center] .PromoXSmall-media,.ListListicleWithCount [data-right-center] .PromoSmall-media,.ListListicleWithCount [data-right-center] .PromoXSmall-media,.ListN [data-right-center] .PromoSmall-media,.ListN [data-right-center] .PromoXSmall-media,.ListO [data-right-center] .PromoSmall-media,.ListO [data-right-center] .PromoXSmall-media,.ListQ [data-right-center] .PromoSmall-media,.ListQ [data-right-center] .PromoXSmall-media,.ListR [data-right-center] .PromoSmall-media,.ListR [data-right-center] .PromoXSmall-media,.ListU [data-right-center] .PromoSmall-media,.ListU [data-right-center] .PromoXSmall-media,.ListV [data-right-center] .PromoSmall-media,.ListV [data-right-center] .PromoXSmall-media,.ListW [data-right-center] .PromoSmall-media,.ListW [data-right-center] .PromoXSmall-media,.ListX [data-right-center] .PromoSmall-media,.ListX [data-right-center] .PromoXSmall-media,.ListY [data-right-center] .PromoSmall-media,.ListY [data-right-center] .PromoXSmall-media,.ListZ [data-right-center] .PromoSmall-media,.ListZ [data-right-center] .PromoXSmall-media {
	-ms-flex-negative:0;
	flex-shrink:0;
	margin:0 0 0 20px;
	max-width:180px;
	width:36%
}
.ListA [data-right-center] .PromoLarge,.ListA [data-right-center] .PromoMedium,.ListA [data-right-center] .PromoXLarge,.ListAA [data-right-center] .PromoLarge,.ListAA [data-right-center] .PromoMedium,.ListAA [data-right-center] .PromoXLarge,.ListB [data-right-center] .PromoLarge,.ListB [data-right-center] .PromoMedium,.ListB [data-right-center] .PromoXLarge,.ListC [data-right-center] .PromoLarge,.ListC [data-right-center] .PromoMedium,.ListC [data-right-center] .PromoXLarge,.ListD [data-right-center] .PromoLarge,.ListD [data-right-center] .PromoMedium,.ListD [data-right-center] .PromoXLarge,.ListE [data-right-center] .PromoLarge,.ListE [data-right-center] .PromoMedium,.ListE [data-right-center] .PromoXLarge,.ListF [data-right-center] .PromoLarge,.ListF [data-right-center] .PromoMedium,.ListF [data-right-center] .PromoXLarge,.ListG [data-right-center] .PromoLarge,.ListG [data-right-center] .PromoMedium,.ListG [data-right-center] .PromoXLarge,.ListH [data-right-center] .PromoLarge,.ListH [data-right-center] .PromoMedium,.ListH [data-right-center] .PromoXLarge,.ListI [data-right-center] .PromoLarge,.ListI [data-right-center] .PromoMedium,.ListI [data-right-center] .PromoXLarge,.ListJ [data-right-center] .PromoLarge,.ListJ [data-right-center] .PromoMedium,.ListJ [data-right-center] .PromoXLarge,.ListK [data-right-center] .PromoLarge,.ListK [data-right-center] .PromoMedium,.ListK [data-right-center] .PromoXLarge,.ListL [data-right-center] .PromoLarge,.ListL [data-right-center] .PromoMedium,.ListL [data-right-center] .PromoXLarge,.ListLevelOverrides [data-right-center] .PromoLarge,.ListLevelOverrides [data-right-center] .PromoMedium,.ListLevelOverrides [data-right-center] .PromoXLarge,.ListListicle [data-right-center] .PromoLarge,.ListListicle [data-right-center] .PromoMedium,.ListListicle [data-right-center] .PromoXLarge,.ListListicleWithCount [data-right-center] .PromoLarge,.ListListicleWithCount [data-right-center] .PromoMedium,.ListListicleWithCount [data-right-center] .PromoXLarge,.ListN [data-right-center] .PromoLarge,.ListN [data-right-center] .PromoMedium,.ListN [data-right-center] .PromoXLarge,.ListO [data-right-center] .PromoLarge,.ListO [data-right-center] .PromoMedium,.ListO [data-right-center] .PromoXLarge,.ListQ [data-right-center] .PromoLarge,.ListQ [data-right-center] .PromoMedium,.ListQ [data-right-center] .PromoXLarge,.ListR [data-right-center] .PromoLarge,.ListR [data-right-center] .PromoMedium,.ListR [data-right-center] .PromoXLarge,.ListU [data-right-center] .PromoLarge,.ListU [data-right-center] .PromoMedium,.ListU [data-right-center] .PromoXLarge,.ListV [data-right-center] .PromoLarge,.ListV [data-right-center] .PromoMedium,.ListV [data-right-center] .PromoXLarge,.ListW [data-right-center] .PromoLarge,.ListW [data-right-center] .PromoMedium,.ListW [data-right-center] .PromoXLarge,.ListX [data-right-center] .PromoLarge,.ListX [data-right-center] .PromoMedium,.ListX [data-right-center] .PromoXLarge,.ListY [data-right-center] .PromoLarge,.ListY [data-right-center] .PromoMedium,.ListY [data-right-center] .PromoXLarge,.ListZ [data-right-center] .PromoLarge,.ListZ [data-right-center] .PromoMedium,.ListZ [data-right-center] .PromoXLarge {
	margin-bottom:-20px
}
.ListA [data-right-center] .PromoLarge-wrapper,.ListA [data-right-center] .PromoMedium-wrapper,.ListA [data-right-center] .PromoXLarge-wrapper,.ListAA [data-right-center] .PromoLarge-wrapper,.ListAA [data-right-center] .PromoMedium-wrapper,.ListAA [data-right-center] .PromoXLarge-wrapper,.ListB [data-right-center] .PromoLarge-wrapper,.ListB [data-right-center] .PromoMedium-wrapper,.ListB [data-right-center] .PromoXLarge-wrapper,.ListC [data-right-center] .PromoLarge-wrapper,.ListC [data-right-center] .PromoMedium-wrapper,.ListC [data-right-center] .PromoXLarge-wrapper,.ListD [data-right-center] .PromoLarge-wrapper,.ListD [data-right-center] .PromoMedium-wrapper,.ListD [data-right-center] .PromoXLarge-wrapper,.ListE [data-right-center] .PromoLarge-wrapper,.ListE [data-right-center] .PromoMedium-wrapper,.ListE [data-right-center] .PromoXLarge-wrapper,.ListF [data-right-center] .PromoLarge-wrapper,.ListF [data-right-center] .PromoMedium-wrapper,.ListF [data-right-center] .PromoXLarge-wrapper,.ListG [data-right-center] .PromoLarge-wrapper,.ListG [data-right-center] .PromoMedium-wrapper,.ListG [data-right-center] .PromoXLarge-wrapper,.ListH [data-right-center] .PromoLarge-wrapper,.ListH [data-right-center] .PromoMedium-wrapper,.ListH [data-right-center] .PromoXLarge-wrapper,.ListI [data-right-center] .PromoLarge-wrapper,.ListI [data-right-center] .PromoMedium-wrapper,.ListI [data-right-center] .PromoXLarge-wrapper,.ListJ [data-right-center] .PromoLarge-wrapper,.ListJ [data-right-center] .PromoMedium-wrapper,.ListJ [data-right-center] .PromoXLarge-wrapper,.ListK [data-right-center] .PromoLarge-wrapper,.ListK [data-right-center] .PromoMedium-wrapper,.ListK [data-right-center] .PromoXLarge-wrapper,.ListL [data-right-center] .PromoLarge-wrapper,.ListL [data-right-center] .PromoMedium-wrapper,.ListL [data-right-center] .PromoXLarge-wrapper,.ListLevelOverrides [data-right-center] .PromoLarge-wrapper,.ListLevelOverrides [data-right-center] .PromoMedium-wrapper,.ListLevelOverrides [data-right-center] .PromoXLarge-wrapper,.ListListicle [data-right-center] .PromoLarge-wrapper,.ListListicle [data-right-center] .PromoMedium-wrapper,.ListListicle [data-right-center] .PromoXLarge-wrapper,.ListListicleWithCount [data-right-center] .PromoLarge-wrapper,.ListListicleWithCount [data-right-center] .PromoMedium-wrapper,.ListListicleWithCount [data-right-center] .PromoXLarge-wrapper,.ListN [data-right-center] .PromoLarge-wrapper,.ListN [data-right-center] .PromoMedium-wrapper,.ListN [data-right-center] .PromoXLarge-wrapper,.ListO [data-right-center] .PromoLarge-wrapper,.ListO [data-right-center] .PromoMedium-wrapper,.ListO [data-right-center] .PromoXLarge-wrapper,.ListQ [data-right-center] .PromoLarge-wrapper,.ListQ [data-right-center] .PromoMedium-wrapper,.ListQ [data-right-center] .PromoXLarge-wrapper,.ListR [data-right-center] .PromoLarge-wrapper,.ListR [data-right-center] .PromoMedium-wrapper,.ListR [data-right-center] .PromoXLarge-wrapper,.ListU [data-right-center] .PromoLarge-wrapper,.ListU [data-right-center] .PromoMedium-wrapper,.ListU [data-right-center] .PromoXLarge-wrapper,.ListV [data-right-center] .PromoLarge-wrapper,.ListV [data-right-center] .PromoMedium-wrapper,.ListV [data-right-center] .PromoXLarge-wrapper,.ListW [data-right-center] .PromoLarge-wrapper,.ListW [data-right-center] .PromoMedium-wrapper,.ListW [data-right-center] .PromoXLarge-wrapper,.ListX [data-right-center] .PromoLarge-wrapper,.ListX [data-right-center] .PromoMedium-wrapper,.ListX [data-right-center] .PromoXLarge-wrapper,.ListY [data-right-center] .PromoLarge-wrapper,.ListY [data-right-center] .PromoMedium-wrapper,.ListY [data-right-center] .PromoXLarge-wrapper,.ListZ [data-right-center] .PromoLarge-wrapper,.ListZ [data-right-center] .PromoMedium-wrapper,.ListZ [data-right-center] .PromoXLarge-wrapper {
	display:block
}
.ListA [data-right-center] .PromoLarge-media,.ListA [data-right-center] .PromoMedium-media,.ListA [data-right-center] .PromoXLarge-media,.ListAA [data-right-center] .PromoLarge-media,.ListAA [data-right-center] .PromoMedium-media,.ListAA [data-right-center] .PromoXLarge-media,.ListB [data-right-center] .PromoLarge-media,.ListB [data-right-center] .PromoMedium-media,.ListB [data-right-center] .PromoXLarge-media,.ListC [data-right-center] .PromoLarge-media,.ListC [data-right-center] .PromoMedium-media,.ListC [data-right-center] .PromoXLarge-media,.ListD [data-right-center] .PromoLarge-media,.ListD [data-right-center] .PromoMedium-media,.ListD [data-right-center] .PromoXLarge-media,.ListE [data-right-center] .PromoLarge-media,.ListE [data-right-center] .PromoMedium-media,.ListE [data-right-center] .PromoXLarge-media,.ListF [data-right-center] .PromoLarge-media,.ListF [data-right-center] .PromoMedium-media,.ListF [data-right-center] .PromoXLarge-media,.ListG [data-right-center] .PromoLarge-media,.ListG [data-right-center] .PromoMedium-media,.ListG [data-right-center] .PromoXLarge-media,.ListH [data-right-center] .PromoLarge-media,.ListH [data-right-center] .PromoMedium-media,.ListH [data-right-center] .PromoXLarge-media,.ListI [data-right-center] .PromoLarge-media,.ListI [data-right-center] .PromoMedium-media,.ListI [data-right-center] .PromoXLarge-media,.ListJ [data-right-center] .PromoLarge-media,.ListJ [data-right-center] .PromoMedium-media,.ListJ [data-right-center] .PromoXLarge-media,.ListK [data-right-center] .PromoLarge-media,.ListK [data-right-center] .PromoMedium-media,.ListK [data-right-center] .PromoXLarge-media,.ListL [data-right-center] .PromoLarge-media,.ListL [data-right-center] .PromoMedium-media,.ListL [data-right-center] .PromoXLarge-media,.ListLevelOverrides [data-right-center] .PromoLarge-media,.ListLevelOverrides [data-right-center] .PromoMedium-media,.ListLevelOverrides [data-right-center] .PromoXLarge-media,.ListListicle [data-right-center] .PromoLarge-media,.ListListicle [data-right-center] .PromoMedium-media,.ListListicle [data-right-center] .PromoXLarge-media,.ListListicleWithCount [data-right-center] .PromoLarge-media,.ListListicleWithCount [data-right-center] .PromoMedium-media,.ListListicleWithCount [data-right-center] .PromoXLarge-media,.ListN [data-right-center] .PromoLarge-media,.ListN [data-right-center] .PromoMedium-media,.ListN [data-right-center] .PromoXLarge-media,.ListO [data-right-center] .PromoLarge-media,.ListO [data-right-center] .PromoMedium-media,.ListO [data-right-center] .PromoXLarge-media,.ListQ [data-right-center] .PromoLarge-media,.ListQ [data-right-center] .PromoMedium-media,.ListQ [data-right-center] .PromoXLarge-media,.ListR [data-right-center] .PromoLarge-media,.ListR [data-right-center] .PromoMedium-media,.ListR [data-right-center] .PromoXLarge-media,.ListU [data-right-center] .PromoLarge-media,.ListU [data-right-center] .PromoMedium-media,.ListU [data-right-center] .PromoXLarge-media,.ListV [data-right-center] .PromoLarge-media,.ListV [data-right-center] .PromoMedium-media,.ListV [data-right-center] .PromoXLarge-media,.ListW [data-right-center] .PromoLarge-media,.ListW [data-right-center] .PromoMedium-media,.ListW [data-right-center] .PromoXLarge-media,.ListX [data-right-center] .PromoLarge-media,.ListX [data-right-center] .PromoMedium-media,.ListX [data-right-center] .PromoXLarge-media,.ListY [data-right-center] .PromoLarge-media,.ListY [data-right-center] .PromoMedium-media,.ListY [data-right-center] .PromoXLarge-media,.ListZ [data-right-center] .PromoLarge-media,.ListZ [data-right-center] .PromoMedium-media,.ListZ [data-right-center] .PromoXLarge-media {
	float:right;
	margin:0 0 20px 20px;
	max-width:150px;
	width:35%
}
.ListA [data-right-center] .PromoLarge-content,.ListA [data-right-center] .PromoMedium-content,.ListA [data-right-center] .PromoXLarge-content,.ListAA [data-right-center] .PromoLarge-content,.ListAA [data-right-center] .PromoMedium-content,.ListAA [data-right-center] .PromoXLarge-content,.ListB [data-right-center] .PromoLarge-content,.ListB [data-right-center] .PromoMedium-content,.ListB [data-right-center] .PromoXLarge-content,.ListC [data-right-center] .PromoLarge-content,.ListC [data-right-center] .PromoMedium-content,.ListC [data-right-center] .PromoXLarge-content,.ListD [data-right-center] .PromoLarge-content,.ListD [data-right-center] .PromoMedium-content,.ListD [data-right-center] .PromoXLarge-content,.ListE [data-right-center] .PromoLarge-content,.ListE [data-right-center] .PromoMedium-content,.ListE [data-right-center] .PromoXLarge-content,.ListF [data-right-center] .PromoLarge-content,.ListF [data-right-center] .PromoMedium-content,.ListF [data-right-center] .PromoXLarge-content,.ListG [data-right-center] .PromoLarge-content,.ListG [data-right-center] .PromoMedium-content,.ListG [data-right-center] .PromoXLarge-content,.ListH [data-right-center] .PromoLarge-content,.ListH [data-right-center] .PromoMedium-content,.ListH [data-right-center] .PromoXLarge-content,.ListI [data-right-center] .PromoLarge-content,.ListI [data-right-center] .PromoMedium-content,.ListI [data-right-center] .PromoXLarge-content,.ListJ [data-right-center] .PromoLarge-content,.ListJ [data-right-center] .PromoMedium-content,.ListJ [data-right-center] .PromoXLarge-content,.ListK [data-right-center] .PromoLarge-content,.ListK [data-right-center] .PromoMedium-content,.ListK [data-right-center] .PromoXLarge-content,.ListL [data-right-center] .PromoLarge-content,.ListL [data-right-center] .PromoMedium-content,.ListL [data-right-center] .PromoXLarge-content,.ListLevelOverrides [data-right-center] .PromoLarge-content,.ListLevelOverrides [data-right-center] .PromoMedium-content,.ListLevelOverrides [data-right-center] .PromoXLarge-content,.ListListicle [data-right-center] .PromoLarge-content,.ListListicle [data-right-center] .PromoMedium-content,.ListListicle [data-right-center] .PromoXLarge-content,.ListListicleWithCount [data-right-center] .PromoLarge-content,.ListListicleWithCount [data-right-center] .PromoMedium-content,.ListListicleWithCount [data-right-center] .PromoXLarge-content,.ListN [data-right-center] .PromoLarge-content,.ListN [data-right-center] .PromoMedium-content,.ListN [data-right-center] .PromoXLarge-content,.ListO [data-right-center] .PromoLarge-content,.ListO [data-right-center] .PromoMedium-content,.ListO [data-right-center] .PromoXLarge-content,.ListQ [data-right-center] .PromoLarge-content,.ListQ [data-right-center] .PromoMedium-content,.ListQ [data-right-center] .PromoXLarge-content,.ListR [data-right-center] .PromoLarge-content,.ListR [data-right-center] .PromoMedium-content,.ListR [data-right-center] .PromoXLarge-content,.ListU [data-right-center] .PromoLarge-content,.ListU [data-right-center] .PromoMedium-content,.ListU [data-right-center] .PromoXLarge-content,.ListV [data-right-center] .PromoLarge-content,.ListV [data-right-center] .PromoMedium-content,.ListV [data-right-center] .PromoXLarge-content,.ListW [data-right-center] .PromoLarge-content,.ListW [data-right-center] .PromoMedium-content,.ListW [data-right-center] .PromoXLarge-content,.ListX [data-right-center] .PromoLarge-content,.ListX [data-right-center] .PromoMedium-content,.ListX [data-right-center] .PromoXLarge-content,.ListY [data-right-center] .PromoLarge-content,.ListY [data-right-center] .PromoMedium-content,.ListY [data-right-center] .PromoXLarge-content,.ListZ [data-right-center] .PromoLarge-content,.ListZ [data-right-center] .PromoMedium-content,.ListZ [data-right-center] .PromoXLarge-content {
	margin-bottom:20px
}
.ListA [data-left-center] .PromoSmall-wrapper,.ListA [data-left-center] .PromoXSmall-wrapper,.ListAA [data-left-center] .PromoSmall-wrapper,.ListAA [data-left-center] .PromoXSmall-wrapper,.ListB [data-left-center] .PromoSmall-wrapper,.ListB [data-left-center] .PromoXSmall-wrapper,.ListC [data-left-center] .PromoSmall-wrapper,.ListC [data-left-center] .PromoXSmall-wrapper,.ListD [data-left-center] .PromoSmall-wrapper,.ListD [data-left-center] .PromoXSmall-wrapper,.ListE [data-left-center] .PromoSmall-wrapper,.ListE [data-left-center] .PromoXSmall-wrapper,.ListF [data-left-center] .PromoSmall-wrapper,.ListF [data-left-center] .PromoXSmall-wrapper,.ListG [data-left-center] .PromoSmall-wrapper,.ListG [data-left-center] .PromoXSmall-wrapper,.ListH [data-left-center] .PromoSmall-wrapper,.ListH [data-left-center] .PromoXSmall-wrapper,.ListI [data-left-center] .PromoSmall-wrapper,.ListI [data-left-center] .PromoXSmall-wrapper,.ListJ [data-left-center] .PromoSmall-wrapper,.ListJ [data-left-center] .PromoXSmall-wrapper,.ListK [data-left-center] .PromoSmall-wrapper,.ListK [data-left-center] .PromoXSmall-wrapper,.ListL [data-left-center] .PromoSmall-wrapper,.ListL [data-left-center] .PromoXSmall-wrapper,.ListLevelOverrides [data-left-center] .PromoSmall-wrapper,.ListLevelOverrides [data-left-center] .PromoXSmall-wrapper,.ListListicle [data-left-center] .PromoSmall-wrapper,.ListListicle [data-left-center] .PromoXSmall-wrapper,.ListListicleWithCount [data-left-center] .PromoSmall-wrapper,.ListListicleWithCount [data-left-center] .PromoXSmall-wrapper,.ListN [data-left-center] .PromoSmall-wrapper,.ListN [data-left-center] .PromoXSmall-wrapper,.ListO [data-left-center] .PromoSmall-wrapper,.ListO [data-left-center] .PromoXSmall-wrapper,.ListQ [data-left-center] .PromoSmall-wrapper,.ListQ [data-left-center] .PromoXSmall-wrapper,.ListR [data-left-center] .PromoSmall-wrapper,.ListR [data-left-center] .PromoXSmall-wrapper,.ListU [data-left-center] .PromoSmall-wrapper,.ListU [data-left-center] .PromoXSmall-wrapper,.ListV [data-left-center] .PromoSmall-wrapper,.ListV [data-left-center] .PromoXSmall-wrapper,.ListW [data-left-center] .PromoSmall-wrapper,.ListW [data-left-center] .PromoXSmall-wrapper,.ListX [data-left-center] .PromoSmall-wrapper,.ListX [data-left-center] .PromoXSmall-wrapper,.ListY [data-left-center] .PromoSmall-wrapper,.ListY [data-left-center] .PromoXSmall-wrapper,.ListZ [data-left-center] .PromoSmall-wrapper,.ListZ [data-left-center] .PromoXSmall-wrapper {
	-ms-flex-direction:row;
	flex-direction:row
}
.ListA [data-left-center] .PromoSmall-media,.ListA [data-left-center] .PromoXSmall-media,.ListAA [data-left-center] .PromoSmall-media,.ListAA [data-left-center] .PromoXSmall-media,.ListB [data-left-center] .PromoSmall-media,.ListB [data-left-center] .PromoXSmall-media,.ListC [data-left-center] .PromoSmall-media,.ListC [data-left-center] .PromoXSmall-media,.ListD [data-left-center] .PromoSmall-media,.ListD [data-left-center] .PromoXSmall-media,.ListE [data-left-center] .PromoSmall-media,.ListE [data-left-center] .PromoXSmall-media,.ListF [data-left-center] .PromoSmall-media,.ListF [data-left-center] .PromoXSmall-media,.ListG [data-left-center] .PromoSmall-media,.ListG [data-left-center] .PromoXSmall-media,.ListH [data-left-center] .PromoSmall-media,.ListH [data-left-center] .PromoXSmall-media,.ListI [data-left-center] .PromoSmall-media,.ListI [data-left-center] .PromoXSmall-media,.ListJ [data-left-center] .PromoSmall-media,.ListJ [data-left-center] .PromoXSmall-media,.ListK [data-left-center] .PromoSmall-media,.ListK [data-left-center] .PromoXSmall-media,.ListL [data-left-center] .PromoSmall-media,.ListL [data-left-center] .PromoXSmall-media,.ListLevelOverrides [data-left-center] .PromoSmall-media,.ListLevelOverrides [data-left-center] .PromoXSmall-media,.ListListicle [data-left-center] .PromoSmall-media,.ListListicle [data-left-center] .PromoXSmall-media,.ListListicleWithCount [data-left-center] .PromoSmall-media,.ListListicleWithCount [data-left-center] .PromoXSmall-media,.ListN [data-left-center] .PromoSmall-media,.ListN [data-left-center] .PromoXSmall-media,.ListO [data-left-center] .PromoSmall-media,.ListO [data-left-center] .PromoXSmall-media,.ListQ [data-left-center] .PromoSmall-media,.ListQ [data-left-center] .PromoXSmall-media,.ListR [data-left-center] .PromoSmall-media,.ListR [data-left-center] .PromoXSmall-media,.ListU [data-left-center] .PromoSmall-media,.ListU [data-left-center] .PromoXSmall-media,.ListV [data-left-center] .PromoSmall-media,.ListV [data-left-center] .PromoXSmall-media,.ListW [data-left-center] .PromoSmall-media,.ListW [data-left-center] .PromoXSmall-media,.ListX [data-left-center] .PromoSmall-media,.ListX [data-left-center] .PromoXSmall-media,.ListY [data-left-center] .PromoSmall-media,.ListY [data-left-center] .PromoXSmall-media,.ListZ [data-left-center] .PromoSmall-media,.ListZ [data-left-center] .PromoXSmall-media {
	-ms-flex-negative:0;
	flex-shrink:0;
	margin:0 20px 0 0;
	max-width:180px;
	width:36%
}
.ListA [data-left-center] .PromoLarge,.ListA [data-left-center] .PromoMedium,.ListA [data-left-center] .PromoXLarge,.ListAA [data-left-center] .PromoLarge,.ListAA [data-left-center] .PromoMedium,.ListAA [data-left-center] .PromoXLarge,.ListB [data-left-center] .PromoLarge,.ListB [data-left-center] .PromoMedium,.ListB [data-left-center] .PromoXLarge,.ListC [data-left-center] .PromoLarge,.ListC [data-left-center] .PromoMedium,.ListC [data-left-center] .PromoXLarge,.ListD [data-left-center] .PromoLarge,.ListD [data-left-center] .PromoMedium,.ListD [data-left-center] .PromoXLarge,.ListE [data-left-center] .PromoLarge,.ListE [data-left-center] .PromoMedium,.ListE [data-left-center] .PromoXLarge,.ListF [data-left-center] .PromoLarge,.ListF [data-left-center] .PromoMedium,.ListF [data-left-center] .PromoXLarge,.ListG [data-left-center] .PromoLarge,.ListG [data-left-center] .PromoMedium,.ListG [data-left-center] .PromoXLarge,.ListH [data-left-center] .PromoLarge,.ListH [data-left-center] .PromoMedium,.ListH [data-left-center] .PromoXLarge,.ListI [data-left-center] .PromoLarge,.ListI [data-left-center] .PromoMedium,.ListI [data-left-center] .PromoXLarge,.ListJ [data-left-center] .PromoLarge,.ListJ [data-left-center] .PromoMedium,.ListJ [data-left-center] .PromoXLarge,.ListK [data-left-center] .PromoLarge,.ListK [data-left-center] .PromoMedium,.ListK [data-left-center] .PromoXLarge,.ListL [data-left-center] .PromoLarge,.ListL [data-left-center] .PromoMedium,.ListL [data-left-center] .PromoXLarge,.ListLevelOverrides [data-left-center] .PromoLarge,.ListLevelOverrides [data-left-center] .PromoMedium,.ListLevelOverrides [data-left-center] .PromoXLarge,.ListListicle [data-left-center] .PromoLarge,.ListListicle [data-left-center] .PromoMedium,.ListListicle [data-left-center] .PromoXLarge,.ListListicleWithCount [data-left-center] .PromoLarge,.ListListicleWithCount [data-left-center] .PromoMedium,.ListListicleWithCount [data-left-center] .PromoXLarge,.ListN [data-left-center] .PromoLarge,.ListN [data-left-center] .PromoMedium,.ListN [data-left-center] .PromoXLarge,.ListO [data-left-center] .PromoLarge,.ListO [data-left-center] .PromoMedium,.ListO [data-left-center] .PromoXLarge,.ListQ [data-left-center] .PromoLarge,.ListQ [data-left-center] .PromoMedium,.ListQ [data-left-center] .PromoXLarge,.ListR [data-left-center] .PromoLarge,.ListR [data-left-center] .PromoMedium,.ListR [data-left-center] .PromoXLarge,.ListU [data-left-center] .PromoLarge,.ListU [data-left-center] .PromoMedium,.ListU [data-left-center] .PromoXLarge,.ListV [data-left-center] .PromoLarge,.ListV [data-left-center] .PromoMedium,.ListV [data-left-center] .PromoXLarge,.ListW [data-left-center] .PromoLarge,.ListW [data-left-center] .PromoMedium,.ListW [data-left-center] .PromoXLarge,.ListX [data-left-center] .PromoLarge,.ListX [data-left-center] .PromoMedium,.ListX [data-left-center] .PromoXLarge,.ListY [data-left-center] .PromoLarge,.ListY [data-left-center] .PromoMedium,.ListY [data-left-center] .PromoXLarge,.ListZ [data-left-center] .PromoLarge,.ListZ [data-left-center] .PromoMedium,.ListZ [data-left-center] .PromoXLarge {
	margin-bottom:-20px
}
.ListA [data-left-center] .PromoLarge-wrapper,.ListA [data-left-center] .PromoMedium-wrapper,.ListA [data-left-center] .PromoXLarge-wrapper,.ListAA [data-left-center] .PromoLarge-wrapper,.ListAA [data-left-center] .PromoMedium-wrapper,.ListAA [data-left-center] .PromoXLarge-wrapper,.ListB [data-left-center] .PromoLarge-wrapper,.ListB [data-left-center] .PromoMedium-wrapper,.ListB [data-left-center] .PromoXLarge-wrapper,.ListC [data-left-center] .PromoLarge-wrapper,.ListC [data-left-center] .PromoMedium-wrapper,.ListC [data-left-center] .PromoXLarge-wrapper,.ListD [data-left-center] .PromoLarge-wrapper,.ListD [data-left-center] .PromoMedium-wrapper,.ListD [data-left-center] .PromoXLarge-wrapper,.ListE [data-left-center] .PromoLarge-wrapper,.ListE [data-left-center] .PromoMedium-wrapper,.ListE [data-left-center] .PromoXLarge-wrapper,.ListF [data-left-center] .PromoLarge-wrapper,.ListF [data-left-center] .PromoMedium-wrapper,.ListF [data-left-center] .PromoXLarge-wrapper,.ListG [data-left-center] .PromoLarge-wrapper,.ListG [data-left-center] .PromoMedium-wrapper,.ListG [data-left-center] .PromoXLarge-wrapper,.ListH [data-left-center] .PromoLarge-wrapper,.ListH [data-left-center] .PromoMedium-wrapper,.ListH [data-left-center] .PromoXLarge-wrapper,.ListI [data-left-center] .PromoLarge-wrapper,.ListI [data-left-center] .PromoMedium-wrapper,.ListI [data-left-center] .PromoXLarge-wrapper,.ListJ [data-left-center] .PromoLarge-wrapper,.ListJ [data-left-center] .PromoMedium-wrapper,.ListJ [data-left-center] .PromoXLarge-wrapper,.ListK [data-left-center] .PromoLarge-wrapper,.ListK [data-left-center] .PromoMedium-wrapper,.ListK [data-left-center] .PromoXLarge-wrapper,.ListL [data-left-center] .PromoLarge-wrapper,.ListL [data-left-center] .PromoMedium-wrapper,.ListL [data-left-center] .PromoXLarge-wrapper,.ListLevelOverrides [data-left-center] .PromoLarge-wrapper,.ListLevelOverrides [data-left-center] .PromoMedium-wrapper,.ListLevelOverrides [data-left-center] .PromoXLarge-wrapper,.ListListicle [data-left-center] .PromoLarge-wrapper,.ListListicle [data-left-center] .PromoMedium-wrapper,.ListListicle [data-left-center] .PromoXLarge-wrapper,.ListListicleWithCount [data-left-center] .PromoLarge-wrapper,.ListListicleWithCount [data-left-center] .PromoMedium-wrapper,.ListListicleWithCount [data-left-center] .PromoXLarge-wrapper,.ListN [data-left-center] .PromoLarge-wrapper,.ListN [data-left-center] .PromoMedium-wrapper,.ListN [data-left-center] .PromoXLarge-wrapper,.ListO [data-left-center] .PromoLarge-wrapper,.ListO [data-left-center] .PromoMedium-wrapper,.ListO [data-left-center] .PromoXLarge-wrapper,.ListQ [data-left-center] .PromoLarge-wrapper,.ListQ [data-left-center] .PromoMedium-wrapper,.ListQ [data-left-center] .PromoXLarge-wrapper,.ListR [data-left-center] .PromoLarge-wrapper,.ListR [data-left-center] .PromoMedium-wrapper,.ListR [data-left-center] .PromoXLarge-wrapper,.ListU [data-left-center] .PromoLarge-wrapper,.ListU [data-left-center] .PromoMedium-wrapper,.ListU [data-left-center] .PromoXLarge-wrapper,.ListV [data-left-center] .PromoLarge-wrapper,.ListV [data-left-center] .PromoMedium-wrapper,.ListV [data-left-center] .PromoXLarge-wrapper,.ListW [data-left-center] .PromoLarge-wrapper,.ListW [data-left-center] .PromoMedium-wrapper,.ListW [data-left-center] .PromoXLarge-wrapper,.ListX [data-left-center] .PromoLarge-wrapper,.ListX [data-left-center] .PromoMedium-wrapper,.ListX [data-left-center] .PromoXLarge-wrapper,.ListY [data-left-center] .PromoLarge-wrapper,.ListY [data-left-center] .PromoMedium-wrapper,.ListY [data-left-center] .PromoXLarge-wrapper,.ListZ [data-left-center] .PromoLarge-wrapper,.ListZ [data-left-center] .PromoMedium-wrapper,.ListZ [data-left-center] .PromoXLarge-wrapper {
	display:block
}
.ListA [data-left-center] .PromoLarge-media,.ListA [data-left-center] .PromoMedium-media,.ListA [data-left-center] .PromoXLarge-media,.ListAA [data-left-center] .PromoLarge-media,.ListAA [data-left-center] .PromoMedium-media,.ListAA [data-left-center] .PromoXLarge-media,.ListB [data-left-center] .PromoLarge-media,.ListB [data-left-center] .PromoMedium-media,.ListB [data-left-center] .PromoXLarge-media,.ListC [data-left-center] .PromoLarge-media,.ListC [data-left-center] .PromoMedium-media,.ListC [data-left-center] .PromoXLarge-media,.ListD [data-left-center] .PromoLarge-media,.ListD [data-left-center] .PromoMedium-media,.ListD [data-left-center] .PromoXLarge-media,.ListE [data-left-center] .PromoLarge-media,.ListE [data-left-center] .PromoMedium-media,.ListE [data-left-center] .PromoXLarge-media,.ListF [data-left-center] .PromoLarge-media,.ListF [data-left-center] .PromoMedium-media,.ListF [data-left-center] .PromoXLarge-media,.ListG [data-left-center] .PromoLarge-media,.ListG [data-left-center] .PromoMedium-media,.ListG [data-left-center] .PromoXLarge-media,.ListH [data-left-center] .PromoLarge-media,.ListH [data-left-center] .PromoMedium-media,.ListH [data-left-center] .PromoXLarge-media,.ListI [data-left-center] .PromoLarge-media,.ListI [data-left-center] .PromoMedium-media,.ListI [data-left-center] .PromoXLarge-media,.ListJ [data-left-center] .PromoLarge-media,.ListJ [data-left-center] .PromoMedium-media,.ListJ [data-left-center] .PromoXLarge-media,.ListK [data-left-center] .PromoLarge-media,.ListK [data-left-center] .PromoMedium-media,.ListK [data-left-center] .PromoXLarge-media,.ListL [data-left-center] .PromoLarge-media,.ListL [data-left-center] .PromoMedium-media,.ListL [data-left-center] .PromoXLarge-media,.ListLevelOverrides [data-left-center] .PromoLarge-media,.ListLevelOverrides [data-left-center] .PromoMedium-media,.ListLevelOverrides [data-left-center] .PromoXLarge-media,.ListListicle [data-left-center] .PromoLarge-media,.ListListicle [data-left-center] .PromoMedium-media,.ListListicle [data-left-center] .PromoXLarge-media,.ListListicleWithCount [data-left-center] .PromoLarge-media,.ListListicleWithCount [data-left-center] .PromoMedium-media,.ListListicleWithCount [data-left-center] .PromoXLarge-media,.ListN [data-left-center] .PromoLarge-media,.ListN [data-left-center] .PromoMedium-media,.ListN [data-left-center] .PromoXLarge-media,.ListO [data-left-center] .PromoLarge-media,.ListO [data-left-center] .PromoMedium-media,.ListO [data-left-center] .PromoXLarge-media,.ListQ [data-left-center] .PromoLarge-media,.ListQ [data-left-center] .PromoMedium-media,.ListQ [data-left-center] .PromoXLarge-media,.ListR [data-left-center] .PromoLarge-media,.ListR [data-left-center] .PromoMedium-media,.ListR [data-left-center] .PromoXLarge-media,.ListU [data-left-center] .PromoLarge-media,.ListU [data-left-center] .PromoMedium-media,.ListU [data-left-center] .PromoXLarge-media,.ListV [data-left-center] .PromoLarge-media,.ListV [data-left-center] .PromoMedium-media,.ListV [data-left-center] .PromoXLarge-media,.ListW [data-left-center] .PromoLarge-media,.ListW [data-left-center] .PromoMedium-media,.ListW [data-left-center] .PromoXLarge-media,.ListX [data-left-center] .PromoLarge-media,.ListX [data-left-center] .PromoMedium-media,.ListX [data-left-center] .PromoXLarge-media,.ListY [data-left-center] .PromoLarge-media,.ListY [data-left-center] .PromoMedium-media,.ListY [data-left-center] .PromoXLarge-media,.ListZ [data-left-center] .PromoLarge-media,.ListZ [data-left-center] .PromoMedium-media,.ListZ [data-left-center] .PromoXLarge-media {
	float:right;
	margin:0 0 20px 20px;
	max-width:150px;
	width:35%
}
.ListA [data-left-center] .PromoLarge-content,.ListA [data-left-center] .PromoMedium-content,.ListA [data-left-center] .PromoXLarge-content,.ListAA [data-left-center] .PromoLarge-content,.ListAA [data-left-center] .PromoMedium-content,.ListAA [data-left-center] .PromoXLarge-content,.ListB [data-left-center] .PromoLarge-content,.ListB [data-left-center] .PromoMedium-content,.ListB [data-left-center] .PromoXLarge-content,.ListC [data-left-center] .PromoLarge-content,.ListC [data-left-center] .PromoMedium-content,.ListC [data-left-center] .PromoXLarge-content,.ListD [data-left-center] .PromoLarge-content,.ListD [data-left-center] .PromoMedium-content,.ListD [data-left-center] .PromoXLarge-content,.ListE [data-left-center] .PromoLarge-content,.ListE [data-left-center] .PromoMedium-content,.ListE [data-left-center] .PromoXLarge-content,.ListF [data-left-center] .PromoLarge-content,.ListF [data-left-center] .PromoMedium-content,.ListF [data-left-center] .PromoXLarge-content,.ListG [data-left-center] .PromoLarge-content,.ListG [data-left-center] .PromoMedium-content,.ListG [data-left-center] .PromoXLarge-content,.ListH [data-left-center] .PromoLarge-content,.ListH [data-left-center] .PromoMedium-content,.ListH [data-left-center] .PromoXLarge-content,.ListI [data-left-center] .PromoLarge-content,.ListI [data-left-center] .PromoMedium-content,.ListI [data-left-center] .PromoXLarge-content,.ListJ [data-left-center] .PromoLarge-content,.ListJ [data-left-center] .PromoMedium-content,.ListJ [data-left-center] .PromoXLarge-content,.ListK [data-left-center] .PromoLarge-content,.ListK [data-left-center] .PromoMedium-content,.ListK [data-left-center] .PromoXLarge-content,.ListL [data-left-center] .PromoLarge-content,.ListL [data-left-center] .PromoMedium-content,.ListL [data-left-center] .PromoXLarge-content,.ListLevelOverrides [data-left-center] .PromoLarge-content,.ListLevelOverrides [data-left-center] .PromoMedium-content,.ListLevelOverrides [data-left-center] .PromoXLarge-content,.ListListicle [data-left-center] .PromoLarge-content,.ListListicle [data-left-center] .PromoMedium-content,.ListListicle [data-left-center] .PromoXLarge-content,.ListListicleWithCount [data-left-center] .PromoLarge-content,.ListListicleWithCount [data-left-center] .PromoMedium-content,.ListListicleWithCount [data-left-center] .PromoXLarge-content,.ListN [data-left-center] .PromoLarge-content,.ListN [data-left-center] .PromoMedium-content,.ListN [data-left-center] .PromoXLarge-content,.ListO [data-left-center] .PromoLarge-content,.ListO [data-left-center] .PromoMedium-content,.ListO [data-left-center] .PromoXLarge-content,.ListQ [data-left-center] .PromoLarge-content,.ListQ [data-left-center] .PromoMedium-content,.ListQ [data-left-center] .PromoXLarge-content,.ListR [data-left-center] .PromoLarge-content,.ListR [data-left-center] .PromoMedium-content,.ListR [data-left-center] .PromoXLarge-content,.ListU [data-left-center] .PromoLarge-content,.ListU [data-left-center] .PromoMedium-content,.ListU [data-left-center] .PromoXLarge-content,.ListV [data-left-center] .PromoLarge-content,.ListV [data-left-center] .PromoMedium-content,.ListV [data-left-center] .PromoXLarge-content,.ListW [data-left-center] .PromoLarge-content,.ListW [data-left-center] .PromoMedium-content,.ListW [data-left-center] .PromoXLarge-content,.ListX [data-left-center] .PromoLarge-content,.ListX [data-left-center] .PromoMedium-content,.ListX [data-left-center] .PromoXLarge-content,.ListY [data-left-center] .PromoLarge-content,.ListY [data-left-center] .PromoMedium-content,.ListY [data-left-center] .PromoXLarge-content,.ListZ [data-left-center] .PromoLarge-content,.ListZ [data-left-center] .PromoMedium-content,.ListZ [data-left-center] .PromoXLarge-content {
	margin-bottom:20px
}
.ListA [data-text-align-center] .PromoLarge-content,.ListA [data-text-align-center] .PromoMedium-content,.ListA [data-text-align-center] .PromoSmall-content,.ListA [data-text-align-center] .PromoXLarge-content,.ListA [data-text-align-center] .PromoXSmall-content,.ListAA [data-text-align-center] .PromoLarge-content,.ListAA [data-text-align-center] .PromoMedium-content,.ListAA [data-text-align-center] .PromoSmall-content,.ListAA [data-text-align-center] .PromoXLarge-content,.ListAA [data-text-align-center] .PromoXSmall-content,.ListB [data-text-align-center] .PromoLarge-content,.ListB [data-text-align-center] .PromoMedium-content,.ListB [data-text-align-center] .PromoSmall-content,.ListB [data-text-align-center] .PromoXLarge-content,.ListB [data-text-align-center] .PromoXSmall-content,.ListC [data-text-align-center] .PromoLarge-content,.ListC [data-text-align-center] .PromoMedium-content,.ListC [data-text-align-center] .PromoSmall-content,.ListC [data-text-align-center] .PromoXLarge-content,.ListC [data-text-align-center] .PromoXSmall-content,.ListD [data-text-align-center] .PromoLarge-content,.ListD [data-text-align-center] .PromoMedium-content,.ListD [data-text-align-center] .PromoSmall-content,.ListD [data-text-align-center] .PromoXLarge-content,.ListD [data-text-align-center] .PromoXSmall-content,.ListE [data-text-align-center] .PromoLarge-content,.ListE [data-text-align-center] .PromoMedium-content,.ListE [data-text-align-center] .PromoSmall-content,.ListE [data-text-align-center] .PromoXLarge-content,.ListE [data-text-align-center] .PromoXSmall-content,.ListF [data-text-align-center] .PromoLarge-content,.ListF [data-text-align-center] .PromoMedium-content,.ListF [data-text-align-center] .PromoSmall-content,.ListF [data-text-align-center] .PromoXLarge-content,.ListF [data-text-align-center] .PromoXSmall-content,.ListG [data-text-align-center] .PromoLarge-content,.ListG [data-text-align-center] .PromoMedium-content,.ListG [data-text-align-center] .PromoSmall-content,.ListG [data-text-align-center] .PromoXLarge-content,.ListG [data-text-align-center] .PromoXSmall-content,.ListH [data-text-align-center] .PromoLarge-content,.ListH [data-text-align-center] .PromoMedium-content,.ListH [data-text-align-center] .PromoSmall-content,.ListH [data-text-align-center] .PromoXLarge-content,.ListH [data-text-align-center] .PromoXSmall-content,.ListI [data-text-align-center] .PromoLarge-content,.ListI [data-text-align-center] .PromoMedium-content,.ListI [data-text-align-center] .PromoSmall-content,.ListI [data-text-align-center] .PromoXLarge-content,.ListI [data-text-align-center] .PromoXSmall-content,.ListJ [data-text-align-center] .PromoLarge-content,.ListJ [data-text-align-center] .PromoMedium-content,.ListJ [data-text-align-center] .PromoSmall-content,.ListJ [data-text-align-center] .PromoXLarge-content,.ListJ [data-text-align-center] .PromoXSmall-content,.ListK [data-text-align-center] .PromoLarge-content,.ListK [data-text-align-center] .PromoMedium-content,.ListK [data-text-align-center] .PromoSmall-content,.ListK [data-text-align-center] .PromoXLarge-content,.ListK [data-text-align-center] .PromoXSmall-content,.ListL [data-text-align-center] .PromoLarge-content,.ListL [data-text-align-center] .PromoMedium-content,.ListL [data-text-align-center] .PromoSmall-content,.ListL [data-text-align-center] .PromoXLarge-content,.ListL [data-text-align-center] .PromoXSmall-content,.ListLevelOverrides [data-text-align-center] .PromoLarge-content,.ListLevelOverrides [data-text-align-center] .PromoMedium-content,.ListLevelOverrides [data-text-align-center] .PromoSmall-content,.ListLevelOverrides [data-text-align-center] .PromoXLarge-content,.ListLevelOverrides [data-text-align-center] .PromoXSmall-content,.ListListicle [data-text-align-center] .PromoLarge-content,.ListListicle [data-text-align-center] .PromoMedium-content,.ListListicle [data-text-align-center] .PromoSmall-content,.ListListicle [data-text-align-center] .PromoXLarge-content,.ListListicle [data-text-align-center] .PromoXSmall-content,.ListListicleWithCount [data-text-align-center] .PromoLarge-content,.ListListicleWithCount [data-text-align-center] .PromoMedium-content,.ListListicleWithCount [data-text-align-center] .PromoSmall-content,.ListListicleWithCount [data-text-align-center] .PromoXLarge-content,.ListListicleWithCount [data-text-align-center] .PromoXSmall-content,.ListN [data-text-align-center] .PromoLarge-content,.ListN [data-text-align-center] .PromoMedium-content,.ListN [data-text-align-center] .PromoSmall-content,.ListN [data-text-align-center] .PromoXLarge-content,.ListN [data-text-align-center] .PromoXSmall-content,.ListO [data-text-align-center] .PromoLarge-content,.ListO [data-text-align-center] .PromoMedium-content,.ListO [data-text-align-center] .PromoSmall-content,.ListO [data-text-align-center] .PromoXLarge-content,.ListO [data-text-align-center] .PromoXSmall-content,.ListQ [data-text-align-center] .PromoLarge-content,.ListQ [data-text-align-center] .PromoMedium-content,.ListQ [data-text-align-center] .PromoSmall-content,.ListQ [data-text-align-center] .PromoXLarge-content,.ListQ [data-text-align-center] .PromoXSmall-content,.ListR [data-text-align-center] .PromoLarge-content,.ListR [data-text-align-center] .PromoMedium-content,.ListR [data-text-align-center] .PromoSmall-content,.ListR [data-text-align-center] .PromoXLarge-content,.ListR [data-text-align-center] .PromoXSmall-content,.ListU [data-text-align-center] .PromoLarge-content,.ListU [data-text-align-center] .PromoMedium-content,.ListU [data-text-align-center] .PromoSmall-content,.ListU [data-text-align-center] .PromoXLarge-content,.ListU [data-text-align-center] .PromoXSmall-content,.ListV [data-text-align-center] .PromoLarge-content,.ListV [data-text-align-center] .PromoMedium-content,.ListV [data-text-align-center] .PromoSmall-content,.ListV [data-text-align-center] .PromoXLarge-content,.ListV [data-text-align-center] .PromoXSmall-content,.ListW [data-text-align-center] .PromoLarge-content,.ListW [data-text-align-center] .PromoMedium-content,.ListW [data-text-align-center] .PromoSmall-content,.ListW [data-text-align-center] .PromoXLarge-content,.ListW [data-text-align-center] .PromoXSmall-content,.ListX [data-text-align-center] .PromoLarge-content,.ListX [data-text-align-center] .PromoMedium-content,.ListX [data-text-align-center] .PromoSmall-content,.ListX [data-text-align-center] .PromoXLarge-content,.ListX [data-text-align-center] .PromoXSmall-content,.ListY [data-text-align-center] .PromoLarge-content,.ListY [data-text-align-center] .PromoMedium-content,.ListY [data-text-align-center] .PromoSmall-content,.ListY [data-text-align-center] .PromoXLarge-content,.ListY [data-text-align-center] .PromoXSmall-content,.ListZ [data-text-align-center] .PromoLarge-content,.ListZ [data-text-align-center] .PromoMedium-content,.ListZ [data-text-align-center] .PromoSmall-content,.ListZ [data-text-align-center] .PromoXLarge-content,.ListZ [data-text-align-center] .PromoXSmall-content {
	text-align:center
}
.ListA [data-text-align-right] .PromoLarge-content,.ListA [data-text-align-right] .PromoMedium-content,.ListA [data-text-align-right] .PromoSmall-content,.ListA [data-text-align-right] .PromoXLarge-content,.ListA [data-text-align-right] .PromoXSmall-content,.ListAA [data-text-align-right] .PromoLarge-content,.ListAA [data-text-align-right] .PromoMedium-content,.ListAA [data-text-align-right] .PromoSmall-content,.ListAA [data-text-align-right] .PromoXLarge-content,.ListAA [data-text-align-right] .PromoXSmall-content,.ListB [data-text-align-right] .PromoLarge-content,.ListB [data-text-align-right] .PromoMedium-content,.ListB [data-text-align-right] .PromoSmall-content,.ListB [data-text-align-right] .PromoXLarge-content,.ListB [data-text-align-right] .PromoXSmall-content,.ListC [data-text-align-right] .PromoLarge-content,.ListC [data-text-align-right] .PromoMedium-content,.ListC [data-text-align-right] .PromoSmall-content,.ListC [data-text-align-right] .PromoXLarge-content,.ListC [data-text-align-right] .PromoXSmall-content,.ListD [data-text-align-right] .PromoLarge-content,.ListD [data-text-align-right] .PromoMedium-content,.ListD [data-text-align-right] .PromoSmall-content,.ListD [data-text-align-right] .PromoXLarge-content,.ListD [data-text-align-right] .PromoXSmall-content,.ListE [data-text-align-right] .PromoLarge-content,.ListE [data-text-align-right] .PromoMedium-content,.ListE [data-text-align-right] .PromoSmall-content,.ListE [data-text-align-right] .PromoXLarge-content,.ListE [data-text-align-right] .PromoXSmall-content,.ListF [data-text-align-right] .PromoLarge-content,.ListF [data-text-align-right] .PromoMedium-content,.ListF [data-text-align-right] .PromoSmall-content,.ListF [data-text-align-right] .PromoXLarge-content,.ListF [data-text-align-right] .PromoXSmall-content,.ListG [data-text-align-right] .PromoLarge-content,.ListG [data-text-align-right] .PromoMedium-content,.ListG [data-text-align-right] .PromoSmall-content,.ListG [data-text-align-right] .PromoXLarge-content,.ListG [data-text-align-right] .PromoXSmall-content,.ListH [data-text-align-right] .PromoLarge-content,.ListH [data-text-align-right] .PromoMedium-content,.ListH [data-text-align-right] .PromoSmall-content,.ListH [data-text-align-right] .PromoXLarge-content,.ListH [data-text-align-right] .PromoXSmall-content,.ListI [data-text-align-right] .PromoLarge-content,.ListI [data-text-align-right] .PromoMedium-content,.ListI [data-text-align-right] .PromoSmall-content,.ListI [data-text-align-right] .PromoXLarge-content,.ListI [data-text-align-right] .PromoXSmall-content,.ListJ [data-text-align-right] .PromoLarge-content,.ListJ [data-text-align-right] .PromoMedium-content,.ListJ [data-text-align-right] .PromoSmall-content,.ListJ [data-text-align-right] .PromoXLarge-content,.ListJ [data-text-align-right] .PromoXSmall-content,.ListK [data-text-align-right] .PromoLarge-content,.ListK [data-text-align-right] .PromoMedium-content,.ListK [data-text-align-right] .PromoSmall-content,.ListK [data-text-align-right] .PromoXLarge-content,.ListK [data-text-align-right] .PromoXSmall-content,.ListL [data-text-align-right] .PromoLarge-content,.ListL [data-text-align-right] .PromoMedium-content,.ListL [data-text-align-right] .PromoSmall-content,.ListL [data-text-align-right] .PromoXLarge-content,.ListL [data-text-align-right] .PromoXSmall-content,.ListLevelOverrides [data-text-align-right] .PromoLarge-content,.ListLevelOverrides [data-text-align-right] .PromoMedium-content,.ListLevelOverrides [data-text-align-right] .PromoSmall-content,.ListLevelOverrides [data-text-align-right] .PromoXLarge-content,.ListLevelOverrides [data-text-align-right] .PromoXSmall-content,.ListListicle [data-text-align-right] .PromoLarge-content,.ListListicle [data-text-align-right] .PromoMedium-content,.ListListicle [data-text-align-right] .PromoSmall-content,.ListListicle [data-text-align-right] .PromoXLarge-content,.ListListicle [data-text-align-right] .PromoXSmall-content,.ListListicleWithCount [data-text-align-right] .PromoLarge-content,.ListListicleWithCount [data-text-align-right] .PromoMedium-content,.ListListicleWithCount [data-text-align-right] .PromoSmall-content,.ListListicleWithCount [data-text-align-right] .PromoXLarge-content,.ListListicleWithCount [data-text-align-right] .PromoXSmall-content,.ListN [data-text-align-right] .PromoLarge-content,.ListN [data-text-align-right] .PromoMedium-content,.ListN [data-text-align-right] .PromoSmall-content,.ListN [data-text-align-right] .PromoXLarge-content,.ListN [data-text-align-right] .PromoXSmall-content,.ListO [data-text-align-right] .PromoLarge-content,.ListO [data-text-align-right] .PromoMedium-content,.ListO [data-text-align-right] .PromoSmall-content,.ListO [data-text-align-right] .PromoXLarge-content,.ListO [data-text-align-right] .PromoXSmall-content,.ListQ [data-text-align-right] .PromoLarge-content,.ListQ [data-text-align-right] .PromoMedium-content,.ListQ [data-text-align-right] .PromoSmall-content,.ListQ [data-text-align-right] .PromoXLarge-content,.ListQ [data-text-align-right] .PromoXSmall-content,.ListR [data-text-align-right] .PromoLarge-content,.ListR [data-text-align-right] .PromoMedium-content,.ListR [data-text-align-right] .PromoSmall-content,.ListR [data-text-align-right] .PromoXLarge-content,.ListR [data-text-align-right] .PromoXSmall-content,.ListU [data-text-align-right] .PromoLarge-content,.ListU [data-text-align-right] .PromoMedium-content,.ListU [data-text-align-right] .PromoSmall-content,.ListU [data-text-align-right] .PromoXLarge-content,.ListU [data-text-align-right] .PromoXSmall-content,.ListV [data-text-align-right] .PromoLarge-content,.ListV [data-text-align-right] .PromoMedium-content,.ListV [data-text-align-right] .PromoSmall-content,.ListV [data-text-align-right] .PromoXLarge-content,.ListV [data-text-align-right] .PromoXSmall-content,.ListW [data-text-align-right] .PromoLarge-content,.ListW [data-text-align-right] .PromoMedium-content,.ListW [data-text-align-right] .PromoSmall-content,.ListW [data-text-align-right] .PromoXLarge-content,.ListW [data-text-align-right] .PromoXSmall-content,.ListX [data-text-align-right] .PromoLarge-content,.ListX [data-text-align-right] .PromoMedium-content,.ListX [data-text-align-right] .PromoSmall-content,.ListX [data-text-align-right] .PromoXLarge-content,.ListX [data-text-align-right] .PromoXSmall-content,.ListY [data-text-align-right] .PromoLarge-content,.ListY [data-text-align-right] .PromoMedium-content,.ListY [data-text-align-right] .PromoSmall-content,.ListY [data-text-align-right] .PromoXLarge-content,.ListY [data-text-align-right] .PromoXSmall-content,.ListZ [data-text-align-right] .PromoLarge-content,.ListZ [data-text-align-right] .PromoMedium-content,.ListZ [data-text-align-right] .PromoSmall-content,.ListZ [data-text-align-right] .PromoXLarge-content,.ListZ [data-text-align-right] .PromoXSmall-content {
	text-align:right
}
@media only screen and (min-width:768px) {
	.ListA [data-bottom-right] .PromoLarge-media,.ListA [data-bottom-right] .PromoMedium-media,.ListA [data-bottom-right] .PromoXLarge-media,.ListA [data-top-right] .PromoLarge-media,.ListA [data-top-right] .PromoMedium-media,.ListA [data-top-right] .PromoXLarge-media,.ListAA [data-bottom-right] .PromoLarge-media,.ListAA [data-bottom-right] .PromoMedium-media,.ListAA [data-bottom-right] .PromoXLarge-media,.ListAA [data-top-right] .PromoLarge-media,.ListAA [data-top-right] .PromoMedium-media,.ListAA [data-top-right] .PromoXLarge-media,.ListB [data-bottom-right] .PromoLarge-media,.ListB [data-bottom-right] .PromoMedium-media,.ListB [data-bottom-right] .PromoXLarge-media,.ListB [data-top-right] .PromoLarge-media,.ListB [data-top-right] .PromoMedium-media,.ListB [data-top-right] .PromoXLarge-media,.ListC [data-bottom-right] .PromoLarge-media,.ListC [data-bottom-right] .PromoMedium-media,.ListC [data-bottom-right] .PromoXLarge-media,.ListC [data-top-right] .PromoLarge-media,.ListC [data-top-right] .PromoMedium-media,.ListC [data-top-right] .PromoXLarge-media,.ListD [data-bottom-right] .PromoLarge-media,.ListD [data-bottom-right] .PromoMedium-media,.ListD [data-bottom-right] .PromoXLarge-media,.ListD [data-top-right] .PromoLarge-media,.ListD [data-top-right] .PromoMedium-media,.ListD [data-top-right] .PromoXLarge-media,.ListE [data-bottom-right] .PromoLarge-media,.ListE [data-bottom-right] .PromoMedium-media,.ListE [data-bottom-right] .PromoXLarge-media,.ListE [data-top-right] .PromoLarge-media,.ListE [data-top-right] .PromoMedium-media,.ListE [data-top-right] .PromoXLarge-media,.ListF [data-bottom-right] .PromoLarge-media,.ListF [data-bottom-right] .PromoMedium-media,.ListF [data-bottom-right] .PromoXLarge-media,.ListF [data-top-right] .PromoLarge-media,.ListF [data-top-right] .PromoMedium-media,.ListF [data-top-right] .PromoXLarge-media,.ListG [data-bottom-right] .PromoLarge-media,.ListG [data-bottom-right] .PromoMedium-media,.ListG [data-bottom-right] .PromoXLarge-media,.ListG [data-top-right] .PromoLarge-media,.ListG [data-top-right] .PromoMedium-media,.ListG [data-top-right] .PromoXLarge-media,.ListH [data-bottom-right] .PromoLarge-media,.ListH [data-bottom-right] .PromoMedium-media,.ListH [data-bottom-right] .PromoXLarge-media,.ListH [data-top-right] .PromoLarge-media,.ListH [data-top-right] .PromoMedium-media,.ListH [data-top-right] .PromoXLarge-media,.ListI [data-bottom-right] .PromoLarge-media,.ListI [data-bottom-right] .PromoMedium-media,.ListI [data-bottom-right] .PromoXLarge-media,.ListI [data-top-right] .PromoLarge-media,.ListI [data-top-right] .PromoMedium-media,.ListI [data-top-right] .PromoXLarge-media,.ListJ [data-bottom-right] .PromoLarge-media,.ListJ [data-bottom-right] .PromoMedium-media,.ListJ [data-bottom-right] .PromoXLarge-media,.ListJ [data-top-right] .PromoLarge-media,.ListJ [data-top-right] .PromoMedium-media,.ListJ [data-top-right] .PromoXLarge-media,.ListK [data-bottom-right] .PromoLarge-media,.ListK [data-bottom-right] .PromoMedium-media,.ListK [data-bottom-right] .PromoXLarge-media,.ListK [data-top-right] .PromoLarge-media,.ListK [data-top-right] .PromoMedium-media,.ListK [data-top-right] .PromoXLarge-media,.ListL [data-bottom-right] .PromoLarge-media,.ListL [data-bottom-right] .PromoMedium-media,.ListL [data-bottom-right] .PromoXLarge-media,.ListL [data-top-right] .PromoLarge-media,.ListL [data-top-right] .PromoMedium-media,.ListL [data-top-right] .PromoXLarge-media,.ListLevelOverrides [data-bottom-right] .PromoLarge-media,.ListLevelOverrides [data-bottom-right] .PromoMedium-media,.ListLevelOverrides [data-bottom-right] .PromoXLarge-media,.ListLevelOverrides [data-top-right] .PromoLarge-media,.ListLevelOverrides [data-top-right] .PromoMedium-media,.ListLevelOverrides [data-top-right] .PromoXLarge-media,.ListListicle [data-bottom-right] .PromoLarge-media,.ListListicle [data-bottom-right] .PromoMedium-media,.ListListicle [data-bottom-right] .PromoXLarge-media,.ListListicle [data-top-right] .PromoLarge-media,.ListListicle [data-top-right] .PromoMedium-media,.ListListicle [data-top-right] .PromoXLarge-media,.ListListicleWithCount [data-bottom-right] .PromoLarge-media,.ListListicleWithCount [data-bottom-right] .PromoMedium-media,.ListListicleWithCount [data-bottom-right] .PromoXLarge-media,.ListListicleWithCount [data-top-right] .PromoLarge-media,.ListListicleWithCount [data-top-right] .PromoMedium-media,.ListListicleWithCount [data-top-right] .PromoXLarge-media,.ListN [data-bottom-right] .PromoLarge-media,.ListN [data-bottom-right] .PromoMedium-media,.ListN [data-bottom-right] .PromoXLarge-media,.ListN [data-top-right] .PromoLarge-media,.ListN [data-top-right] .PromoMedium-media,.ListN [data-top-right] .PromoXLarge-media,.ListO [data-bottom-right] .PromoLarge-media,.ListO [data-bottom-right] .PromoMedium-media,.ListO [data-bottom-right] .PromoXLarge-media,.ListO [data-top-right] .PromoLarge-media,.ListO [data-top-right] .PromoMedium-media,.ListO [data-top-right] .PromoXLarge-media,.ListQ [data-bottom-right] .PromoLarge-media,.ListQ [data-bottom-right] .PromoMedium-media,.ListQ [data-bottom-right] .PromoXLarge-media,.ListQ [data-top-right] .PromoLarge-media,.ListQ [data-top-right] .PromoMedium-media,.ListQ [data-top-right] .PromoXLarge-media,.ListR [data-bottom-right] .PromoLarge-media,.ListR [data-bottom-right] .PromoMedium-media,.ListR [data-bottom-right] .PromoXLarge-media,.ListR [data-top-right] .PromoLarge-media,.ListR [data-top-right] .PromoMedium-media,.ListR [data-top-right] .PromoXLarge-media,.ListU [data-bottom-right] .PromoLarge-media,.ListU [data-bottom-right] .PromoMedium-media,.ListU [data-bottom-right] .PromoXLarge-media,.ListU [data-top-right] .PromoLarge-media,.ListU [data-top-right] .PromoMedium-media,.ListU [data-top-right] .PromoXLarge-media,.ListV [data-bottom-right] .PromoLarge-media,.ListV [data-bottom-right] .PromoMedium-media,.ListV [data-bottom-right] .PromoXLarge-media,.ListV [data-top-right] .PromoLarge-media,.ListV [data-top-right] .PromoMedium-media,.ListV [data-top-right] .PromoXLarge-media,.ListW [data-bottom-right] .PromoLarge-media,.ListW [data-bottom-right] .PromoMedium-media,.ListW [data-bottom-right] .PromoXLarge-media,.ListW [data-top-right] .PromoLarge-media,.ListW [data-top-right] .PromoMedium-media,.ListW [data-top-right] .PromoXLarge-media,.ListX [data-bottom-right] .PromoLarge-media,.ListX [data-bottom-right] .PromoMedium-media,.ListX [data-bottom-right] .PromoXLarge-media,.ListX [data-top-right] .PromoLarge-media,.ListX [data-top-right] .PromoMedium-media,.ListX [data-top-right] .PromoXLarge-media,.ListY [data-bottom-right] .PromoLarge-media,.ListY [data-bottom-right] .PromoMedium-media,.ListY [data-bottom-right] .PromoXLarge-media,.ListY [data-top-right] .PromoLarge-media,.ListY [data-top-right] .PromoMedium-media,.ListY [data-top-right] .PromoXLarge-media,.ListZ [data-bottom-right] .PromoLarge-media,.ListZ [data-bottom-right] .PromoMedium-media,.ListZ [data-bottom-right] .PromoXLarge-media,.ListZ [data-top-right] .PromoLarge-media,.ListZ [data-top-right] .PromoMedium-media,.ListZ [data-top-right] .PromoXLarge-media {
		width:50%
	}
	.ListA [data-left-center] .PromoLarge-media,.ListA [data-left-center] .PromoMedium-media,.ListA [data-left-center] .PromoXLarge-media,.ListA [data-right-center] .PromoLarge-media,.ListA [data-right-center] .PromoMedium-media,.ListA [data-right-center] .PromoXLarge-media,.ListAA [data-left-center] .PromoLarge-media,.ListAA [data-left-center] .PromoMedium-media,.ListAA [data-left-center] .PromoXLarge-media,.ListAA [data-right-center] .PromoLarge-media,.ListAA [data-right-center] .PromoMedium-media,.ListAA [data-right-center] .PromoXLarge-media,.ListB [data-left-center] .PromoLarge-media,.ListB [data-left-center] .PromoMedium-media,.ListB [data-left-center] .PromoXLarge-media,.ListB [data-right-center] .PromoLarge-media,.ListB [data-right-center] .PromoMedium-media,.ListB [data-right-center] .PromoXLarge-media,.ListC [data-left-center] .PromoLarge-media,.ListC [data-left-center] .PromoMedium-media,.ListC [data-left-center] .PromoXLarge-media,.ListC [data-right-center] .PromoLarge-media,.ListC [data-right-center] .PromoMedium-media,.ListC [data-right-center] .PromoXLarge-media,.ListD [data-left-center] .PromoLarge-media,.ListD [data-left-center] .PromoMedium-media,.ListD [data-left-center] .PromoXLarge-media,.ListD [data-right-center] .PromoLarge-media,.ListD [data-right-center] .PromoMedium-media,.ListD [data-right-center] .PromoXLarge-media,.ListE [data-left-center] .PromoLarge-media,.ListE [data-left-center] .PromoMedium-media,.ListE [data-left-center] .PromoXLarge-media,.ListE [data-right-center] .PromoLarge-media,.ListE [data-right-center] .PromoMedium-media,.ListE [data-right-center] .PromoXLarge-media,.ListF [data-left-center] .PromoLarge-media,.ListF [data-left-center] .PromoMedium-media,.ListF [data-left-center] .PromoXLarge-media,.ListF [data-right-center] .PromoLarge-media,.ListF [data-right-center] .PromoMedium-media,.ListF [data-right-center] .PromoXLarge-media,.ListG [data-left-center] .PromoLarge-media,.ListG [data-left-center] .PromoMedium-media,.ListG [data-left-center] .PromoXLarge-media,.ListG [data-right-center] .PromoLarge-media,.ListG [data-right-center] .PromoMedium-media,.ListG [data-right-center] .PromoXLarge-media,.ListH [data-left-center] .PromoLarge-media,.ListH [data-left-center] .PromoMedium-media,.ListH [data-left-center] .PromoXLarge-media,.ListH [data-right-center] .PromoLarge-media,.ListH [data-right-center] .PromoMedium-media,.ListH [data-right-center] .PromoXLarge-media,.ListI [data-left-center] .PromoLarge-media,.ListI [data-left-center] .PromoMedium-media,.ListI [data-left-center] .PromoXLarge-media,.ListI [data-right-center] .PromoLarge-media,.ListI [data-right-center] .PromoMedium-media,.ListI [data-right-center] .PromoXLarge-media,.ListJ [data-left-center] .PromoLarge-media,.ListJ [data-left-center] .PromoMedium-media,.ListJ [data-left-center] .PromoXLarge-media,.ListJ [data-right-center] .PromoLarge-media,.ListJ [data-right-center] .PromoMedium-media,.ListJ [data-right-center] .PromoXLarge-media,.ListK [data-left-center] .PromoLarge-media,.ListK [data-left-center] .PromoMedium-media,.ListK [data-left-center] .PromoXLarge-media,.ListK [data-right-center] .PromoLarge-media,.ListK [data-right-center] .PromoMedium-media,.ListK [data-right-center] .PromoXLarge-media,.ListL [data-left-center] .PromoLarge-media,.ListL [data-left-center] .PromoMedium-media,.ListL [data-left-center] .PromoXLarge-media,.ListL [data-right-center] .PromoLarge-media,.ListL [data-right-center] .PromoMedium-media,.ListL [data-right-center] .PromoXLarge-media,.ListLevelOverrides [data-left-center] .PromoLarge-media,.ListLevelOverrides [data-left-center] .PromoMedium-media,.ListLevelOverrides [data-left-center] .PromoXLarge-media,.ListLevelOverrides [data-right-center] .PromoLarge-media,.ListLevelOverrides [data-right-center] .PromoMedium-media,.ListLevelOverrides [data-right-center] .PromoXLarge-media,.ListListicle [data-left-center] .PromoLarge-media,.ListListicle [data-left-center] .PromoMedium-media,.ListListicle [data-left-center] .PromoXLarge-media,.ListListicle [data-right-center] .PromoLarge-media,.ListListicle [data-right-center] .PromoMedium-media,.ListListicle [data-right-center] .PromoXLarge-media,.ListListicleWithCount [data-left-center] .PromoLarge-media,.ListListicleWithCount [data-left-center] .PromoMedium-media,.ListListicleWithCount [data-left-center] .PromoXLarge-media,.ListListicleWithCount [data-right-center] .PromoLarge-media,.ListListicleWithCount [data-right-center] .PromoMedium-media,.ListListicleWithCount [data-right-center] .PromoXLarge-media,.ListN [data-left-center] .PromoLarge-media,.ListN [data-left-center] .PromoMedium-media,.ListN [data-left-center] .PromoXLarge-media,.ListN [data-right-center] .PromoLarge-media,.ListN [data-right-center] .PromoMedium-media,.ListN [data-right-center] .PromoXLarge-media,.ListO [data-left-center] .PromoLarge-media,.ListO [data-left-center] .PromoMedium-media,.ListO [data-left-center] .PromoXLarge-media,.ListO [data-right-center] .PromoLarge-media,.ListO [data-right-center] .PromoMedium-media,.ListO [data-right-center] .PromoXLarge-media,.ListQ [data-left-center] .PromoLarge-media,.ListQ [data-left-center] .PromoMedium-media,.ListQ [data-left-center] .PromoXLarge-media,.ListQ [data-right-center] .PromoLarge-media,.ListQ [data-right-center] .PromoMedium-media,.ListQ [data-right-center] .PromoXLarge-media,.ListR [data-left-center] .PromoLarge-media,.ListR [data-left-center] .PromoMedium-media,.ListR [data-left-center] .PromoXLarge-media,.ListR [data-right-center] .PromoLarge-media,.ListR [data-right-center] .PromoMedium-media,.ListR [data-right-center] .PromoXLarge-media,.ListU [data-left-center] .PromoLarge-media,.ListU [data-left-center] .PromoMedium-media,.ListU [data-left-center] .PromoXLarge-media,.ListU [data-right-center] .PromoLarge-media,.ListU [data-right-center] .PromoMedium-media,.ListU [data-right-center] .PromoXLarge-media,.ListV [data-left-center] .PromoLarge-media,.ListV [data-left-center] .PromoMedium-media,.ListV [data-left-center] .PromoXLarge-media,.ListV [data-right-center] .PromoLarge-media,.ListV [data-right-center] .PromoMedium-media,.ListV [data-right-center] .PromoXLarge-media,.ListW [data-left-center] .PromoLarge-media,.ListW [data-left-center] .PromoMedium-media,.ListW [data-left-center] .PromoXLarge-media,.ListW [data-right-center] .PromoLarge-media,.ListW [data-right-center] .PromoMedium-media,.ListW [data-right-center] .PromoXLarge-media,.ListX [data-left-center] .PromoLarge-media,.ListX [data-left-center] .PromoMedium-media,.ListX [data-left-center] .PromoXLarge-media,.ListX [data-right-center] .PromoLarge-media,.ListX [data-right-center] .PromoMedium-media,.ListX [data-right-center] .PromoXLarge-media,.ListY [data-left-center] .PromoLarge-media,.ListY [data-left-center] .PromoMedium-media,.ListY [data-left-center] .PromoXLarge-media,.ListY [data-right-center] .PromoLarge-media,.ListY [data-right-center] .PromoMedium-media,.ListY [data-right-center] .PromoXLarge-media,.ListZ [data-left-center] .PromoLarge-media,.ListZ [data-left-center] .PromoMedium-media,.ListZ [data-left-center] .PromoXLarge-media,.ListZ [data-right-center] .PromoLarge-media,.ListZ [data-right-center] .PromoMedium-media,.ListZ [data-right-center] .PromoXLarge-media {
		max-width:270px;
		min-width:270px
	}
	.ListA [data-right-center] .PromoLarge,.ListA [data-right-center] .PromoMedium,.ListA [data-right-center] .PromoXLarge,.ListAA [data-right-center] .PromoLarge,.ListAA [data-right-center] .PromoMedium,.ListAA [data-right-center] .PromoXLarge,.ListB [data-right-center] .PromoLarge,.ListB [data-right-center] .PromoMedium,.ListB [data-right-center] .PromoXLarge,.ListC [data-right-center] .PromoLarge,.ListC [data-right-center] .PromoMedium,.ListC [data-right-center] .PromoXLarge,.ListD [data-right-center] .PromoLarge,.ListD [data-right-center] .PromoMedium,.ListD [data-right-center] .PromoXLarge,.ListE [data-right-center] .PromoLarge,.ListE [data-right-center] .PromoMedium,.ListE [data-right-center] .PromoXLarge,.ListF [data-right-center] .PromoLarge,.ListF [data-right-center] .PromoMedium,.ListF [data-right-center] .PromoXLarge,.ListG [data-right-center] .PromoLarge,.ListG [data-right-center] .PromoMedium,.ListG [data-right-center] .PromoXLarge,.ListH [data-right-center] .PromoLarge,.ListH [data-right-center] .PromoMedium,.ListH [data-right-center] .PromoXLarge,.ListI [data-right-center] .PromoLarge,.ListI [data-right-center] .PromoMedium,.ListI [data-right-center] .PromoXLarge,.ListJ [data-right-center] .PromoLarge,.ListJ [data-right-center] .PromoMedium,.ListJ [data-right-center] .PromoXLarge,.ListK [data-right-center] .PromoLarge,.ListK [data-right-center] .PromoMedium,.ListK [data-right-center] .PromoXLarge,.ListL [data-right-center] .PromoLarge,.ListL [data-right-center] .PromoMedium,.ListL [data-right-center] .PromoXLarge,.ListLevelOverrides [data-right-center] .PromoLarge,.ListLevelOverrides [data-right-center] .PromoMedium,.ListLevelOverrides [data-right-center] .PromoXLarge,.ListListicle [data-right-center] .PromoLarge,.ListListicle [data-right-center] .PromoMedium,.ListListicle [data-right-center] .PromoXLarge,.ListListicleWithCount [data-right-center] .PromoLarge,.ListListicleWithCount [data-right-center] .PromoMedium,.ListListicleWithCount [data-right-center] .PromoXLarge,.ListN [data-right-center] .PromoLarge,.ListN [data-right-center] .PromoMedium,.ListN [data-right-center] .PromoXLarge,.ListO [data-right-center] .PromoLarge,.ListO [data-right-center] .PromoMedium,.ListO [data-right-center] .PromoXLarge,.ListQ [data-right-center] .PromoLarge,.ListQ [data-right-center] .PromoMedium,.ListQ [data-right-center] .PromoXLarge,.ListR [data-right-center] .PromoLarge,.ListR [data-right-center] .PromoMedium,.ListR [data-right-center] .PromoXLarge,.ListU [data-right-center] .PromoLarge,.ListU [data-right-center] .PromoMedium,.ListU [data-right-center] .PromoXLarge,.ListV [data-right-center] .PromoLarge,.ListV [data-right-center] .PromoMedium,.ListV [data-right-center] .PromoXLarge,.ListW [data-right-center] .PromoLarge,.ListW [data-right-center] .PromoMedium,.ListW [data-right-center] .PromoXLarge,.ListX [data-right-center] .PromoLarge,.ListX [data-right-center] .PromoMedium,.ListX [data-right-center] .PromoXLarge,.ListY [data-right-center] .PromoLarge,.ListY [data-right-center] .PromoMedium,.ListY [data-right-center] .PromoXLarge,.ListZ [data-right-center] .PromoLarge,.ListZ [data-right-center] .PromoMedium,.ListZ [data-right-center] .PromoXLarge {
		margin:0
	}
	.ListA [data-right-center] .PromoLarge-wrapper,.ListA [data-right-center] .PromoMedium-wrapper,.ListA [data-right-center] .PromoXLarge-wrapper,.ListAA [data-right-center] .PromoLarge-wrapper,.ListAA [data-right-center] .PromoMedium-wrapper,.ListAA [data-right-center] .PromoXLarge-wrapper,.ListB [data-right-center] .PromoLarge-wrapper,.ListB [data-right-center] .PromoMedium-wrapper,.ListB [data-right-center] .PromoXLarge-wrapper,.ListC [data-right-center] .PromoLarge-wrapper,.ListC [data-right-center] .PromoMedium-wrapper,.ListC [data-right-center] .PromoXLarge-wrapper,.ListD [data-right-center] .PromoLarge-wrapper,.ListD [data-right-center] .PromoMedium-wrapper,.ListD [data-right-center] .PromoXLarge-wrapper,.ListE [data-right-center] .PromoLarge-wrapper,.ListE [data-right-center] .PromoMedium-wrapper,.ListE [data-right-center] .PromoXLarge-wrapper,.ListF [data-right-center] .PromoLarge-wrapper,.ListF [data-right-center] .PromoMedium-wrapper,.ListF [data-right-center] .PromoXLarge-wrapper,.ListG [data-right-center] .PromoLarge-wrapper,.ListG [data-right-center] .PromoMedium-wrapper,.ListG [data-right-center] .PromoXLarge-wrapper,.ListH [data-right-center] .PromoLarge-wrapper,.ListH [data-right-center] .PromoMedium-wrapper,.ListH [data-right-center] .PromoXLarge-wrapper,.ListI [data-right-center] .PromoLarge-wrapper,.ListI [data-right-center] .PromoMedium-wrapper,.ListI [data-right-center] .PromoXLarge-wrapper,.ListJ [data-right-center] .PromoLarge-wrapper,.ListJ [data-right-center] .PromoMedium-wrapper,.ListJ [data-right-center] .PromoXLarge-wrapper,.ListK [data-right-center] .PromoLarge-wrapper,.ListK [data-right-center] .PromoMedium-wrapper,.ListK [data-right-center] .PromoXLarge-wrapper,.ListL [data-right-center] .PromoLarge-wrapper,.ListL [data-right-center] .PromoMedium-wrapper,.ListL [data-right-center] .PromoXLarge-wrapper,.ListLevelOverrides [data-right-center] .PromoLarge-wrapper,.ListLevelOverrides [data-right-center] .PromoMedium-wrapper,.ListLevelOverrides [data-right-center] .PromoXLarge-wrapper,.ListListicle [data-right-center] .PromoLarge-wrapper,.ListListicle [data-right-center] .PromoMedium-wrapper,.ListListicle [data-right-center] .PromoXLarge-wrapper,.ListListicleWithCount [data-right-center] .PromoLarge-wrapper,.ListListicleWithCount [data-right-center] .PromoMedium-wrapper,.ListListicleWithCount [data-right-center] .PromoXLarge-wrapper,.ListN [data-right-center] .PromoLarge-wrapper,.ListN [data-right-center] .PromoMedium-wrapper,.ListN [data-right-center] .PromoXLarge-wrapper,.ListO [data-right-center] .PromoLarge-wrapper,.ListO [data-right-center] .PromoMedium-wrapper,.ListO [data-right-center] .PromoXLarge-wrapper,.ListQ [data-right-center] .PromoLarge-wrapper,.ListQ [data-right-center] .PromoMedium-wrapper,.ListQ [data-right-center] .PromoXLarge-wrapper,.ListR [data-right-center] .PromoLarge-wrapper,.ListR [data-right-center] .PromoMedium-wrapper,.ListR [data-right-center] .PromoXLarge-wrapper,.ListU [data-right-center] .PromoLarge-wrapper,.ListU [data-right-center] .PromoMedium-wrapper,.ListU [data-right-center] .PromoXLarge-wrapper,.ListV [data-right-center] .PromoLarge-wrapper,.ListV [data-right-center] .PromoMedium-wrapper,.ListV [data-right-center] .PromoXLarge-wrapper,.ListW [data-right-center] .PromoLarge-wrapper,.ListW [data-right-center] .PromoMedium-wrapper,.ListW [data-right-center] .PromoXLarge-wrapper,.ListX [data-right-center] .PromoLarge-wrapper,.ListX [data-right-center] .PromoMedium-wrapper,.ListX [data-right-center] .PromoXLarge-wrapper,.ListY [data-right-center] .PromoLarge-wrapper,.ListY [data-right-center] .PromoMedium-wrapper,.ListY [data-right-center] .PromoXLarge-wrapper,.ListZ [data-right-center] .PromoLarge-wrapper,.ListZ [data-right-center] .PromoMedium-wrapper,.ListZ [data-right-center] .PromoXLarge-wrapper {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-direction:row-reverse;
		flex-direction:row-reverse
	}
	.ListA [data-right-center] .PromoLarge-media,.ListA [data-right-center] .PromoMedium-media,.ListA [data-right-center] .PromoXLarge-media,.ListAA [data-right-center] .PromoLarge-media,.ListAA [data-right-center] .PromoMedium-media,.ListAA [data-right-center] .PromoXLarge-media,.ListB [data-right-center] .PromoLarge-media,.ListB [data-right-center] .PromoMedium-media,.ListB [data-right-center] .PromoXLarge-media,.ListC [data-right-center] .PromoLarge-media,.ListC [data-right-center] .PromoMedium-media,.ListC [data-right-center] .PromoXLarge-media,.ListD [data-right-center] .PromoLarge-media,.ListD [data-right-center] .PromoMedium-media,.ListD [data-right-center] .PromoXLarge-media,.ListE [data-right-center] .PromoLarge-media,.ListE [data-right-center] .PromoMedium-media,.ListE [data-right-center] .PromoXLarge-media,.ListF [data-right-center] .PromoLarge-media,.ListF [data-right-center] .PromoMedium-media,.ListF [data-right-center] .PromoXLarge-media,.ListG [data-right-center] .PromoLarge-media,.ListG [data-right-center] .PromoMedium-media,.ListG [data-right-center] .PromoXLarge-media,.ListH [data-right-center] .PromoLarge-media,.ListH [data-right-center] .PromoMedium-media,.ListH [data-right-center] .PromoXLarge-media,.ListI [data-right-center] .PromoLarge-media,.ListI [data-right-center] .PromoMedium-media,.ListI [data-right-center] .PromoXLarge-media,.ListJ [data-right-center] .PromoLarge-media,.ListJ [data-right-center] .PromoMedium-media,.ListJ [data-right-center] .PromoXLarge-media,.ListK [data-right-center] .PromoLarge-media,.ListK [data-right-center] .PromoMedium-media,.ListK [data-right-center] .PromoXLarge-media,.ListL [data-right-center] .PromoLarge-media,.ListL [data-right-center] .PromoMedium-media,.ListL [data-right-center] .PromoXLarge-media,.ListLevelOverrides [data-right-center] .PromoLarge-media,.ListLevelOverrides [data-right-center] .PromoMedium-media,.ListLevelOverrides [data-right-center] .PromoXLarge-media,.ListListicle [data-right-center] .PromoLarge-media,.ListListicle [data-right-center] .PromoMedium-media,.ListListicle [data-right-center] .PromoXLarge-media,.ListListicleWithCount [data-right-center] .PromoLarge-media,.ListListicleWithCount [data-right-center] .PromoMedium-media,.ListListicleWithCount [data-right-center] .PromoXLarge-media,.ListN [data-right-center] .PromoLarge-media,.ListN [data-right-center] .PromoMedium-media,.ListN [data-right-center] .PromoXLarge-media,.ListO [data-right-center] .PromoLarge-media,.ListO [data-right-center] .PromoMedium-media,.ListO [data-right-center] .PromoXLarge-media,.ListQ [data-right-center] .PromoLarge-media,.ListQ [data-right-center] .PromoMedium-media,.ListQ [data-right-center] .PromoXLarge-media,.ListR [data-right-center] .PromoLarge-media,.ListR [data-right-center] .PromoMedium-media,.ListR [data-right-center] .PromoXLarge-media,.ListU [data-right-center] .PromoLarge-media,.ListU [data-right-center] .PromoMedium-media,.ListU [data-right-center] .PromoXLarge-media,.ListV [data-right-center] .PromoLarge-media,.ListV [data-right-center] .PromoMedium-media,.ListV [data-right-center] .PromoXLarge-media,.ListW [data-right-center] .PromoLarge-media,.ListW [data-right-center] .PromoMedium-media,.ListW [data-right-center] .PromoXLarge-media,.ListX [data-right-center] .PromoLarge-media,.ListX [data-right-center] .PromoMedium-media,.ListX [data-right-center] .PromoXLarge-media,.ListY [data-right-center] .PromoLarge-media,.ListY [data-right-center] .PromoMedium-media,.ListY [data-right-center] .PromoXLarge-media,.ListZ [data-right-center] .PromoLarge-media,.ListZ [data-right-center] .PromoMedium-media,.ListZ [data-right-center] .PromoXLarge-media {
		float:none;
		margin:0 0 0 20px;
		width:100%
	}
	.ListA [data-right-center] .PromoLarge-content,.ListA [data-right-center] .PromoMedium-content,.ListA [data-right-center] .PromoXLarge-content,.ListAA [data-right-center] .PromoLarge-content,.ListAA [data-right-center] .PromoMedium-content,.ListAA [data-right-center] .PromoXLarge-content,.ListB [data-right-center] .PromoLarge-content,.ListB [data-right-center] .PromoMedium-content,.ListB [data-right-center] .PromoXLarge-content,.ListC [data-right-center] .PromoLarge-content,.ListC [data-right-center] .PromoMedium-content,.ListC [data-right-center] .PromoXLarge-content,.ListD [data-right-center] .PromoLarge-content,.ListD [data-right-center] .PromoMedium-content,.ListD [data-right-center] .PromoXLarge-content,.ListE [data-right-center] .PromoLarge-content,.ListE [data-right-center] .PromoMedium-content,.ListE [data-right-center] .PromoXLarge-content,.ListF [data-right-center] .PromoLarge-content,.ListF [data-right-center] .PromoMedium-content,.ListF [data-right-center] .PromoXLarge-content,.ListG [data-right-center] .PromoLarge-content,.ListG [data-right-center] .PromoMedium-content,.ListG [data-right-center] .PromoXLarge-content,.ListH [data-right-center] .PromoLarge-content,.ListH [data-right-center] .PromoMedium-content,.ListH [data-right-center] .PromoXLarge-content,.ListI [data-right-center] .PromoLarge-content,.ListI [data-right-center] .PromoMedium-content,.ListI [data-right-center] .PromoXLarge-content,.ListJ [data-right-center] .PromoLarge-content,.ListJ [data-right-center] .PromoMedium-content,.ListJ [data-right-center] .PromoXLarge-content,.ListK [data-right-center] .PromoLarge-content,.ListK [data-right-center] .PromoMedium-content,.ListK [data-right-center] .PromoXLarge-content,.ListL [data-right-center] .PromoLarge-content,.ListL [data-right-center] .PromoMedium-content,.ListL [data-right-center] .PromoXLarge-content,.ListLevelOverrides [data-right-center] .PromoLarge-content,.ListLevelOverrides [data-right-center] .PromoMedium-content,.ListLevelOverrides [data-right-center] .PromoXLarge-content,.ListListicle [data-right-center] .PromoLarge-content,.ListListicle [data-right-center] .PromoMedium-content,.ListListicle [data-right-center] .PromoXLarge-content,.ListListicleWithCount [data-right-center] .PromoLarge-content,.ListListicleWithCount [data-right-center] .PromoMedium-content,.ListListicleWithCount [data-right-center] .PromoXLarge-content,.ListN [data-right-center] .PromoLarge-content,.ListN [data-right-center] .PromoMedium-content,.ListN [data-right-center] .PromoXLarge-content,.ListO [data-right-center] .PromoLarge-content,.ListO [data-right-center] .PromoMedium-content,.ListO [data-right-center] .PromoXLarge-content,.ListQ [data-right-center] .PromoLarge-content,.ListQ [data-right-center] .PromoMedium-content,.ListQ [data-right-center] .PromoXLarge-content,.ListR [data-right-center] .PromoLarge-content,.ListR [data-right-center] .PromoMedium-content,.ListR [data-right-center] .PromoXLarge-content,.ListU [data-right-center] .PromoLarge-content,.ListU [data-right-center] .PromoMedium-content,.ListU [data-right-center] .PromoXLarge-content,.ListV [data-right-center] .PromoLarge-content,.ListV [data-right-center] .PromoMedium-content,.ListV [data-right-center] .PromoXLarge-content,.ListW [data-right-center] .PromoLarge-content,.ListW [data-right-center] .PromoMedium-content,.ListW [data-right-center] .PromoXLarge-content,.ListX [data-right-center] .PromoLarge-content,.ListX [data-right-center] .PromoMedium-content,.ListX [data-right-center] .PromoXLarge-content,.ListY [data-right-center] .PromoLarge-content,.ListY [data-right-center] .PromoMedium-content,.ListY [data-right-center] .PromoXLarge-content,.ListZ [data-right-center] .PromoLarge-content,.ListZ [data-right-center] .PromoMedium-content,.ListZ [data-right-center] .PromoXLarge-content {
		margin-bottom:0
	}
	.ListA [data-left-center] .PromoLarge,.ListA [data-left-center] .PromoMedium,.ListA [data-left-center] .PromoXLarge,.ListAA [data-left-center] .PromoLarge,.ListAA [data-left-center] .PromoMedium,.ListAA [data-left-center] .PromoXLarge,.ListB [data-left-center] .PromoLarge,.ListB [data-left-center] .PromoMedium,.ListB [data-left-center] .PromoXLarge,.ListC [data-left-center] .PromoLarge,.ListC [data-left-center] .PromoMedium,.ListC [data-left-center] .PromoXLarge,.ListD [data-left-center] .PromoLarge,.ListD [data-left-center] .PromoMedium,.ListD [data-left-center] .PromoXLarge,.ListE [data-left-center] .PromoLarge,.ListE [data-left-center] .PromoMedium,.ListE [data-left-center] .PromoXLarge,.ListF [data-left-center] .PromoLarge,.ListF [data-left-center] .PromoMedium,.ListF [data-left-center] .PromoXLarge,.ListG [data-left-center] .PromoLarge,.ListG [data-left-center] .PromoMedium,.ListG [data-left-center] .PromoXLarge,.ListH [data-left-center] .PromoLarge,.ListH [data-left-center] .PromoMedium,.ListH [data-left-center] .PromoXLarge,.ListI [data-left-center] .PromoLarge,.ListI [data-left-center] .PromoMedium,.ListI [data-left-center] .PromoXLarge,.ListJ [data-left-center] .PromoLarge,.ListJ [data-left-center] .PromoMedium,.ListJ [data-left-center] .PromoXLarge,.ListK [data-left-center] .PromoLarge,.ListK [data-left-center] .PromoMedium,.ListK [data-left-center] .PromoXLarge,.ListL [data-left-center] .PromoLarge,.ListL [data-left-center] .PromoMedium,.ListL [data-left-center] .PromoXLarge,.ListLevelOverrides [data-left-center] .PromoLarge,.ListLevelOverrides [data-left-center] .PromoMedium,.ListLevelOverrides [data-left-center] .PromoXLarge,.ListListicle [data-left-center] .PromoLarge,.ListListicle [data-left-center] .PromoMedium,.ListListicle [data-left-center] .PromoXLarge,.ListListicleWithCount [data-left-center] .PromoLarge,.ListListicleWithCount [data-left-center] .PromoMedium,.ListListicleWithCount [data-left-center] .PromoXLarge,.ListN [data-left-center] .PromoLarge,.ListN [data-left-center] .PromoMedium,.ListN [data-left-center] .PromoXLarge,.ListO [data-left-center] .PromoLarge,.ListO [data-left-center] .PromoMedium,.ListO [data-left-center] .PromoXLarge,.ListQ [data-left-center] .PromoLarge,.ListQ [data-left-center] .PromoMedium,.ListQ [data-left-center] .PromoXLarge,.ListR [data-left-center] .PromoLarge,.ListR [data-left-center] .PromoMedium,.ListR [data-left-center] .PromoXLarge,.ListU [data-left-center] .PromoLarge,.ListU [data-left-center] .PromoMedium,.ListU [data-left-center] .PromoXLarge,.ListV [data-left-center] .PromoLarge,.ListV [data-left-center] .PromoMedium,.ListV [data-left-center] .PromoXLarge,.ListW [data-left-center] .PromoLarge,.ListW [data-left-center] .PromoMedium,.ListW [data-left-center] .PromoXLarge,.ListX [data-left-center] .PromoLarge,.ListX [data-left-center] .PromoMedium,.ListX [data-left-center] .PromoXLarge,.ListY [data-left-center] .PromoLarge,.ListY [data-left-center] .PromoMedium,.ListY [data-left-center] .PromoXLarge,.ListZ [data-left-center] .PromoLarge,.ListZ [data-left-center] .PromoMedium,.ListZ [data-left-center] .PromoXLarge {
		margin:0
	}
	.ListA [data-left-center] .PromoLarge-wrapper,.ListA [data-left-center] .PromoMedium-wrapper,.ListA [data-left-center] .PromoXLarge-wrapper,.ListAA [data-left-center] .PromoLarge-wrapper,.ListAA [data-left-center] .PromoMedium-wrapper,.ListAA [data-left-center] .PromoXLarge-wrapper,.ListB [data-left-center] .PromoLarge-wrapper,.ListB [data-left-center] .PromoMedium-wrapper,.ListB [data-left-center] .PromoXLarge-wrapper,.ListC [data-left-center] .PromoLarge-wrapper,.ListC [data-left-center] .PromoMedium-wrapper,.ListC [data-left-center] .PromoXLarge-wrapper,.ListD [data-left-center] .PromoLarge-wrapper,.ListD [data-left-center] .PromoMedium-wrapper,.ListD [data-left-center] .PromoXLarge-wrapper,.ListE [data-left-center] .PromoLarge-wrapper,.ListE [data-left-center] .PromoMedium-wrapper,.ListE [data-left-center] .PromoXLarge-wrapper,.ListF [data-left-center] .PromoLarge-wrapper,.ListF [data-left-center] .PromoMedium-wrapper,.ListF [data-left-center] .PromoXLarge-wrapper,.ListG [data-left-center] .PromoLarge-wrapper,.ListG [data-left-center] .PromoMedium-wrapper,.ListG [data-left-center] .PromoXLarge-wrapper,.ListH [data-left-center] .PromoLarge-wrapper,.ListH [data-left-center] .PromoMedium-wrapper,.ListH [data-left-center] .PromoXLarge-wrapper,.ListI [data-left-center] .PromoLarge-wrapper,.ListI [data-left-center] .PromoMedium-wrapper,.ListI [data-left-center] .PromoXLarge-wrapper,.ListJ [data-left-center] .PromoLarge-wrapper,.ListJ [data-left-center] .PromoMedium-wrapper,.ListJ [data-left-center] .PromoXLarge-wrapper,.ListK [data-left-center] .PromoLarge-wrapper,.ListK [data-left-center] .PromoMedium-wrapper,.ListK [data-left-center] .PromoXLarge-wrapper,.ListL [data-left-center] .PromoLarge-wrapper,.ListL [data-left-center] .PromoMedium-wrapper,.ListL [data-left-center] .PromoXLarge-wrapper,.ListLevelOverrides [data-left-center] .PromoLarge-wrapper,.ListLevelOverrides [data-left-center] .PromoMedium-wrapper,.ListLevelOverrides [data-left-center] .PromoXLarge-wrapper,.ListListicle [data-left-center] .PromoLarge-wrapper,.ListListicle [data-left-center] .PromoMedium-wrapper,.ListListicle [data-left-center] .PromoXLarge-wrapper,.ListListicleWithCount [data-left-center] .PromoLarge-wrapper,.ListListicleWithCount [data-left-center] .PromoMedium-wrapper,.ListListicleWithCount [data-left-center] .PromoXLarge-wrapper,.ListN [data-left-center] .PromoLarge-wrapper,.ListN [data-left-center] .PromoMedium-wrapper,.ListN [data-left-center] .PromoXLarge-wrapper,.ListO [data-left-center] .PromoLarge-wrapper,.ListO [data-left-center] .PromoMedium-wrapper,.ListO [data-left-center] .PromoXLarge-wrapper,.ListQ [data-left-center] .PromoLarge-wrapper,.ListQ [data-left-center] .PromoMedium-wrapper,.ListQ [data-left-center] .PromoXLarge-wrapper,.ListR [data-left-center] .PromoLarge-wrapper,.ListR [data-left-center] .PromoMedium-wrapper,.ListR [data-left-center] .PromoXLarge-wrapper,.ListU [data-left-center] .PromoLarge-wrapper,.ListU [data-left-center] .PromoMedium-wrapper,.ListU [data-left-center] .PromoXLarge-wrapper,.ListV [data-left-center] .PromoLarge-wrapper,.ListV [data-left-center] .PromoMedium-wrapper,.ListV [data-left-center] .PromoXLarge-wrapper,.ListW [data-left-center] .PromoLarge-wrapper,.ListW [data-left-center] .PromoMedium-wrapper,.ListW [data-left-center] .PromoXLarge-wrapper,.ListX [data-left-center] .PromoLarge-wrapper,.ListX [data-left-center] .PromoMedium-wrapper,.ListX [data-left-center] .PromoXLarge-wrapper,.ListY [data-left-center] .PromoLarge-wrapper,.ListY [data-left-center] .PromoMedium-wrapper,.ListY [data-left-center] .PromoXLarge-wrapper,.ListZ [data-left-center] .PromoLarge-wrapper,.ListZ [data-left-center] .PromoMedium-wrapper,.ListZ [data-left-center] .PromoXLarge-wrapper {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-direction:row;
		flex-direction:row
	}
	.ListA [data-left-center] .PromoLarge-media,.ListA [data-left-center] .PromoMedium-media,.ListA [data-left-center] .PromoXLarge-media,.ListAA [data-left-center] .PromoLarge-media,.ListAA [data-left-center] .PromoMedium-media,.ListAA [data-left-center] .PromoXLarge-media,.ListB [data-left-center] .PromoLarge-media,.ListB [data-left-center] .PromoMedium-media,.ListB [data-left-center] .PromoXLarge-media,.ListC [data-left-center] .PromoLarge-media,.ListC [data-left-center] .PromoMedium-media,.ListC [data-left-center] .PromoXLarge-media,.ListD [data-left-center] .PromoLarge-media,.ListD [data-left-center] .PromoMedium-media,.ListD [data-left-center] .PromoXLarge-media,.ListE [data-left-center] .PromoLarge-media,.ListE [data-left-center] .PromoMedium-media,.ListE [data-left-center] .PromoXLarge-media,.ListF [data-left-center] .PromoLarge-media,.ListF [data-left-center] .PromoMedium-media,.ListF [data-left-center] .PromoXLarge-media,.ListG [data-left-center] .PromoLarge-media,.ListG [data-left-center] .PromoMedium-media,.ListG [data-left-center] .PromoXLarge-media,.ListH [data-left-center] .PromoLarge-media,.ListH [data-left-center] .PromoMedium-media,.ListH [data-left-center] .PromoXLarge-media,.ListI [data-left-center] .PromoLarge-media,.ListI [data-left-center] .PromoMedium-media,.ListI [data-left-center] .PromoXLarge-media,.ListJ [data-left-center] .PromoLarge-media,.ListJ [data-left-center] .PromoMedium-media,.ListJ [data-left-center] .PromoXLarge-media,.ListK [data-left-center] .PromoLarge-media,.ListK [data-left-center] .PromoMedium-media,.ListK [data-left-center] .PromoXLarge-media,.ListL [data-left-center] .PromoLarge-media,.ListL [data-left-center] .PromoMedium-media,.ListL [data-left-center] .PromoXLarge-media,.ListLevelOverrides [data-left-center] .PromoLarge-media,.ListLevelOverrides [data-left-center] .PromoMedium-media,.ListLevelOverrides [data-left-center] .PromoXLarge-media,.ListListicle [data-left-center] .PromoLarge-media,.ListListicle [data-left-center] .PromoMedium-media,.ListListicle [data-left-center] .PromoXLarge-media,.ListListicleWithCount [data-left-center] .PromoLarge-media,.ListListicleWithCount [data-left-center] .PromoMedium-media,.ListListicleWithCount [data-left-center] .PromoXLarge-media,.ListN [data-left-center] .PromoLarge-media,.ListN [data-left-center] .PromoMedium-media,.ListN [data-left-center] .PromoXLarge-media,.ListO [data-left-center] .PromoLarge-media,.ListO [data-left-center] .PromoMedium-media,.ListO [data-left-center] .PromoXLarge-media,.ListQ [data-left-center] .PromoLarge-media,.ListQ [data-left-center] .PromoMedium-media,.ListQ [data-left-center] .PromoXLarge-media,.ListR [data-left-center] .PromoLarge-media,.ListR [data-left-center] .PromoMedium-media,.ListR [data-left-center] .PromoXLarge-media,.ListU [data-left-center] .PromoLarge-media,.ListU [data-left-center] .PromoMedium-media,.ListU [data-left-center] .PromoXLarge-media,.ListV [data-left-center] .PromoLarge-media,.ListV [data-left-center] .PromoMedium-media,.ListV [data-left-center] .PromoXLarge-media,.ListW [data-left-center] .PromoLarge-media,.ListW [data-left-center] .PromoMedium-media,.ListW [data-left-center] .PromoXLarge-media,.ListX [data-left-center] .PromoLarge-media,.ListX [data-left-center] .PromoMedium-media,.ListX [data-left-center] .PromoXLarge-media,.ListY [data-left-center] .PromoLarge-media,.ListY [data-left-center] .PromoMedium-media,.ListY [data-left-center] .PromoXLarge-media,.ListZ [data-left-center] .PromoLarge-media,.ListZ [data-left-center] .PromoMedium-media,.ListZ [data-left-center] .PromoXLarge-media {
		float:none;
		margin:0 20px 0 0;
		-ms-flex-order:1;
		order:1;
		width:100%
	}
	.ListA [data-left-center] .PromoLarge-content,.ListA [data-left-center] .PromoMedium-content,.ListA [data-left-center] .PromoXLarge-content,.ListAA [data-left-center] .PromoLarge-content,.ListAA [data-left-center] .PromoMedium-content,.ListAA [data-left-center] .PromoXLarge-content,.ListB [data-left-center] .PromoLarge-content,.ListB [data-left-center] .PromoMedium-content,.ListB [data-left-center] .PromoXLarge-content,.ListC [data-left-center] .PromoLarge-content,.ListC [data-left-center] .PromoMedium-content,.ListC [data-left-center] .PromoXLarge-content,.ListD [data-left-center] .PromoLarge-content,.ListD [data-left-center] .PromoMedium-content,.ListD [data-left-center] .PromoXLarge-content,.ListE [data-left-center] .PromoLarge-content,.ListE [data-left-center] .PromoMedium-content,.ListE [data-left-center] .PromoXLarge-content,.ListF [data-left-center] .PromoLarge-content,.ListF [data-left-center] .PromoMedium-content,.ListF [data-left-center] .PromoXLarge-content,.ListG [data-left-center] .PromoLarge-content,.ListG [data-left-center] .PromoMedium-content,.ListG [data-left-center] .PromoXLarge-content,.ListH [data-left-center] .PromoLarge-content,.ListH [data-left-center] .PromoMedium-content,.ListH [data-left-center] .PromoXLarge-content,.ListI [data-left-center] .PromoLarge-content,.ListI [data-left-center] .PromoMedium-content,.ListI [data-left-center] .PromoXLarge-content,.ListJ [data-left-center] .PromoLarge-content,.ListJ [data-left-center] .PromoMedium-content,.ListJ [data-left-center] .PromoXLarge-content,.ListK [data-left-center] .PromoLarge-content,.ListK [data-left-center] .PromoMedium-content,.ListK [data-left-center] .PromoXLarge-content,.ListL [data-left-center] .PromoLarge-content,.ListL [data-left-center] .PromoMedium-content,.ListL [data-left-center] .PromoXLarge-content,.ListLevelOverrides [data-left-center] .PromoLarge-content,.ListLevelOverrides [data-left-center] .PromoMedium-content,.ListLevelOverrides [data-left-center] .PromoXLarge-content,.ListListicle [data-left-center] .PromoLarge-content,.ListListicle [data-left-center] .PromoMedium-content,.ListListicle [data-left-center] .PromoXLarge-content,.ListListicleWithCount [data-left-center] .PromoLarge-content,.ListListicleWithCount [data-left-center] .PromoMedium-content,.ListListicleWithCount [data-left-center] .PromoXLarge-content,.ListN [data-left-center] .PromoLarge-content,.ListN [data-left-center] .PromoMedium-content,.ListN [data-left-center] .PromoXLarge-content,.ListO [data-left-center] .PromoLarge-content,.ListO [data-left-center] .PromoMedium-content,.ListO [data-left-center] .PromoXLarge-content,.ListQ [data-left-center] .PromoLarge-content,.ListQ [data-left-center] .PromoMedium-content,.ListQ [data-left-center] .PromoXLarge-content,.ListR [data-left-center] .PromoLarge-content,.ListR [data-left-center] .PromoMedium-content,.ListR [data-left-center] .PromoXLarge-content,.ListU [data-left-center] .PromoLarge-content,.ListU [data-left-center] .PromoMedium-content,.ListU [data-left-center] .PromoXLarge-content,.ListV [data-left-center] .PromoLarge-content,.ListV [data-left-center] .PromoMedium-content,.ListV [data-left-center] .PromoXLarge-content,.ListW [data-left-center] .PromoLarge-content,.ListW [data-left-center] .PromoMedium-content,.ListW [data-left-center] .PromoXLarge-content,.ListX [data-left-center] .PromoLarge-content,.ListX [data-left-center] .PromoMedium-content,.ListX [data-left-center] .PromoXLarge-content,.ListY [data-left-center] .PromoLarge-content,.ListY [data-left-center] .PromoMedium-content,.ListY [data-left-center] .PromoXLarge-content,.ListZ [data-left-center] .PromoLarge-content,.ListZ [data-left-center] .PromoMedium-content,.ListZ [data-left-center] .PromoXLarge-content {
		margin-bottom:0
	}
}
.Form-header,.ListA-header,.ListAA-header,.ListB-header,.ListC-header,.ListD-header,.ListE-header,.ListF-header,.ListG-header,.ListH-header,.ListHeader,.ListI-header,.ListK-header,.ListL-header,.ListListicle-header,.ListListicleWithCount-header,.ListM-header,.ListN-header,.ListO-header,.ListQ-header,.ListT-header,.ListU-header,.ListV-header,.ListX-header,.ListY-header,.ListZ-header,.VideoModule-header,.WeatherModule-current-header,.WeatherModule-map-header,.WeatherModule-schedule-header {
	-ms-flex-align:center;
	align-items:center;
	border-bottom:1px solid var(--gridBorderColor);
	border-top:2px solid var(--listBorderColor);
	display:-ms-flexbox;
	display:flex;
	height:40px;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin:0 -20px 20px;
	padding:0 20px
}
.Form-header-title,.ListA-header-title,.ListAA-header-title,.ListB-header-title,.ListC-header-title,.ListD-header-title,.ListE-header-title,.ListF-header-title,.ListG-header-title,.ListH-header-title,.ListHeader-title,.ListI-header-title,.ListK-header-title,.ListL-header-title,.ListListicle-header-title,.ListListicleWithCount-header-title,.ListM-header-title,.ListN-header-title,.ListO-header-title,.ListQ-header-title,.ListT-header-title,.ListU-header-title,.ListV-header-title,.ListX-header-title,.ListY-header-title,.ListZ-header-title,.VideoModule-header-title,.WeatherModule-current-header-title,.WeatherModule-map-header-title,.WeatherModule-schedule-header-title {
	color:var(--secondaryColor6);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--label-2);
	font-weight:700;
	text-transform:uppercase;
	position:relative;
	top:2px
}
.Form-header-title a,.ListA-header-title a,.ListAA-header-title a,.ListB-header-title a,.ListC-header-title a,.ListD-header-title a,.ListE-header-title a,.ListF-header-title a,.ListG-header-title a,.ListH-header-title a,.ListHeader-title a,.ListI-header-title a,.ListK-header-title a,.ListL-header-title a,.ListListicle-header-title a,.ListListicleWithCount-header-title a,.ListM-header-title a,.ListN-header-title a,.ListO-header-title a,.ListQ-header-title a,.ListT-header-title a,.ListU-header-title a,.ListV-header-title a,.ListX-header-title a,.ListY-header-title a,.ListZ-header-title a,.VideoModule-header-title a,.WeatherModule-current-header-title a,.WeatherModule-map-header-title a,.WeatherModule-schedule-header-title a {
	color:var(--secondaryColor6)
}
.Form-header-title svg,.ListA-header-title svg,.ListAA-header-title svg,.ListB-header-title svg,.ListC-header-title svg,.ListD-header-title svg,.ListE-header-title svg,.ListF-header-title svg,.ListG-header-title svg,.ListH-header-title svg,.ListHeader-title svg,.ListI-header-title svg,.ListK-header-title svg,.ListL-header-title svg,.ListListicle-header-title svg,.ListListicleWithCount-header-title svg,.ListM-header-title svg,.ListN-header-title svg,.ListO-header-title svg,.ListQ-header-title svg,.ListT-header-title svg,.ListU-header-title svg,.ListV-header-title svg,.ListX-header-title svg,.ListY-header-title svg,.ListZ-header-title svg,.VideoModule-header-title svg,.WeatherModule-current-header-title svg,.WeatherModule-map-header-title svg,.WeatherModule-schedule-header-title svg {
	fill:var(--secondaryColor6);
	height:17px;
	position:relative;
	top:-1.5px;
	width:10px;
	margin-left:5px
}
.Form-header-title:hover>a,.ListA-header-title:hover>a,.ListAA-header-title:hover>a,.ListB-header-title:hover>a,.ListC-header-title:hover>a,.ListD-header-title:hover>a,.ListE-header-title:hover>a,.ListF-header-title:hover>a,.ListG-header-title:hover>a,.ListH-header-title:hover>a,.ListHeader-title:hover>a,.ListI-header-title:hover>a,.ListK-header-title:hover>a,.ListL-header-title:hover>a,.ListListicle-header-title:hover>a,.ListListicleWithCount-header-title:hover>a,.ListM-header-title:hover>a,.ListN-header-title:hover>a,.ListO-header-title:hover>a,.ListQ-header-title:hover>a,.ListT-header-title:hover>a,.ListU-header-title:hover>a,.ListV-header-title:hover>a,.ListX-header-title:hover>a,.ListY-header-title:hover>a,.ListZ-header-title:hover>a,.VideoModule-header-title:hover>a,.WeatherModule-current-header-title:hover>a,.WeatherModule-map-header-title:hover>a,.WeatherModule-schedule-header-title:hover>a {
	color:var(--brandColor)
}
.Form-header-title:hover svg,.ListA-header-title:hover svg,.ListAA-header-title:hover svg,.ListB-header-title:hover svg,.ListC-header-title:hover svg,.ListD-header-title:hover svg,.ListE-header-title:hover svg,.ListF-header-title:hover svg,.ListG-header-title:hover svg,.ListH-header-title:hover svg,.ListHeader-title:hover svg,.ListI-header-title:hover svg,.ListK-header-title:hover svg,.ListL-header-title:hover svg,.ListListicle-header-title:hover svg,.ListListicleWithCount-header-title:hover svg,.ListM-header-title:hover svg,.ListN-header-title:hover svg,.ListO-header-title:hover svg,.ListQ-header-title:hover svg,.ListT-header-title:hover svg,.ListU-header-title:hover svg,.ListV-header-title:hover svg,.ListX-header-title:hover svg,.ListY-header-title:hover svg,.ListZ-header-title:hover svg,.VideoModule-header-title:hover svg,.WeatherModule-current-header-title:hover svg,.WeatherModule-map-header-title:hover svg,.WeatherModule-schedule-header-title:hover svg {
	fill:var(--brandColor)
}
.Form-header[data-no-title],.ListA-header[data-no-title],.ListAA-header[data-no-title],.ListB-header[data-no-title],.ListC-header[data-no-title],.ListD-header[data-no-title],.ListE-header[data-no-title],.ListF-header[data-no-title],.ListG-header[data-no-title],.ListH-header[data-no-title],.ListHeader[data-no-title],.ListI-header[data-no-title],.ListK-header[data-no-title],.ListL-header[data-no-title],.ListListicle-header[data-no-title],.ListListicleWithCount-header[data-no-title],.ListM-header[data-no-title],.ListN-header[data-no-title],.ListO-header[data-no-title],.ListQ-header[data-no-title],.ListT-header[data-no-title],.ListU-header[data-no-title],.ListV-header[data-no-title],.ListX-header[data-no-title],.ListY-header[data-no-title],.ListZ-header[data-no-title],.VideoModule-header[data-no-title],.WeatherModule-current-header[data-no-title],.WeatherModule-map-header[data-no-title],.WeatherModule-schedule-header[data-no-title] {
	border-bottom:0;
	padding-bottom:0;
	height:0;
	display:none
}
@media only screen and (min-width:768px) {
	.Form-header,.ListA-header,.ListAA-header,.ListB-header,.ListC-header,.ListD-header,.ListE-header,.ListF-header,.ListG-header,.ListH-header,.ListHeader,.ListI-header,.ListK-header,.ListL-header,.ListListicle-header,.ListListicleWithCount-header,.ListM-header,.ListN-header,.ListO-header,.ListQ-header,.ListT-header,.ListU-header,.ListV-header,.ListX-header,.ListY-header,.ListZ-header,.VideoModule-header,.WeatherModule-current-header,.WeatherModule-map-header,.WeatherModule-schedule-header {
		margin:0 0 20px;
		padding:0
	}
}
.ListA-items-item,.ListAA-items-item,.ListB-items-item,.ListC-items-item,.ListD-items-item,.ListG-items-item,.ListH-items-item,.ListItemsWithBorder-item,.ListL-items-item,.ListListicle-items-item,.ListListicleWithCount-items-item,.ListM-items-item,.ListO-items-item,.ListU-items-column:not(:first-child) .ListU-items-item,.ListW-items-item,.ListZ-items-item,.PromoSuperLeadExtraLarge-items-item {
	border-bottom:1px solid var(--secondaryColor3);
	list-style:none;
	margin-bottom:20px;
	padding-bottom:20px
}
.ListA-items-item:last-of-type,.ListAA-items-item:last-of-type,.ListB-items-item:last-of-type,.ListC-items-item:last-of-type,.ListD-items-item:last-of-type,.ListG-items-item:last-of-type,.ListH-items-item:last-of-type,.ListItemsWithBorder-item:last-of-type,.ListL-items-item:last-of-type,.ListListicle-items-item:last-of-type,.ListListicleWithCount-items-item:last-of-type,.ListM-items-item:last-of-type,.ListO-items-item:last-of-type,.ListU-items-column:not(:first-child) .ListU-items-item:last-of-type,.ListW-items-item:last-of-type,.ListZ-items-item:last-of-type,.PromoSuperLeadExtraLarge-items-item:last-of-type {
	margin-bottom:0;
	border:0;
	padding-bottom:0
}
.ListI-items-item,.ListItemsWithCompleteBorder-item {
	border-bottom:1px solid var(--secondaryColor3);
	list-style:none;
	margin-bottom:20px;
	padding-bottom:20px
}
.ListI-items-item:last-of-type,.ListItemsWithCompleteBorder-item:last-of-type {
	margin-bottom:0
}
.ListE-items-item,.ListF-items-item,.ListItemsNoBorder-item {
	list-style:none;
	margin-bottom:20px;
	padding-bottom:20px
}
.ListE-items-item:last-of-type,.ListF-items-item:last-of-type,.ListItemsNoBorder-item:last-of-type {
	margin-bottom:0;
	padding-bottom:0
}
.ListA-items-column {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid var(--secondaryColor3)
}
.ListA-items-column:nth-of-type(2) {
	margin-bottom:0
}
@media only screen and (min-width:768px) {
	.ListA-items {
		display:-ms-flexbox;
		display:flex;
		margin:0 -20px
	}
	.ListA-items-column {
		padding:0 20px
	}
	.ListA-items-column:first-of-type {
		box-shadow:1px 0 0 var(--secondaryColor3);
		-ms-flex-negative:0;
		flex-shrink:0;
		width:65%;
		border-bottom:0;
		margin-bottom:0
	}
	.ListA-items-column:nth-of-type(2) {
		-ms-flex-negative:0;
		flex-shrink:0;
		width:35%;
		border-bottom:0;
		padding-bottom:0;
		margin-bottom:0
	}
}
[data-header-style=style1] .ListB-header {
	border-top:none
}
[data-header-style=style2] .ListB-header-title {
	color:var(--primaryTextColor);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--title-10);
	font-weight:500;
	line-height:1.29;
	font-weight:700;
	text-transform:none
}
[data-header-style=style2] .ListB-header {
	border-bottom:none;
	border-top:none;
	margin-bottom:5px
}
.ListB-items {
	counter-reset:theCounter
}
[data-bullet-style=style2] .ListB-items {
	list-style-type:disc;
	padding-left:20px
}
.ListB-items-first {
	padding:0 0 10px
}
.ListB-items-item {
	counter-increment:theCounter;
	padding-left:40px;
	position:relative
}
[data-bullet-style=style1] .ListB-items-item {
	padding-left:0
}
[data-bullet-style=style2] .ListB-items-item {
	list-style-type:disc;
	padding-left:0
}
[data-bullet-style=style3] .ListB-items-item {
	padding-left:30px
}
.ListB-items-item:before {
	content:counter(theCounter);
	left:0;
	position:absolute;
	top:0;
	width:25px;
	text-align:right
}
[data-bullet-style=style1] .ListB-items-item:before,[data-bullet-style=style2] .ListB-items-item:before {
	display:none
}
[data-bullet-style=style3] .ListB-items-item:before {
	content:"\2713";
	width:10px
}
.ListD-items-item:last-of-type {
	padding-bottom:20px;
	border-bottom:1px solid var(--secondaryColor3)
}
@media only screen and (min-width:768px) {
	.ListD-items {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap
	}
	.ListD-items-item {
		width:calc(50% - 20px)
	}
	.ListD-items-item:nth-of-type(odd) {
		margin-right:20px
	}
}
@media only screen and (min-width:1024px) {
	.ListD-items-item:nth-last-child(-n+2) {
		border-bottom:0;
		padding-bottom:0;
		margin-bottom:0
	}
}
@media only screen and (min-width:768px) {
	.ListE-items {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		margin:0 -10px
	}
	.ListE-items-item {
		padding:20px 10px 0;
		width:33.333%;
		margin-bottom:0
	}
	.ListE-header {
		margin-bottom:0
	}
}
.ListG-items-column:not(:last-of-type) {
	border-bottom:1px solid var(--secondaryColor3);
	margin-bottom:20px
}
.ListG-items-column:first-of-type .ListG-items-item,.ListG-items-column:nth-of-type(2) .ListG-items-item {
	padding-bottom:20px
}
@media only screen and (min-width:768px) {
	.ListG-items {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		margin:0 -20px
	}
	.ListG-items-column {
		padding:0 20px
	}
	.ListG-items-column:not(:last-of-type) {
		border-bottom:0;
		margin-bottom:0
	}
	.ListG-items-column:first-of-type {
		border-right:1px solid var(--secondaryColor3);
		-ms-flex-negative:0;
		flex-shrink:0;
		width:60%
	}
	.ListG-items-column:first-of-type .ListG-items-item {
		padding-bottom:0
	}
	.ListG-items-column:nth-of-type(2) {
		-ms-flex-negative:0;
		flex-shrink:0;
		width:40%
	}
	.ListG-items-column:nth-of-type(2) .ListG-items-item:last-child {
		padding-bottom:0
	}
	.ListG-items-column:nth-of-type(3) {
		border-top:1px solid var(--secondaryColor3);
		padding:20px 0 0;
		margin:20px auto 0;
		-ms-flex-negative:0;
		flex-shrink:0;
		width:calc(100% - 40px);
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap
	}
	.ListG-items-column:nth-of-type(3) .ListG-items-item {
		border-bottom:0;
		margin-bottom:0;
		-ms-flex:1 0 21%;
		flex:1 0 21%;
		padding:0 20px
	}
	.ListG-items-column:nth-of-type(3) .ListG-items-item:not(:last-child) {
		border-right:1px solid var(--secondaryColor3)
	}
	.ListG-items-column:nth-of-type(3) .ListG-items-item:first-of-type {
		padding-left:0
	}
	.ListG-items-column:nth-of-type(3) .ListG-items-item:last-of-type {
		padding-right:0
	}
}
@media only screen and (min-width:1240px) {
	.OneColumnContainer .ListG-items-column:not(:last-of-type),.PreviewPage .ListG-items-column:not(:last-of-type) {
		margin:0
	}
	.OneColumnContainer .ListG-items-column:first-of-type,.PreviewPage .ListG-items-column:first-of-type {
		width:50%
	}
	.OneColumnContainer .ListG-items-column:nth-of-type(2),.PreviewPage .ListG-items-column:nth-of-type(2) {
		width:29%;
		border-right:1px solid var(--secondaryColor3)
	}
	.OneColumnContainer .ListG-items-column:nth-of-type(3),.PreviewPage .ListG-items-column:nth-of-type(3) {
		width:21%;
		display:block;
		border-top:0;
		padding:0 20px;
		margin-top:0
	}
	.OneColumnContainer .ListG-items-column:nth-of-type(3) .ListG-items-item,.PreviewPage .ListG-items-column:nth-of-type(3) .ListG-items-item {
		width:100%
	}
	.OneColumnContainer .ListG-items-column:nth-of-type(3) .ListG-items-item:first-of-type,.OneColumnContainer .ListG-items-column:nth-of-type(3) .ListG-items-item:nth-of-type(2),.OneColumnContainer .ListG-items-column:nth-of-type(3) .ListG-items-item:nth-of-type(3),.OneColumnContainer .ListG-items-column:nth-of-type(3) .ListG-items-item:nth-of-type(4),.PreviewPage .ListG-items-column:nth-of-type(3) .ListG-items-item:first-of-type,.PreviewPage .ListG-items-column:nth-of-type(3) .ListG-items-item:nth-of-type(2),.PreviewPage .ListG-items-column:nth-of-type(3) .ListG-items-item:nth-of-type(3),.PreviewPage .ListG-items-column:nth-of-type(3) .ListG-items-item:nth-of-type(4) {
		padding:0;
		border-right:0
	}
	.OneColumnContainer .ListG-items-column:nth-of-type(3) .ListG-items-item:not(:last-of-type),.PreviewPage .ListG-items-column:nth-of-type(3) .ListG-items-item:not(:last-of-type) {
		border-bottom:1px solid var(--secondaryColor3);
		padding-bottom:20px;
		margin-bottom:20px
	}
}
.ListI {
	display:block
}
.ListI[data-list-loadmore=loading] [data-list-loadmore-pagination]>a {
	pointer-events:none
}
.ListI-items-item:last-of-type {
	margin-bottom:20px;
	padding-bottom:20px
}
.ListI-nextPage>.Link {
	border-color:var(--secondaryColor2);
	color:var(--secondaryTextColor);
	margin:20px auto 0
}
.ListJ {
	padding:20px;
	width:100%
}
.ListJ .flickity-prev-next-button {
	display:block
}
.ListJ .flickity-prev-next-button.next {
	right:-20px
}
.ListJ .flickity-prev-next-button.previous {
	left:-20px
}
.ListJ-slide {
	padding:0 20px;
	width:100%
}
.ListJ-slide:nth-of-type(4n) {
	border-right:0
}
.ListJ-slides {
	width:100%
}
@media only screen and (min-width:768px) {
	.ListJ {
		padding:20px 30px
	}
	.ListJ .flickity-prev-next-button.next {
		right:-30px
	}
	.ListJ .flickity-prev-next-button.previous {
		left:-30px
	}
	.ListJ-slide {
		border-right:1px solid var(--secondaryColor3);
		width:50%
	}
	.ListJ-slide:nth-of-type(2n) {
		border-right:0
	}
}
@media only screen and (min-width:1024px) {
	.ListJ {
		padding:20px 40px
	}
	.ListJ .flickity-prev-next-button.next {
		right:-40px
	}
	.ListJ .flickity-prev-next-button.previous {
		left:-40px
	}
	.ListJ-slide {
		width:33.333%
	}
	.ListJ-slide:nth-of-type(2n) {
		border-right:1px solid var(--secondaryColor3)
	}
	.ListJ-slide:nth-of-type(3n) {
		border-right:0
	}
}
@media only screen and (min-width:1440px) {
	.ListJ {
		padding:20px 60px
	}
	.ListJ .flickity-prev-next-button.next {
		right:-60px;
		border-right:1px solid var(--secondaryColor3)
	}
	.ListJ .flickity-prev-next-button.previous {
		left:-60px;
		border-left:1px solid var(--secondaryColor3)
	}
	.ListJ-slides {
		max-width:1440px;
		margin:0 auto
	}
	.ListJ-slide {
		width:25%
	}
	.ListJ-slide:nth-of-type(3n) {
		border-right:1px solid var(--secondaryColor3)
	}
	.ListJ-slide:nth-of-type(4n) {
		border-right:0
	}
}
.ListK-items-row[data-border] {
	border-top:1px solid var(--secondaryColor3);
	margin-top:20px;
	padding-top:20px
}
.ListK-items-row:last-of-type {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.ListK-items-row:last-of-type .ListK-items-item {
	margin-bottom:20px;
	width:100%
}
.ListK-items-row:last-of-type .ListK-items-item:last-of-type {
	margin-bottom:0
}
@media only screen and (min-width:768px) {
	.ListK-items-row:last-of-type {
		margin-left:-10px;
		margin-right:-10px
	}
	.ListK-items-row:last-of-type .ListK-items-item {
		padding:0 10px;
		width:50%
	}
}
@media only screen and (min-width:1240px) {
	.ListK-items-row:last-of-type .ListK-items-item {
		width:25%;
		margin-bottom:0
	}
}
.ListListicle-items-item-count,.ListListicleWithCount-items-item-count {
	margin-bottom:10px
}
.ListListicle-title,.ListListicleWithCount-title {
	font-weight:700;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid var(--secondaryColor3)
}
@media only screen and (min-width:768px) {
	.ListListicle-items-item,.ListListicleWithCount-items-item {
		display:-ms-flexbox;
		display:flex
	}
	.ListListicle-items-item-count,.ListListicleWithCount-items-item-count {
		min-width:40px
	}
}
.ListM [data-hide-img] .PromoAuthor-media {
	display:none
}
.ListM [data-show-img] .PromoAuthor-media {
	display:block
}
.ListM [data-hide-description] .PromoAuthor-description {
	display:none
}
.ListM [data-show-description] .PromoAuthor-description {
	display:block
}
.ListN-items-row:first-of-type {
	border-bottom:1px solid var(--secondaryColor3)
}
.ListN-items-row:first-of-type .ListN-items-item {
	margin-bottom:20px
}
.ListN-items-row:last-of-type {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0
}
.ListN-items-row:last-of-type .ListN-items-item {
	margin-top:20px;
	width:100%
}
@media only screen and (min-width:768px) {
	.ListN-items-row:last-of-type {
		margin:0 -10px
	}
	.ListN-items-row:last-of-type .ListN-items-item {
		padding:0 10px;
		width:50%
	}
}
.ListO-items-column:not(:last-child) {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid var(--secondaryColor3)
}
@media only screen and (min-width:768px) {
	.ListO-items {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		margin:0 -20px
	}
	.ListO-items-column {
		padding:0 20px
	}
	.ListO-items-column:not(:last-child) {
		border-bottom:0;
		padding-bottom:0
	}
	.ListO-items-column:first-of-type {
		box-shadow:1px 0 0 var(--secondaryColor3)
	}
	.ListO-items-column:first-of-type,.ListO-items-column:nth-of-type(2) {
		-ms-flex-negative:0;
		flex-shrink:0;
		width:50%
	}
	.ListO-items-column:nth-of-type(3) {
		border-top:1px solid var(--secondaryColor3);
		display:-ms-flexbox;
		display:flex;
		-ms-flex-negative:0;
		flex-shrink:0;
		width:100%;
		padding-top:20px
	}
	.ListO-items-column:nth-of-type(3) .ListO-items-item {
		border-right:1px solid var(--secondaryColor3);
		border-bottom:none;
		padding-right:20px;
		width:50%
	}
	.ListO-items-column:nth-of-type(3) .ListO-items-item:last-of-type {
		border-right:none;
		padding-left:20px;
		padding-right:0
	}
}
@media only screen and (min-width:1024px) {
	.ListO-items-column:not(:last-child) {
		margin-bottom:0
	}
	.ListO-items-column:first-of-type {
		width:33.333%
	}
	.ListO-items-column:nth-of-type(2) {
		box-shadow:1px 0 0 var(--secondaryColor3);
		width:33.333%
	}
	.ListO-items-column:nth-of-type(3) {
		border-bottom:none;
		display:block;
		width:33.333%;
		padding-top:0;
		border-top:0
	}
	.ListO-items-column:nth-of-type(3) .ListO-items-item {
		border-bottom:1px solid var(--secondaryColor3);
		border-right:0;
		padding-right:0;
		width:100%
	}
	.ListO-items-column:nth-of-type(3) .ListO-items-item:last-of-type {
		border:none;
		padding-left:0
	}
}
@media only screen and (min-width:1240px) {
	.ListO-items-column:first-of-type {
		width:50%
	}
	.ListO-items-column:nth-of-type(2) {
		width:29%
	}
	.ListO-items-column:nth-of-type(3) {
		width:21%
	}
}
.ListP {
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center
}
.ListP,.ListP-items {
	display:-ms-flexbox;
	display:flex
}
.ListP-items {
	list-style:none
}
.ListP-items-item,.ListP-title {
	margin-right:10px
}
.ListP-title {
	position:relative;
	top:3px
}
.ListQ {
	width:100%
}
.ListQ .flickity-prev-next-button {
	display:block;
	top:25%
}
.ListQ .flickity-prev-next-button.next {
	right:0
}
.ListQ .flickity-prev-next-button.previous {
	left:0
}
.ListQ-slide {
	padding:0 10px;
	width:90%
}
.ListQ-slides {
	margin:0 -10px;
	width:calc(100%+10px)
}
@media only screen and (min-width:568px) {
	.ListQ-slide {
		width:33.333%
	}
	.ListQ .flickity-prev-next-button {
		top:16%
	}
	.ListQ-slides {
		width:calc(100%+20px)
	}
}
@media only screen and (min-width:768px) {
	.ListQ .flickity-prev-next-button {
		top:30%
	}
	.ListQ-slide {
		width:25%
	}
}
@media only screen and (min-width:1024px) {
	.ListQ-slide {
		width:25%
	}
}
@media only screen and (min-width:1240px) {
	.ListQ .flickity-prev-next-button {
		top:75px
	}
	.ListQ-slide {
		width:20%
	}
}
.ListR {
	border-top:2px solid var(--secondaryColor8);
	padding-top:20px
}
.ListR-titleContainer {
	margin-bottom:10px
}
.ListR .PromoXLarge-items {
	padding:0
}
.ListR .PromoXLarge-title {
	font-weight:600
}
.ListR-items-column:nth-child(3) {
	margin-top:20px;
	border-top:1px solid var(--secondaryColor3);
	padding-top:20px
}
.ListR-items-item:not(:last-of-type) {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid var(--secondaryColor3)
}
@media only screen and (min-width:768px) {
	.ListR {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap
	}
	.ListR-titleContainer {
		margin-bottom:20px
	}
	.ListR-items-column:nth-child(2) {
		width:calc(65% - 20px)
	}
	.ListR-items-column:nth-child(3) {
		width:35%;
		margin:0 0 0 20px;
		padding:0 0 0 20px;
		border-left:1px solid var(--secondaryColor3);
		border-top:0
	}
}
@media only screen and (min-width:1024px) {
	.ListR .PromoXLarge-media {
		float:right;
		width:70%;
		margin:0 0 0 20px
	}
	.ListR .PromoXLarge-description {
		margin-top:0
	}
	.ListR-items-column:nth-child(2) {
		width:calc(70% - 20px)
	}
	.ListR-items-column:nth-child(3) {
		width:30%
	}
}
.ListS-items {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:row;
	flex-direction:row;
	-ms-flex-pack:center;
	justify-content:center;
	width:100%;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:-10px
}
.ListS-items .PromoButton {
	background-color:transparent;
	padding:0;
	color:var(--primaryTextColor);
	text-transform:none;
	border:0
}
.ListS-items-item {
	padding:0 20px;
	margin-bottom:10px
}
.ListT {
	padding-bottom:0
}
.ListT [data-hide-description] .PromoGallery-description {
	display:none
}
.ListT [data-show-description] .PromoGallery-description {
	display:block
}
.ListT-header {
	margin-bottom:0;
	border-bottom:0
}
.ListT-slide {
	width:100%
}
.ListT-slides {
	list-style:none;
	margin:0 -20px
}
.ListT .flickity-prev-next-button {
	top:30%
}
.ListT .flickity-page-dots .dot.is-selected {
	background-color:var(--brandColor)
}
@media only screen and (min-width:568px) {
	.ListT .flickity-prev-next-button {
		top:41%
	}
	.ListT-slides {
		margin:0
	}
	.ListT .flickity-prev-next-button.previous {
		left:-10px
	}
	.ListT .flickity-prev-next-button.next {
		right:-10px
	}
}
.ListU-items-column:first-child {
	border-bottom:1px solid var(--secondaryColor3);
	padding-bottom:20px;
	margin-bottom:20px
}
@media only screen and (min-width:1024px) {
	.ListU-items {
		display:-ms-flexbox;
		display:flex
	}
	.ListU-items-column:first-child {
		border-bottom:0;
		width:69%;
		padding-bottom:0;
		margin-bottom:0
	}
	.ListU-items-column:not(:first-child) {
		width:31%;
		margin-left:20px;
		padding-left:20px;
		border-left:1px solid var(--secondaryColor3)
	}
}
.ListV-items-column:nth-child(2) {
	border-top:1px solid var(--secondaryColor3);
	margin-top:20px;
	padding-top:20px
}
.ListV-items-item:not(:last-child) {
	border-bottom:1px solid var(--secondaryColor3);
	padding-bottom:20px;
	margin-bottom:20px
}
@media only screen and (min-width:768px) {
	.ListV-items {
		display:-ms-flexbox;
		display:flex
	}
	.ListV-items-column:first-child {
		width:55%;
		padding-right:20px
	}
	.ListV-items-column:nth-child(2) {
		border-left:1px solid var(--secondaryColor3);
		padding-left:20px;
		width:45%;
		margin-top:0;
		padding-top:0;
		border-top:0
	}
}
@media only screen and (min-width:1024px) {
	.ListV-items-column:nth-child(2) {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap
	}
	.ListV-items-column:nth-child(2) .ListV-items-item {
		width:calc(50% - 20px)
	}
	.ListV-items-column:nth-child(2) .ListV-items-item:first-child,.ListV-items-column:nth-child(2) .ListV-items-item:nth-child(3) {
		margin-right:20px
	}
	.ListV-items-column:nth-child(2) .ListV-items-item:nth-child(2),.ListV-items-column:nth-child(2) .ListV-items-item:nth-child(4) {
		margin-left:20px;
		position:relative
	}
	.ListV-items-column:nth-child(2) .ListV-items-item:nth-child(2):before,.ListV-items-column:nth-child(2) .ListV-items-item:nth-child(4):before {
		content:"";
		display:block;
		border-left:1px solid var(--secondaryColor3);
		height:100%;
		position:absolute;
		left:-20px
	}
	.ListV-items-column:nth-child(2) .ListV-items-item:nth-child(4):before {
		top:-20px;
		height:calc(100%+20px)
	}
	.ListV-items-column:nth-child(2) .ListV-items-item:nth-child(3) {
		border-bottom:0;
		margin-bottom:0;
		padding-bottom:0
	}
	.ListV-items-column .ListV-items-item .PromoSmall-wrapper {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-direction:column;
		flex-direction:column
	}
	.ListV-items-column .ListV-items-item .PromoSmall-media {
		max-width:none;
		width:100%
	}
	.ListV-items-column .ListV-items-item .PromoSmall-title {
		margin-top:10px
	}
}
.ListW-items {
	border-top:1px solid var(--secondaryColor3);
	padding-top:20px
}
@media only screen and (min-width:768px) {
	.ListW-items {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-ms-flex-pack:justify;
		justify-content:space-between
	}
	.ListW-items-item {
		-ms-flex:1;
		flex:1;
		margin-bottom:0;
		border-bottom:0;
		padding-bottom:0
	}
	.ListW-items-item .PromoSmall-title {
		font-size:var(--label-4)
	}
	.ListW-items-item:not(:first-child) {
		border-left:1px solid var(--secondaryColor3);
		padding-left:20px;
		margin-left:20px
	}
}
@media only screen and (min-width:1240px) {
	.ListW-items-item .PromoSmall-title {
		font-size:var(--title-5)
	}
}
.ListX-items-column .PromoLarge-title {
	font-size:var(--title-5)
}
.ListX-items-column .PromoLarge-items {
	padding:0
}
.ListX-items-column:nth-child(2) {
	margin-top:20px
}
.ListX-items-column:nth-child(2) .ListX-items-item:not(:last-child) {
	border-top:1px solid var(--secondaryColor3);
	padding-top:20px;
	margin-top:20px
}
@media only screen and (min-width:768px) {
	.ListX-items-column .PromoLarge-title {
		font-size:var(--title-2)
	}
	.ListX-items-column .PromoLarge-wrapper {
		-ms-flex-direction:row;
		flex-direction:row;
		margin-bottom:0
	}
	.ListX-items-column .PromoLarge-media {
		min-width:60%
	}
	.ListX-items-column .PromoLarge-content {
		margin-left:20px
	}
	.ListX-items-column:nth-child(2) {
		display:-ms-flexbox;
		display:flex;
		border-top:1px solid var(--secondaryColor3);
		margin-top:20px;
		padding-top:20px;
		-ms-flex-pack:justify;
		justify-content:space-between
	}
	.ListX-items-column:nth-child(2) .ListX-items-item {
		-ms-flex:1;
		flex:1
	}
	.ListX-items-column:nth-child(2) .ListX-items-item:not(:last-child) {
		padding-top:0;
		margin-top:0;
		border-top:0
	}
	.ListX-items-column:nth-child(2) .ListX-items-item:not(:first-child) {
		border-left:1px solid var(--secondaryColor3);
		padding-left:20px;
		margin-left:20px
	}
}
@media only screen and (min-width:1240px) {
	.ListX-items {
		display:-ms-flexbox;
		display:flex
	}
	.ListX-items-column:nth-child(2) {
		max-width:240px;
		width:100%;
		-ms-flex-direction:column;
		flex-direction:column;
		padding-top:0;
		margin-top:0;
		border-top:0;
		border-left:1px solid var(--secondaryColor3);
		padding-left:20px
	}
	.ListX-items-column:nth-child(2) .ListX-items-item {
		-ms-flex:none;
		flex:none
	}
	.ListX-items-column:nth-child(2) .ListX-items-item:not(:last-child) {
		padding-top:0;
		margin-top:0;
		border-top:0;
		border-bottom:1px solid var(--secondaryColor3);
		padding-bottom:20px;
		margin-bottom:20px
	}
	.ListX-items-column:nth-child(2) .ListX-items-item:not(:first-child) {
		border-left:0;
		padding-left:0;
		margin-left:0
	}
}
.ListY .PromoLarge-items,.ListY .PromoMedium-items {
	padding:0
}
.ListY-items-column .ListY-items-item:not(:last-child),.ListY-items-column:not(:last-child) {
	border-bottom:1px solid var(--secondaryColor3);
	padding-bottom:20px;
	margin-bottom:20px
}
@media only screen and (min-width:768px) {
	.ListY-items {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap
	}
	.ListY-items-column:not(:last-child) {
		border-bottom:0;
		padding-bottom:0;
		margin-bottom:0
	}
	.ListY-items-column:first-child {
		-ms-flex:1;
		flex:1;
		max-width:260px;
		padding-right:20px;
		border-right:1px solid var(--secondaryColor3);
		margin-right:20px
	}
	.ListY-items-column:nth-child(2) {
		-ms-flex:1;
		flex:1
	}
	.ListY-items-column:nth-child(3) {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-ms-flex-pack:justify;
		justify-content:space-between;
		border-top:1px solid var(--secondaryColor3);
		margin-top:20px;
		padding-top:20px
	}
	.ListY-items-column:nth-child(3) .ListY-items-item {
		-ms-flex:1;
		flex:1;
		margin-bottom:0;
		border-bottom:0;
		padding-bottom:0
	}
	.ListY-items-column:nth-child(3) .ListY-items-item .PromoSmall-title {
		font-size:var(--label-4)
	}
	.ListY-items-column:nth-child(3) .ListY-items-item:not(:first-child) {
		border-left:1px solid var(--secondaryColor3);
		padding-left:20px;
		margin-left:20px
	}
}
@media only screen and (min-width:1440px) {
	.ListY-items-column:nth-child(3) {
		-ms-flex:1;
		flex:1;
		max-width:200px;
		-ms-flex-direction:column;
		flex-direction:column;
		border-top:0;
		margin-top:0;
		padding-top:0;
		padding-left:20px;
		margin-left:20px;
		border-left:1px solid var(--secondaryColor3)
	}
	.ListY-items-column:nth-child(3) .ListY-items-item .PromoSmall-title {
		font-size:var(--title-5)
	}
	.ListY-items-column:nth-child(3) .ListY-items-item:not(:first-child) {
		border-left:0;
		padding-left:0;
		margin-left:0;
		border-top:1px solid var(--secondaryColor3);
		margin-top:20px;
		padding-top:20px
	}
}
.ListAA-items {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column
}
@media only screen and (min-width:768px) {
	.ListAA-items {
		-ms-flex-direction:row;
		flex-direction:row
	}
}
.ListAA-items-column {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid var(--secondaryColor3)
}
.ListAA-items-column:first-child {
	-ms-flex-order:2;
	order:2
}
.ListAA-items-column:nth-child(2) {
	-ms-flex-order:1;
	order:1
}
.ListAA-items-column:nth-child(3) {
	-ms-flex-order:3;
	order:3;
	box-shadow:none
}
@media only screen and (min-width:768px) {
	.ListAA-items-column {
		padding:0 20px;
		box-shadow:1px 0 0 var(--secondaryColor3);
		border-bottom:none
	}
	.ListAA-items-column:first-child {
		width:45%
	}
	.ListAA-items-column:nth-child(2) {
		-ms-flex-negative:0;
		flex-shrink:0;
		width:30%;
		padding-left:0
	}
	.ListAA-items-column:nth-child(3) {
		-ms-flex-negative:0;
		flex-shrink:0;
		width:25%;
		padding-right:0
	}
}
.HtmlModule {
	margin:0 auto;
	max-width:1200px
}
.Navigation {
	width:100%;
	border-bottom:1px solid var(--secondaryColor3);
	display:none;
	height:100%;
	padding:0 0 10px
}
[data-toggle-header=hamburger-menu] .Navigation {
	display:block
}
.Navigation-items {
	width:100%
}
.NavigationItem {
	padding:0 50px 0 20px;
	position:relative
}
.NavigationItem-items-placeholder {
	display:none
}
.NavigationItem-more {
	cursor:pointer;
	padding:10px 20px;
	position:absolute;
	right:0;
	top:0
}
.NavigationItem-more svg {
	fill:var(--primaryTextColor);
	height:17px;
	position:relative;
	top:2px;
	transform:rotate(90deg);
	width:11px
}
[data-item-click=true] .NavigationItem-more svg {
	transform:rotate(270deg);
	top:-4px
}
.NavigationItem-items {
	display:none;
	padding:10px 0 10px 10px
}
[data-item-click=true] .NavigationItem-items {
	display:block
}
.NavigationItem-text {
	color:var(--primaryTextColor);
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.NavigationItem-text a,.NavigationItem-text span {
	display:block;
	padding:13.33333333px 0;
	width:100%
}
.NavigationItem .NavigationLink {
	color:var(--primaryTextColor);
	display:block;
	padding:10px 0;
	width:100%
}
.NavigationItem .NavigationLink:hover {
	color:var(--brandColor)
}
@media only screen and (min-width:1024px) {
	.NavigationItem {
		cursor:pointer;
		margin:0 10px;
		padding-left:10px
	}
	.NavigationItem[data-item-hover=true] {
		background-color:var(--secondaryColor4)
	}
	[data-item-click=true] .NavigationItem-items,[data-item-hover=true] .NavigationItem-items {
		box-shadow:0 0 20px 0 rgba(0,0,0,.5);
		width:280px;
		word-break:normal;
		overflow:initial;
		visibility:visible
	}
	[data-item-click=true] .NavigationItem-items:after,[data-item-click=true] .NavigationItem-items:before,[data-item-hover=true] .NavigationItem-items:after,[data-item-hover=true] .NavigationItem-items:before {
		right:100%;
		top:36px;
		border:solid transparent;
		content:" ";
		height:0;
		width:0;
		position:absolute;
		pointer-events:none
	}
	[data-item-click=true] .NavigationItem-items:after,[data-item-hover=true] .NavigationItem-items:after {
		border-color:transparent;
		border-right-color:var(--secondaryColor5);
		border-width:10px;
		margin-top:-10px
	}
	[data-item-click=true] .NavigationItem-items:before,[data-item-hover=true] .NavigationItem-items:before {
		border-color:transparent;
		border-right-color:var(--secondaryColor3);
		border-width:11px;
		margin-top:-11px
	}
	.NavigationItem-items,.NavigationItem-items-placeholder {
		display:block;
		background-color:var(--secondaryColor5);
		border:1px solid var(--secondaryColor3);
		left:270px;
		position:absolute;
		top:-18px;
		z-index:25;
		width:0;
		word-break:keep-all;
		overflow:hidden;
		padding:20px 10px;
		visibility:hidden
	}
	.NavigationItem-items-placeholder .NavigationLink,.NavigationItem-items .NavigationLink {
		color:var(--primaryTextColor);
		padding:15px 10px
	}
	.NavigationItem-items-placeholder .NavigationLink:hover,.NavigationItem-items .NavigationLink:hover {
		background-color:var(--secondaryColor4)
	}
	.NavigationItem-more {
		cursor:pointer;
		padding-right:0
	}
	.NavigationItem-more svg,[data-item-click=true] .NavigationItem-more svg,[data-item-hover=true] .NavigationItem-more svg {
		top:-2px;
		transform:rotate(0deg)
	}
}
.FooterNavigation {
	display:none
}
.FooterNavigation-items {
	display:-ms-flexbox;
	display:flex
}
.FooterNavigation-items-item {
	-ms-flex-negative:0;
	flex-shrink:0
}
@media only screen and (min-width:568px) {
	.FooterNavigation {
		display:block
	}
	.FooterNavigation-items-item {
		display:none;
		padding-left:40px;
		width:100%
	}
	.FooterNavigation-items-item:first-of-type {
		display:block
	}
}
@media only screen and (min-width:768px) {
	.FooterNavigation-items-item {
		width:50%
	}
	.FooterNavigation-items-item:nth-of-type(2) {
		display:block
	}
}
@media only screen and (min-width:1024px) {
	.FooterNavigation-items-item {
		width:33.333%
	}
	.FooterNavigation-items-item:nth-of-type(3) {
		display:block
	}
}
.FooterNavigationItem {
	margin-bottom:-20px
}
.FooterNavigationItem a {
	color:var(--primaryTextColorInverse);
	display:block;
	margin-bottom:20px;
	word-break:keep-all
}
.FooterNavigationItem a:hover {
	opacity:.8
}
.SectionNavigation-items {
	-ms-flex-align:center;
	align-items:center;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-ms-flex-pack:center;
	justify-content:center
}
.SectionNavigation-items .flickity-viewport {
	width:100%;
	overflow:initial;
	min-height:31px
}
.SectionNavigation-items-item {
	margin:0 13.33333333px;
	padding-bottom:19px
}
.SectionNavigation-items-item[data-current-nav-item] {
	position:relative
}
.SectionNavigation-items-item[data-current-nav-item]:before {
	content:"";
	width:100%;
	background-color:var(--sectionNavCurrentIndicatorColor);
	height:3px;
	position:absolute;
	bottom:0
}
.SectionNavigation-items-item[data-hide] {
	display:none
}
.SectionNavigation-items-item[data-sub-trigger] {
	display:none;
	position:relative
}
.SectionNavigation-items-item[data-sub-trigger]:hover .SectionNavigationItem-subNav,.SectionNavigation-items-item[data-sub-trigger][data-hover] .SectionNavigationItem-subNav {
	display:block
}
.SectionNavigation-items-item[data-sub-trigger] svg {
	margin-left:5px;
	fill:var(--sectionNavTextColor);
	height:16px;
	position:relative;
	top:2px;
	transform:rotate(90deg);
	width:11px
}
.SectionNavigation-items-item[data-sub-trigger=show] {
	display:inline
}
@media only screen and (min-width:768px) {
	.SectionNavigation {
		margin-bottom:0
	}
	.SectionNavigation-items {
		padding:0;
		border-bottom:0
	}
}
.SectionNavigationItem {
	position:relative
}
.SectionNavigationItem-text,.SectionNavigationItem a {
	color:var(--sectionNavTextColor);
	white-space:nowrap
}
.SectionNavigationItem-text:hover,.SectionNavigationItem a:hover {
	opacity:.8
}
.SectionNavigationItem-subNav {
	position:absolute;
	top:35px;
	width:235px;
	background-color:var(--primaryTextColorInverse);
	padding:15px;
	box-shadow:0 0 20px 0 rgba(0,0,0,.2);
	display:none;
	z-index:20
}
.SectionNavigationItem-subNav .SectionNavigationItem {
	display:none
}
.SectionNavigationItem-subNav .SectionNavigationItem[data-show] {
	display:block
}
.SectionNavigationItem-subNav .SectionNavigationItem-text-link {
	color:var(--sectionNavDropdownColor)
}
.SectionNavigationItem-subNav .SectionNavigationItem-text-link:hover {
	opacity:.8
}
.SectionNavigationItem-subNav .SectionNavigationItem:not(:last-child) {
	margin-bottom:20px
}
.InteractiveProject iframe {
	border:0
}
.InteractiveProject iframe:not([width]) {
	width:100%
}
.PromoFullWidthLead[data-hide-category] .PromoFullWidthLead-category,.PromoFullWidthLead[data-hide-description] .PromoFullWidthLead-description,.PromoFullWidthLead[data-hide-img] .PromoFullWidthLead-media,.PromoFullWidthLead[data-hide-more-coverage] .PromoFullWidthLead-items,.PromoFullWidthLead[data-hide-timestamp] .PromoFullWidthLead-date,.PromoFullWidthLead[data-hide-timestamp] .PromoFullWidthLead-timestamp[data-show-timestamp],.PromoFullWidthLeadOverlay[data-hide-category] .PromoFullWidthLeadOverlay-category,.PromoFullWidthLeadOverlay[data-hide-description] .PromoFullWidthLeadOverlay-description,.PromoFullWidthLeadOverlay[data-hide-img] .PromoFullWidthLeadOverlay-media,.PromoFullWidthLeadOverlay[data-hide-more-coverage] .PromoFullWidthLeadOverlay-items,.PromoFullWidthLeadOverlay[data-hide-timestamp] .PromoFullWidthLeadOverlay-date,.PromoFullWidthLeadOverlay[data-hide-timestamp] .PromoFullWidthLeadOverlay-timestamp[data-show-timestamp],.PromoLarge[data-hide-category] .PromoLarge-category,.PromoLarge[data-hide-description] .PromoLarge-description,.PromoLarge[data-hide-img] .PromoLarge-media,.PromoLarge[data-hide-more-coverage] .PromoLarge-items,.PromoLarge[data-hide-timestamp] .PromoLarge-date,.PromoLarge[data-hide-timestamp] .PromoLarge-timestamp[data-show-timestamp],.PromoMedium[data-hide-category] .PromoMedium-category,.PromoMedium[data-hide-description] .PromoMedium-description,.PromoMedium[data-hide-img] .PromoMedium-media,.PromoMedium[data-hide-more-coverage] .PromoMedium-items,.PromoMedium[data-hide-timestamp] .PromoMedium-date,.PromoMedium[data-hide-timestamp] .PromoMedium-timestamp[data-show-timestamp],.PromoSmall[data-hide-category] .PromoSmall-category,.PromoSmall[data-hide-description] .PromoSmall-description,.PromoSmall[data-hide-img] .PromoSmall-media,.PromoSmall[data-hide-more-coverage] .PromoSmall-items,.PromoSmall[data-hide-timestamp] .PromoSmall-date,.PromoSmall[data-hide-timestamp] .PromoSmall-timestamp[data-show-timestamp],.PromoSuperLeadExtraLarge[data-hide-category] .PromoSuperLeadExtraLarge-category,.PromoSuperLeadExtraLarge[data-hide-description] .PromoSuperLeadExtraLarge-description,.PromoSuperLeadExtraLarge[data-hide-img] .PromoSuperLeadExtraLarge-media,.PromoSuperLeadExtraLarge[data-hide-more-coverage] .PromoSuperLeadExtraLarge-items,.PromoSuperLeadExtraLarge[data-hide-timestamp] .PromoSuperLeadExtraLarge-date,.PromoSuperLeadExtraLarge[data-hide-timestamp] .PromoSuperLeadExtraLarge-timestamp[data-show-timestamp],.PromoSuperLeadLarge[data-hide-category] .PromoSuperLeadLarge-category,.PromoSuperLeadLarge[data-hide-description] .PromoSuperLeadLarge-description,.PromoSuperLeadLarge[data-hide-img] .PromoSuperLeadLarge-media,.PromoSuperLeadLarge[data-hide-more-coverage] .PromoSuperLeadLarge-items,.PromoSuperLeadLarge[data-hide-timestamp] .PromoSuperLeadLarge-date,.PromoSuperLeadLarge[data-hide-timestamp] .PromoSuperLeadLarge-timestamp[data-show-timestamp],.PromoSuperLeadSmall[data-hide-category] .PromoSuperLeadSmall-category,.PromoSuperLeadSmall[data-hide-description] .PromoSuperLeadSmall-description,.PromoSuperLeadSmall[data-hide-img] .PromoSuperLeadSmall-media,.PromoSuperLeadSmall[data-hide-more-coverage] .PromoSuperLeadSmall-items,.PromoSuperLeadSmall[data-hide-timestamp] .PromoSuperLeadSmall-date,.PromoSuperLeadSmall[data-hide-timestamp] .PromoSuperLeadSmall-timestamp[data-show-timestamp],.PromoXLarge[data-hide-category] .PromoXLarge-category,.PromoXLarge[data-hide-description] .PromoXLarge-description,.PromoXLarge[data-hide-img] .PromoXLarge-media,.PromoXLarge[data-hide-more-coverage] .PromoXLarge-items,.PromoXLarge[data-hide-timestamp] .PromoXLarge-date,.PromoXLarge[data-hide-timestamp] .PromoXLarge-timestamp[data-show-timestamp],.PromoXSmall[data-hide-category] .PromoXSmall-category,.PromoXSmall[data-hide-description] .PromoXSmall-description,.PromoXSmall[data-hide-img] .PromoXSmall-media,.PromoXSmall[data-hide-more-coverage] .PromoXSmall-items,.PromoXSmall[data-hide-timestamp] .PromoXSmall-date,.PromoXSmall[data-hide-timestamp] .PromoXSmall-timestamp[data-show-timestamp] {
	display:none
}
.PromoFullWidthLead[data-show-category] .PromoFullWidthLead-category,.PromoFullWidthLead[data-show-description] .PromoFullWidthLead-description,.PromoFullWidthLead[data-show-img] .PromoFullWidthLead-media,.PromoFullWidthLead[data-show-more-coverage] .PromoFullWidthLead-items,.PromoFullWidthLead[data-show-timestamp] .PromoFullWidthLead-date,.PromoFullWidthLead[data-show-timestamp] .PromoFullWidthLead-timestamp[data-hide-timestamp],.PromoFullWidthLeadOverlay[data-show-category] .PromoFullWidthLeadOverlay-category,.PromoFullWidthLeadOverlay[data-show-description] .PromoFullWidthLeadOverlay-description,.PromoFullWidthLeadOverlay[data-show-img] .PromoFullWidthLeadOverlay-media,.PromoFullWidthLeadOverlay[data-show-more-coverage] .PromoFullWidthLeadOverlay-items,.PromoFullWidthLeadOverlay[data-show-timestamp] .PromoFullWidthLeadOverlay-date,.PromoFullWidthLeadOverlay[data-show-timestamp] .PromoFullWidthLeadOverlay-timestamp[data-hide-timestamp],.PromoLarge[data-show-category] .PromoLarge-category,.PromoLarge[data-show-description] .PromoLarge-description,.PromoLarge[data-show-img] .PromoLarge-media,.PromoLarge[data-show-more-coverage] .PromoLarge-items,.PromoLarge[data-show-timestamp] .PromoLarge-date,.PromoLarge[data-show-timestamp] .PromoLarge-timestamp[data-hide-timestamp],.PromoMedium[data-show-category] .PromoMedium-category,.PromoMedium[data-show-description] .PromoMedium-description,.PromoMedium[data-show-img] .PromoMedium-media,.PromoMedium[data-show-more-coverage] .PromoMedium-items,.PromoMedium[data-show-timestamp] .PromoMedium-date,.PromoMedium[data-show-timestamp] .PromoMedium-timestamp[data-hide-timestamp],.PromoSmall[data-show-category] .PromoSmall-category,.PromoSmall[data-show-description] .PromoSmall-description,.PromoSmall[data-show-img] .PromoSmall-media,.PromoSmall[data-show-more-coverage] .PromoSmall-items,.PromoSmall[data-show-timestamp] .PromoSmall-date,.PromoSmall[data-show-timestamp] .PromoSmall-timestamp[data-hide-timestamp],.PromoSuperLeadExtraLarge[data-show-category] .PromoSuperLeadExtraLarge-category,.PromoSuperLeadExtraLarge[data-show-description] .PromoSuperLeadExtraLarge-description,.PromoSuperLeadExtraLarge[data-show-img] .PromoSuperLeadExtraLarge-media,.PromoSuperLeadExtraLarge[data-show-more-coverage] .PromoSuperLeadExtraLarge-items,.PromoSuperLeadExtraLarge[data-show-timestamp] .PromoSuperLeadExtraLarge-date,.PromoSuperLeadExtraLarge[data-show-timestamp] .PromoSuperLeadExtraLarge-timestamp[data-hide-timestamp],.PromoSuperLeadLarge[data-show-category] .PromoSuperLeadLarge-category,.PromoSuperLeadLarge[data-show-description] .PromoSuperLeadLarge-description,.PromoSuperLeadLarge[data-show-img] .PromoSuperLeadLarge-media,.PromoSuperLeadLarge[data-show-more-coverage] .PromoSuperLeadLarge-items,.PromoSuperLeadLarge[data-show-timestamp] .PromoSuperLeadLarge-date,.PromoSuperLeadLarge[data-show-timestamp] .PromoSuperLeadLarge-timestamp[data-hide-timestamp],.PromoSuperLeadSmall[data-show-category] .PromoSuperLeadSmall-category,.PromoSuperLeadSmall[data-show-description] .PromoSuperLeadSmall-description,.PromoSuperLeadSmall[data-show-img] .PromoSuperLeadSmall-media,.PromoSuperLeadSmall[data-show-more-coverage] .PromoSuperLeadSmall-items,.PromoSuperLeadSmall[data-show-timestamp] .PromoSuperLeadSmall-date,.PromoSuperLeadSmall[data-show-timestamp] .PromoSuperLeadSmall-timestamp[data-hide-timestamp],.PromoXLarge[data-show-category] .PromoXLarge-category,.PromoXLarge[data-show-description] .PromoXLarge-description,.PromoXLarge[data-show-img] .PromoXLarge-media,.PromoXLarge[data-show-more-coverage] .PromoXLarge-items,.PromoXLarge[data-show-timestamp] .PromoXLarge-date,.PromoXLarge[data-show-timestamp] .PromoXLarge-timestamp[data-hide-timestamp],.PromoXSmall[data-show-category] .PromoXSmall-category,.PromoXSmall[data-show-description] .PromoXSmall-description,.PromoXSmall[data-show-img] .PromoXSmall-media,.PromoXSmall[data-show-more-coverage] .PromoXSmall-items,.PromoXSmall[data-show-timestamp] .PromoXSmall-date,.PromoXSmall[data-show-timestamp] .PromoXSmall-timestamp[data-hide-timestamp] {
	display:block
}
.PromoLarge[data-bottom-center] .PromoLarge-wrapper .PromoLarge-titleContainerDupe,.PromoLarge[data-bottom-right] .PromoLarge-wrapper .PromoLarge-titleContainer,.PromoLarge[data-left-center] .PromoLarge-wrapper .PromoLarge-titleContainerDupe,.PromoLarge[data-right-center] .PromoLarge-wrapper .PromoLarge-titleContainerDupe,.PromoLarge[data-top-center] .PromoLarge-wrapper .PromoLarge-titleContainerDupe,.PromoLarge[data-top-right] .PromoLarge-wrapper .PromoLarge-titleContainerDupe,.PromoMedium[data-bottom-center] .PromoMedium-wrapper .PromoMedium-titleContainerDupe,.PromoMedium[data-bottom-right] .PromoMedium-wrapper .PromoMedium-titleContainer,.PromoMedium[data-left-center] .PromoMedium-wrapper .PromoMedium-titleContainerDupe,.PromoMedium[data-right-center] .PromoMedium-wrapper .PromoMedium-titleContainerDupe,.PromoMedium[data-top-center] .PromoMedium-wrapper .PromoMedium-titleContainerDupe,.PromoMedium[data-top-right] .PromoMedium-wrapper .PromoMedium-titleContainerDupe,.PromoXLarge[data-bottom-center] .PromoXLarge-wrapper .PromoXLarge-titleContainerDupe,.PromoXLarge[data-bottom-right] .PromoXLarge-wrapper .PromoXLarge-titleContainer,.PromoXLarge[data-left-center] .PromoXLarge-wrapper .PromoXLarge-titleContainerDupe,.PromoXLarge[data-right-center] .PromoXLarge-wrapper .PromoXLarge-titleContainerDupe,.PromoXLarge[data-top-center] .PromoXLarge-wrapper .PromoXLarge-titleContainerDupe,.PromoXLarge[data-top-right] .PromoXLarge-wrapper .PromoXLarge-titleContainerDupe {
	display:none
}
.PromoLarge[data-bottom-center] .PromoLarge-wrapper .PromoLarge-titleContainer,.PromoLarge[data-bottom-right] .PromoLarge-wrapper,.PromoLarge[data-left-center] .PromoLarge-wrapper,.PromoLarge[data-left-center] .PromoLarge-wrapper .PromoLarge-titleContainer,.PromoLarge[data-right-center] .PromoLarge-wrapper,.PromoLarge[data-right-center] .PromoLarge-wrapper .PromoLarge-titleContainer,.PromoLarge[data-top-center] .PromoLarge-wrapper .PromoLarge-titleContainer,.PromoLarge[data-top-right] .PromoLarge-wrapper,.PromoLarge[data-top-right] .PromoLarge-wrapper .PromoLarge-titleContainer,.PromoMedium[data-bottom-center] .PromoMedium-wrapper .PromoMedium-titleContainer,.PromoMedium[data-bottom-right] .PromoMedium-wrapper,.PromoMedium[data-left-center] .PromoMedium-wrapper,.PromoMedium[data-left-center] .PromoMedium-wrapper .PromoMedium-titleContainer,.PromoMedium[data-right-center] .PromoMedium-wrapper,.PromoMedium[data-right-center] .PromoMedium-wrapper .PromoMedium-titleContainer,.PromoMedium[data-top-center] .PromoMedium-wrapper .PromoMedium-titleContainer,.PromoMedium[data-top-right] .PromoMedium-wrapper,.PromoMedium[data-top-right] .PromoMedium-wrapper .PromoMedium-titleContainer,.PromoXLarge[data-bottom-center] .PromoXLarge-wrapper .PromoXLarge-titleContainer,.PromoXLarge[data-bottom-right] .PromoXLarge-wrapper,.PromoXLarge[data-left-center] .PromoXLarge-wrapper,.PromoXLarge[data-left-center] .PromoXLarge-wrapper .PromoXLarge-titleContainer,.PromoXLarge[data-right-center] .PromoXLarge-wrapper,.PromoXLarge[data-right-center] .PromoXLarge-wrapper .PromoXLarge-titleContainer,.PromoXLarge[data-top-center] .PromoXLarge-wrapper .PromoXLarge-titleContainer,.PromoXLarge[data-top-right] .PromoXLarge-wrapper,.PromoXLarge[data-top-right] .PromoXLarge-wrapper .PromoXLarge-titleContainer {
	display:block
}
.PromoLarge[data-bottom-center] .PromoLarge-wrapper .PromoLarge-content,.PromoLarge[data-top-center] .PromoLarge-wrapper .PromoLarge-content,.PromoMedium[data-bottom-center] .PromoMedium-wrapper .PromoMedium-content,.PromoMedium[data-top-center] .PromoMedium-wrapper .PromoMedium-content,.PromoXLarge[data-bottom-center] .PromoXLarge-wrapper .PromoXLarge-content,.PromoXLarge[data-top-center] .PromoXLarge-wrapper .PromoXLarge-content {
	margin:0
}
.PromoLarge[data-bottom-center],.PromoLarge[data-top-center],.PromoMedium[data-bottom-center],.PromoMedium[data-top-center],.PromoXLarge[data-bottom-center],.PromoXLarge[data-top-center] {
	margin:0!important
}
.PromoLarge[data-top-center] .PromoLarge-wrapper,.PromoMedium[data-top-center] .PromoMedium-wrapper,.PromoXLarge[data-top-center] .PromoXLarge-wrapper {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column
}
.PromoLarge[data-top-center] .PromoLarge-wrapper .PromoLarge-media,.PromoMedium[data-top-center] .PromoMedium-wrapper .PromoMedium-media,.PromoXLarge[data-top-center] .PromoXLarge-wrapper .PromoXLarge-media {
	margin:0 0 10px;
	width:100%;
	max-width:none
}
.PromoLarge[data-bottom-center] .PromoLarge-wrapper,.PromoMedium[data-bottom-center] .PromoMedium-wrapper,.PromoXLarge[data-bottom-center] .PromoXLarge-wrapper {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse
}
.PromoLarge[data-bottom-center] .PromoLarge-wrapper .PromoLarge-media,.PromoMedium[data-bottom-center] .PromoMedium-wrapper .PromoMedium-media,.PromoXLarge[data-bottom-center] .PromoXLarge-wrapper .PromoXLarge-media {
	margin:20px 0 0;
	width:100%;
	max-width:none
}
.PromoLarge[data-bottom-right] .PromoLarge-wrapper .PromoLarge-media,.PromoLarge[data-left-center] .PromoLarge-wrapper .PromoLarge-media,.PromoLarge[data-right-center] .PromoLarge-wrapper .PromoLarge-media,.PromoLarge[data-top-right] .PromoLarge-wrapper .PromoLarge-media,.PromoMedium[data-bottom-right] .PromoMedium-wrapper .PromoMedium-media,.PromoMedium[data-left-center] .PromoMedium-wrapper .PromoMedium-media,.PromoMedium[data-right-center] .PromoMedium-wrapper .PromoMedium-media,.PromoMedium[data-top-right] .PromoMedium-wrapper .PromoMedium-media,.PromoXLarge[data-bottom-right] .PromoXLarge-wrapper .PromoXLarge-media,.PromoXLarge[data-left-center] .PromoXLarge-wrapper .PromoXLarge-media,.PromoXLarge[data-right-center] .PromoXLarge-wrapper .PromoXLarge-media,.PromoXLarge[data-top-right] .PromoXLarge-wrapper .PromoXLarge-media {
	float:right;
	margin:0 0 20px 20px;
	max-width:150px;
	width:35%
}
.PromoLarge[data-bottom-right],.PromoLarge[data-left-center],.PromoLarge[data-right-center],.PromoLarge[data-top-right],.PromoMedium[data-bottom-right],.PromoMedium[data-left-center],.PromoMedium[data-right-center],.PromoMedium[data-top-right],.PromoXLarge[data-bottom-right],.PromoXLarge[data-left-center],.PromoXLarge[data-right-center],.PromoXLarge[data-top-right] {
	margin-bottom:-20px
}
.PromoLarge[data-bottom-right] .PromoLarge-content,.PromoLarge[data-left-center] .PromoLarge-content,.PromoLarge[data-right-center] .PromoLarge-content,.PromoLarge[data-top-right] .PromoLarge-content,.PromoMedium[data-bottom-right] .PromoMedium-content,.PromoMedium[data-left-center] .PromoMedium-content,.PromoMedium[data-right-center] .PromoMedium-content,.PromoMedium[data-top-right] .PromoMedium-content,.PromoXLarge[data-bottom-right] .PromoXLarge-content,.PromoXLarge[data-left-center] .PromoXLarge-content,.PromoXLarge[data-right-center] .PromoXLarge-content,.PromoXLarge[data-top-right] .PromoXLarge-content {
	margin-bottom:20px
}
.PromoLarge[data-bottom-right] .PromoLarge-wrapper .PromoLarge-titleContainerDupe,.PromoMedium[data-bottom-right] .PromoMedium-wrapper .PromoMedium-titleContainerDupe,.PromoXLarge[data-bottom-right] .PromoXLarge-wrapper .PromoXLarge-titleContainerDupe {
	display:block;
	margin-bottom:10px
}
@media only screen and (min-width:768px) {
	.PromoLarge[data-bottom-right] .PromoLarge-wrapper .PromoLarge-media,.PromoLarge[data-top-right] .PromoLarge-wrapper .PromoLarge-media,.PromoMedium[data-bottom-right] .PromoMedium-wrapper .PromoMedium-media,.PromoMedium[data-top-right] .PromoMedium-wrapper .PromoMedium-media,.PromoXLarge[data-bottom-right] .PromoXLarge-wrapper .PromoXLarge-media,.PromoXLarge[data-top-right] .PromoXLarge-wrapper .PromoXLarge-media {
		width:50%
	}
	.PromoLarge[data-right-center] .PromoLarge-wrapper .PromoLarge-media,.PromoMedium[data-right-center] .PromoMedium-wrapper .PromoMedium-media,.PromoXLarge[data-right-center] .PromoXLarge-wrapper .PromoXLarge-media {
		-ms-flex-negative:0;
		flex-shrink:0;
		margin:0 0 0 20px;
		max-width:270px;
		min-width:270px;
		float:none;
		width:100%
	}
	.PromoLarge[data-right-center] .PromoLarge-wrapper,.PromoMedium[data-right-center] .PromoMedium-wrapper,.PromoXLarge[data-right-center] .PromoXLarge-wrapper {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-direction:row-reverse;
		flex-direction:row-reverse
	}
	.PromoLarge[data-left-center],.PromoLarge[data-right-center],.PromoMedium[data-left-center],.PromoMedium[data-right-center],.PromoXLarge[data-left-center],.PromoXLarge[data-right-center] {
		margin:0!important
	}
	.PromoLarge[data-left-center] .PromoLarge-content,.PromoLarge[data-right-center] .PromoLarge-content,.PromoMedium[data-left-center] .PromoMedium-content,.PromoMedium[data-right-center] .PromoMedium-content,.PromoXLarge[data-left-center] .PromoXLarge-content,.PromoXLarge[data-right-center] .PromoXLarge-content {
		margin-bottom:0
	}
	.PromoLarge[data-left-center] .PromoLarge-wrapper .PromoLarge-media,.PromoMedium[data-left-center] .PromoMedium-wrapper .PromoMedium-media,.PromoXLarge[data-left-center] .PromoXLarge-wrapper .PromoXLarge-media {
		-ms-flex-negative:0;
		flex-shrink:0;
		margin:0 20px 0 0;
		max-width:270px;
		min-width:270px;
		float:none;
		-ms-flex-order:1;
		order:1;
		width:100%
	}
	.PromoLarge[data-left-center] .PromoLarge-wrapper,.PromoMedium[data-left-center] .PromoMedium-wrapper,.PromoXLarge[data-left-center] .PromoXLarge-wrapper {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-direction:row;
		flex-direction:row
	}
}
.PromoSmall[data-bottom-center] .PromoSmall-wrapper .PromoSmall-titleContainerDupe,.PromoSmall[data-bottom-right] .PromoSmall-wrapper .PromoSmall-titleContainer,.PromoSmall[data-left-center] .PromoSmall-wrapper .PromoSmall-titleContainerDupe,.PromoSmall[data-right-center] .PromoSmall-wrapper .PromoSmall-titleContainerDupe,.PromoSmall[data-top-center] .PromoSmall-wrapper .PromoSmall-titleContainerDupe,.PromoSmall[data-top-right] .PromoSmall-wrapper .PromoSmall-titleContainerDupe,.PromoXSmall[data-bottom-center] .PromoXSmall-wrapper .PromoXSmall-titleContainerDupe,.PromoXSmall[data-bottom-right] .PromoXSmall-wrapper .PromoXSmall-titleContainer,.PromoXSmall[data-left-center] .PromoXSmall-wrapper .PromoXSmall-titleContainerDupe,.PromoXSmall[data-right-center] .PromoXSmall-wrapper .PromoXSmall-titleContainerDupe,.PromoXSmall[data-top-center] .PromoXSmall-wrapper .PromoXSmall-titleContainerDupe,.PromoXSmall[data-top-right] .PromoXSmall-wrapper .PromoXSmall-titleContainerDupe {
	display:none
}
.PromoSmall[data-bottom-center] .PromoSmall-wrapper .PromoSmall-titleContainer,.PromoSmall[data-bottom-right] .PromoSmall-wrapper,.PromoSmall[data-left-center] .PromoSmall-wrapper .PromoSmall-titleContainer,.PromoSmall[data-right-center] .PromoSmall-wrapper .PromoSmall-titleContainer,.PromoSmall[data-top-center] .PromoSmall-wrapper .PromoSmall-titleContainer,.PromoSmall[data-top-right] .PromoSmall-wrapper,.PromoSmall[data-top-right] .PromoSmall-wrapper .PromoSmall-titleContainer,.PromoXSmall[data-bottom-center] .PromoXSmall-wrapper .PromoXSmall-titleContainer,.PromoXSmall[data-bottom-right] .PromoXSmall-wrapper,.PromoXSmall[data-left-center] .PromoXSmall-wrapper .PromoXSmall-titleContainer,.PromoXSmall[data-right-center] .PromoXSmall-wrapper .PromoXSmall-titleContainer,.PromoXSmall[data-top-center] .PromoXSmall-wrapper .PromoXSmall-titleContainer,.PromoXSmall[data-top-right] .PromoXSmall-wrapper,.PromoXSmall[data-top-right] .PromoXSmall-wrapper .PromoXSmall-titleContainer {
	display:block
}
.PromoSmall[data-bottom-center] .PromoSmall-wrapper .PromoSmall-content,.PromoSmall[data-left-center] .PromoSmall-wrapper .PromoSmall-content,.PromoSmall[data-right-center] .PromoSmall-wrapper .PromoSmall-content,.PromoSmall[data-top-center] .PromoSmall-wrapper .PromoSmall-content,.PromoXSmall[data-bottom-center] .PromoXSmall-wrapper .PromoXSmall-content,.PromoXSmall[data-left-center] .PromoXSmall-wrapper .PromoXSmall-content,.PromoXSmall[data-right-center] .PromoXSmall-wrapper .PromoXSmall-content,.PromoXSmall[data-top-center] .PromoXSmall-wrapper .PromoXSmall-content {
	margin:0
}
.PromoSmall[data-bottom-center],.PromoSmall[data-left-center],.PromoSmall[data-right-center],.PromoSmall[data-top-center],.PromoXSmall[data-bottom-center],.PromoXSmall[data-left-center],.PromoXSmall[data-right-center],.PromoXSmall[data-top-center] {
	margin:0!important
}
.PromoSmall[data-top-center] .PromoSmall-wrapper,.PromoXSmall[data-top-center] .PromoXSmall-wrapper {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column
}
.PromoSmall[data-top-center] .PromoSmall-wrapper .PromoSmall-media,.PromoXSmall[data-top-center] .PromoXSmall-wrapper .PromoXSmall-media {
	margin:0 0 10px;
	width:100%;
	max-width:none
}
.PromoSmall[data-bottom-center] .PromoSmall-wrapper,.PromoXSmall[data-bottom-center] .PromoXSmall-wrapper {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse
}
.PromoSmall[data-bottom-center] .PromoSmall-wrapper .PromoSmall-media,.PromoXSmall[data-bottom-center] .PromoXSmall-wrapper .PromoXSmall-media {
	margin:20px 0 0;
	width:100%;
	max-width:none
}
.PromoSmall[data-top-right] .PromoSmall-wrapper .PromoSmall-media,.PromoXSmall[data-top-right] .PromoXSmall-wrapper .PromoXSmall-media {
	float:right;
	margin:0 0 20px 20px;
	width:110px;
	max-width:none
}
.PromoSmall[data-bottom-right] .PromoSmall-content,.PromoSmall[data-top-right] .PromoSmall-content,.PromoXSmall[data-bottom-right] .PromoXSmall-content,.PromoXSmall[data-top-right] .PromoXSmall-content {
	margin-bottom:20px
}
.PromoSmall[data-bottom-right],.PromoSmall[data-top-right],.PromoXSmall[data-bottom-right],.PromoXSmall[data-top-right] {
	margin-bottom:-20px
}
.PromoSmall[data-bottom-right] .PromoSmall-wrapper .PromoSmall-titleContainerDupe,.PromoXSmall[data-bottom-right] .PromoXSmall-wrapper .PromoXSmall-titleContainerDupe {
	display:block;
	margin-bottom:10px
}
.PromoSmall[data-bottom-right] .PromoSmall-wrapper .PromoSmall-media,.PromoXSmall[data-bottom-right] .PromoXSmall-wrapper .PromoXSmall-media {
	width:110px;
	margin:0 0 20px 20px;
	float:right;
	max-width:none
}
.PromoSmall[data-left-center] .PromoSmall-wrapper .PromoSmall-media,.PromoXSmall[data-left-center] .PromoXSmall-wrapper .PromoXSmall-media {
	-ms-flex-negative:0;
	flex-shrink:0;
	margin:0 20px 0 0;
	max-width:180px;
	-ms-flex-order:1;
	order:1;
	width:36%
}
.PromoSmall[data-left-center] .PromoSmall-wrapper,.PromoXSmall[data-left-center] .PromoXSmall-wrapper {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:row;
	flex-direction:row
}
.PromoSmall[data-right-center] .PromoSmall-wrapper .PromoSmall-media,.PromoXSmall[data-right-center] .PromoXSmall-wrapper .PromoXSmall-media {
	-ms-flex-negative:0;
	flex-shrink:0;
	margin:0 0 0 20px;
	max-width:180px;
	width:36%
}
.PromoSmall[data-right-center] .PromoSmall-wrapper,.PromoXSmall[data-right-center] .PromoXSmall-wrapper {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse
}
.InteractivePromo-media,.PlaylistItem-media,.PromoAuthor-media,.PromoLarge-media,.PromoLive-media,.PromoMedium-media,.PromoSmall-media,.PromoSuperLeadExtraLarge-media,.PromoSuperLeadLarge-media,.PromoSuperLeadSmall-media,.PromoXLarge-media,.PromoXSmall-media {
	position:relative
}
.InteractivePromo-media[data-no-img],.PlaylistItem-media[data-no-img],.PromoAuthor-media[data-no-img],.PromoLarge-media[data-no-img],.PromoLive-media[data-no-img],.PromoMedium-media[data-no-img],.PromoSmall-media[data-no-img],.PromoSuperLeadExtraLarge-media[data-no-img],.PromoSuperLeadLarge-media[data-no-img],.PromoSuperLeadSmall-media[data-no-img],.PromoXLarge-media[data-no-img],.PromoXSmall-media[data-no-img] {
	display:none
}
[data-content-type=document] .InteractivePromo-media,[data-content-type=document] .PlaylistItem-media,[data-content-type=document] .PromoAuthor-media,[data-content-type=document] .PromoLarge-media,[data-content-type=document] .PromoLive-media,[data-content-type=document] .PromoMedium-media,[data-content-type=document] .PromoSmall-media,[data-content-type=document] .PromoSuperLeadExtraLarge-media,[data-content-type=document] .PromoSuperLeadLarge-media,[data-content-type=document] .PromoSuperLeadSmall-media,[data-content-type=document] .PromoXLarge-media,[data-content-type=document] .PromoXSmall-media {
	width:30px
}
[data-content-type=document] .InteractivePromo-media:hover a:after,[data-content-type=document] .InteractivePromo-media:hover div[class$=-image]:after,[data-content-type=document] .InteractivePromo-media[data-hover] a:after,[data-content-type=document] .InteractivePromo-media[data-hover] div[class$=-image]:after,[data-content-type=document] .PlaylistItem-media:hover a:after,[data-content-type=document] .PlaylistItem-media:hover div[class$=-image]:after,[data-content-type=document] .PlaylistItem-media[data-hover] a:after,[data-content-type=document] .PlaylistItem-media[data-hover] div[class$=-image]:after,[data-content-type=document] .PromoAuthor-media:hover a:after,[data-content-type=document] .PromoAuthor-media:hover div[class$=-image]:after,[data-content-type=document] .PromoAuthor-media[data-hover] a:after,[data-content-type=document] .PromoAuthor-media[data-hover] div[class$=-image]:after,[data-content-type=document] .PromoLarge-media:hover a:after,[data-content-type=document] .PromoLarge-media:hover div[class$=-image]:after,[data-content-type=document] .PromoLarge-media[data-hover] a:after,[data-content-type=document] .PromoLarge-media[data-hover] div[class$=-image]:after,[data-content-type=document] .PromoLive-media:hover a:after,[data-content-type=document] .PromoLive-media:hover div[class$=-image]:after,[data-content-type=document] .PromoLive-media[data-hover] a:after,[data-content-type=document] .PromoLive-media[data-hover] div[class$=-image]:after,[data-content-type=document] .PromoMedium-media:hover a:after,[data-content-type=document] .PromoMedium-media:hover div[class$=-image]:after,[data-content-type=document] .PromoMedium-media[data-hover] a:after,[data-content-type=document] .PromoMedium-media[data-hover] div[class$=-image]:after,[data-content-type=document] .PromoSmall-media:hover a:after,[data-content-type=document] .PromoSmall-media:hover div[class$=-image]:after,[data-content-type=document] .PromoSmall-media[data-hover] a:after,[data-content-type=document] .PromoSmall-media[data-hover] div[class$=-image]:after,[data-content-type=document] .PromoSuperLeadExtraLarge-media:hover a:after,[data-content-type=document] .PromoSuperLeadExtraLarge-media:hover div[class$=-image]:after,[data-content-type=document] .PromoSuperLeadExtraLarge-media[data-hover] a:after,[data-content-type=document] .PromoSuperLeadExtraLarge-media[data-hover] div[class$=-image]:after,[data-content-type=document] .PromoSuperLeadLarge-media:hover a:after,[data-content-type=document] .PromoSuperLeadLarge-media:hover div[class$=-image]:after,[data-content-type=document] .PromoSuperLeadLarge-media[data-hover] a:after,[data-content-type=document] .PromoSuperLeadLarge-media[data-hover] div[class$=-image]:after,[data-content-type=document] .PromoSuperLeadSmall-media:hover a:after,[data-content-type=document] .PromoSuperLeadSmall-media:hover div[class$=-image]:after,[data-content-type=document] .PromoSuperLeadSmall-media[data-hover] a:after,[data-content-type=document] .PromoSuperLeadSmall-media[data-hover] div[class$=-image]:after,[data-content-type=document] .PromoXLarge-media:hover a:after,[data-content-type=document] .PromoXLarge-media:hover div[class$=-image]:after,[data-content-type=document] .PromoXLarge-media[data-hover] a:after,[data-content-type=document] .PromoXLarge-media[data-hover] div[class$=-image]:after,[data-content-type=document] .PromoXSmall-media:hover a:after,[data-content-type=document] .PromoXSmall-media:hover div[class$=-image]:after,[data-content-type=document] .PromoXSmall-media[data-hover] a:after,[data-content-type=document] .PromoXSmall-media[data-hover] div[class$=-image]:after,[data-content-type=gallery] .InteractivePromo-media:hover a:after,[data-content-type=gallery] .InteractivePromo-media:hover div[class$=-image]:after,[data-content-type=gallery] .InteractivePromo-media[data-hover] a:after,[data-content-type=gallery] .InteractivePromo-media[data-hover] div[class$=-image]:after,[data-content-type=gallery] .PlaylistItem-media:hover a:after,[data-content-type=gallery] .PlaylistItem-media:hover div[class$=-image]:after,[data-content-type=gallery] .PlaylistItem-media[data-hover] a:after,[data-content-type=gallery] .PlaylistItem-media[data-hover] div[class$=-image]:after,[data-content-type=gallery] .PromoAuthor-media:hover a:after,[data-content-type=gallery] .PromoAuthor-media:hover div[class$=-image]:after,[data-content-type=gallery] .PromoAuthor-media[data-hover] a:after,[data-content-type=gallery] .PromoAuthor-media[data-hover] div[class$=-image]:after,[data-content-type=gallery] .PromoLarge-media:hover a:after,[data-content-type=gallery] .PromoLarge-media:hover div[class$=-image]:after,[data-content-type=gallery] .PromoLarge-media[data-hover] a:after,[data-content-type=gallery] .PromoLarge-media[data-hover] div[class$=-image]:after,[data-content-type=gallery] .PromoLive-media:hover a:after,[data-content-type=gallery] .PromoLive-media:hover div[class$=-image]:after,[data-content-type=gallery] .PromoLive-media[data-hover] a:after,[data-content-type=gallery] .PromoLive-media[data-hover] div[class$=-image]:after,[data-content-type=gallery] .PromoMedium-media:hover a:after,[data-content-type=gallery] .PromoMedium-media:hover div[class$=-image]:after,[data-content-type=gallery] .PromoMedium-media[data-hover] a:after,[data-content-type=gallery] .PromoMedium-media[data-hover] div[class$=-image]:after,[data-content-type=gallery] .PromoSmall-media:hover a:after,[data-content-type=gallery] .PromoSmall-media:hover div[class$=-image]:after,[data-content-type=gallery] .PromoSmall-media[data-hover] a:after,[data-content-type=gallery] .PromoSmall-media[data-hover] div[class$=-image]:after,[data-content-type=gallery] .PromoSuperLeadExtraLarge-media:hover a:after,[data-content-type=gallery] .PromoSuperLeadExtraLarge-media:hover div[class$=-image]:after,[data-content-type=gallery] .PromoSuperLeadExtraLarge-media[data-hover] a:after,[data-content-type=gallery] .PromoSuperLeadExtraLarge-media[data-hover] div[class$=-image]:after,[data-content-type=gallery] .PromoSuperLeadLarge-media:hover a:after,[data-content-type=gallery] .PromoSuperLeadLarge-media:hover div[class$=-image]:after,[data-content-type=gallery] .PromoSuperLeadLarge-media[data-hover] a:after,[data-content-type=gallery] .PromoSuperLeadLarge-media[data-hover] div[class$=-image]:after,[data-content-type=gallery] .PromoSuperLeadSmall-media:hover a:after,[data-content-type=gallery] .PromoSuperLeadSmall-media:hover div[class$=-image]:after,[data-content-type=gallery] .PromoSuperLeadSmall-media[data-hover] a:after,[data-content-type=gallery] .PromoSuperLeadSmall-media[data-hover] div[class$=-image]:after,[data-content-type=gallery] .PromoXLarge-media:hover a:after,[data-content-type=gallery] .PromoXLarge-media:hover div[class$=-image]:after,[data-content-type=gallery] .PromoXLarge-media[data-hover] a:after,[data-content-type=gallery] .PromoXLarge-media[data-hover] div[class$=-image]:after,[data-content-type=gallery] .PromoXSmall-media:hover a:after,[data-content-type=gallery] .PromoXSmall-media:hover div[class$=-image]:after,[data-content-type=gallery] .PromoXSmall-media[data-hover] a:after,[data-content-type=gallery] .PromoXSmall-media[data-hover] div[class$=-image]:after,[data-content-type=video] .InteractivePromo-media:hover a:after,[data-content-type=video] .InteractivePromo-media:hover div[class$=-image]:after,[data-content-type=video] .InteractivePromo-media[data-hover] a:after,[data-content-type=video] .InteractivePromo-media[data-hover] div[class$=-image]:after,[data-content-type=video] .PlaylistItem-media:hover a:after,[data-content-type=video] .PlaylistItem-media:hover div[class$=-image]:after,[data-content-type=video] .PlaylistItem-media[data-hover] a:after,[data-content-type=video] .PlaylistItem-media[data-hover] div[class$=-image]:after,[data-content-type=video] .PromoAuthor-media:hover a:after,[data-content-type=video] .PromoAuthor-media:hover div[class$=-image]:after,[data-content-type=video] .PromoAuthor-media[data-hover] a:after,[data-content-type=video] .PromoAuthor-media[data-hover] div[class$=-image]:after,[data-content-type=video] .PromoLarge-media:hover a:after,[data-content-type=video] .PromoLarge-media:hover div[class$=-image]:after,[data-content-type=video] .PromoLarge-media[data-hover] a:after,[data-content-type=video] .PromoLarge-media[data-hover] div[class$=-image]:after,[data-content-type=video] .PromoLive-media:hover a:after,[data-content-type=video] .PromoLive-media:hover div[class$=-image]:after,[data-content-type=video] .PromoLive-media[data-hover] a:after,[data-content-type=video] .PromoLive-media[data-hover] div[class$=-image]:after,[data-content-type=video] .PromoMedium-media:hover a:after,[data-content-type=video] .PromoMedium-media:hover div[class$=-image]:after,[data-content-type=video] .PromoMedium-media[data-hover] a:after,[data-content-type=video] .PromoMedium-media[data-hover] div[class$=-image]:after,[data-content-type=video] .PromoSmall-media:hover a:after,[data-content-type=video] .PromoSmall-media:hover div[class$=-image]:after,[data-content-type=video] .PromoSmall-media[data-hover] a:after,[data-content-type=video] .PromoSmall-media[data-hover] div[class$=-image]:after,[data-content-type=video] .PromoSuperLeadExtraLarge-media:hover a:after,[data-content-type=video] .PromoSuperLeadExtraLarge-media:hover div[class$=-image]:after,[data-content-type=video] .PromoSuperLeadExtraLarge-media[data-hover] a:after,[data-content-type=video] .PromoSuperLeadExtraLarge-media[data-hover] div[class$=-image]:after,[data-content-type=video] .PromoSuperLeadLarge-media:hover a:after,[data-content-type=video] .PromoSuperLeadLarge-media:hover div[class$=-image]:after,[data-content-type=video] .PromoSuperLeadLarge-media[data-hover] a:after,[data-content-type=video] .PromoSuperLeadLarge-media[data-hover] div[class$=-image]:after,[data-content-type=video] .PromoSuperLeadSmall-media:hover a:after,[data-content-type=video] .PromoSuperLeadSmall-media:hover div[class$=-image]:after,[data-content-type=video] .PromoSuperLeadSmall-media[data-hover] a:after,[data-content-type=video] .PromoSuperLeadSmall-media[data-hover] div[class$=-image]:after,[data-content-type=video] .PromoXLarge-media:hover a:after,[data-content-type=video] .PromoXLarge-media:hover div[class$=-image]:after,[data-content-type=video] .PromoXLarge-media[data-hover] a:after,[data-content-type=video] .PromoXLarge-media[data-hover] div[class$=-image]:after,[data-content-type=video] .PromoXSmall-media:hover a:after,[data-content-type=video] .PromoXSmall-media:hover div[class$=-image]:after,[data-content-type=video] .PromoXSmall-media[data-hover] a:after,[data-content-type=video] .PromoXSmall-media[data-hover] div[class$=-image]:after {
	background-color:var(--brandColor);
	border-color:var(--brandColor)
}
.InteractivePromo-media img,.PlaylistItem-media img,.PromoAuthor-media img,.PromoLarge-media img,.PromoLive-media img,.PromoMedium-media img,.PromoSmall-media img,.PromoSuperLeadExtraLarge-media img,.PromoSuperLeadLarge-media img,.PromoSuperLeadSmall-media img,.PromoXLarge-media img,.PromoXSmall-media img {
	width:100%
}
[data-content-type=document] .InteractivePromo-media img,[data-content-type=document] .PlaylistItem-media img,[data-content-type=document] .PromoAuthor-media img,[data-content-type=document] .PromoLarge-media img,[data-content-type=document] .PromoLive-media img,[data-content-type=document] .PromoMedium-media img,[data-content-type=document] .PromoSmall-media img,[data-content-type=document] .PromoSuperLeadExtraLarge-media img,[data-content-type=document] .PromoSuperLeadLarge-media img,[data-content-type=document] .PromoSuperLeadSmall-media img,[data-content-type=document] .PromoXLarge-media img,[data-content-type=document] .PromoXSmall-media img {
	display:none
}
.InteractivePromo-media a,.PlaylistItem-media a,.PromoAuthor-media a,.PromoLarge-media a,.PromoLive-media a,.PromoMedium-media a,.PromoSmall-media a,.PromoSuperLeadExtraLarge-media a,.PromoSuperLeadLarge-media a,.PromoSuperLeadSmall-media a,.PromoXLarge-media a,.PromoXSmall-media a {
	display:block;
	position:relative
}
[data-content-type=document] .InteractivePromo-media a,[data-content-type=document] .PlaylistItem-media a,[data-content-type=document] .PromoAuthor-media a,[data-content-type=document] .PromoLarge-media a,[data-content-type=document] .PromoLive-media a,[data-content-type=document] .PromoMedium-media a,[data-content-type=document] .PromoSmall-media a,[data-content-type=document] .PromoSuperLeadExtraLarge-media a,[data-content-type=document] .PromoSuperLeadLarge-media a,[data-content-type=document] .PromoSuperLeadSmall-media a,[data-content-type=document] .PromoXLarge-media a,[data-content-type=document] .PromoXSmall-media a {
	height:30px;
	width:30px
}
[data-content-type=video] .InteractivePromo-media a:before,[data-content-type=video] .InteractivePromo-media div[class$=-image]:before,[data-content-type=video] .PlaylistItem-media a:before,[data-content-type=video] .PlaylistItem-media div[class$=-image]:before,[data-content-type=video] .PromoAuthor-media a:before,[data-content-type=video] .PromoAuthor-media div[class$=-image]:before,[data-content-type=video] .PromoLarge-media a:before,[data-content-type=video] .PromoLarge-media div[class$=-image]:before,[data-content-type=video] .PromoLive-media a:before,[data-content-type=video] .PromoLive-media div[class$=-image]:before,[data-content-type=video] .PromoMedium-media a:before,[data-content-type=video] .PromoMedium-media div[class$=-image]:before,[data-content-type=video] .PromoSmall-media a:before,[data-content-type=video] .PromoSmall-media div[class$=-image]:before,[data-content-type=video] .PromoSuperLeadExtraLarge-media a:before,[data-content-type=video] .PromoSuperLeadExtraLarge-media div[class$=-image]:before,[data-content-type=video] .PromoSuperLeadLarge-media a:before,[data-content-type=video] .PromoSuperLeadLarge-media div[class$=-image]:before,[data-content-type=video] .PromoSuperLeadSmall-media a:before,[data-content-type=video] .PromoSuperLeadSmall-media div[class$=-image]:before,[data-content-type=video] .PromoXLarge-media a:before,[data-content-type=video] .PromoXLarge-media div[class$=-image]:before,[data-content-type=video] .PromoXSmall-media a:before,[data-content-type=video] .PromoXSmall-media div[class$=-image]:before {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/icon-play-14x14-ffffff.558992ef1a77c20eed875d81cef62b8a.svg');
	bottom:10px;
	content:" ";
	height:30px;
	left:11px;
	position:absolute;
	width:30px;
	z-index:2
}
[data-content-type=gallery] .InteractivePromo-media a:before,[data-content-type=gallery] .InteractivePromo-media div[class$=-image]:before,[data-content-type=gallery] .PlaylistItem-media a:before,[data-content-type=gallery] .PlaylistItem-media div[class$=-image]:before,[data-content-type=gallery] .PromoAuthor-media a:before,[data-content-type=gallery] .PromoAuthor-media div[class$=-image]:before,[data-content-type=gallery] .PromoLarge-media a:before,[data-content-type=gallery] .PromoLarge-media div[class$=-image]:before,[data-content-type=gallery] .PromoLive-media a:before,[data-content-type=gallery] .PromoLive-media div[class$=-image]:before,[data-content-type=gallery] .PromoMedium-media a:before,[data-content-type=gallery] .PromoMedium-media div[class$=-image]:before,[data-content-type=gallery] .PromoSmall-media a:before,[data-content-type=gallery] .PromoSmall-media div[class$=-image]:before,[data-content-type=gallery] .PromoSuperLeadExtraLarge-media a:before,[data-content-type=gallery] .PromoSuperLeadExtraLarge-media div[class$=-image]:before,[data-content-type=gallery] .PromoSuperLeadLarge-media a:before,[data-content-type=gallery] .PromoSuperLeadLarge-media div[class$=-image]:before,[data-content-type=gallery] .PromoSuperLeadSmall-media a:before,[data-content-type=gallery] .PromoSuperLeadSmall-media div[class$=-image]:before,[data-content-type=gallery] .PromoXLarge-media a:before,[data-content-type=gallery] .PromoXLarge-media div[class$=-image]:before,[data-content-type=gallery] .PromoXSmall-media a:before,[data-content-type=gallery] .PromoXSmall-media div[class$=-image]:before {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/icon-grid-14x14-ffffff.e4d4a5f6dedf36ba62bf752731391e50.svg');
	bottom:18px;
	content:" ";
	height:14px;
	left:18px;
	position:absolute;
	width:14px;
	z-index:2
}
[data-content-type=document] .InteractivePromo-media a:before,[data-content-type=document] .InteractivePromo-media div[class$=-image]:before,[data-content-type=document] .PlaylistItem-media a:before,[data-content-type=document] .PlaylistItem-media div[class$=-image]:before,[data-content-type=document] .PromoAuthor-media a:before,[data-content-type=document] .PromoAuthor-media div[class$=-image]:before,[data-content-type=document] .PromoLarge-media a:before,[data-content-type=document] .PromoLarge-media div[class$=-image]:before,[data-content-type=document] .PromoLive-media a:before,[data-content-type=document] .PromoLive-media div[class$=-image]:before,[data-content-type=document] .PromoMedium-media a:before,[data-content-type=document] .PromoMedium-media div[class$=-image]:before,[data-content-type=document] .PromoSmall-media a:before,[data-content-type=document] .PromoSmall-media div[class$=-image]:before,[data-content-type=document] .PromoSuperLeadExtraLarge-media a:before,[data-content-type=document] .PromoSuperLeadExtraLarge-media div[class$=-image]:before,[data-content-type=document] .PromoSuperLeadLarge-media a:before,[data-content-type=document] .PromoSuperLeadLarge-media div[class$=-image]:before,[data-content-type=document] .PromoSuperLeadSmall-media a:before,[data-content-type=document] .PromoSuperLeadSmall-media div[class$=-image]:before,[data-content-type=document] .PromoXLarge-media a:before,[data-content-type=document] .PromoXLarge-media div[class$=-image]:before,[data-content-type=document] .PromoXSmall-media a:before,[data-content-type=document] .PromoXSmall-media div[class$=-image]:before {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/icon-document-14x14-ffffff.0ff5965040e1e6d4c8e69206700ade9d.svg');
	background-repeat:no-repeat;
	background-size:30px;
	content:" ";
	height:30px;
	left:9px;
	position:absolute;
	top:8px;
	width:30px;
	z-index:2
}
[data-content-type=gallery] .InteractivePromo-media a:after,[data-content-type=gallery] .InteractivePromo-media div[class$=-image]:after,[data-content-type=gallery] .PlaylistItem-media a:after,[data-content-type=gallery] .PlaylistItem-media div[class$=-image]:after,[data-content-type=gallery] .PromoAuthor-media a:after,[data-content-type=gallery] .PromoAuthor-media div[class$=-image]:after,[data-content-type=gallery] .PromoLarge-media a:after,[data-content-type=gallery] .PromoLarge-media div[class$=-image]:after,[data-content-type=gallery] .PromoLive-media a:after,[data-content-type=gallery] .PromoLive-media div[class$=-image]:after,[data-content-type=gallery] .PromoMedium-media a:after,[data-content-type=gallery] .PromoMedium-media div[class$=-image]:after,[data-content-type=gallery] .PromoSmall-media a:after,[data-content-type=gallery] .PromoSmall-media div[class$=-image]:after,[data-content-type=gallery] .PromoSuperLeadExtraLarge-media a:after,[data-content-type=gallery] .PromoSuperLeadExtraLarge-media div[class$=-image]:after,[data-content-type=gallery] .PromoSuperLeadLarge-media a:after,[data-content-type=gallery] .PromoSuperLeadLarge-media div[class$=-image]:after,[data-content-type=gallery] .PromoSuperLeadSmall-media a:after,[data-content-type=gallery] .PromoSuperLeadSmall-media div[class$=-image]:after,[data-content-type=gallery] .PromoXLarge-media a:after,[data-content-type=gallery] .PromoXLarge-media div[class$=-image]:after,[data-content-type=gallery] .PromoXSmall-media a:after,[data-content-type=gallery] .PromoXSmall-media div[class$=-image]:after,[data-content-type=video] .InteractivePromo-media a:after,[data-content-type=video] .InteractivePromo-media div[class$=-image]:after,[data-content-type=video] .PlaylistItem-media a:after,[data-content-type=video] .PlaylistItem-media div[class$=-image]:after,[data-content-type=video] .PromoAuthor-media a:after,[data-content-type=video] .PromoAuthor-media div[class$=-image]:after,[data-content-type=video] .PromoLarge-media a:after,[data-content-type=video] .PromoLarge-media div[class$=-image]:after,[data-content-type=video] .PromoLive-media a:after,[data-content-type=video] .PromoLive-media div[class$=-image]:after,[data-content-type=video] .PromoMedium-media a:after,[data-content-type=video] .PromoMedium-media div[class$=-image]:after,[data-content-type=video] .PromoSmall-media a:after,[data-content-type=video] .PromoSmall-media div[class$=-image]:after,[data-content-type=video] .PromoSuperLeadExtraLarge-media a:after,[data-content-type=video] .PromoSuperLeadExtraLarge-media div[class$=-image]:after,[data-content-type=video] .PromoSuperLeadLarge-media a:after,[data-content-type=video] .PromoSuperLeadLarge-media div[class$=-image]:after,[data-content-type=video] .PromoSuperLeadSmall-media a:after,[data-content-type=video] .PromoSuperLeadSmall-media div[class$=-image]:after,[data-content-type=video] .PromoXLarge-media a:after,[data-content-type=video] .PromoXLarge-media div[class$=-image]:after,[data-content-type=video] .PromoXSmall-media a:after,[data-content-type=video] .PromoXSmall-media div[class$=-image]:after {
	background-color:rgba(0,0,0,.5);
	bottom:10px;
	border:1px solid #fff;
	content:" ";
	height:30px;
	left:10px;
	position:absolute;
	width:30px;
	z-index:1
}
[data-content-type=document] .InteractivePromo-media a:after,[data-content-type=document] .InteractivePromo-media div[class$=-image]:after,[data-content-type=document] .PlaylistItem-media a:after,[data-content-type=document] .PlaylistItem-media div[class$=-image]:after,[data-content-type=document] .PromoAuthor-media a:after,[data-content-type=document] .PromoAuthor-media div[class$=-image]:after,[data-content-type=document] .PromoLarge-media a:after,[data-content-type=document] .PromoLarge-media div[class$=-image]:after,[data-content-type=document] .PromoLive-media a:after,[data-content-type=document] .PromoLive-media div[class$=-image]:after,[data-content-type=document] .PromoMedium-media a:after,[data-content-type=document] .PromoMedium-media div[class$=-image]:after,[data-content-type=document] .PromoSmall-media a:after,[data-content-type=document] .PromoSmall-media div[class$=-image]:after,[data-content-type=document] .PromoSuperLeadExtraLarge-media a:after,[data-content-type=document] .PromoSuperLeadExtraLarge-media div[class$=-image]:after,[data-content-type=document] .PromoSuperLeadLarge-media a:after,[data-content-type=document] .PromoSuperLeadLarge-media div[class$=-image]:after,[data-content-type=document] .PromoSuperLeadSmall-media a:after,[data-content-type=document] .PromoSuperLeadSmall-media div[class$=-image]:after,[data-content-type=document] .PromoXLarge-media a:after,[data-content-type=document] .PromoXLarge-media div[class$=-image]:after,[data-content-type=document] .PromoXSmall-media a:after,[data-content-type=document] .PromoXSmall-media div[class$=-image]:after {
	background-color:rgba(0,0,0,.5);
	border:1px solid var(--secondaryColor6);
	content:" ";
	height:30px;
	left:0;
	position:absolute;
	top:0;
	width:30px;
	z-index:1
}
.PromoAuthor-content,.PromoAuthor-wrapper {
	display:-ms-flexbox;
	display:flex
}
.PromoAuthor-content {
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-pack:center;
	justify-content:center;
	min-height:100px;
	-ms-flex-order:2;
	order:2
}
.PromoAuthor-media {
	-ms-flex-negative:0;
	flex-shrink:0;
	margin:0 20px 0 0;
	-ms-flex-order:1;
	order:1;
	width:100px
}
.PromoAuthor-media img {
	border:1px solid var(--secondaryColor2);
	border-radius:100%
}
.PromoAuthor-title {
	margin-bottom:10px
}
.PromoAuthor-title:hover>a,.PromoAuthor-title[data-hover]>a {
	opacity:.8
}
.PromoBlogPost-actions {
	display:block;
	margin:20px 0
}
.PromoBlogPost-actionsSticky {
	display:none;
	left:0;
	top:60px;
	position:-webkit-sticky;
	position:sticky;
	z-index:1
}
.PromoBlogPost-actionsSticky-content {
	left:-50px;
	position:absolute;
	top:0
}
.PromoBlogPost-media {
	margin-bottom:20px
}
.PromoBlogPost-media img {
	width:100%
}
.PromoBlogPost-wrapper {
	position:relative;
	max-height:900px;
	overflow:hidden
}
.PromoBlogPost-wrapper:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:140px;
	background:linear-gradient(hsla(0,0%,100%,0),#fff)
}
.PromoBlogPost-category {
	padding:0 20px
}
.PromoBlogPost-category .Link {
	padding:0;
	margin:0 10px 10px 0
}
.PromoBlogPost-category span.Link {
	pointer-events:none
}
.PromoBlogPost-title {
	padding:0 20px;
	font-weight:400;
	line-height:1.13;
	letter-spacing:-.2px;
	margin-bottom:20px
}
.PromoBlogPost-content {
	margin:0 auto;
	max-width:1200px;
	padding:20px 0
}
.PromoBlogPost-mainContent {
	padding:0 20px
}
.PromoBlogPost-authorName {
	margin-bottom:10px;
	font-weight:500
}
.PromoBlogPost-authorName span {
	text-transform:uppercase
}
.PromoBlogPost-date,.PromoBlogPost-timestamp {
	margin:0 0 7px;
	word-break:keep-all;
	display:none
}
.PromoBlogPost-date,.PromoBlogPost-date[data-show-timestamp],.PromoBlogPost-timestamp[data-show-timestamp] {
	display:block
}
.PromoBlogPost-readMore {
	margin:20px auto 0
}
.PromoBlogPost-readMore>a {
	width:100%
}
@media only screen and (min-width:768px) {
	.PromoBlogPost-byline,.PromoBlogPost-description {
		max-width:680px;
		margin:0 auto
	}
	.PromoBlogPost-byline {
		-ms-flex-align:center;
		align-items:center
	}
	.PromoBlogPost-authorName,.PromoBlogPost-date {
		margin-bottom:0
	}
	.PromoBlogPost-actions {
		max-width:680px;
		margin:0 0 0 auto
	}
	.PromoBlogPost-byline {
		display:-ms-flexbox;
		display:flex
	}
	.PromoBlogPost-date {
		margin-left:10px
	}
}
@media only screen and (min-width:1024px) {
	.PromoBlogPost-category,.PromoBlogPost-content,.PromoBlogPost-mainContent,.PromoBlogPost-title {
		padding:0
	}
	.PromoBlogPost-main {
		margin-right:0
	}
	.PromoBlogPost-byline,.PromoBlogPost-description {
		margin:0 auto
	}
	.PromoBlogPost-description {
		margin-top:20px
	}
	.PromoBlogPost-actions {
		display:none
	}
	.PromoBlogPost-actionsSticky {
		display:block
	}
}
@media only screen and (min-width:1240px) {
	.PromoBlogPost-actionsSticky-content {
		left:-100px
	}
}
.PromoButton {
	display:block
}
.PromoFullWidth {
	position:relative
}
.PromoFullWidth-media {
	display:none
}
.PromoFullWidth-media img {
	width:100%
}
.PromoFullWidth-media-mobile {
	display:block
}
.PromoFullWidth-media-mobile img {
	width:100%
}
.PromoFullWidth-title {
	-ms-flex-align:center;
	align-items:center;
	display:-ms-flexbox;
	display:flex;
	height:100%;
	-ms-flex-pack:center;
	justify-content:center;
	left:0;
	padding:20px;
	position:absolute;
	text-align:center;
	top:0;
	width:100%
}
.PromoFullWidth-title span {
	color:var(--secondaryColor5);
	max-width:740px
}
@media only screen and (min-width:768px) {
	.PromoFullWidth-media {
		display:block
	}
	.PromoFullWidth-media-mobile {
		display:none
	}
}
.PromoFullWidthLead-wrapper,.PromoFullWidthLeadOverlay-wrapper {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	max-width:1200px;
	width:100%
}
.PromoFullWidthLead[data-reverse] .PromoFullWidthLead-wrapper,.PromoFullWidthLeadOverlay[data-reverse] .PromoFullWidthLeadOverlay-wrapper {
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse;
	padding-top:0
}
.PromoFullWidthLead[data-reverse] .PromoFullWidthLead-mediaContainer,.PromoFullWidthLeadOverlay[data-reverse] .PromoFullWidthLeadOverlay-mediaContainer {
	margin-top:0
}
.PromoFullWidthLead[data-reverse] .PromoFullWidthLead-content,.PromoFullWidthLeadOverlay[data-reverse] .PromoFullWidthLeadOverlay-content {
	border-top:0
}
.PromoFullWidthLead-media,.PromoFullWidthLeadOverlay-media {
	display:none
}
.PromoFullWidthLead-media img,.PromoFullWidthLead-mediaMobile img,.PromoFullWidthLeadOverlay-media img,.PromoFullWidthLeadOverlay-mediaMobile img {
	width:100%
}
.PromoFullWidthLead-category,.PromoFullWidthLeadOverlay-category {
	margin-bottom:10px
}
.PromoFullWidthLead-category .Link:hover,.PromoFullWidthLeadOverlay-category .Link:hover {
	color:var(--brandColor)
}
.PromoFullWidthLead-description,.PromoFullWidthLeadOverlay-description {
	margin-top:10px
}
.PromoFullWidthLead-mediaContainer,.PromoFullWidthLeadOverlay-mediaContainer {
	margin-top:20px
}
.PromoFullWidthLead-content,.PromoFullWidthLeadOverlay-content {
	border-top:2px solid var(--secondaryColor8);
	padding:20px 20px 0;
	width:100%
}
.PromoFullWidthLead-title,.PromoFullWidthLeadOverlay-title {
	font-size:var(--title-2);
	line-height:1.13
}
.PromoFullWidthLead-title:hover>a,.PromoFullWidthLead-title[data-hover]>a,.PromoFullWidthLeadOverlay-title:hover>a,.PromoFullWidthLeadOverlay-title[data-hover]>a {
	opacity:.8
}
@media only screen and (min-width:768px) {
	.PromoFullWidthLead-wrapper,.PromoFullWidthLeadOverlay-wrapper {
		margin:0 auto;
		padding-left:20px;
		padding-right:20px
	}
	.PromoFullWidthLead-content,.PromoFullWidthLeadOverlay-content {
		padding:20px 0 0
	}
}
@media only screen and (min-width:1024px) {
	.PromoFullWidthLead-wrapper,.PromoFullWidthLeadOverlay-wrapper {
		text-align:center
	}
	.PromoFullWidthLead-media,.PromoFullWidthLeadOverlay-media {
		display:block
	}
	.PromoFullWidthLead-mediaMobile,.PromoFullWidthLeadOverlay-mediaMobile {
		display:none
	}
}
@media only screen and (min-width:1240px) {
	.PromoFullWidthLead-wrapper,.PromoFullWidthLeadOverlay-wrapper {
		padding-left:0;
		padding-right:0
	}
}
.PromoFullWidthLeadOverlay[data-hide-img] .PromoFullWidthLeadOverlay-mediaContainer {
	display:block
}
.PromoFullWidthLeadOverlay-mediaContainer {
	margin-top:0
}
.PromoFullWidthLeadOverlay-content {
	border-top:0;
	max-width:1200px
}
.PromoFullWidthLeadOverlay-wrapper {
	position:relative;
	display:block;
	max-width:none;
	width:100%
}
@media only screen and (min-width:768px) {
	.PromoFullWidthLeadOverlay-wrapper {
		text-align:center;
		padding-left:0;
		padding-right:0
	}
	.PromoFullWidthLeadOverlay-wrapper:after {
		content:"";
		display:block;
		position:absolute;
		height:100%;
		top:0;
		left:0;
		right:0;
		background:rgba(0,0,0,.4);
		z-index:2
	}
	.PromoFullWidthLeadOverlay-content {
		width:100%;
		position:absolute;
		padding:0 20px;
		bottom:40px;
		margin:0 auto;
		left:0;
		right:0;
		z-index:3;
		max-width:1200px
	}
	.PromoFullWidthLeadOverlay-content[data-left] {
		text-align:left
	}
	.PromoFullWidthLeadOverlay-category,.PromoFullWidthLeadOverlay-description,.PromoFullWidthLeadOverlay-title {
		color:var(--primaryTextColorInverse)
	}
}
@media only screen and (min-width:1024px) {
	.PromoFullWidthLeadOverlay[data-hide-img] .PromoFullWidthLeadOverlay-media {
		display:block
	}
	.PromoFullWidthLeadOverlay-content[data-left]>div {
		max-width:768px
	}
}
@media only screen and (min-width:1240px) {
	.PromoFullWidthLeadOverlay-content[data-left]>div {
		max-width:568px
	}
}
.PromoGallery {
	text-align:center
}
.PromoGallery[data-hide-description] .PromoGallery-description {
	display:none
}
.PromoGallery[data-show-description] .PromoGallery-description {
	display:block
}
.PromoGallery-media {
	position:relative;
	margin-bottom:10px
}
.PromoGallery-media>.Link {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	right:0;
	width:40px;
	height:40px;
	margin:0 auto;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:rgba(0,0,0,.5);
	border:1px solid #fff
}
.PromoGallery-media>.Link:hover {
	background-color:var(--brandColor);
	border-color:var(--brandColor)
}
.PromoGallery-media .Image {
	width:100%
}
.PromoGallery-grid {
	fill:var(--secondaryColor5);
	width:16px;
	height:16px
}
.PromoGallery-description {
	margin-top:10px
}
.PromoGallery-content {
	padding:0 20px
}
@media only screen and (min-width:768px) {
	.PromoGallery-media>.Link {
		width:60px;
		height:60px
	}
	.PromoGallery-grid {
		width:24px;
		height:24px
	}
}
.PromoLarge:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.PromoLarge-titleContainerDupe {
	display:none
}
.PromoLarge-breaking {
	color:var(--breakingBgColor);
	margin-bottom:10px
}
.PromoLarge-wrapper {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column
}
.PromoLarge-content {
	-ms-flex-order:2;
	order:2
}
.PromoLarge-media {
	margin-bottom:10px
}
.PromoLarge-description {
	margin-top:10px
}
.PromoLarge-category {
	margin-bottom:10px
}
.PromoLarge-category:hover {
	color:var(--brandColor)
}
.PromoLarge-byline {
	margin-top:10px
}
.PromoLarge-authorName {
	text-transform:uppercase
}
.PromoLarge-timestamp {
	text-transform:none;
	margin-top:10px;
	display:none
}
.PromoLarge-timestamp[data-show-timestamp] {
	display:block
}
.PromoLarge-title {
	font-size:var(--title-2);
	line-height:1.13
}
.PromoLarge-title:hover>a,.PromoLarge-title[data-hover]>a {
	opacity:.8
}
.PromoLarge-items {
	margin-top:20px;
	padding:0 20px;
	display:none
}
.PromoLarge-items-title {
	font-size:var(--label-2);
	margin-bottom:10px
}
.PromoLarge-items-item:not(:last-child) {
	margin-bottom:10px
}
.PromoLive {
	background-color:var(--liveBannerBgColor);
	display:block
}
.PromoLive[data-promo-live] {
	display:none
}
.PromoLive-container {
	display:-ms-flexbox;
	display:flex;
	color:var(--liveBannerTextColor);
	padding:10px;
	position:relative;
	margin:0 auto
}
@media only screen and (min-width:768px) {
	.PromoLive-container {
		-ms-flex-align:center;
		align-items:center
	}
}
.PromoLive-label {
	display:inline-block;
	background-color:var(--breakingBgColor);
	padding:5px;
	color:var(--breakingTextColor);
	margin-bottom:10px;
	line-height:normal;
	text-transform:uppercase
}
.PromoLive-content {
	-ms-flex-order:2;
	order:2
}
.PromoLive-media {
	-ms-flex-negative:0;
	flex-shrink:0;
	margin:0 10px 0 0;
	max-width:160px;
	width:40%;
	-ms-flex-order:1;
	order:1
}
.PromoLive-title {
	font-weight:700
}
.PromoLive-close {
	background-color:transparent;
	border:0;
	position:absolute;
	right:20px;
	top:20px;
	padding:0;
	cursor:pointer
}
.PromoLive-close svg {
	height:14px;
	width:14px;
	fill:var(--secondaryColor5);
	vertical-align:top
}
@media only screen and (min-width:768px) {
	.PromoLive-media {
		margin-right:20px
	}
}
.PromoMedium:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.PromoMedium-titleContainerDupe {
	display:none
}
.PromoMedium-breaking {
	color:var(--breakingBgColor);
	margin-bottom:10px
}
.PromoMedium-wrapper {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column
}
.PromoMedium-content {
	-ms-flex-order:2;
	order:2
}
.PromoMedium-media {
	margin-bottom:10px
}
.PromoMedium-description {
	margin-top:10px
}
.PromoMedium-category {
	margin-bottom:10px
}
.PromoMedium-category:hover {
	color:var(--brandColor)
}
.PromoMedium-timestamp {
	text-transform:none;
	margin-top:10px;
	display:none
}
.PromoMedium-timestamp[data-show-timestamp] {
	display:block
}
.PromoMedium-title {
	font-size:var(--title-3)
}
.PromoMedium-title:hover>a,.PromoMedium-title[data-hover]>a {
	opacity:.8
}
.PromoMedium-byline {
	margin-top:10px
}
.PromoMedium-authorName {
	text-transform:uppercase
}
.PromoMedium-items {
	margin-top:20px;
	padding:0 20px;
	display:none
}
.PromoMedium-items-title {
	font-size:var(--label-2);
	margin-bottom:10px
}
.PromoMedium-items-item:not(:last-child) {
	margin-bottom:10px
}
.PromoSmall:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.PromoSmall[data-content-type=document] .PromoSmall-media[data-no-img] {
	display:block;
	width:30px
}
.PromoSmall-breaking {
	color:var(--breakingBgColor);
	margin-bottom:10px
}
.PromoSmall-titleContainerDupe {
	display:none
}
.PromoSmall-wrapper {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column
}
.PromoSmall-content {
	-ms-flex-order:2;
	order:2
}
.PromoSmall-media {
	margin-bottom:10px
}
.PromoSmall-description {
	margin-top:10px
}
.PromoSmall-category {
	margin-bottom:10px
}
.PromoSmall-category:hover {
	color:var(--brandColor)
}
.PromoSmall-timestamp {
	text-transform:none;
	margin-top:10px;
	display:none
}
.PromoSmall-timestamp[data-show-timestamp] {
	display:block
}
.PromoSmall-title:hover>a,.PromoSmall-title[data-hover]>a {
	opacity:.8
}
.PromoSmall-items {
	margin-top:20px;
	padding:0 20px;
	display:none
}
.PromoSmall-items-title {
	font-size:var(--label-2);
	margin-bottom:10px
}
.PromoSmall-items-item:not(:last-child) {
	margin-bottom:10px
}
.PromoSuperLeadSmall:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.PromoSuperLeadSmall-titleContainer {
	margin-bottom:10px
}
.PromoSuperLeadSmall-breaking {
	color:var(--breakingBgColor);
	margin-bottom:10px
}
.PromoSuperLeadSmall-title {
	font-size:var(--title-2);
	line-height:1.13;
	margin-bottom:0
}
.PromoSuperLeadSmall-title:hover>a,.PromoSuperLeadSmall-title[data-hover]>a {
	opacity:.8
}
.PromoSuperLeadSmall-timestamp {
	text-transform:none;
	margin-top:10px;
	display:none
}
.PromoSuperLeadSmall-timestamp[data-show-timestamp] {
	display:block
}
.PromoSuperLeadSmall-description {
	margin-top:10px
}
.PromoSuperLeadSmall-media {
	float:none;
	width:100%;
	margin:0 0 20px
}
.PromoSuperLeadSmall-items {
	margin-top:20px
}
.PromoSuperLeadSmall-items-title {
	font-size:var(--label-2);
	margin-bottom:10px
}
.PromoSuperLeadSmall-items-item:not(:last-child) {
	margin-bottom:10px
}
@media only screen and (min-width:768px) {
	.PromoSuperLeadSmall-media {
		float:right;
		width:58%;
		margin:0 0 20px 20px
	}
}
@media only screen and (min-width:1440px) {
	.PromoSuperLeadSmall-media {
		width:66%
	}
}
.PromoSuperLeadLarge:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.PromoSuperLeadLarge-titleContainer {
	margin-bottom:10px
}
.PromoSuperLeadLarge-breaking {
	color:var(--breakingBgColor);
	margin-bottom:10px
}
.PromoSuperLeadLarge-title {
	font-weight:600;
	margin-bottom:0
}
.PromoSuperLeadLarge-title:hover>a,.PromoSuperLeadLarge-title[data-hover]>a {
	opacity:.8
}
.PromoSuperLeadLarge-timestamp {
	text-transform:none;
	margin-top:10px;
	display:none
}
.PromoSuperLeadLarge-timestamp[data-show-timestamp] {
	display:block
}
.PromoSuperLeadLarge-description {
	margin-top:10px
}
.PromoSuperLeadLarge-media {
	float:none;
	width:100%;
	margin:0 0 10px
}
.PromoSuperLeadLarge-items {
	margin-top:20px
}
.PromoSuperLeadLarge-items-title {
	font-size:var(--label-2);
	margin-bottom:10px
}
.PromoSuperLeadLarge-items-item:not(:last-child) {
	margin-bottom:10px
}
@media only screen and (min-width:768px) {
	.PromoSuperLeadLarge-media {
		float:right;
		width:58%;
		margin:0 0 20px 20px
	}
	.PromoSuperLeadLarge-titleContainer {
		margin-bottom:20px
	}
}
@media only screen and (min-width:1024px) {
	.PromoSuperLeadLarge-titleContainer {
		margin-bottom:10px
	}
}
@media only screen and (min-width:1440px) {
	.PromoSuperLeadLarge-media {
		width:66%
	}
}
.PromoSuperLeadExtraLarge[data-reverse] .PromoSuperLeadExtraLarge-content {
	-ms-flex-direction:column;
	flex-direction:column
}
.PromoSuperLeadExtraLarge-description {
	margin-top:10px;
	padding:0 20px
}
.PromoSuperLeadExtraLarge-category {
	margin-bottom:10px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center
}
.PromoSuperLeadExtraLarge-category:hover {
	color:var(--brandColor)
}
.PromoSuperLeadExtraLarge-breaking {
	text-align:center;
	color:var(--breakingBgColor);
	margin-bottom:10px
}
.PromoSuperLeadExtraLarge-timestamp {
	text-align:center;
	text-transform:none;
	margin-top:10px;
	display:none
}
.PromoSuperLeadExtraLarge-timestamp[data-show-timestamp] {
	display:block
}
.PromoSuperLeadExtraLarge-media {
	margin:20px -20px 0
}
.PromoSuperLeadExtraLarge-title {
	font-weight:700;
	text-align:center
}
.PromoSuperLeadExtraLarge-title:hover>a,.PromoSuperLeadExtraLarge-title[data-hover]>a {
	opacity:.8
}
.PromoSuperLeadExtraLarge-items {
	margin-top:20px;
	border-top:1px solid var(--secondaryColor3);
	padding-top:20px
}
.PromoSuperLeadExtraLarge-items-item {
	font-weight:700
}
@media only screen and (min-width:768px) {
	.PromoSuperLeadExtraLarge[data-show-more-coverage] .PromoSuperLeadExtraLarge-items {
		display:-ms-flexbox;
		display:flex
	}
	.PromoSuperLeadExtraLarge-breaking,.PromoSuperLeadExtraLarge-category {
		margin-bottom:20px
	}
	.PromoSuperLeadExtraLarge-description {
		padding:0
	}
	.PromoSuperLeadExtraLarge-media {
		margin:20px auto 0
	}
	.PromoSuperLeadExtraLarge-items {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-ms-flex-pack:justify;
		justify-content:space-between
	}
	.PromoSuperLeadExtraLarge-items-item {
		width:calc(50% - 10px)
	}
	.PromoSuperLeadExtraLarge-items-item:nth-last-child(2) {
		border-bottom:0;
		padding-bottom:0;
		margin-bottom:0
	}
}
@media only screen and (min-width:1024px) {
	.PromoSuperLeadExtraLarge-content {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-direction:column-reverse;
		flex-direction:column-reverse
	}
	.PromoSuperLeadExtraLarge-items-item {
		width:calc(25% - 15.75px);
		margin-bottom:0;
		border-bottom:0;
		padding-bottom:0
	}
	.PromoSuperLeadExtraLarge-items-item:nth-child(2),.PromoSuperLeadExtraLarge-items-item:nth-child(3),.PromoSuperLeadExtraLarge-items-item:nth-child(4) {
		border-left:1px solid var(--secondaryColor3);
		padding-left:20px;
		margin-left:20px
	}
}
.PromoXLarge:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.PromoXLarge-titleContainerDupe {
	display:none
}
.PromoXLarge-breaking {
	color:var(--breakingBgColor);
	margin-bottom:10px
}
.PromoXLarge-wrapper {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column
}
.PromoXLarge-content {
	-ms-flex-order:2;
	order:2
}
.PromoXLarge-media {
	margin-bottom:10px
}
.PromoXLarge-description {
	margin-top:10px
}
.PromoXLarge-category {
	margin-bottom:10px
}
.PromoXLarge-category:hover {
	color:var(--brandColor)
}
.PromoXLarge-timestamp {
	text-transform:none;
	margin-top:10px;
	display:none
}
.PromoXLarge-timestamp[data-show-timestamp] {
	display:block
}
.PromoXLarge-title {
	font-size:var(--title-1)
}
.PromoXLarge-title:hover>a,.PromoXLarge-title[data-hover]>a {
	opacity:.8
}
.PromoXLarge-items {
	margin-top:20px;
	padding:0 20px;
	display:none
}
.PromoXLarge-items-title {
	font-size:var(--label-2);
	margin-bottom:10px
}
.PromoXLarge-items-item:not(:last-child) {
	margin-bottom:10px
}
.PromoXSmall:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.PromoXSmall-breaking {
	color:var(--breakingBgColor);
	margin-bottom:10px
}
.PromoXSmall-titleContainerDupe {
	display:none
}
.PromoXSmall-wrapper {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column
}
.PromoXSmall-content {
	-ms-flex-order:2;
	order:2;
	width:100%
}
.PromoXSmall-media {
	margin-bottom:10px
}
.PromoXSmall-description {
	font-size:var(--title6);
	margin-top:10px
}
.PromoXSmall-category {
	margin-bottom:10px
}
.PromoXSmall-category:hover {
	color:var(--brandColor)
}
.PromoXSmall-byline {
	margin-top:10px
}
.PromoXSmall-authorName {
	text-transform:uppercase
}
.PromoXSmall-timestamp {
	text-transform:none;
	margin-top:10px;
	display:none
}
.PromoXSmall-timestamp[data-show-timestamp] {
	display:block
}
.PromoXSmall-title {
	font-weight:500
}
.PromoXSmall-title[data-alt-font] {
	font-size:var(--title6)
}
.PromoXSmall-title:hover>a,.PromoXSmall-title[data-hover]>a {
	opacity:.8
}
.PromoXSmall-items {
	margin-top:20px;
	padding:0 20px;
	display:none
}
.PromoXSmall-items-title {
	font-size:var(--label-2);
	margin-bottom:10px
}
.PromoXSmall-items-item {
	font-size:var(--label-2)
}
.PromoXSmall-items-item:not(:last-child) {
	margin-bottom:10px
}
.Quote {
	margin:40px 0;
	padding:10px 0 0;
	position:relative;
	width:100%
}
.Quote blockquote {
	margin:20px 0 10px;
	text-align:center
}
.Quote-attribution {
	display:block;
	line-height:1.2;
	text-align:center;
	text-transform:uppercase
}
@media only screen and (min-width:768px) {
	.Quote:before {
		font-size:80px;
		top:-2px
	}
	.Quote blockquote {
		margin-bottom:20px
	}
}
.SocialBar-heading {
	margin-bottom:15px
}
.Page-footer .SocialBar-heading {
	color:var(--footerTextColor)
}
.SocialBar-items {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:-10px;
	list-style:none
}
.SocialBar-items-item {
	-ms-flex-negative:0;
	flex-shrink:0;
	margin:0 10px 10px 0
}
.SocialBar-items-item:last-of-type {
	margin-right:0
}
.ArticlePage-authorSocialLinks .SocialBar-heading,.AuthorPage-authorSocialLinks .SocialBar-heading,.BlogPostPage-authorSocialLinks .SocialBar-heading,.ListiclePage-authorSocialLinks .SocialBar-heading,.LongFormPage-authorSocialLinks .SocialBar-heading,.PodcastContainerPage-authorSocialLinks .SocialBar-heading,.SocialBar-forPerson-heading,.StoryStackPage-authorSocialLinks .SocialBar-heading {
	display:none
}
.ArticlePage-authorSocialLinks .SocialBar-items,.AuthorPage-authorSocialLinks .SocialBar-items,.BlogPostPage-authorSocialLinks .SocialBar-items,.ListiclePage-authorSocialLinks .SocialBar-items,.LongFormPage-authorSocialLinks .SocialBar-items,.PodcastContainerPage-authorSocialLinks .SocialBar-items,.SocialBar-forPerson-items,.StoryStackPage-authorSocialLinks .SocialBar-items {
	-ms-flex-pack:center;
	justify-content:center;
	list-style:none
}
.ArticlePage-authorSocialLinks .SocialBar-items-item,.AuthorPage-authorSocialLinks .SocialBar-items-item,.BlogPostPage-authorSocialLinks .SocialBar-items-item,.ListiclePage-authorSocialLinks .SocialBar-items-item,.LongFormPage-authorSocialLinks .SocialBar-items-item,.PodcastContainerPage-authorSocialLinks .SocialBar-items-item,.SocialBar-forPerson-items-item,.StoryStackPage-authorSocialLinks .SocialBar-items-item {
	margin:0 20px 10px 0
}
.ArticlePage-authorSocialLinks .SocialBar .SocialLink,.AuthorPage-authorSocialLinks .SocialBar .SocialLink,.BlogPostPage-authorSocialLinks .SocialBar .SocialLink,.ListiclePage-authorSocialLinks .SocialBar .SocialLink,.LongFormPage-authorSocialLinks .SocialBar .SocialLink,.PodcastContainerPage-authorSocialLinks .SocialBar .SocialLink,.SocialBar-forPerson .SocialLink,.StoryStackPage-authorSocialLinks .SocialBar .SocialLink {
	border:0;
	color:var(--secondaryColor6);
	height:auto;
	width:auto
}
.ArticlePage-authorSocialLinks .SocialBar .SocialLink span,.AuthorPage-authorSocialLinks .SocialBar .SocialLink span,.BlogPostPage-authorSocialLinks .SocialBar .SocialLink span,.ListiclePage-authorSocialLinks .SocialBar .SocialLink span,.LongFormPage-authorSocialLinks .SocialBar .SocialLink span,.PodcastContainerPage-authorSocialLinks .SocialBar .SocialLink span,.SocialBar-forPerson .SocialLink span,.StoryStackPage-authorSocialLinks .SocialBar .SocialLink span {
	clip:inherit;
	height:auto;
	margin:0;
	overflow:visible;
	position:relative;
	width:auto;
	text-transform:capitalize
}
.ArticlePage-authorSocialLinks .SocialBar .SocialLink svg,.AuthorPage-authorSocialLinks .SocialBar .SocialLink svg,.BlogPostPage-authorSocialLinks .SocialBar .SocialLink svg,.ListiclePage-authorSocialLinks .SocialBar .SocialLink svg,.LongFormPage-authorSocialLinks .SocialBar .SocialLink svg,.PodcastContainerPage-authorSocialLinks .SocialBar .SocialLink svg,.SocialBar-forPerson .SocialLink svg,.StoryStackPage-authorSocialLinks .SocialBar .SocialLink svg {
	fill:var(--secondaryColor6);
	height:15px;
	margin-right:5px;
	width:15px
}
@media only screen and (min-width:768px) {
	.ArticlePage-authorSocialLinks .SocialBar-items,.AuthorPage-authorSocialLinks .SocialBar-items,.BlogPostPage-authorSocialLinks .SocialBar-items,.ListiclePage-authorSocialLinks .SocialBar-items,.LongFormPage-authorSocialLinks .SocialBar-items,.PodcastContainerPage-authorSocialLinks .SocialBar-items,.SocialBar-forPerson-items,.StoryStackPage-authorSocialLinks .SocialBar-items {
		-ms-flex-pack:left;
		justify-content:left
	}
}
.SocialLink {
	-ms-flex-align:center;
	align-items:center;
	border:1px solid var(--secondaryColor6);
	border-radius:2px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	height:40px;
	width:40px
}
.SocialLink:hover {
	border:1px solid var(--secondaryColor5)
}
.SocialLink svg {
	fill:var(--secondaryColor8);
	height:20px;
	width:20px
}
.Page-footer .SocialLink svg {
	fill:var(--secondaryColor5)
}
.ArticlePage-dateline,.BlogPostPage-dateline,.ListiclePage-dateline,.PodcastContainerPage-dateline,.RichTextBody {
	color:var(--primaryTextColor);
	font-family:var(--bodyFont);
	font-size:var(--body-1);
	line-height:1.67
}
[data-sponsored-content] .ArticlePage-dateline,[data-sponsored-content] .BlogPostPage-dateline,[data-sponsored-content] .ListiclePage-dateline,[data-sponsored-content] .PodcastContainerPage-dateline,[data-sponsored-content] .RichTextBody {
	font-family:Arial
}
.ArticlePage-dateline h2,.BlogPostPage-dateline h2,.ListiclePage-dateline h2,.PodcastContainerPage-dateline h2,.RichTextBody h2 {
	font-size:22px
}
.ArticlePage-dateline h3,.BlogPostPage-dateline h3,.ListiclePage-dateline h3,.PodcastContainerPage-dateline h3,.RichTextBody h3 {
	font-size:20px
}
.ArticlePage-dateline .cms-textAlign-center,.BlogPostPage-dateline .cms-textAlign-center,.ListiclePage-dateline .cms-textAlign-center,.PodcastContainerPage-dateline .cms-textAlign-center,.RichTextBody .cms-textAlign-center {
	text-align:center
}
.ArticlePage-dateline .cms-textAlign-right,.BlogPostPage-dateline .cms-textAlign-right,.ListiclePage-dateline .cms-textAlign-right,.PodcastContainerPage-dateline .cms-textAlign-right,.RichTextBody .cms-textAlign-right {
	text-align:right
}
.ArticlePage-dateline:after,.BlogPostPage-dateline:after,.ListiclePage-dateline:after,.PodcastContainerPage-dateline:after,.RichTextBody:after {
	content:"";
	display:table;
	clear:both
}
.ArticlePage-dateline>ol a,.ArticlePage-dateline>ul a,.ArticlePage-dateline p>ol a,.ArticlePage-dateline p>ul a,.ArticlePage-dateline p a,.BlogPostPage-dateline>ol a,.BlogPostPage-dateline>ul a,.BlogPostPage-dateline p>ol a,.BlogPostPage-dateline p>ul a,.BlogPostPage-dateline p a,.ListiclePage-dateline>ol a,.ListiclePage-dateline>ul a,.ListiclePage-dateline p>ol a,.ListiclePage-dateline p>ul a,.ListiclePage-dateline p a,.PodcastContainerPage-dateline>ol a,.PodcastContainerPage-dateline>ul a,.PodcastContainerPage-dateline p>ol a,.PodcastContainerPage-dateline p>ul a,.PodcastContainerPage-dateline p a,.RichTextBody>ol a,.RichTextBody>ul a,.RichTextBody p>ol a,.RichTextBody p>ul a,.RichTextBody p a {
	color:var(--primaryBodyLinkColor);
	text-decoration:underline
}
.ArticlePage-dateline>ol a:hover,.ArticlePage-dateline>ul a:hover,.ArticlePage-dateline p>ol a:hover,.ArticlePage-dateline p>ul a:hover,.ArticlePage-dateline p a:hover,.BlogPostPage-dateline>ol a:hover,.BlogPostPage-dateline>ul a:hover,.BlogPostPage-dateline p>ol a:hover,.BlogPostPage-dateline p>ul a:hover,.BlogPostPage-dateline p a:hover,.ListiclePage-dateline>ol a:hover,.ListiclePage-dateline>ul a:hover,.ListiclePage-dateline p>ol a:hover,.ListiclePage-dateline p>ul a:hover,.ListiclePage-dateline p a:hover,.PodcastContainerPage-dateline>ol a:hover,.PodcastContainerPage-dateline>ul a:hover,.PodcastContainerPage-dateline p>ol a:hover,.PodcastContainerPage-dateline p>ul a:hover,.PodcastContainerPage-dateline p a:hover,.RichTextBody>ol a:hover,.RichTextBody>ul a:hover,.RichTextBody p>ol a:hover,.RichTextBody p>ul a:hover,.RichTextBody p a:hover {
	text-decoration:none
}
.ArticlePage-dateline>ul,.ArticlePage-dateline>ul li>ul,.ArticlePage-dateline p>ul,.ArticlePage-dateline p>ul li>ul,.BlogPostPage-dateline>ul,.BlogPostPage-dateline>ul li>ul,.BlogPostPage-dateline p>ul,.BlogPostPage-dateline p>ul li>ul,.ListiclePage-dateline>ul,.ListiclePage-dateline>ul li>ul,.ListiclePage-dateline p>ul,.ListiclePage-dateline p>ul li>ul,.PodcastContainerPage-dateline>ul,.PodcastContainerPage-dateline>ul li>ul,.PodcastContainerPage-dateline p>ul,.PodcastContainerPage-dateline p>ul li>ul,.RichTextBody>ul,.RichTextBody>ul li>ul,.RichTextBody p>ul,.RichTextBody p>ul li>ul {
	list-style:disc;
	padding:0 0 0 40px;
	margin:20px 0
}
.ArticlePage-dateline>ul li>ol,.ArticlePage-dateline p>ul li>ol,.BlogPostPage-dateline>ul li>ol,.BlogPostPage-dateline p>ul li>ol,.ListiclePage-dateline>ul li>ol,.ListiclePage-dateline p>ul li>ol,.PodcastContainerPage-dateline>ul li>ol,.PodcastContainerPage-dateline p>ul li>ol,.RichTextBody>ul li>ol,.RichTextBody p>ul li>ol {
	padding:0 0 0 40px;
	margin:20px 0
}
.ArticlePage-dateline>ol,.ArticlePage-dateline p>ol,.BlogPostPage-dateline>ol,.BlogPostPage-dateline p>ol,.ListiclePage-dateline>ol,.ListiclePage-dateline p>ol,.PodcastContainerPage-dateline>ol,.PodcastContainerPage-dateline p>ol,.RichTextBody>ol,.RichTextBody p>ol {
	list-style:decimal;
	padding:0 0 0 40px;
	margin:20px 0
}
.ArticlePage-dateline>ol li>ul,.ArticlePage-dateline p>ol li>ul,.BlogPostPage-dateline>ol li>ul,.BlogPostPage-dateline p>ol li>ul,.ListiclePage-dateline>ol li>ul,.ListiclePage-dateline p>ol li>ul,.PodcastContainerPage-dateline>ol li>ul,.PodcastContainerPage-dateline p>ol li>ul,.RichTextBody>ol li>ul,.RichTextBody p>ol li>ul {
	list-style:disc;
	padding:0 0 0 40px;
	margin:20px 0
}
.ArticlePage-dateline>ol li>ol,.ArticlePage-dateline p>ol li>ol,.BlogPostPage-dateline>ol li>ol,.BlogPostPage-dateline p>ol li>ol,.ListiclePage-dateline>ol li>ol,.ListiclePage-dateline p>ol li>ol,.PodcastContainerPage-dateline>ol li>ol,.PodcastContainerPage-dateline p>ol li>ol,.RichTextBody>ol li>ol,.RichTextBody p>ol li>ol {
	padding:0 0 0 40px;
	margin:20px 0
}
.ArticlePage-dateline p,.BlogPostPage-dateline p,.ListiclePage-dateline p,.PodcastContainerPage-dateline p,.RichTextBody p {
	margin:30px 0
}
.ArticlePage-dateline p:first-of-type,.BlogPostPage-dateline p:first-of-type,.ListiclePage-dateline p:first-of-type,.PodcastContainerPage-dateline p:first-of-type,.RichTextBody p:first-of-type {
	margin-top:0
}
.ArticlePage-dateline p:last-of-type,.BlogPostPage-dateline p:last-of-type,.ListiclePage-dateline p:last-of-type,.PodcastContainerPage-dateline p:last-of-type,.RichTextBody p:last-of-type {
	margin-bottom:0
}
.BrightcoveVideoPlayer {
	display:block;
	position:relative;
	padding-bottom:56.25%;
	height:0;
	margin:0 auto
}
.BrightcoveVideoPlayer .video-js {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0
}
.ArticlePage-lead .BrightcoveVideoPlayer {
	margin-bottom:15px
}
.HTML5VideoPlayer {
	display:block;
	position:relative;
	padding-bottom:56.25%;
	height:0;
	margin:0 auto
}
.HTML5VideoPlayer video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0
}
.ArticlePage-lead .HTML5VideoPlayer {
	margin-bottom:15px
}
.YouTubeVideoPlayer {
	display:block;
	height:0;
	margin:0 auto;
	position:relative;
	padding-bottom:56.25%
}
.YouTubeVideoPlayer iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0
}
.ArticlePage-lead .YouTubeVideoPlayer {
	margin-bottom:15px
}
.VimeoVideoPlayer {
	display:block;
	position:relative;
	padding-bottom:56.25%;
	height:0;
	margin:0 auto
}
.VimeoVideoPlayer iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0
}
.ArticlePage-lead .VimeoVideoPlayer {
	margin-bottom:15px
}
.PlaylistItem {
	cursor:pointer;
	border-bottom:1px solid var(--secondaryColor3);
	border-top:3px solid transparent;
	padding:20px;
	display:-ms-flexbox;
	display:flex
}
.PlaylistItem-category {
	margin-bottom:10px
}
.PlaylistItem-category:hover {
	color:var(--brandColor)
}
.PlaylistItem-content {
	-ms-flex-order:2;
	order:2
}
.PlaylistItem-duration {
	margin-top:10px
}
.PlaylistItem-media {
	-ms-flex-negative:0;
	flex-shrink:0;
	margin:0 20px 0 0;
	-ms-flex-order:1;
	order:1;
	width:115px
}
.PlaylistItem-media-current {
	background:var(--brandColor);
	border:1px solid var(--secondaryColor5);
	bottom:10px;
	color:var(--primaryTextColorInverse);
	display:none;
	left:10px;
	padding:10px 10px 6px;
	position:absolute;
	text-transform:none;
	top:auto
}
.PlaylistItem-media-image {
	display:block;
	position:relative
}
.PlaylistItem-title {
	font-weight:600
}
.PlaylistItem-title:hover>a,.PlaylistItem-title[data-hover]>a {
	opacity:.8
}
.PlaylistItem[data-current-item=true] {
	background:var(--secondaryColor5);
	border-top:3px solid var(--brandColor);
	cursor:default
}
.PlaylistItem[data-current-item=true] .PlaylistItem-media-image:after,.PlaylistItem[data-current-item=true] .PlaylistItem-media-image:before {
	display:none
}
.PlaylistItem[data-current-item=true] .PlaylistItem-media-current {
	display:block
}
.PlaylistItem:last-of-type {
	border-bottom:0
}
.PlaylistItem-status {
	display:none
}
.VideoEnhancement-title {
	margin-top:10px;
	padding-left:20px;
	padding-right:20px
}
@media only screen and (min-width:1024px) {
	.VideoEnhancement {
		padding-left:0;
		padding-right:0
	}
}
.VideoModule {
	display:block
}
.VideoModule .PlaylistItem {
	border:0;
	padding:0
}
.VideoModule .PlaylistItem-media {
	max-width:none
}
.VideoModule-cta {
	padding-top:20px
}
.VideoModule-cta a {
	margin:0 auto
}
.VideoModule-playlist {
	padding-top:20px
}
.VideoModule-playlist-item {
	border-bottom:1px solid var(--secondaryColor3);
	display:none;
	padding:20px 0
}
.VideoModule-playlist-item:first-of-type,.VideoModule-playlist-item:nth-of-type(2),.VideoModule-playlist-item:nth-of-type(3),.VideoModule-playlist-item:nth-of-type(4) {
	display:block
}
.VideoModule-playlist-item:first-of-type {
	padding-top:0
}
@media only screen and (min-width:768px) {
	.VideoModule .PlaylistItem {
		display:block
	}
	.VideoModule .PlaylistItem-media {
		margin:0 0 20px;
		width:100%
	}
	.VideoModule-cta {
		border-top:1px solid var(--secondaryColor3);
		margin-top:20px
	}
	.VideoModule-playlist {
		display:-ms-flexbox;
		display:flex;
		margin:0 -20px;
		width:calc(100%+20px)
	}
	.VideoModule-playlist-item {
		border-bottom:0;
		border-right:1px solid var(--secondaryColor3);
		-ms-flex-negative:0;
		flex-shrink:0;
		padding:0 20px;
		width:25%
	}
	.VideoModule-playlist-item:last-of-type {
		border:0
	}
}
@media only screen and (min-width:1024px) {
	.OneColumnContainer .VideoModule .PlaylistItem,.VideoModule-playlistSide .PlaylistItem {
		display:-ms-flexbox;
		display:flex
	}
	.OneColumnContainer .VideoModule .PlaylistItem-media,.VideoModule-playlistSide .PlaylistItem-media {
		margin:0 20px 0 0;
		width:36%
	}
	.OneColumnContainer .VideoModule-content,.VideoModule-playlistSide-content {
		display:block;
		height:0;
		margin:0 auto;
		position:relative;
		padding-bottom:39.5%
	}
	.OneColumnContainer .VideoModule-content-wrapper,.VideoModule-playlistSide-content-wrapper {
		display:-ms-flexbox;
		display:flex;
		height:100%;
		left:0;
		overflow:hidden;
		position:absolute;
		top:0;
		width:100%
	}
	.OneColumnContainer .VideoModule-cta,.VideoModule-playlistSide-cta {
		padding-bottom:20px
	}
	.OneColumnContainer .VideoModule-player,.VideoModule-playlistSide-player {
		-ms-flex-negative:0;
		flex-shrink:0;
		width:70%
	}
	.OneColumnContainer .VideoModule-playlist,.VideoModule-playlistSide-playlist {
		display:block;
		margin:0;
		padding-top:0;
		width:100%
	}
	.OneColumnContainer .VideoModule-playlist-item,.VideoModule-playlistSide-playlist-item {
		border-bottom:1px solid var(--secondaryColor3);
		border-right:0;
		display:block;
		-ms-flex-negative:0;
		flex-shrink:0;
		padding:20px;
		width:100%
	}
	.OneColumnContainer .VideoModule-playlist-item:last-of-type,.VideoModule-playlistSide-playlist-item:last-of-type {
		border:0
	}
	.OneColumnContainer .VideoModule-playlist-wrapper,.VideoModule-playlistSide-playlist-wrapper {
		border-bottom:1px solid var(--secondaryColor3);
		border-right:1px solid var(--secondaryColor3);
		border-top:1px solid var(--secondaryColor3);
		-ms-flex-negative:0;
		flex-shrink:0;
		height:100%;
		overflow-y:scroll;
		width:30%
	}
}
.TwoColumnContainer7030 .VideoModule-content,.TwoColumnContainer7030 .VideoModule-content-wrapper,.VideoModule-playlistUnder-content,.VideoModule-playlistUnder-content-wrapper {
	display:block
}
.TwoColumnContainer7030 .VideoModule-player,.TwoColumnContainer7030 .VideoModule-playlist-wrapper,.VideoModule-playlistUnder-player,.VideoModule-playlistUnder-playlist-wrapper {
	width:100%
}
.VideoPage ps-video-playlist {
	display:block
}
.VideoPage .Page-body[data-with-playlist] .Page-footer {
	margin-bottom:40px
}
.VideoPage-content {
	max-width:1200px;
	padding-top:0
}
[data-with-playlist] .VideoPage-content {
	max-width:880px
}
.VideoPage-descriptionBody p:first-of-type {
	display:inline
}
.VideoPage-lead {
	background:var(--secondaryColor8)
}
[data-loading=true] .VideoPage-pageWrapper {
	padding:400px 0
}
.VideoPage-player {
	margin:0 auto;
	max-width:1080px
}
.VideoPage-playlist {
	background:var(--secondaryColor5);
	bottom:0;
	position:fixed;
	top:calc(100% - 40px);
	transition:top .25s;
	width:100%;
	z-index:51
}
[data-toggle-video-playlist=true] .VideoPage-playlist {
	top:0
}
.VideoPage-playlist-items {
	background-color:var(--secondaryColor4);
	height:100%;
	overflow-y:scroll;
	padding:0
}
.VideoPage-playlist-header {
	-ms-flex-align:center;
	align-items:center;
	box-shadow:0 10px 10px -10px rgba(0,0,0,.3);
	cursor:pointer;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	height:40px;
	padding:3px 20px 0;
	position:relative
}
.VideoPage-playlist-header svg {
	fill:var(--primaryTextColor);
	height:20px;
	position:relative;
	top:-4px;
	transform:rotate(270deg);
	width:14px
}
[data-toggle-video-playlist=true] .VideoPage-playlist-header svg {
	transform:rotate(90deg);
	top:4px
}
.VideoPage-playlist-title {
	line-height:36px
}
@media only screen and (min-width:768px) {
	.VideoPage-authors {
		display:-ms-flexbox;
		display:flex;
		float:left;
		margin-right:20px
	}
	.VideoPage-byline:after {
		content:" ";
		visibility:hidden;
		display:block;
		height:0;
		clear:both
	}
	.VideoPage-dateModified,.VideoPage-datePublished {
		float:left;
		margin-right:5px
	}
}
@media only screen and (min-width:1024px) {
	.VideoPage .Page-body[data-with-playlist] .Page-below {
		margin-right:320px
	}
	.VideoPage .Page-body[data-with-playlist] .Page-footer {
		margin-bottom:0;
		margin-right:320px
	}
	.VideoPage .Page-body[data-with-playlist] .Page-footer .FooterNavigation-items-item {
		width:50%
	}
	.VideoPage .Page-body[data-with-playlist] .Page-footer .FooterNavigation-items-item:nth-of-type(3) {
		display:none
	}
	.VideoPage .Page-body[data-with-playlist] .VideoPage-pageWrapper {
		margin-right:320px
	}
	.VideoPage-playlist {
		border:1px solid var(--secondaryColor3);
		height:100vh;
		right:0;
		top:0;
		width:320px;
		padding:60px 0;
		z-index:49
	}
	[data-toggle-video-playlist=true] .VideoPage-playlist {
		height:100vh
	}
	.VideoPage-playlist-items {
		background-color:var(--secondaryColor4);
		height:100%;
		overflow-y:scroll
	}
	.VideoPage-playlist-header {
		cursor:default;
		padding-top:5px
	}
	.VideoPage-playlist-header svg {
		display:none
	}
	.VideoPage-playlist-title {
		line-height:45px
	}
	.VideoPage-actionsSticky-content {
		top:0
	}
}
@media only screen and (min-width:1240px) {
	.VideoPage-content {
		padding:0 20px 40px
	}
	.VideoPage-main {
		width:100%
	}
}
@media only screen and (min-width:1440px) {
	.VideoPage .Page-body[data-toggle-video-playlist=true] {
		overflow:visible
	}
	.VideoPage .Page-body[data-with-playlist] .Page-footer {
		margin-right:360px
	}
	.VideoPage .Page-body[data-with-playlist] .Page-footer .FooterNavigation-items-item {
		width:33.333%
	}
	.VideoPage .Page-body[data-with-playlist] .Page-footer .FooterNavigation-items-item:nth-of-type(3) {
		display:block
	}
	.VideoPage .Page-body[data-with-playlist] .VideoPage-pageWrapper {
		margin-right:360px
	}
	.VideoPage-playlist {
		width:360px
	}
}
.RevContent {
	padding:20px 0
}
.soft-games-wrapper {
	margin:0 auto 40px;
	max-width:100%;
	overflow:auto
}
@media only screen and (min-width:768px) {
	.soft-games-wrapper {
		max-width:600px
	}
}
.soft-games-wrapper>div {
	margin:0 auto
}
.BlogPage .BlogPage-above,.BlogPage .BlogPostPage-above,.BlogPage .ErrorPage-above,.BlogPage .Page-above {
	display:none
}
.BlogPage-aside {
	padding:0 20px;
	margin-top:20px
}
.BlogPage-posts-post:not(:last-child) {
	border-bottom:1px solid var(--secondaryColor3);
	padding-bottom:20px
}
.BlogPage-content {
	border-top:1px solid var(--secondaryColor3);
	padding:0;
	max-width:none
}
.BlogPage-content-wrapper {
	max-width:1200px;
	margin:0 auto
}
@media only screen and (min-width:768px) {
	.BlogPage-posts .BlogPostPage-wrapper {
		max-height:1000px
	}
}
@media only screen and (min-width:1024px) {
	.BlogPage-content {
		padding:20px 0 40px;
		margin:0 auto
	}
	.BlogPage-content,.BlogPage-content-wrapper {
		display:-ms-flexbox;
		display:flex
	}
	.BlogPage-aside {
		padding:0 20px 0 0;
		margin-top:0;
		margin-left:0
	}
	.BlogPage-posts {
		padding:0 20px 0 0;
		margin-right:20px;
		border-right:1px solid var(--secondaryColor3)
	}
	.BlogPage-posts-post {
		padding-bottom:0
	}
	.BlogPage-posts-post:not(:last-child) {
		border-bottom:1px solid var(--secondaryColor3);
		padding-bottom:40px
	}
	.BlogPage-posts-post:not(:first-child) {
		margin-top:40px
	}
}
.BlogPostPage-breadcrumbs {
	margin-bottom:0
}
.BlogPostPage-content {
	display:block
}
.BlogPostPage-headline {
	font-weight:400
}
.BlogPostPage-lead {
	margin-bottom:40px
}
.BlogPostPage-readMore {
	margin-top:20px
}
.BlogPostPage-readMore .ButtonWithChevron,.BlogPostPage-readMore .PromoBlogPost-readMore {
	margin:0 auto
}
@media only screen and (min-width:768px) {
	.BlogPostPage-wrapper {
		margin-top:20px
	}
}
.ArticlePage .Page-ad-margins,.BlogPostPage .Page-ad-margins,.ListiclePage .Page-ad-margins,.PodcastContainerPage .Page-ad-margins {
	background:var(--siteBgColor)
}
.ArticlePage-bylineText,.BlogPostPage-bylineText,.ListiclePage-bylineText,.PodcastContainerPage-bylineText {
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--byline-1);
	color:var(--primaryTextColor);
	line-height:1.2;
	display:inline;
	font-weight:500
}
.ArticlePage-dateline:after,.BlogPostPage-dateline:after,.ListiclePage-dateline:after,.PodcastContainerPage-dateline:after {
	content:none
}
.ArticlePage-titleline,.BlogPostPage-titleline,.ListiclePage-titleline,.PodcastContainerPage-titleline {
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--byline-1);
	color:var(--primaryTextColor);
	line-height:1.2;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:10px;
	margin-top:-10px;
	text-transform:uppercase
}
.ArticlePage-authorSocialLinks,.BlogPostPage-authorSocialLinks,.ListiclePage-authorSocialLinks,.PodcastContainerPage-authorSocialLinks {
	margin-bottom:20px
}
.ArticlePage-authorSocialLinks .SocialBar-items,.BlogPostPage-authorSocialLinks .SocialBar-items,.ListiclePage-authorSocialLinks .SocialBar-items,.PodcastContainerPage-authorSocialLinks .SocialBar-items {
	-ms-flex-pack:left;
	justify-content:left
}
.ArticlePage-authors,.BlogPostPage-authors,.ListiclePage-authors,.PodcastContainerPage-authors {
	margin-bottom:12px
}
.ArticlePage-articleBody ps-iframe-embed,.BlogPostPage-articleBody ps-iframe-embed,.ListiclePage-articleBody ps-iframe-embed,.PodcastContainerPage-articleBody ps-iframe-embed {
	display:block
}
.ArticlePage-articleBody[data-dateline] .RichTextArticleBody,.ArticlePage-articleBody[data-dateline] .RichTextArticleBody-body,.ArticlePage-articleBody[data-dateline] .RichTextArticleBody-body p:first-child,.BlogPostPage-articleBody[data-dateline] .RichTextArticleBody,.BlogPostPage-articleBody[data-dateline] .RichTextArticleBody-body,.BlogPostPage-articleBody[data-dateline] .RichTextArticleBody-body p:first-child,.ListiclePage-articleBody[data-dateline] .RichTextArticleBody,.ListiclePage-articleBody[data-dateline] .RichTextArticleBody-body,.ListiclePage-articleBody[data-dateline] .RichTextArticleBody-body p:first-child,.PodcastContainerPage-articleBody[data-dateline] .RichTextArticleBody,.PodcastContainerPage-articleBody[data-dateline] .RichTextArticleBody-body,.PodcastContainerPage-articleBody[data-dateline] .RichTextArticleBody-body p:first-child {
	display:inline
}
.ArticlePage-articleBody .ListArticleBody-items,.BlogPostPage-articleBody .ListArticleBody-items,.ListiclePage-articleBody .ListArticleBody-items,.PodcastContainerPage-articleBody .ListArticleBody-items {
	list-style:none
}
.ArticlePage-articleBody .ListArticleBodyItem,.BlogPostPage-articleBody .ListArticleBodyItem,.ListiclePage-articleBody .ListArticleBodyItem,.PodcastContainerPage-articleBody .ListArticleBodyItem {
	margin:30px auto
}
.ArticlePage-articleBody .ListArticleBodyItem-headline,.BlogPostPage-articleBody .ListArticleBodyItem-headline,.ListiclePage-articleBody .ListArticleBodyItem-headline,.PodcastContainerPage-articleBody .ListArticleBodyItem-headline {
	margin-bottom:10px
}
.ArticlePage-content,.BlogPostPage-content,.ListiclePage-content,.PodcastContainerPage-content {
	position:relative
}
.ArticlePage-lead,.BlogPostPage-lead,.ListiclePage-lead,.PodcastContainerPage-lead {
	margin:0 -20px 20px
}
@media only screen and (min-width:768px) {
	.ArticlePage-articleContainer,.BlogPostPage-articleContainer,.ListiclePage-articleContainer,.PodcastContainerPage-articleContainer {
		max-width:680px;
		margin:0 auto
	}
	.ArticlePage-authorInfo,.ArticlePage-byline,.ArticlePage-titleline,.BlogPostPage-authorInfo,.BlogPostPage-byline,.BlogPostPage-titleline,.ListiclePage-authorInfo,.ListiclePage-byline,.ListiclePage-titleline,.PodcastContainerPage-authorInfo,.PodcastContainerPage-byline,.PodcastContainerPage-titleline {
		max-width:680px;
		margin-left:auto;
		margin-right:auto
	}
	.ArticlePage-dateModified,.ArticlePage-datePublished,.BlogPostPage-dateModified,.BlogPostPage-datePublished,.ListiclePage-dateModified,.ListiclePage-datePublished,.PodcastContainerPage-dateModified,.PodcastContainerPage-datePublished {
		margin-right:5px
	}
	.ArticlePage-lead,.BlogPostPage-lead,.ListiclePage-lead,.PodcastContainerPage-lead {
		margin-bottom:20px
	}
	.ArticlePage-subHeadline,.ArticlePage-tags,.BlogPostPage-subHeadline,.BlogPostPage-tags,.ListiclePage-subHeadline,.ListiclePage-tags,.PodcastContainerPage-subHeadline,.PodcastContainerPage-tags {
		max-width:680px;
		margin-left:auto;
		margin-right:auto
	}
	.ArticlePage-authors,.BlogPostPage-authors,.ListiclePage-authors,.PodcastContainerPage-authors {
		margin-bottom:0
	}
}
@media only screen and (min-width:1024px) {
	.ArticlePage-byline,.BlogPostPage-byline,.ListiclePage-byline,.PodcastContainerPage-byline {
		margin-bottom:20px
	}
	.ArticlePage-lead,.BlogPostPage-lead,.ListiclePage-lead,.PodcastContainerPage-lead {
		margin:0 0 40px
	}
}
@media only screen and (min-width:1440px) {
	.ArticlePage-actionsSticky-content,.BlogPostPage-actionsSticky-content,.ListiclePage-actionsSticky-content,.PodcastContainerPage-actionsSticky-content {
		left:-50px
	}
}
.AuthorPage-authorSocialLinks {
	margin-bottom:20px
}
.AuthorPage-contentFooter [class$=-header] {
	margin-left:-20px;
	margin-right:-20px;
	padding-left:20px;
	padding-right:20px
}
.AuthorPage-image {
	-ms-flex-negative:0;
	flex-shrink:0;
	text-align:center
}
.AuthorPage-image img {
	border-radius:100%;
	height:100px;
	margin:0 auto 20px;
	width:100px
}
.AuthorPage-info {
	text-align:center
}
.AuthorPage-name {
	font-weight:400;
	margin-bottom:20px
}
.AuthorPage-fullBiography {
	display:block;
	margin-bottom:40px;
	margin-top:0
}
.AuthorPage-jobTitle {
	margin-bottom:20px;
	margin-top:-10px
}
.AuthorPage-shortBiography {
	display:none
}
.AuthorPage-wrapper {
	margin-top:0
}
@media only screen and (min-width:768px) {
	.AuthorPage-contentFooter [class$=-header] {
		margin-left:0;
		margin-right:0;
		padding-left:0;
		padding-right:0
	}
	.AuthorPage-image {
		text-align:left
	}
	.AuthorPage-image img {
		height:150px;
		margin-left:0;
		margin-right:20px;
		width:150px;
		border:2px solid #e0e0e0
	}
	.AuthorPage-info {
		text-align:left
	}
	.AuthorPage-intro {
		-ms-flex-align:center;
		align-items:center;
		display:-ms-flexbox;
		display:flex;
		min-height:150px
	}
	.AuthorPage-jobTitle {
		margin-bottom:10px;
		margin-top:0
	}
	.AuthorPage-name {
		margin-bottom:5px
	}
	.AuthorPage-wrapper {
		margin-top:20px
	}
}
.GalleryPage .GallerySlide-infoDescription,.GalleryPage .GallerySlide-title {
	display:block;
	margin-bottom:20px
}
.GalleryPage-aside {
	background:rgba(0,0,0,.8);
	bottom:50px;
	height:auto;
	left:0;
	max-height:0;
	overflow:hidden;
	position:absolute;
	transition:max-height .5s;
	width:100%
}
.GalleryPage-aside-cta {
	color:var(--primaryTextColorInverse);
	margin-top:20px
}
.GalleryPage-aside-content {
	padding:20px
}
.GalleryPage-aside-modules {
	display:none;
	padding-top:20px
}
.GalleryPage-aside-slideContent {
	color:var(--secondaryColor5)
}
[data-showing-aside=true] .GalleryPage-aside {
	max-height:300px
}
[data-state=start] .GalleryPage-aside {
	max-height:0
}
.GalleryPage-content {
	background:var(--secondaryColor8);
	bottom:0;
	color:var(--secondaryColor5);
	left:0;
	max-height:1440px;
	position:fixed;
	right:0;
	top:50px
}
.GalleryPage-content .ActionBar-items {
	-ms-flex-direction:row;
	flex-direction:row
}
.GalleryPage-content .ActionBar-items-item {
	margin-right:5px
}
.GalleryPage-headline {
	font-weight:400;
	line-height:1.13;
	letter-spacing:-.2px;
	margin-bottom:10px;
	text-align:center
}
.GalleryPage-aside .GalleryPage-headline {
	text-align:left;
	font-weight:400
}
.GalleryPage-infoBar {
	-ms-flex-align:center;
	align-items:center;
	border-top:1px solid var(--secondaryColor6);
	bottom:0;
	display:-ms-flexbox;
	display:flex;
	height:50px;
	-ms-flex-pack:center;
	justify-content:center;
	left:0;
	padding-left:20px;
	padding-right:20px;
	right:0;
	position:absolute;
	width:100%
}
[data-state=start] .GalleryPage-infoBar {
	display:none
}
.GalleryPage-infoButton {
	border-color:var(--secondaryColor5);
	height:30px;
	line-height:27px;
	position:absolute;
	right:20px;
	width:30px
}
.GalleryPage-infoButton:before {
	content:"i";
	font-family:Times New Roman,Times,serif;
	font-size:23px;
	font-weight:100
}
.GalleryPage-infoButton:hover,[data-showing-aside=true] .GalleryPage-infoButton {
	background:var(--brandColor);
	border-color:var(--brandColor)
}
.GalleryPage-lead {
	height:100%
}
.GalleryPage-lead,.GalleryPage-lead-content {
	-ms-flex-align:center;
	align-items:center;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	width:100%
}
.GalleryPage-lead-content {
	-ms-flex-direction:column;
	flex-direction:column;
	margin:0 auto;
	max-width:680px;
	padding:20px 40px;
	position:relative;
	z-index:2
}
.GalleryPage-lead-count {
	color:var(--secondaryColor5);
	margin-bottom:30px
}
.GalleryPage-lead-grid {
	fill:var(--secondaryColor5);
	height:32px;
	width:32px
}
.GalleryPage-lead-icon {
	background:rgba(0,0,0,.4);
	border:1px solid var(--secondaryColor5);
	margin-bottom:10px;
	padding:20px
}
.GalleryPage-lead-media {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1
}
.GalleryPage-lead-media img {
	height:100%;
	max-width:none;
	-o-object-fit:cover;
	object-fit:cover;
	width:100%
}
.GalleryPage-main {
	height:100%;
	width:100%
}
.GalleryPage-numbers {
	color:var(--secondaryColor6);
	margin:10px 0
}
.GalleryPage-numbers span {
	color:var(--secondaryColor5);
	font-weight:700
}
.GalleryPage-slide {
	display:none;
	height:100%;
	width:100%
}
.flickity-enabled .GalleryPage-slide,.GalleryPage-slide:first-of-type {
	display:block
}
.GalleryPage-slide:first-of-type img {
	opacity:.5
}
.GalleryPage-slides {
	height:calc(100% - 50px);
	width:100%
}
.GalleryPage-slides .flickity-prev-next-button {
	top:calc(50% - 20px)
}
.GalleryPage-slides .flickity-viewport {
	height:100%!important
}
[data-state=start] .GalleryPage-slides {
	height:100%
}
.GalleryPage-subHeadline {
	font-weight:400;
	margin-bottom:40px;
	text-align:center
}
.GalleryPage-wrapper {
	height:100%;
	position:relative;
	width:100%
}
@media only screen and (min-width:768px) {
	.GalleryPage-content {
		top:60px
	}
}
@media only screen and (min-width:1024px) {
	.GalleryPage-aside {
		background:var(--secondaryColor8);
		border-left:1px solid var(--secondaryColor6);
		bottom:0;
		height:100%;
		left:auto;
		max-height:none;
		right:-340px;
		top:0;
		width:340px;
		overflow-y:scroll;
		padding-bottom:20px;
		scrollbar-width:none;
		-ms-overflow-style:none
	}
	.GalleryPage-aside::-webkit-scrollbar {
		width:0
	}
	[data-showing-aside=true] .GalleryPage-aside {
		max-height:none;
		right:0
	}
	[data-showing-aside=true][data-state=start] .GalleryPage-aside {
		max-height:0;
		right:-340px
	}
	[data-showing-aside=false] .GalleryPage-aside {
		right:-340px
	}
	.GalleryPage-aside-content {
		display:none;
		padding-bottom:0
	}
	.GalleryPage-aside-modules,[data-state=gallery] .GalleryPage-aside-content {
		display:block
	}
	[data-showing-aside=true] .GalleryPage-infoBar {
		width:calc(100% - 340px)
	}
	[data-showing-aside=false] .GalleryPage-infoBar {
		width:100%
	}
	.GalleryPage-main {
		height:100%
	}
	[data-showing-aside=true] .GalleryPage-main {
		width:calc(100% - 340px)
	}
	[data-showing-aside=false] .GalleryPage-main,[data-showing-aside=true][data-state=start] .GalleryPage-main {
		width:100%
	}
	.GalleryPage-slides .flickity-prev-next-button.previous {
		left:0
	}
	.GalleryPage-slides .flickity-prev-next-button.next {
		right:0
	}
}
.GallerySlide {
	height:100%;
	width:100%
}
.GallerySlide-content {
	display:none
}
.GallerySlide-media {
	-ms-flex-align:center;
	align-items:center;
	bottom:0;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	left:0;
	position:absolute;
	right:0;
	top:0
}
.GallerySlide-media img {
	height:auto;
	max-height:100%;
	width:auto
}
.GallerySlide-infoDescription,.GallerySlide-title {
	display:none
}
.SearchFilter {
	border-bottom:1px solid var(--secondaryColor3);
	padding:0 20px
}
.SearchFilter-content {
	display:block;
	margin-bottom:20px
}
.SearchFilter-content[data-toggle-in=search-filter] {
	height:54px;
	overflow:hidden;
	margin-bottom:0
}
.SearchFilter-content[data-toggle-in=search-filter] .SearchFilter-heading svg {
	transform:rotate(90deg);
	top:24px
}
.SearchFilter-heading {
	cursor:pointer;
	padding:20px 0;
	position:relative
}
.SearchFilter-heading svg {
	fill:var(--primaryTextColor);
	height:14px;
	position:absolute;
	top:16px;
	right:0;
	transform:rotate(270deg);
	width:14px
}
.SearchFilter-items {
	list-style:none
}
.SearchFilter-items-item {
	margin-bottom:10px;
	padding-left:3px
}
.SearchFilter-items-item:last-of-type {
	margin:0
}
[data-see-all] .SearchFilter-items-wrapper {
	height:150px;
	overflow:hidden
}
.SearchFilter-seeAll[data-toggle-in=see-all] .seeLessText {
	display:inline
}
.SearchFilter-seeAll[data-toggle-in=see-all] .seeAllText {
	display:none
}
.SearchFilter-seeAll[data-toggle-in=see-all] .SearchFilter-items-wrapper {
	height:auto;
	overflow:visible
}
.SearchFilter-seeAll-button {
	color:var(--secondaryColor8);
	margin-top:20px
}
.SearchFilter-seeAll .seeLessText {
	display:none
}
@media only screen and (min-width:1024px) {
	.SearchFilter {
		padding:0
	}
}
.SearchFilterInput {
	-ms-flex-align:baseline;
	align-items:baseline;
	display:-ms-flexbox;
	display:flex
}
.SearchFilterInput-count {
	margin-left:5px
}
body[data-filters-open=true] {
	overflow:hidden
}
.SearchResultsModule {
	display:block
}
.SearchResultsModule .filter {
	width:16px;
	height:12px;
	color:var(--secondaryTextColorInverse);
	margin-left:6px;
	vertical-align:initial
}
.SearchResultsModule[data-loading=true] .SearchResultsModule-ajax {
	min-height:400px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-align:center;
	align-items:center
}
.SearchResultsModule-aside {
	-ms-flex-negative:0;
	flex-shrink:0;
	margin-top:0
}
.SearchResultsModule-aside>* {
	padding-bottom:20px
}
.SearchResultsModule-count-desktop {
	display:none
}
.SearchResultsModule-filters {
	display:block
}
.SearchResultsModule-filters-apply {
	border-top:1px solid var(--secondaryColor3);
	padding:10px 0
}
.SearchResultsModule-filters-applyButton {
	margin:0 auto
}
.SearchResultsModule-filters-close {
	position:absolute;
	right:20px;
	top:20px
}
.SearchResultsModule-filters-close svg {
	fill:var(--secondaryColor8);
	height:15px;
	width:15px
}
.SearchResultsModule-filters-open {
	width:100%;
	border-color:var(--secondaryColor3);
	margin:0 auto 20px
}
.SearchResultsModule-filters-overlay {
	background:var(--secondaryColor5);
	bottom:0;
	display:none;
	left:0;
	right:0;
	padding:40px 0;
	position:fixed;
	top:0;
	z-index:100;
	overflow-y:scroll
}
.SearchResultsModule-filters-overlay[data-filters-open=true] {
	display:block
}
.SearchResultsModule-filters-selected {
	background:var(--secondaryColor3);
	height:0;
	overflow:hidden;
	padding:1px 0 0
}
.SearchResultsModule-filters-selected[data-showing] {
	display:block;
	background:var(--secondaryColor4);
	height:auto;
	padding:20px
}
.SearchResultsModule-filters-selected-filter,.SearchResultsModule-filters-selected-heading {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.SearchResultsModule-filters-selected-filter {
	margin-bottom:20px
}
.SearchResultsModule-filters-selected-filter .close-x {
	fill:var(--brandColor);
	height:16px;
	width:16px
}
.SearchResultsModule-filters-selected-filter:last-of-type {
	margin-bottom:0
}
.SearchResultsModule-filters-selected-reset {
	color:var(--brandColor)
}
.SearchResultsModule-filters-selected-title {
	margin-bottom:20px
}
.SearchResultsModule-filters-title {
	padding:0 20px 15px
}
.SearchResultsModule-form {
	width:100%
}
.SearchResultsModule-formButton {
	background:none;
	border:0;
	cursor:pointer;
	height:40px;
	padding:0 0 0 20px
}
.SearchResultsModule-formButton svg {
	fill:var(--secondaryColor8);
	height:24px;
	width:24px
}
.SearchResultsModule-formButton:hover svg {
	fill:var(--secondaryColor8)
}
.SearchResultsModule-formInput {
	border:0;
	color:var(--brandColor);
	font-size:2.4rem;
	width:100%
}
.SearchResultsModule-nextPage a,.SearchResultsModule-previousPage a {
	padding:0 20px
}
.SearchResultsModule-nextPage svg,.SearchResultsModule-previousPage svg {
	fill:var(--brandColor);
	height:22px;
	width:22px
}
.SearchResultsModule-nextPage svg:hover,.SearchResultsModule-previousPage svg:hover {
	fill:var(--secondaryColor8)
}
.SearchResultsModule-nextPage svg[data-inactive],.SearchResultsModule-previousPage svg[data-inactive] {
	cursor:default;
	fill:var(--secondaryColor3);
	margin:0 20px
}
.SearchResultsModule-nextPage svg[data-inactive]:hover,.SearchResultsModule-previousPage svg[data-inactive]:hover {
	cursor:default;
	fill:var(--secondaryColor3)
}
.SearchResultsModule-pagination {
	-ms-flex-align:center;
	align-items:center;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	width:100%;
	margin-bottom:20px
}
.SearchResultsModule-previousPage svg {
	transform:rotate(180deg)
}
.SearchResultsModule-query {
	border-bottom:1px solid var(--secondaryColor3);
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.SearchResultsModule-results,.SearchResultsModule-spotlights {
	list-style:none
}
.SearchResultsModule-results-item,.SearchResultsModule-spotlights-item {
	border-bottom:1px solid var(--secondaryColor3);
	list-style:none;
	margin-bottom:20px;
	padding-bottom:20px
}
.SearchResultsModule-results-item:last-of-type,.SearchResultsModule-spotlights-item:last-of-type {
	margin-bottom:0
}
.SearchResultsModule-results:last-of-type,.SearchResultsModule-spotlights:last-of-type {
	margin-bottom:20px
}
.SearchResultsModule-results .PromoMedium,.SearchResultsModule-spotlights .PromoMedium {
	margin-bottom:-20px
}
.SearchResultsModule-results .PromoMedium-wrapper,.SearchResultsModule-spotlights .PromoMedium-wrapper {
	display:block
}
.SearchResultsModule-results .PromoMedium-media,.SearchResultsModule-spotlights .PromoMedium-media {
	float:right;
	margin:0 0 20px 20px;
	max-width:150px;
	width:35%
}
.SearchResultsModule-results .PromoMedium-content,.SearchResultsModule-spotlights,.SearchResultsModule-spotlights .PromoMedium-content {
	margin-bottom:20px
}
.SearchResultsModule-results-header {
	-ms-flex-align:center;
	align-items:center;
	border-bottom:1px solid var(--secondaryColor3);
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom:20px;
	padding-bottom:20px
}
.SearchResultsModule-sorts select {
	background:#fff;
	border:0
}
.SearchResultsModule-wrapper {
	margin-top:20px
}
@media only screen and (min-width:768px) {
	.SearchResultsModule-count-desktop {
		display:block
	}
	.SearchResultsModule-count-mobile {
		border:0;
		clip:rect(0,0,0,0);
		height:1px;
		margin:-1px;
		overflow:hidden;
		padding:0;
		position:absolute;
		width:1px
	}
	.SearchResultsModule-formInput {
		font-size:4rem;
		padding-bottom:5px
	}
	.SearchResultsModule-formButton {
		padding-top:15px
	}
	.SearchResultsModule-formButton svg {
		height:30px;
		width:30px
	}
	.SearchResultsModule-results .PromoMedium,.SearchResultsModule-spotlights .PromoMedium {
		margin:0
	}
	.SearchResultsModule-results .PromoMedium-wrapper,.SearchResultsModule-spotlights .PromoMedium-wrapper {
		display:-ms-flexbox;
		display:flex;
		-ms-flex-direction:row;
		flex-direction:row
	}
	.SearchResultsModule-results .PromoMedium-media,.SearchResultsModule-spotlights .PromoMedium-media {
		float:none;
		margin:0 20px 0 0;
		-ms-flex-order:1;
		order:1;
		width:100%;
		max-width:270px;
		min-width:270px
	}
	.SearchResultsModule-results .PromoMedium-content,.SearchResultsModule-spotlights .PromoMedium-content {
		margin-bottom:0
	}
}
@media only screen and (min-width:1024px) {
	.SearchResultsModule[data-loading=true] .SearchResultsModule-ajax {
		min-height:600px
	}
	.SearchResultsModule-aside {
		margin-top:0;
		width:320px
	}
	.SearchResultsModule-filters-apply {
		display:none
	}
	.SearchResultsModule-filters-content {
		overflow:hidden
	}
	.SearchResultsModule-filters-close,.SearchResultsModule-filters-open {
		display:none
	}
	.SearchResultsModule-filters-overlay {
		display:block;
		padding:0;
		position:relative;
		z-index:1
	}
	.SearchResultsModule-filters-title {
		padding:0 0 20px
	}
	.SearchResultsModule-main {
		margin:0 0 0 40px;
		width:100%
	}
	.SearchResultsModule-wrapper {
		display:-ms-flexbox;
		display:flex;
		margin-top:40px
	}
}
.SearchResultsPage .Page-above {
	display:none
}
.SearchResultsPage-below {
	margin-bottom:20px
}
.SearchResultsPage-content {
	margin:0 auto;
	max-width:1200px;
	padding:20px
}
.SearchResultsPage-title {
	margin-bottom:5px
}
@media only screen and (min-width:768px) {
	.SearchResultsPage .Page-above {
		display:block
	}
	.SearchResultsPage-content {
		padding-top:40px
	}
}
@media only screen and (min-width:1240px) {
	.SearchResultsPage-content {
		padding-left:0;
		padding-right:0
	}
}
.Infobox {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	max-width:320px
}
.Infobox [data-left-align],[data-left-align] .Infobox-items-item .Link {
	text-align:left
}
.Infobox[data-border-top] {
	border-top:2px solid var(--secondaryColor7)
}
.Infobox-items-item {
	border-top:1px solid var(--secondaryColor3);
	list-style:none;
	margin-top:20px;
	padding-top:20px
}
.Infobox-items-item .RichTextModule {
	margin:0!important
}
.Infobox-items-item .RichTextModule .ArticlePage-dateline p:first-child:first-letter,.Infobox-items-item .RichTextModule .BlogPostPage-dateline p:first-child:first-letter,.Infobox-items-item .RichTextModule .ListiclePage-dateline p:first-child:first-letter,.Infobox-items-item .RichTextModule .PodcastContainerPage-dateline p:first-child:first-letter,.Infobox-items-item .RichTextModule .RichTextBody p:first-child:first-letter {
	float:none!important;
	font-size:inherit!important;
	font-weight:inherit!important;
	line-height:inherit!important;
	padding-right:0!important
}
.Infobox-items-item .RichTextModule .ArticlePage-dateline h1,.Infobox-items-item .RichTextModule .BlogPostPage-dateline h1,.Infobox-items-item .RichTextModule .ListiclePage-dateline h1,.Infobox-items-item .RichTextModule .PodcastContainerPage-dateline h1,.Infobox-items-item .RichTextModule .RichTextBody h1 {
	font-weight:700;
	font-size:var(--title-3);
	text-align:center
}
.Infobox-items-item .RichTextModule .ArticlePage-dateline h6,.Infobox-items-item .RichTextModule .BlogPostPage-dateline h6,.Infobox-items-item .RichTextModule .ListiclePage-dateline h6,.Infobox-items-item .RichTextModule .PodcastContainerPage-dateline h6,.Infobox-items-item .RichTextModule .RichTextBody h6 {
	text-transform:none;
	margin:0
}
.Infobox-items-item .Link {
	text-align:center;
	width:100%;
	display:block
}
.Infobox-items-item .Link:hover>a {
	opacity:.8
}
.Infobox-image {
	width:100%;
	margin:0 auto
}
.Infobox-image[data-circle] {
	width:100px;
	height:100px
}
.Infobox-image[data-circle] img {
	border-radius:50%
}
.Infobox-image img {
	width:100%
}
.Infobox-title {
	text-align:center;
	font-weight:400;
	margin-top:20px
}
.Infobox-description {
	display:inline-block;
	text-align:center;
	width:100%;
	margin-top:10px
}
.Infobox-cta {
	height:auto;
	width:100%;
	border-color:var(--secondaryColor2);
	color:var(--primaryTextColor);
	line-height:inherit;
	margin:20px auto 0;
	padding:8px 10px 7px
}
.Infobox-category {
	margin-top:20px;
	margin-bottom:-10px;
	text-align:center
}
.InteractivePromo-titleContainerDupe {
	display:none
}
.InteractivePromo-breaking {
	color:var(--breakingBgColor);
	margin-bottom:10px
}
.InteractivePromo-wrapper {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column
}
.InteractivePromo-content {
	-ms-flex-order:2;
	order:2
}
.InteractivePromo-media {
	margin-bottom:10px
}
.InteractivePromo-media .CarouselSlide-info {
	padding:0
}
.InteractivePromo-description {
	margin-top:10px
}
.InteractivePromo-category {
	margin-bottom:10px
}
.InteractivePromo-category:hover {
	color:var(--brandColor)
}
.InteractivePromo-timestamp {
	text-transform:none;
	margin-top:10px;
	display:none
}
.InteractivePromo-timestamp[data-show-timestamp] {
	display:block
}
.InteractivePromo-title {
	font-size:var(--title-3)
}
.InteractivePromo-title:hover>a,.InteractivePromo-title[data-hover]>a {
	opacity:.8
}
.InteractivePromo-items {
	margin-top:20px;
	padding:0 20px;
	display:none
}
.InteractivePromo-items-title {
	font-size:var(--label-2);
	margin-bottom:10px
}
.InteractivePromo-items-item:not(:last-child) {
	margin-bottom:10px
}
.ListiclePage .CreativeWorkPage-headline {
	font-weight:400
}
.ListiclePage-updatesCorrections {
	margin:20px auto
}
.ListiclePage-listicleBody[data-dateline] .RichTextModule,.ListiclePage-listicleBody[data-dateline] .RichTextModule-items,.ListiclePage-listicleBody[data-dateline] .RichTextModule-items p:first-of-type {
	display:inline
}
.ListiclePage-byline {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.ListiclePage-actions,.ListiclePage-datePublished {
	margin:0
}
.ListiclePage-pageLead {
	margin-bottom:20px
}
.ListiclePage .BlogPage-above,.ListiclePage .BlogPostPage-above,.ListiclePage .ErrorPage-above,.ListiclePage .Page-above {
	display:none
}
.ListiclePage-item {
	margin-top:40px
}
@media only screen and (min-width:768px) {
	.ListiclePage-byline {
		max-width:none
	}
	.ListiclePage-byline:after {
		content:none
	}
}
@media only screen and (min-width:1024px) {
	.ListiclePage .BlogPage-above,.ListiclePage .BlogPostPage-above,.ListiclePage .ErrorPage-above,.ListiclePage .Page-above {
		display:block
	}
	.ListiclePage-byline,.ListiclePage-listicleBody,.ListiclePage-updatesCorrections {
		margin-left:auto;
		margin-right:auto;
		max-width:680px
	}
}
@media only screen and (min-width:1440px) {
	.ListiclePage-content {
		padding-left:0
	}
}
.LiveBlogPage {
	scroll-behavior:smooth
}
.LiveBlogPage ps-liveblog {
	display:block
}
.LiveBlogPage-aside {
	background:var(--secondaryColor5);
	bottom:0;
	display:none;
	height:100vh;
	margin-top:0;
	right:0;
	padding:60px 0 0;
	position:fixed;
	top:0;
	transition:top .25s;
	width:320px;
	z-index:25
}
[data-live-event=true] .LiveBlogPage-aside .LiveBlogPage-liveLabel {
	display:inline-block;
	margin-right:5px
}
.LiveBlogPage-aside-content {
	border-left:1px solid var(--secondaryColor3);
	border-right:1px solid var(--secondaryColor3);
	height:calc(100% - 40px);
	overflow-y:scroll
}
.LiveBlogPage-aside-extras {
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:1.4rem;
	padding:20px
}
.LiveBlogPage-aside-items {
	background-color:var(--secondaryColor4);
	border-top:2px solid var(--listBorderColor);
	height:100%;
	overflow-y:scroll;
	padding:20px
}
.LiveBlogPage-aside-header {
	-ms-flex-align:center;
	align-items:center;
	background:var(--secondaryColor8);
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	height:40px;
	padding:5px 20px 0;
	position:relative
}
.LiveBlogPage-aside-header svg {
	display:none
}
.LiveBlogPage-aside-navigation {
	border-top:2px solid var(--listBorderColor);
	padding:20px 20px 20px 30px
}
.LiveBlogPage-aside-navigation-date-date {
	color:var(--secondaryColor1);
	margin-left:-10px;
	margin-bottom:20px;
	text-transform:uppercase
}
.LiveBlogPage-aside-navigation-item {
	border-left:1px solid var(--secondaryColor3);
	list-style:none;
	padding-bottom:30px;
	padding-left:20px
}
.LiveBlogPage-aside-navigation-item:last-of-type {
	border-left:none
}
.LiveBlogPage-aside-navigation-item-date {
	margin-bottom:10px
}
.LiveBlogPage-aside-title {
	color:var(--primaryTextColorInverse);
	line-height:45px
}
.LiveBlogPage-breadcrumbs {
	display:inline-block
}
.LiveBlogPage-content {
	max-width:880px;
	padding-top:0
}
.LiveBlogPage-descriptionBody .Carousel,.LiveBlogPage-descriptionBody .Enhancement[data-align-left] .Carousel,.LiveBlogPage-descriptionBody .Enhancement[data-align-left] .Figure,.LiveBlogPage-descriptionBody .Enhancement[data-align-left] .VideoEnhancement,.LiveBlogPage-descriptionBody .Enhancement[data-align-right] .Carousel,.LiveBlogPage-descriptionBody .Enhancement[data-align-right] .Figure,.LiveBlogPage-descriptionBody .Enhancement[data-align-right] .VideoEnhancement,.LiveBlogPage-descriptionBody .Figure,.LiveBlogPage-descriptionBody .VideoEnhancement {
	margin:0
}
.LiveBlogPage-lead {
	position:relative
}
.LiveBlogPage-lead-content {
	padding:10px 20px 0
}
.LiveBlogPage-liveLabel {
	color:var(--secondaryColor6);
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-size:var(--label-2);
	font-weight:700;
	text-transform:uppercase;
	background-color:var(--breakingBgColor);
	color:var(--breakingTextColor);
	display:none;
	line-height:18px;
	height:18px;
	padding:1px 5px 0
}
[data-live-event=true] .LiveBlogPage-liveLabel {
	display:inline-block
}
@media only screen and (min-width:768px) {
	.LiveBlogPage-authors {
		display:-ms-flexbox;
		display:flex;
		float:left;
		margin-right:20px
	}
	.LiveBlogPage-byline:after {
		content:" ";
		visibility:hidden;
		display:block;
		height:0;
		clear:both
	}
	.LiveBlogPage-dateModified,.LiveBlogPage-datePublished {
		float:left;
		margin-right:5px
	}
	.LiveBlogPage-lead-content {
		padding-bottom:20px;
		position:absolute;
		bottom:0
	}
	.LiveBlogPage-lead-content .LiveBlogPage-breadcrumbs a,.LiveBlogPage-lead-content .LiveBlogPage-headline,.LiveBlogPage-lead-content .LiveBlogPage-subHeadline {
		color:var(--primaryTextColorInverse)
	}
}
@media only screen and (min-width:1024px) {
	.LiveBlogPage .Page-body .Page-below {
		margin-right:320px
	}
	.LiveBlogPage .Page-body .Page-footer {
		margin-bottom:0;
		margin-right:320px
	}
	.LiveBlogPage .Page-body .Page-footer .FooterNavigation-items-item {
		width:50%
	}
	.LiveBlogPage .Page-body .Page-footer .FooterNavigation-items-item:nth-of-type(3) {
		display:none
	}
	.LiveBlogPage-aside {
		display:block
	}
	.LiveBlogPage-lead .Figure-content {
		padding:0 20px
	}
	.LiveBlogPage-pageWrapper {
		margin-right:320px
	}
}
@media only screen and (min-width:1240px) {
	.LiveBlogPage-main {
		width:100%
	}
}
@media only screen and (min-width:1440px) {
	.LiveBlogPage .Page-body .Page-footer {
		margin-right:360px
	}
	.LiveBlogPage .Page-body .Page-footer .FooterNavigation-items-item {
		width:33.333%
	}
	.LiveBlogPage .Page-body .Page-footer .FooterNavigation-items-item:nth-of-type(3) {
		display:block
	}
	.LiveBlogPage-aside {
		width:360px
	}
	.LiveBlogPage-pageWrapper {
		margin-right:360px
	}
}
.LiveBlogPost {
	border-top:2px solid var(--listBorderColor);
	margin:20px -20px 0;
	padding:20px 20px 0
}
.LiveBlogPost .ActionBar-items {
	-ms-flex-direction:row;
	flex-direction:row
}
.LiveBlogPost .ActionBar-items-item {
	margin:0 5px 0 0
}
.LiveBlogPost .ActionBar-items-item:last-of-type {
	margin:0
}
.LiveBlogPost-anchor {
	display:block
}
.LiveBlogPost-author {
	margin-bottom:10px
}
.LiveBlogPost-body .Carousel,.LiveBlogPost-body .Enhancement[data-align-left] .Carousel,.LiveBlogPost-body .Enhancement[data-align-left] .Figure,.LiveBlogPost-body .Enhancement[data-align-left] .VideoEnhancement,.LiveBlogPost-body .Enhancement[data-align-right] .Carousel,.LiveBlogPost-body .Enhancement[data-align-right] .Figure,.LiveBlogPost-body .Enhancement[data-align-right] .VideoEnhancement,.LiveBlogPost-body .Figure,.LiveBlogPost-body .VideoEnhancement {
	margin:0
}
.LiveBlogPost-body .CarouselSlide-media img {
	max-height:none;
	max-width:none
}
.LiveBlogPost-date {
	margin-left:10px;
	padding-left:20px
}
.LiveBlogPost-date-date {
	margin-left:10px
}
.LiveBlogPost-header {
	-ms-flex-align:center;
	align-items:center;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom:10px
}
.LiveBlogPost-headline {
	margin-bottom:10px
}
@media only screen and (min-width:768px) {
	.LiveBlogPost {
		margin-left:0;
		margin-right:0;
		padding-left:0;
		padding-right:0
	}
}
.LiveChatPage-main {
	padding:0 20px
}
.LiveChatPage .LongFormPage-content {
	width:100%;
	max-width:680px
}
.LiveChatPage .LongFormPage-content .LongFormPage-lead {
	position:-webkit-sticky;
	position:sticky;
	background-color:var(--siteBgColor);
	border-bottom:1px solid var(--secondaryColor3);
	top:50px;
	z-index:2
}
.LiveChatPage .LongFormPage-content .LongFormPage-lead .LongFormPage-lead-content {
	padding:20px 20px 30px
}
.LiveChatPage .LongFormPage-content .LongFormPage-lead .LongFormPage-lead-content .LiveBlogPage-liveLabel {
	display:block;
	float:left;
	padding:3px 0 0;
	background:none;
	color:var(--breakingBgColor);
	font-size:10px;
	line-height:10px;
	margin-top:1px
}
.LiveChatPage .LongFormPage-content .LongFormPage-lead .LongFormPage-lead-content .LongFormPage-breadcrumbs {
	text-align:left;
	line-height:10px
}
.LiveChatPage .LongFormPage-content .LongFormPage-lead .LongFormPage-lead-content .LongFormPage-breadcrumbs .Link {
	display:inline
}
.LiveChatPage .LongFormPage-content .LongFormPage-lead .LongFormPage-lead-content .LongFormPage-headline {
	text-align:left;
	line-height:1;
	font-family:var(--primaryHeadlineFont),Times New Roman,Times,serif;
	margin-bottom:10px;
	font-weight:500;
	font-size:30px
}
.LiveChatPage .LongFormPage-content .LongFormPage-lead .LongFormPage-lead-content .ArticlePage-datePublished-day {
	float:left;
	color:var(--secondaryColor1)
}
.LiveChatPage .LongFormPage-content .LongFormPage-lead .LongFormPage-lead-content .ArticlePage-datePublished-time {
	display:none
}
@media (min-width:768px) {
	.LiveChatPage .LongFormPage-content .LongFormPage-lead .LongFormPage-lead-content .LongFormPage-headline {
		font-size:40px;
		line-height:44px
	}
}
.LiveChatPage .LongFormPage-content .LongFormPage-lead .LongFormPage-lead-content .LiveBlogPage-descriptionBody {
	display:none
}
@media (min-width:768px) {
	.LiveChatPage .LongFormPage-content .LongFormPage-lead .LongFormPage-lead-content .LongFormPage-headline {
		margin-bottom:20px
	}
	.LiveChatPage .LongFormPage-content .LongFormPage-lead .LongFormPage-lead-content .LongFormPage-breadcrumbs {
		margin-bottom:15px
	}
	.LiveChatPage .LongFormPage-content .LongFormPage-lead .LongFormPage-lead-content .LiveBlogPage-descriptionBody {
		text-align:left;
		color:var(--secondaryColor6);
		line-height:19px;
		font-family:var(--bodyFont);
		font-size:15px;
		margin-bottom:20px;
		display:block
	}
}
@media (min-width:768px) {
	.LiveChatPage .LongFormPage-content .LongFormPage-lead .LongFormPage-lead-content {
		padding:40px 20px 50px
	}
}
@media (min-width:768px) {
	.LiveChatPage .LongFormPage-content .LongFormPage-lead {
		top:60px
	}
}
ul.LiveChatMessages {
	max-width:650px;
	list-style:none;
	margin:0;
	padding:60px 0 0
}
ul.LiveChatMessages li.LiveChatMessage {
	display:block;
	margin:0;
	padding:0 0 40px
}
ul.LiveChatMessages li.LiveChatMessage .RichTextArticleBody-body {
	margin-left:80px;
	margin-top:-15px;
	margin-bottom:5px;
	line-height:24px;
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-weight:300;
	font-size:16px
}
ul.LiveChatMessages li.LiveChatMessage .RichTextArticleBody-body span.mention {
	color:var(--primaryBodyLinkColor)
}
ul.LiveChatMessages li.LiveChatMessage .RichTextArticleBody-body span.mention:before {
	content:"@";
	position:relative;
	bottom:.1em
}
ul.LiveChatMessages li.LiveChatMessage .LiveChatMessage-time {
	margin:10px 0 0 80px;
	color:var(--secondaryColor1);
	font-size:12px;
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif
}
ul.LiveChatMessages li.LiveChatMessage-body {
	float:left
}
ul.LiveChatMessages li.LiveChatMessage-Date {
	display:block
}
@media screen and (min-width:768px) {
	ul.LiveChatMessages li.LiveChatMessage .RichTextArticleBody-body {
		margin-top:-30px
	}
}
@media screen and (min-width:768px) {
	ul.LiveChatMessages li.LiveChatMessage {
		padding-bottom:60px
	}
}
.LiveChatUser {
	display:-ms-flexbox;
	display:flex
}
.LiveChatUser .LiveBlogPost-author {
	margin-left:19px;
	margin-top:3px;
	font-size:.8em;
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif
}
.LiveChatUser .LiveChatAuthor-Name {
	font-weight:700;
	margin:0 0 5px;
	display:block;
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	color:#333;
	font-size:16px
}
.LiveChatUser .LiveChatAuthor-Title {
	color:#858585;
	font-size:12px
}
.LiveChatUser .LiveChat-authorImage {
	width:60px;
	height:60px;
	border:2px solid #e6e6e6;
	border-radius:50%;
	display:inline
}
.LiveChatUser .PromoAuthor-media {
	width:100px;
	height:100px
}
.LiveChatUser .PromoAuthor-media img {
	width:100%;
	height:100%
}
@media screen and (min-width:768px) {
	.LiveChatUser .LiveChatAuthor-Name {
		display:inline
	}
}
ps-livechat #LiveChat-NewMessageButton,ps-livechat #LiveChat-OldMessageButton {
	margin:-2px auto 25px;
	display:block;
	background-color:var(--secondaryColor3);
	border-radius:0 0 10px 10px;
	font-family:sans-serif;
	padding:10px 25px;
	border:none;
	font-size:10px;
	color:var(--secondaryColor6);
	font-weight:700
}
ps-livechat #LiveChat-ButtonDiv {
	position:fixed;
	width:95%;
	z-index:1
}
ps-livechat #LiveChat-OldMessageButton {
	margin-top:-20px;
	margin-bottom:0;
	border-radius:10px 10px 0 0
}
ps-livechat #LiveChat-PageBottom {
	margin:-15px 15px 20px;
	color:var(--secondaryColor3)
}
ps-livechat #LiveChat-loadingBarImage {
	width:80px;
	margin:auto auto 30px
}
@media screen and (min-width:768px) {
	ps-livechat #LiveChat-ButtonDiv {
		width:650px
	}
	ps-livechat #LiveChat-NewMessageButton {
		margin:0 auto 25px
	}
	ps-livechat #LiveChat-loadingBarImage {
		width:85px
	}
}
.LongFormPage-authorSocialLinks {
	margin-bottom:20px
}
.LongFormPage-authorSocialLinks .SocialBar-items {
	-ms-flex-pack:left;
	justify-content:left
}
.LongFormPage-updatesCorrections {
	max-width:680px;
	margin:0 auto
}
.LongFormPage-actionsSticky {
	display:none;
	left:0;
	top:60px;
	position:-webkit-sticky;
	position:sticky;
	z-index:1
}
.LongFormPage-actionsSticky-content {
	left:20px;
	position:absolute;
	top:20px
}
.LongFormPage-articleBody .Enhancement[data-align-center] .CarouselSlide-media img {
	max-height:453px;
	max-width:680px
}
.LongFormPage-articleBody .Enhancement[data-align-center-expanded] .CarouselSlide-media img {
	max-height:720px;
	max-width:1080px
}
.LongFormPage-articleBody[data-dateline] .LongFormPage-dateline-wrapper {
	margin:0 auto;
	max-width:680px
}
.LongFormPage-articleBody[data-dateline] .LongFormPage-dateline-wrapper .LongFormPage-articleBody-item,.LongFormPage-articleBody[data-dateline] .LongFormPage-dateline-wrapper .LongFormPage-articleBody-item .RichTextArticleBody,.LongFormPage-articleBody[data-dateline] .LongFormPage-dateline-wrapper .LongFormPage-articleBody-item .RichTextArticleBody-items,.LongFormPage-articleBody[data-dateline] .LongFormPage-dateline-wrapper .LongFormPage-articleBody-item .RichTextArticleBody-items p:first-of-type,.LongFormPage-articleBody[data-dateline] .LongFormPage-dateline-wrapper .LongFormPage-articleBody-item .RichTextModule,.LongFormPage-articleBody[data-dateline] .LongFormPage-dateline-wrapper .LongFormPage-articleBody-item .RichTextModule-items,.LongFormPage-articleBody[data-dateline] .LongFormPage-dateline-wrapper .LongFormPage-articleBody-item .RichTextModule-items p:first-of-type {
	display:inline
}
.LongFormPage-articleBody-item .RichTextArticleBody,.LongFormPage-articleBody-item .RichTextModule {
	margin:40px auto;
	max-width:680px
}
.LongFormPage-articleBody-item .RichTextArticleBody:first-of-type,.LongFormPage-articleBody-item .RichTextModule:first-of-type {
	margin-top:30px
}
.LongFormPage-articleBody-item:first-of-type .RichTextArticleBody:first-of-type p:first-child:first-letter,.LongFormPage-articleBody-item:first-of-type .RichTextModule:first-of-type p:first-child:first-letter {
	float:left;
	font-size:55px;
	font-weight:700;
	line-height:55px;
	padding-right:5px
}
.LongFormPage-byline {
	margin:0 auto 40px;
	max-width:680px
}
.LongFormPage-content {
	margin:0 auto;
	max-width:2000px
}
.LongFormPage-contentWrap {
	margin:0 auto;
	max-width:680px
}
.LongFormPage-headline {
	color:var(--primaryTextColor);
	font-family:var(--primaryHeadlineFont),Times New Roman,Times,serif;
	font-size:var(--title-9);
	font-weight:400;
	line-height:1.13;
	letter-spacing:-.2px;
	margin:0 auto;
	max-width:1200px;
	text-align:center
}
@media only screen and (min-width:768px) {
	.LongFormPage-headline {
		line-height:1.06;
		letter-spacing:-.5px
	}
}
@media only screen and (min-width:1440px) {
	.LongFormPage-headline {
		font-size:7rem
	}
}
.LongFormPage-lead {
	margin:0;
	position:relative
}
.LongFormPage-lead-content {
	padding:40px 20px;
	text-align:center
}
.LongFormPage-lead-media .Figure {
	max-width:2000px
}
.LongFormPage-lead-media .Figure-content {
	margin:0;
	padding:0 20px
}
.LongFormPage-lead-media .Figure img {
	margin:0 0 10px
}
.LongFormPage-lead-media .CarouselSlide-media img {
	max-width:none;
	max-height:none
}
.LongFormPage-main {
	padding:30px 20px
}
.LongFormPage-main .PromoFullWidth {
	margin:0 -20px
}
.LongFormPage-mainContent {
	position:relative
}
.LongFormPage-subHeadline {
	margin:0 auto 20px;
	max-width:680px
}
.LongFormPage h2 {
	text-align:center;
	font-family:var(--primaryHeadlineFont);
	font-size:30px;
	font-weight:500;
	line-height:1.13;
	letter-spacing:.09px
}
@media only screen and (min-width:768px) {
	.LongFormPage-articleBody-item {
		margin:0 auto
	}
	.LongFormPage-articleBody-item .RichTextArticleBody,.LongFormPage-articleBody-item .RichTextModule {
		margin:80px auto
	}
	.LongFormPage-articleBody-item .RichTextArticleBody:first-of-type,.LongFormPage-articleBody-item .RichTextModule:first-of-type {
		margin-top:40px
	}
	.LongFormPage-articleBody .BannerModule {
		margin:0 -45px
	}
	.LongFormPage-articleBody .Enhancement[data-align-center-expanded] .Carousel,.LongFormPage-articleBody .Enhancement[data-align-center-expanded] .Figure,.LongFormPage-articleBody .Enhancement[data-align-center-expanded] .VideoEnhancement {
		margin:0 -20px
	}
	.LongFormPage-articleBody .Enhancement[data-align-center] {
		max-width:680px
	}
	.LongFormPage-articleBody .Enhancement[data-align-center] .Carousel,.LongFormPage-articleBody .Enhancement[data-align-center] .Figure,.LongFormPage-articleBody .Enhancement[data-align-center] .VideoEnhancement,.LongFormPage-articleBody .Enhancement[data-align-left] .Carousel,.LongFormPage-articleBody .Enhancement[data-align-left] .Figure,.LongFormPage-articleBody .Enhancement[data-align-left] .ListC,.LongFormPage-articleBody .Enhancement[data-align-left] .VideoEnhancement,.LongFormPage-articleBody .Enhancement[data-align-left]>.PromoF,.LongFormPage-articleBody .Enhancement[data-align-right] .Carousel,.LongFormPage-articleBody .Enhancement[data-align-right] .Figure,.LongFormPage-articleBody .Enhancement[data-align-right] .ListC,.LongFormPage-articleBody .Enhancement[data-align-right] .VideoEnhancement,.LongFormPage-articleBody .Enhancement[data-align-right]>.PromoF {
		margin:0
	}
	.LongFormPage-articleBody .Enhancement[data-align-left] .Carousel,.LongFormPage-articleBody .Enhancement[data-align-left] .Figure,.LongFormPage-articleBody .Enhancement[data-align-left] .Infobox,.LongFormPage-articleBody .Enhancement[data-align-left] .ListC,.LongFormPage-articleBody .Enhancement[data-align-left] .VideoEnhancement,.LongFormPage-articleBody .Enhancement[data-align-left]>.PromoF {
		margin-left:-20px
	}
	.LongFormPage-articleBody .Enhancement[data-align-right] .Carousel,.LongFormPage-articleBody .Enhancement[data-align-right] .Figure,.LongFormPage-articleBody .Enhancement[data-align-right] .Infobox,.LongFormPage-articleBody .Enhancement[data-align-right] .ListC,.LongFormPage-articleBody .Enhancement[data-align-right] .VideoEnhancement,.LongFormPage-articleBody .Enhancement[data-align-right]>.PromoF {
		margin-right:-20px
	}
	.LongFormPage-articleBody .Enhancement[data-align-left] .Infobox {
		margin-left:0
	}
	.LongFormPage-articleBody .Enhancement[data-align-right] .Infobox {
		margin-right:0
	}
	.LongFormPage-articleBody .Enhancement .GoogleDfpAd-wrapper,.LongFormPage-articleBody .Enhancement .GoogleDfpAd.injected {
		margin:0 -200px
	}
	.LongFormPage-byline {
		text-align:center
	}
	.LongFormPage-lead {
		margin:0
	}
	.LongFormPage-lead-media {
		display:block
	}
	.LongFormPage-lead-mobile {
		display:none
	}
}
@media only screen and (min-width:1024px) {
	.LongFormPage-byline {
		-ms-flex-direction:column;
		flex-direction:column
	}
	.LongFormPage-subHeadline {
		text-align:center
	}
	.LongFormPage-authors {
		margin:0 0 5px
	}
	.LongFormPage-sticky-wrapper {
		padding-left:0
	}
	.LongFormPage-actionsSticky {
		display:block
	}
	.LongFormPage-actionsSticky-content {
		transform:none;
		top:30px
	}
	.LongFormPage-articleBody-item:first-of-type .RichTextArticleBody:first-of-type p:first-child:first-letter,.LongFormPage-articleBody-item:first-of-type .RichTextModule:first-of-type p:first-child:first-letter {
		font-size:60px;
		font-weight:700;
		line-height:60px
	}
	.LongFormPage-articleBody .BannerModule {
		margin:0 -160px
	}
	.LongFormPage-articleBody .Enhancement[data-align-center-expanded] .Carousel,.LongFormPage-articleBody .Enhancement[data-align-center-expanded] .Figure,.LongFormPage-articleBody .Enhancement[data-align-center-expanded] .VideoEnhancement {
		margin:0 -120px
	}
	.LongFormPage-articleBody .Enhancement[data-align-left] .Carousel,.LongFormPage-articleBody .Enhancement[data-align-left] .Figure,.LongFormPage-articleBody .Enhancement[data-align-left] .ListC,.LongFormPage-articleBody .Enhancement[data-align-left] .VideoEnhancement,.LongFormPage-articleBody .Enhancement[data-align-left]>.PromoF {
		margin-left:-120px
	}
	.LongFormPage-articleBody .Enhancement[data-align-right] .Carousel,.LongFormPage-articleBody .Enhancement[data-align-right] .Figure,.LongFormPage-articleBody .Enhancement[data-align-right] .ListC,.LongFormPage-articleBody .Enhancement[data-align-right] .VideoEnhancement,.LongFormPage-articleBody .Enhancement[data-align-right]>.PromoF {
		margin-right:-120px
	}
	.LongFormPage-articleBody .Enhancement[data-align-left] .Infobox {
		margin-left:0
	}
	.LongFormPage-articleBody .Enhancement[data-align-right] .Infobox {
		margin-right:0
	}
}
@media only screen and (min-width:1240px) {
	.LongFormPage-articleBody .BannerModule {
		margin:0 -260px
	}
	.LongFormPage-articleBody .Enhancement[data-align-center-expanded] .Carousel,.LongFormPage-articleBody .Enhancement[data-align-center-expanded] .Figure,.LongFormPage-articleBody .Enhancement[data-align-center-expanded] .VideoEnhancement {
		margin:0 -200px
	}
	.LongFormPage-articleBody .Enhancement[data-align-left] .Carousel,.LongFormPage-articleBody .Enhancement[data-align-left] .Figure,.LongFormPage-articleBody .Enhancement[data-align-left] .ListC,.LongFormPage-articleBody .Enhancement[data-align-left] .VideoEnhancement,.LongFormPage-articleBody .Enhancement[data-align-left]>.PromoF {
		margin-left:-160px
	}
	.LongFormPage-articleBody .Enhancement[data-align-right] .Carousel,.LongFormPage-articleBody .Enhancement[data-align-right] .Figure,.LongFormPage-articleBody .Enhancement[data-align-right] .ListC,.LongFormPage-articleBody .Enhancement[data-align-right] .VideoEnhancement,.LongFormPage-articleBody .Enhancement[data-align-right]>.PromoF {
		margin-right:-160px
	}
	.LongFormPage-articleBody .Enhancement[data-align-left] .Infobox {
		margin-left:0
	}
	.LongFormPage-articleBody .Enhancement[data-align-right] .Infobox {
		margin-right:0
	}
}
@media only screen and (min-width:1440px) {
	.LongFormPage-articleBody .BannerModule {
		margin:0 -340px
	}
}
.NewsletterModule {
	border-top:2px solid var(--secondaryTextColorInverse);
	display:block
}
.NewsletterModule-icon {
	text-align:center;
	margin:10px 15px 20px 0
}
.NewsletterModule-icon svg {
	width:50px;
	height:20px
}
.NewsletterModule-container {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding-top:20px
}
.NewsletterModule-title {
	margin-bottom:5px;
	font-family:var(--primaryHeadlineFont);
	font-weight:700;
	text-align:center;
	font-size:20px;
	color:var(--secondaryColor7)
}
.Page-footer .NewsletterModule-title {
	color:var(--footerTextColor)
}
.NewsletterModule-description {
	font-family:Open Sans,Arial,Helvetica,sans-serif;
	font-size:var(--title-10);
	color:#777;
	margin:0 0 3rem;
	font-weight:600;
	text-align:center;
	line-height:1.29;
	letter-spacing:-.14px
}
.NewsletterModule-form .EmailInput {
	margin-bottom:10px
}
.NewsletterModule-form .EmailInput input {
	width:100%;
	background:var(--siteBgColor);
	border:1px solid var(--tertiaryTextColor);
	font-family:Open Sans,Arial,Helvetica,sans-serif
}
.NewsletterModule-form .EmailInput input:focus {
	background-color:var(--secondaryColor3);
	color:var(--secondaryColor7)
}
.Page-footer .NewsletterModule-form .EmailInput input {
	max-width:none;
	width:100%
}
.NewsletterModule-form-buttons {
	margin:0 0 10px
}
.NewsletterModule-form-buttons .Button[type=submit],.NewsletterModule-form-buttons .ButtonAlt[type=submit],.NewsletterModule-form-buttons .ButtonInverse[type=submit],.NewsletterModule-form-buttons .ButtonInverseAlt[type=submit],.NewsletterModule-form-buttons .ButtonPrimary[type=submit],.NewsletterModule-form-buttons .ButtonWithChevron[type=submit],.NewsletterModule-form-buttons .Comments-trigger[type=submit],.NewsletterModule-form-buttons .Form .Button[type=submit][type=submit],.NewsletterModule-form-buttons .Form .ButtonAlt[type=submit][type=submit],.NewsletterModule-form-buttons .Form .ButtonInverse[type=submit][type=submit],.NewsletterModule-form-buttons .Form .ButtonInverseAlt[type=submit][type=submit],.NewsletterModule-form-buttons .Form .ButtonWithChevron[type=submit][type=submit],.NewsletterModule-form-buttons .Form .GalleryPage-infoButton[type=submit][type=submit],.NewsletterModule-form-buttons .Form .Infobox-cta[type=submit][type=submit],.NewsletterModule-form-buttons .Form .ListI-nextPage>.Link[type=submit][type=submit],.NewsletterModule-form-buttons .Form .PromoBlogPost-readMore[type=submit][type=submit],.NewsletterModule-form-buttons .Form .SearchResultsModule-filters-open[type=submit][type=submit],.NewsletterModule-form-buttons .Form .VideoModule-cta a[type=submit][type=submit],.NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit],.NewsletterModule-form-buttons .GalleryPage-start[type=submit],.NewsletterModule-form-buttons .Infobox-cta[type=submit],.NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit],.NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit],.NewsletterModule-form-buttons .SearchResultsModule-filters-applyButton[type=submit],.NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit],.NewsletterModule-form-buttons .talk-embed-stream .SignInButton__button___CwKU1[type=submit],.NewsletterModule-form-buttons .VideoModule-cta a[type=submit] {
	padding:0;
	width:100%;
	text-transform:uppercase;
	font-family:Open Sans,Arial,Helvetica,sans-serif;
	background-color:#3dabbf;
	border-color:#3dabbf
}
.NewsletterModule-form-buttons .Button[type=submit]:hover,.NewsletterModule-form-buttons .ButtonAlt[type=submit]:hover,.NewsletterModule-form-buttons .ButtonInverse[type=submit]:hover,.NewsletterModule-form-buttons .ButtonInverseAlt[type=submit]:hover,.NewsletterModule-form-buttons .ButtonPrimary[type=submit]:hover,.NewsletterModule-form-buttons .ButtonWithChevron[type=submit]:hover,.NewsletterModule-form-buttons .Comments-trigger[type=submit]:hover,.NewsletterModule-form-buttons .Form .Button[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .ButtonAlt[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .ButtonInverse[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .ButtonInverseAlt[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .ButtonWithChevron[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .GalleryPage-infoButton[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .Infobox-cta[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .ListI-nextPage>.Link[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .PromoBlogPost-readMore[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .SearchResultsModule-filters-open[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .Form .VideoModule-cta a[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit]:hover,.NewsletterModule-form-buttons .GalleryPage-start[type=submit]:hover,.NewsletterModule-form-buttons .Infobox-cta[type=submit]:hover,.NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit]:hover,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .Button[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .ButtonAlt[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .ButtonInverse[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .ButtonInverseAlt[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .ButtonWithChevron[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .Infobox-cta[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .VideoModule-cta a[type=submit][type=submit]:hover,.NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit]:hover,.NewsletterModule-form-buttons .SearchResultsModule-filters-applyButton[type=submit]:hover,.NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit]:hover,.NewsletterModule-form-buttons .talk-embed-stream .SignInButton__button___CwKU1[type=submit]:hover,.NewsletterModule-form-buttons .VideoModule-cta a[type=submit]:hover {
	color:var(--tagButtonTextColor);
	background-color:#3dabbf;
	border-color:#3dabbf;
	opacity:.5
}
.NewsletterModule-form-buttons .Button[type=submit]:active,.NewsletterModule-form-buttons .Button[type=submit]:focus,.NewsletterModule-form-buttons .ButtonAlt[type=submit]:active,.NewsletterModule-form-buttons .ButtonAlt[type=submit]:focus,.NewsletterModule-form-buttons .ButtonInverse[type=submit]:active,.NewsletterModule-form-buttons .ButtonInverse[type=submit]:focus,.NewsletterModule-form-buttons .ButtonInverseAlt[type=submit]:active,.NewsletterModule-form-buttons .ButtonInverseAlt[type=submit]:focus,.NewsletterModule-form-buttons .ButtonPrimary[type=submit]:active,.NewsletterModule-form-buttons .ButtonPrimary[type=submit]:focus,.NewsletterModule-form-buttons .ButtonWithChevron[type=submit]:active,.NewsletterModule-form-buttons .ButtonWithChevron[type=submit]:focus,.NewsletterModule-form-buttons .Comments-trigger[type=submit]:active,.NewsletterModule-form-buttons .Comments-trigger[type=submit]:focus,.NewsletterModule-form-buttons .Form .Button[type=submit][type=submit]:active,.NewsletterModule-form-buttons .Form .Button[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .ButtonAlt[type=submit][type=submit]:active,.NewsletterModule-form-buttons .Form .ButtonAlt[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .ButtonInverse[type=submit][type=submit]:active,.NewsletterModule-form-buttons .Form .ButtonInverse[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .ButtonInverseAlt[type=submit][type=submit]:active,.NewsletterModule-form-buttons .Form .ButtonInverseAlt[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .ButtonWithChevron[type=submit][type=submit]:active,.NewsletterModule-form-buttons .Form .ButtonWithChevron[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .GalleryPage-infoButton[type=submit][type=submit]:active,.NewsletterModule-form-buttons .Form .GalleryPage-infoButton[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .Infobox-cta[type=submit][type=submit]:active,.NewsletterModule-form-buttons .Form .Infobox-cta[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .ListI-nextPage>.Link[type=submit][type=submit]:active,.NewsletterModule-form-buttons .Form .ListI-nextPage>.Link[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .PromoBlogPost-readMore[type=submit][type=submit]:active,.NewsletterModule-form-buttons .Form .PromoBlogPost-readMore[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .SearchResultsModule-filters-open[type=submit][type=submit]:active,.NewsletterModule-form-buttons .Form .SearchResultsModule-filters-open[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .Form .VideoModule-cta a[type=submit][type=submit]:active,.NewsletterModule-form-buttons .Form .VideoModule-cta a[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit]:active,.NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit]:focus,.NewsletterModule-form-buttons .GalleryPage-start[type=submit]:active,.NewsletterModule-form-buttons .GalleryPage-start[type=submit]:focus,.NewsletterModule-form-buttons .Infobox-cta[type=submit]:active,.NewsletterModule-form-buttons .Infobox-cta[type=submit]:focus,.NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit]:active,.NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit]:focus,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .Button[type=submit][type=submit]:active,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .Button[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .ButtonAlt[type=submit][type=submit]:active,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .ButtonAlt[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .ButtonInverse[type=submit][type=submit]:active,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .ButtonInverse[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .ButtonInverseAlt[type=submit][type=submit]:active,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .ButtonInverseAlt[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .ButtonWithChevron[type=submit][type=submit]:active,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .ButtonWithChevron[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit][type=submit]:active,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .Infobox-cta[type=submit][type=submit]:active,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .Infobox-cta[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit][type=submit]:active,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit][type=submit]:active,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit][type=submit]:active,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .VideoModule-cta a[type=submit][type=submit]:active,.NewsletterModule-form-buttons .NewsletterModule-form-buttons .VideoModule-cta a[type=submit][type=submit]:focus,.NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit]:active,.NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit]:focus,.NewsletterModule-form-buttons .SearchResultsModule-filters-applyButton[type=submit]:active,.NewsletterModule-form-buttons .SearchResultsModule-filters-applyButton[type=submit]:focus,.NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit]:active,.NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit]:focus,.NewsletterModule-form-buttons .talk-embed-stream .SignInButton__button___CwKU1[type=submit]:active,.NewsletterModule-form-buttons .talk-embed-stream .SignInButton__button___CwKU1[type=submit]:focus,.NewsletterModule-form-buttons .VideoModule-cta a[type=submit]:active,.NewsletterModule-form-buttons .VideoModule-cta a[type=submit]:focus {
	color:var(--tagButtonTextColor);
	background-color:#3dabbf;
	border-color:#3dabbf;
	opacity:1
}
.Page-footer .NewsletterModule-form-buttons .Button[type=submit],.Page-footer .NewsletterModule-form-buttons .ButtonAlt[type=submit],.Page-footer .NewsletterModule-form-buttons .ButtonInverse[type=submit],.Page-footer .NewsletterModule-form-buttons .ButtonInverseAlt[type=submit],.Page-footer .NewsletterModule-form-buttons .ButtonPrimary[type=submit],.Page-footer .NewsletterModule-form-buttons .ButtonWithChevron[type=submit],.Page-footer .NewsletterModule-form-buttons .Comments-trigger[type=submit],.Page-footer .NewsletterModule-form-buttons .Form .Button[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .Form .ButtonAlt[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .Form .ButtonInverse[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .Form .ButtonInverseAlt[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .Form .ButtonWithChevron[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .Form .GalleryPage-infoButton[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .Form .Infobox-cta[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .Form .ListI-nextPage>.Link[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .Form .PromoBlogPost-readMore[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .Form .SearchResultsModule-filters-open[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .Form .VideoModule-cta a[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit],.Page-footer .NewsletterModule-form-buttons .GalleryPage-start[type=submit],.Page-footer .NewsletterModule-form-buttons .Infobox-cta[type=submit],.Page-footer .NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit],.Page-footer .NewsletterModule-form-buttons .NewsletterModule-form-buttons .Button[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .NewsletterModule-form-buttons .ButtonAlt[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .NewsletterModule-form-buttons .ButtonInverse[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .NewsletterModule-form-buttons .ButtonInverseAlt[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .NewsletterModule-form-buttons .ButtonWithChevron[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .NewsletterModule-form-buttons .GalleryPage-infoButton[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .NewsletterModule-form-buttons .Infobox-cta[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .NewsletterModule-form-buttons .ListI-nextPage>.Link[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .NewsletterModule-form-buttons .VideoModule-cta a[type=submit][type=submit],.Page-footer .NewsletterModule-form-buttons .PromoBlogPost-readMore[type=submit],.Page-footer .NewsletterModule-form-buttons .SearchResultsModule-filters-applyButton[type=submit],.Page-footer .NewsletterModule-form-buttons .SearchResultsModule-filters-open[type=submit],.Page-footer .NewsletterModule-form-buttons .talk-embed-stream .SignInButton__button___CwKU1[type=submit],.Page-footer .NewsletterModule-form-buttons .VideoModule-cta a[type=submit] {
	max-width:none;
	width:100%
}
.NewsletterModule-form[data-form-error] .NewsletterModule-form-error {
	display:-ms-flexbox;
	display:flex
}
.NewsletterModule-form[data-form-error] .NewsletterModule-form-buttons button,.NewsletterModule-form[data-form-error] .NewsletterModule-form-buttons button:active,.NewsletterModule-form[data-form-error] .NewsletterModule-form-buttons button:focus {
	background-color:var(--tertiaryTextColor);
	border:var(--tertiaryTextColor);
	color:var(--tagButtonTextColor);
	pointer-events:none
}
.NewsletterModule-form[data-form-error] label input {
	padding-left:45px
}
.NewsletterModule-form[data-form-success] {
	display:none
}
.NewsletterModule-form-error {
	position:absolute;
	display:none;
	height:40px;
	width:33px;
	background-color:#e02227
}
.NewsletterModule-form-error,.NewsletterModule-form-error:before {
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-align:center;
	align-items:center
}
.NewsletterModule-form-error:before {
	content:"!";
	font-family:Open Sans,Arial,Helvetica,sans-serif;
	font-weight:700;
	background:#fff;
	border-radius:50%;
	width:22px;
	color:#e02227;
	height:22px;
	display:-ms-flexbox;
	display:flex
}
.NewsletterModule-disclaimer {
	font-size:12px;
	font-weight:600;
	line-height:1.5;
	text-align:left;
	color:var(--tertiaryTextColor);
	display:inline-block
}
.NewsletterModule-disclaimer,.NewsletterModule-errorMessage {
	font-family:Open Sans,Arial,Helvetica,sans-serif;
	letter-spacing:normal
}
.NewsletterModule-errorMessage {
	font-size:14px;
	line-height:1.29;
	color:#e02227;
	display:block;
	margin-top:10px
}
.NewsletterModule-link {
	font-family:Open Sans,Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:1.14;
	color:#3dabbf;
	text-decoration:underline
}
@media only screen and (min-width:568px) {
	.ArticlePage-main-content .NewsletterModule {
		display:block;
		overflow:hidden
	}
	.ArticlePage-main-content .NewsletterModule-form .EmailInput {
		width:70%;
		max-width:553px;
		float:left
	}
	.ArticlePage-main-content .NewsletterModule-form-buttons {
		width:30%;
		max-width:237px;
		float:left
	}
}
@media only screen and (min-width:768px) {
	.ArticlePage-main-content .NewsletterModule {
		overflow:visible
	}
	.ArticlePage-main-content .NewsletterModule-icon {
		margin-bottom:10px
	}
	.ArticlePage-main-content .NewsletterModule-title {
		margin:5px 0 0
	}
	.ArticlePage-main-content .NewsletterModule-container {
		-ms-flex-direction:row;
		flex-direction:row;
		width:60%
	}
	.ArticlePage-main-content .NewsletterModule-description {
		text-align:left;
		margin-bottom:3rem
	}
	.ArticlePage-main-content .NewsletterModule-link {
		margin-left:65px
	}
}
@media only screen and (min-width:768px) {
	.ArticlePage-aside .NewsletterModule-container {
		-ms-flex-direction:row;
		flex-direction:row;
		width:60%
	}
	.ArticlePage-aside .NewsletterModule-link {
		margin-left:65px
	}
}
@media only screen and (min-width:1024px) {
	.ArticlePage-aside .NewsletterModule-container {
		-ms-flex-direction:column;
		flex-direction:column;
		width:100%
	}
	.ArticlePage-aside .NewsletterModule-link {
		margin-left:0
	}
}
.ArticlePage-dateline .Enhancement[data-align-center-expanded] .NewsletterModule,.ArticlePage-dateline .Enhancement[data-align-center] .NewsletterModule,.BlogPostPage-dateline .Enhancement[data-align-center-expanded] .NewsletterModule,.BlogPostPage-dateline .Enhancement[data-align-center] .NewsletterModule,.ListiclePage-dateline .Enhancement[data-align-center-expanded] .NewsletterModule,.ListiclePage-dateline .Enhancement[data-align-center] .NewsletterModule,.PodcastContainerPage-dateline .Enhancement[data-align-center-expanded] .NewsletterModule,.PodcastContainerPage-dateline .Enhancement[data-align-center] .NewsletterModule,.RichTextBody .Enhancement[data-align-center-expanded] .NewsletterModule,.RichTextBody .Enhancement[data-align-center] .NewsletterModule {
	max-width:600px;
	margin:auto
}
.ArticlePage-dateline .Enhancement[data-align-center-expanded] .NewsletterModule-icon,.ArticlePage-dateline .Enhancement[data-align-center] .NewsletterModule-icon,.BlogPostPage-dateline .Enhancement[data-align-center-expanded] .NewsletterModule-icon,.BlogPostPage-dateline .Enhancement[data-align-center] .NewsletterModule-icon,.ListiclePage-dateline .Enhancement[data-align-center-expanded] .NewsletterModule-icon,.ListiclePage-dateline .Enhancement[data-align-center] .NewsletterModule-icon,.PodcastContainerPage-dateline .Enhancement[data-align-center-expanded] .NewsletterModule-icon,.PodcastContainerPage-dateline .Enhancement[data-align-center] .NewsletterModule-icon,.RichTextBody .Enhancement[data-align-center-expanded] .NewsletterModule-icon,.RichTextBody .Enhancement[data-align-center] .NewsletterModule-icon {
	margin-bottom:10px
}
.ArticlePage-dateline .Enhancement[data-align-center-expanded] .NewsletterModule-title,.ArticlePage-dateline .Enhancement[data-align-center] .NewsletterModule-title,.BlogPostPage-dateline .Enhancement[data-align-center-expanded] .NewsletterModule-title,.BlogPostPage-dateline .Enhancement[data-align-center] .NewsletterModule-title,.ListiclePage-dateline .Enhancement[data-align-center-expanded] .NewsletterModule-title,.ListiclePage-dateline .Enhancement[data-align-center] .NewsletterModule-title,.PodcastContainerPage-dateline .Enhancement[data-align-center-expanded] .NewsletterModule-title,.PodcastContainerPage-dateline .Enhancement[data-align-center] .NewsletterModule-title,.RichTextBody .Enhancement[data-align-center-expanded] .NewsletterModule-title,.RichTextBody .Enhancement[data-align-center] .NewsletterModule-title {
	margin:5px 0 0
}
.ArticlePage-dateline .Enhancement[data-align-center-expanded] .NewsletterModule-description,.ArticlePage-dateline .Enhancement[data-align-center] .NewsletterModule-description,.BlogPostPage-dateline .Enhancement[data-align-center-expanded] .NewsletterModule-description,.BlogPostPage-dateline .Enhancement[data-align-center] .NewsletterModule-description,.ListiclePage-dateline .Enhancement[data-align-center-expanded] .NewsletterModule-description,.ListiclePage-dateline .Enhancement[data-align-center] .NewsletterModule-description,.PodcastContainerPage-dateline .Enhancement[data-align-center-expanded] .NewsletterModule-description,.PodcastContainerPage-dateline .Enhancement[data-align-center] .NewsletterModule-description,.RichTextBody .Enhancement[data-align-center-expanded] .NewsletterModule-description,.RichTextBody .Enhancement[data-align-center] .NewsletterModule-description {
	margin-bottom:20px
}
.ArticlePage-dateline .Enhancement[data-align-left] .NewsletterModule-container,.ArticlePage-dateline .Enhancement[data-align-right] .NewsletterModule-container,.BlogPostPage-dateline .Enhancement[data-align-left] .NewsletterModule-container,.BlogPostPage-dateline .Enhancement[data-align-right] .NewsletterModule-container,.ListiclePage-dateline .Enhancement[data-align-left] .NewsletterModule-container,.ListiclePage-dateline .Enhancement[data-align-right] .NewsletterModule-container,.PodcastContainerPage-dateline .Enhancement[data-align-left] .NewsletterModule-container,.PodcastContainerPage-dateline .Enhancement[data-align-right] .NewsletterModule-container,.RichTextBody .Enhancement[data-align-left] .NewsletterModule-container,.RichTextBody .Enhancement[data-align-right] .NewsletterModule-container {
	-ms-flex-direction:column;
	flex-direction:column;
	width:100%
}
.ArticlePage-dateline .Enhancement[data-align-left] .NewsletterModule-title,.ArticlePage-dateline .Enhancement[data-align-right] .NewsletterModule-title,.BlogPostPage-dateline .Enhancement[data-align-left] .NewsletterModule-title,.BlogPostPage-dateline .Enhancement[data-align-right] .NewsletterModule-title,.ListiclePage-dateline .Enhancement[data-align-left] .NewsletterModule-title,.ListiclePage-dateline .Enhancement[data-align-right] .NewsletterModule-title,.PodcastContainerPage-dateline .Enhancement[data-align-left] .NewsletterModule-title,.PodcastContainerPage-dateline .Enhancement[data-align-right] .NewsletterModule-title,.RichTextBody .Enhancement[data-align-left] .NewsletterModule-title,.RichTextBody .Enhancement[data-align-right] .NewsletterModule-title {
	margin-bottom:5px
}
.ArticlePage-dateline .Enhancement[data-align-left] .NewsletterModule-link,.ArticlePage-dateline .Enhancement[data-align-right] .NewsletterModule-link,.BlogPostPage-dateline .Enhancement[data-align-left] .NewsletterModule-link,.BlogPostPage-dateline .Enhancement[data-align-right] .NewsletterModule-link,.ListiclePage-dateline .Enhancement[data-align-left] .NewsletterModule-link,.ListiclePage-dateline .Enhancement[data-align-right] .NewsletterModule-link,.PodcastContainerPage-dateline .Enhancement[data-align-left] .NewsletterModule-link,.PodcastContainerPage-dateline .Enhancement[data-align-right] .NewsletterModule-link,.RichTextBody .Enhancement[data-align-left] .NewsletterModule-link,.RichTextBody .Enhancement[data-align-right] .NewsletterModule-link {
	margin-left:0
}
.ArticlePage-dateline .Enhancement[data-align-left] .NewsletterModule-description,.ArticlePage-dateline .Enhancement[data-align-right] .NewsletterModule-description,.BlogPostPage-dateline .Enhancement[data-align-left] .NewsletterModule-description,.BlogPostPage-dateline .Enhancement[data-align-right] .NewsletterModule-description,.ListiclePage-dateline .Enhancement[data-align-left] .NewsletterModule-description,.ListiclePage-dateline .Enhancement[data-align-right] .NewsletterModule-description,.PodcastContainerPage-dateline .Enhancement[data-align-left] .NewsletterModule-description,.PodcastContainerPage-dateline .Enhancement[data-align-right] .NewsletterModule-description,.RichTextBody .Enhancement[data-align-left] .NewsletterModule-description,.RichTextBody .Enhancement[data-align-right] .NewsletterModule-description {
	text-align:center;
	margin-bottom:3rem
}
.ArticlePage-dateline .Enhancement[data-align-left] .NewsletterModule-form-buttons,.ArticlePage-dateline .Enhancement[data-align-left] .NewsletterModule-form .EmailInput,.ArticlePage-dateline .Enhancement[data-align-right] .NewsletterModule-form-buttons,.ArticlePage-dateline .Enhancement[data-align-right] .NewsletterModule-form .EmailInput,.BlogPostPage-dateline .Enhancement[data-align-left] .NewsletterModule-form-buttons,.BlogPostPage-dateline .Enhancement[data-align-left] .NewsletterModule-form .EmailInput,.BlogPostPage-dateline .Enhancement[data-align-right] .NewsletterModule-form-buttons,.BlogPostPage-dateline .Enhancement[data-align-right] .NewsletterModule-form .EmailInput,.ListiclePage-dateline .Enhancement[data-align-left] .NewsletterModule-form-buttons,.ListiclePage-dateline .Enhancement[data-align-left] .NewsletterModule-form .EmailInput,.ListiclePage-dateline .Enhancement[data-align-right] .NewsletterModule-form-buttons,.ListiclePage-dateline .Enhancement[data-align-right] .NewsletterModule-form .EmailInput,.PodcastContainerPage-dateline .Enhancement[data-align-left] .NewsletterModule-form-buttons,.PodcastContainerPage-dateline .Enhancement[data-align-left] .NewsletterModule-form .EmailInput,.PodcastContainerPage-dateline .Enhancement[data-align-right] .NewsletterModule-form-buttons,.PodcastContainerPage-dateline .Enhancement[data-align-right] .NewsletterModule-form .EmailInput,.RichTextBody .Enhancement[data-align-left] .NewsletterModule-form-buttons,.RichTextBody .Enhancement[data-align-left] .NewsletterModule-form .EmailInput,.RichTextBody .Enhancement[data-align-right] .NewsletterModule-form-buttons,.RichTextBody .Enhancement[data-align-right] .NewsletterModule-form .EmailInput {
	width:100%;
	float:none;
	max-width:none
}
.PodcastContainerPage-contents .RichTextModule {
	margin:0 auto 40px
}
@media only screen and (min-width:768px) {
	.PodcastContainerPage-contents {
		max-width:680px;
		margin:0 auto
	}
	.PodcastContainerPage-contents .HtmlModule {
		margin:0 -20px
	}
}
@media only screen and (min-width:1024px) {
	.PodcastContainerPage-contents .HtmlModule {
		margin:0
	}
}
@media only screen and (min-width:1440px) {
	.PodcastContainerPage-contents .HtmlModule {
		margin:0 -80px
	}
}
.StoryStackItem-number {
	font-size:var(--title-4);
	font-weight:700;
	width:100%;
	margin-bottom:20px;
	text-align:center;
	background:linear-gradient(90deg,transparent,var(--secondaryColor3),transparent);
	background-position-y:8px;
	background-repeat:repeat-x;
	background-size:1px 1px
}
.StoryStackItem-number>span {
	background-color:#fff;
	padding:0 15px
}
.StoryStackItem-number[data-hide-number] {
	border-top:1px solid var(--secondaryColor3);
	margin-bottom:40px
}
.StoryStackItem-number[data-hide-number]>span {
	display:none
}
.StoryStackItem-title {
	font-weight:400;
	text-align:center;
	margin-bottom:20px
}
.StoryStackItem-body {
	margin-top:40px
}
.StoryStackItem-lead .Figure {
	margin:0 -20px
}
@media only screen and (min-width:768px) {
	.StoryStackItem-number {
		background-position-y:15px;
		font-size:30px
	}
	.StoryStackItem-title {
		margin-bottom:40px;
		font-size:30px
	}
	.StoryStackItem-title>span {
		padding:0 20px
	}
	.StoryStackItem-body {
		font-size:18px
	}
	.StoryStackItem-body .Figure-content {
		margin-bottom:0
	}
}
@media only screen and (min-width:1024px) {
	.StoryStackItem-lead .Figure {
		margin:0 -140px
	}
	.StoryStackItem-body .Enhancement[data-align-left] .Figure {
		margin-left:-80px
	}
	.StoryStackItem-body .Enhancement[data-align-right] .Figure {
		margin-right:-80px
	}
}
.StoryStackPage .CreativeWorkPage-headline {
	max-width:1024px;
	margin:0 auto;
	text-align:center;
	font-weight:400
}
.StoryStackPage-sticky-wrapper {
	position:relative
}
.StoryStackPage .BlogPage-header-wrapper,.StoryStackPage .BlogPostPage-header-wrapper,.StoryStackPage .ErrorPage-header-wrapper,.StoryStackPage .Page-header-wrapper {
	position:fixed;
	right:0
}
.StoryStackPage-actions-horizontal,.StoryStackPage-contentWrap,.StoryStackPage-items,.StoryStackPage-subHeadline,.StoryStackPage-updatesCorrections {
	margin:20px auto;
	max-width:680px
}
.StoryStackPage-authorSocialLinks {
	margin-bottom:20px
}
.StoryStackPage-authorSocialLinks .SocialBar-items {
	-ms-flex-pack:left;
	justify-content:left
}
.StoryStackPage-byline {
	margin:0 auto;
	max-width:680px
}
.StoryStackPage-intro {
	margin:20px auto;
	max-width:680px
}
.StoryStackPage-pageLead {
	margin:20px auto 40px;
	max-width:1024px
}
.StoryStackPage-pageLead .CarouselSlide-media img {
	max-width:none;
	max-height:none
}
.StoryStackPage-navSticky,.StoryStackPage .Page-above {
	display:none
}
.StoryStackPage-lead-content,.StoryStackPage-main {
	padding:0 20px
}
.StoryStackPage-content {
	display:block
}
.StoryStackPage-actionsSticky-content {
	top:40px
}
.StoryStackPage-body {
	height:auto;
	padding-top:50px
}
.StoryStackPage-headline {
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	font-weight:400
}
.StoryStackPage-breadcrumbs {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center
}
.StoryStackPage-breadcrumbs .Link {
	margin:20px 0 0
}
.StoryStackPage-wrapperContainer {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	max-width:680px;
	margin:0 auto
}
.StoryStackPage-actions {
	margin:0 0 0 auto
}
.StoryStackPage-actions-horizontal .ActionBar-items {
	-ms-flex-direction:row;
	flex-direction:row
}
.StoryStackPage-actions-horizontal .ActionBar-items-item {
	margin-bottom:0
}
.StoryStackPage-actions-horizontal .ActionBar-items-item:not(:last-child) {
	margin-right:5px
}
.StoryStackPage-items-item {
	margin-bottom:20px
}
.StoryStackPage-subHeadline {
	text-align:center
}
@media only screen and (min-width:768px) {
	.StoryStackPage-sticky-wrapper[data-show-nav] {
		padding-right:60px
	}
	.StoryStackPage-body {
		padding-top:60px
	}
	.StoryStackPage .CreativeWorkPage-headline {
		font-size:50px
	}
	.StoryStackPage .Enhancement .GoogleDfpAd-wrapper,.StoryStackPage .Enhancement .GoogleDfpAd.injected {
		margin:0 -200px
	}
	.StoryStackPage-intro {
		margin:40px auto
	}
	.StoryStackPage-navSticky {
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		width:65px;
		padding:20px 0;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-direction:column;
		flex-direction:column;
		-ms-flex-align:center;
		align-items:center;
		overflow-y:scroll;
		scrollbar-width:none;
		-ms-overflow-style:none
	}
	.StoryStackPage-navSticky::-webkit-scrollbar {
		width:0!important
	}
	.StoryStackPage-navSticky[data-stick] {
		position:fixed;
		top:60px
	}
	.StoryStackPage-navSticky[data-stick=bottom] {
		position:absolute;
		-ms-flex-pack:end;
		justify-content:flex-end
	}
	.StoryStackPage-navSticky-item {
		font-family:var(--secondaryHeadlineFont);
		font-size:var(--body-1);
		font-weight:700;
		line-height:1;
		color:var(--primaryTextColorInverse);
		text-align:center;
		cursor:pointer;
		padding:10px 0 10px 5px;
		width:100%;
		transition:.2s ease
	}
	.StoryStackPage-navSticky-item[data-active] {
		background-color:var(--brandColor);
		position:relative
	}
	.StoryStackPage-navSticky-item:not(:last-child) {
		margin-bottom:20px
	}
	.StoryStackPage-navWrapper {
		position:absolute;
		top:-1px;
		bottom:-20px;
		right:0;
		width:60px;
		background-color:var(--primaryTextColor)
	}
}
@media only screen and (min-width:1024px) {
	.StoryStackPage-sticky-wrapper[data-show-nav] {
		padding:0 80px 0 70px
	}
	.StoryStackPage-byline {
		-ms-flex-direction:column;
		flex-direction:column;
		margin:40px auto 10px
	}
	.StoryStackPage .Page-above {
		display:block
	}
	.StoryStackPage-items-item {
		margin-bottom:40px
	}
	.StoryStackPage-breadcrumbs {
		margin-bottom:0
	}
	.StoryStackPage-breadcrumbs .Link {
		margin:40px 0 20px
	}
	.StoryStackPage-actions {
		display:none
	}
	.StoryStackPage-headline {
		font-size:50px
	}
	.StoryStackPage-authors {
		margin:0 0 5px
	}
	.StoryStackPage-wrapperContainer {
		-ms-flex-pack:center;
		justify-content:center;
		text-align:center
	}
	.StoryStackPage-sticky-wrapper[data-show-nav] .StoryStackPage-actionsSticky-content {
		left:-50px
	}
	.StoryStackPage-actionsSticky-content {
		transform:none
	}
}
@media only screen and (min-width:1440px) {
	.StoryStackPage-sticky-wrapper {
		padding:0
	}
	.StoryStackPage-actionsSticky-content {
		left:20px
	}
	.StoryStackPage-pageLead,.StoryStackPage .CreativeWorkPage-headline {
		max-width:1200px
	}
}
.Location {
	font-weight:500;
	cursor:pointer
}
.Location:hover {
	opacity:.8
}
.WeatherModule-locations {
	position:absolute;
	display:none;
	z-index:3;
	background-color:var(--siteBgColor);
	border:1px solid var(--secondaryColor3);
	border-top:0;
	left:0;
	right:0;
	padding:20px 20px 0
}
.WeatherModule-locations-location {
	padding-bottom:20px
}
.WeatherModule-locations-location[data-hide] {
	display:none
}
.WeatherModule-dropdown {
	position:relative
}
.WeatherModule-dropdown svg {
	transform:rotate(90deg);
	width:15px;
	height:15px;
	position:absolute;
	top:10px;
	right:0;
	cursor:pointer
}
.WeatherModule-current {
	margin-bottom:40px
}
.WeatherModule-current-feelslike-wrapper,.WeatherModule-current-humidity-wrapper,.WeatherModule-current-sunrise-wrapper,.WeatherModule-current-sunset-wrapper {
	font-size:var(--label-2);
	width:50%
}
.WeatherModule-current-sunrise-wrapper {
	margin-bottom:20px
}
.WeatherModule-current-winds {
	text-align:center;
	font-size:18px;
	border-radius:50%;
	position:relative;
	border:2px solid var(--secondaryTextColorInverse);
	width:57px;
	height:57px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-pack:center;
	justify-content:center;
	margin-top:15px
}
.WeatherModule-current-winds[data-direction]:after {
	display:block
}
.WeatherModule-current-winds[data-direction=N]:after {
	transform:rotate(0);
	display:block
}
.WeatherModule-current-winds[data-direction=NNE]:after {
	transform:rotate(22deg);
	display:block
}
.WeatherModule-current-winds[data-direction=NE]:after {
	transform:rotate(45deg);
	display:block
}
.WeatherModule-current-winds[data-direction=ENE]:after {
	transform:rotate(67deg);
	display:block
}
.WeatherModule-current-winds[data-direction=E]:after {
	transform:rotate(90deg);
	display:block
}
.WeatherModule-current-winds[data-direction=ESE]:after {
	transform:rotate(112deg);
	display:block
}
.WeatherModule-current-winds[data-direction=SE]:after {
	transform:rotate(135deg);
	display:block
}
.WeatherModule-current-winds[data-direction=SSE]:after {
	transform:rotate(157deg);
	display:block
}
.WeatherModule-current-winds[data-direction=S]:after {
	transform:rotate(180deg);
	display:block
}
.WeatherModule-current-winds[data-direction=SSW]:after {
	transform:rotate(202deg);
	display:block
}
.WeatherModule-current-winds[data-direction=SW]:after {
	transform:rotate(225deg);
	display:block
}
.WeatherModule-current-winds[data-direction=WSW]:after {
	transform:rotate(252deg);
	display:block
}
.WeatherModule-current-winds[data-direction=W]:after {
	transform:rotate(270deg);
	display:block
}
.WeatherModule-current-winds[data-direction=WNW]:after {
	transform:rotate(292deg);
	display:block
}
.WeatherModule-current-winds[data-direction=NW]:after {
	transform:rotate(315deg);
	display:block
}
.WeatherModule-current-winds[data-direction=NNW]:after {
	transform:rotate(337deg);
	display:block
}
.WeatherModule-current-winds:after {
	content:"";
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:10px solid var(--secondaryTextColor);
	display:none;
	position:absolute;
	top:-5px;
	left:0;
	right:0;
	margin:auto;
	padding-top:100%
}
.WeatherModule-current-winds-e,.WeatherModule-current-winds-n,.WeatherModule-current-winds-s,.WeatherModule-current-winds-w {
	font-size:var(--label-1);
	color:var(--secondaryColor1)
}
.WeatherModule-current-winds-e:before,.WeatherModule-current-winds-n:before,.WeatherModule-current-winds-s:before,.WeatherModule-current-winds-w:before {
	width:100%;
	position:absolute
}
.WeatherModule-current-winds-n:before {
	content:"N";
	top:-20px;
	left:0
}
.WeatherModule-current-winds-s:before {
	content:"S";
	bottom:-20px;
	left:0
}
.WeatherModule-current-winds-e:before {
	content:"E";
	top:0;
	bottom:0;
	left:0;
	margin:auto auto auto 15px;
	text-align:right;
	height:11px
}
.WeatherModule-current-winds-w:before {
	content:"W";
	top:0;
	bottom:0;
	left:3px;
	margin:auto auto auto -20px;
	text-align:left;
	height:11px
}
.WeatherModule-current-winds-speed>div {
	margin-top:-5px;
	font-size:var(--label-1)
}
.WeatherModule-current-details-wrapper {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width:50%;
	margin-top:10px 0
}
.WeatherModule-current-feelslike,.WeatherModule-current-humidity,.WeatherModule-current-sunrise,.WeatherModule-current-sunset {
	font-size:var(--label-1)
}
.WeatherModule-current-temp {
	font-family:var(--secondaryHeadlineFont);
	font-size:var(--title-9);
	line-height:1;
	font-weight:500;
	margin-bottom:5px
}
.WeatherModule-current-temp-wrapper {
	-ms-flex:1;
	flex:1;
	margin-bottom:20px
}
.WeatherModule-current-temp-wrapper-inner {
	display:-ms-flexbox;
	display:flex;
	font-size:var(--label-1)
}
.WeatherModule-current-temp-wrapper-inner>div:nth-of-type(2) {
	display:-ms-flexbox;
	display:flex
}
.WeatherModule-current-temp-wrapper-inner>div:nth-of-type(2):before {
	content:"/";
	display:block;
	margin-right:1px
}
.WeatherModule-current-container {
	display:-ms-flexbox;
	display:flex
}
.WeatherModule-current-wx {
	font-size:var(--label-2)
}
.WeatherModule-current-wx-img {
	width:50px;
	height:50px;
	margin-bottom:10px
}
.WeatherModule-current-column-1 {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	border-bottom:1px solid var(--gridBorderColor)
}
.WeatherModule-current-column-2 {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding-right:15px;
	margin-top:20px
}
.WeatherModule-current-wrapper {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column
}
.WeatherModule-current-header {
	margin-bottom:20px
}
.WeatherModule-current-location {
	font-family:var(--secondaryHeadlineFont);
	border-bottom:1px solid var(--tertiaryTextColor);
	cursor:pointer
}
.WeatherModule-current-location-label {
	color:var(--primaryTextColor);
	font-size:14px;
	margin-bottom:10px
}
.WeatherModule-current-location-wrapper {
	-ms-flex:1;
	flex:1;
	margin-bottom:20px;
	position:relative
}
.WeatherModule-current-location-wrapper[data-toggle-in=location-dropdown] .WeatherModule-locations {
	display:block
}
.WeatherModule-current-location-wrapper[data-toggle-in=location-dropdown] .WeatherModule-dropdown svg {
	top:3px;
	transform:rotate(270deg)
}
.WeatherModule-schedule {
	padding-bottom:40px
}
.WeatherModule-schedule .flickity-prev-next-button.previous {
	left:-20px
}
.WeatherModule-schedule .flickity-prev-next-button.next {
	right:-20px
}
.WeatherModule-schedule-button-hourly,.WeatherModule-schedule-button-weekly {
	border:0;
	padding:0;
	color:var(--secondaryColor1);
	cursor:pointer;
	background-color:transparent
}
.WeatherModule-schedule-button-hourly[data-active],.WeatherModule-schedule-button-weekly[data-active] {
	font-weight:700;
	color:var(--brandColor)
}
.WeatherModule-schedule-button-weekly {
	border-left:1.5px solid var(--secondaryColor6);
	margin-left:10px;
	padding-left:10px
}
.WeatherModule-schedule-options {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	margin-bottom:30px
}
.WeatherModule-schedule-hourly-items-item .Hour,.WeatherModule-schedule-weekly-items-item .Weekly {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-align:center;
	align-items:center;
	color:var(--primaryTextColor);
	text-transform:none;
	width:70px;
	text-align:center
}
.WeatherModule-schedule-weekly-items {
	display:none
}
.WeatherModule-schedule-weekly-items[data-active] {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center
}
.WeatherModule-schedule-weekly-items.flickity-enabled[data-active] {
	display:block
}
.WeatherModule-schedule-weekly-items-item {
	padding:0 20px
}
.WeatherModule-schedule-weekly-items-item:first-of-type {
	padding-left:50px
}
.WeatherModule-schedule-weekly-items-item:last-of-type {
	padding-right:50px
}
.WeatherModule-schedule-weekly-items-item .Weekly-day {
	font-weight:600;
	margin-bottom:5px
}
.WeatherModule-schedule-weekly-items-item .Weekly-weather {
	margin-bottom:5px
}
.WeatherModule-schedule-weekly-items-item .Weekly-wx-img {
	width:45px;
	height:45px;
	margin-bottom:10px
}
.WeatherModule-schedule-weekly-items-item .Weekly-high,.WeatherModule-schedule-weekly-items-item .Weekly-low {
	font-weight:600
}
.WeatherModule-schedule-weekly-items-item .Weekly-high>span,.WeatherModule-schedule-weekly-items-item .Weekly-low>span {
	font-weight:500
}
.WeatherModule-schedule-hourly-items {
	display:none
}
.WeatherModule-schedule-hourly-items[data-active] {
	display:block
}
.WeatherModule-schedule-hourly-items-item {
	padding:0 20px
}
.WeatherModule-schedule-hourly-items-item:first-of-type {
	padding-left:50px
}
.WeatherModule-schedule-hourly-items-item:last-of-type {
	padding-right:50px
}
.WeatherModule-schedule-hourly-items-item .Hour-time {
	font-size:14px;
	margin-bottom:10px
}
.WeatherModule-schedule-hourly-items-item .Hour-wx {
	margin-bottom:5px
}
.WeatherModule-schedule-hourly-items-item .Hour-wx-img {
	width:40px;
	height:40px;
	margin-bottom:10px
}
.WeatherModule-current-wx-img,.WeatherModule .Hour-wx-img,.WeatherModule .Weekly-wx-img {
	background-repeat:no-repeat;
	background-position:50%;
	background-size:contain
}
.WeatherModule-current-wx-img[data-icon="1"],.WeatherModule .Hour-wx-img[data-icon="1"],.WeatherModule .Weekly-wx-img[data-icon="1"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/01-s.ddd4771576d42700762fff599798eb8e.png')
}
.WeatherModule-current-wx-img[data-icon="2"],.WeatherModule .Hour-wx-img[data-icon="2"],.WeatherModule .Weekly-wx-img[data-icon="2"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/02-s.2e99e7255a1be5ba945beb35b2a24d76.png')
}
.WeatherModule-current-wx-img[data-icon="3"],.WeatherModule .Hour-wx-img[data-icon="3"],.WeatherModule .Weekly-wx-img[data-icon="3"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/03-s.ba71fc885c3e3b8ab6a1d94b5ff5ddb6.png')
}
.WeatherModule-current-wx-img[data-icon="4"],.WeatherModule .Hour-wx-img[data-icon="4"],.WeatherModule .Weekly-wx-img[data-icon="4"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/04-s.bb5706a9d4663f0a6c7c7b8d65f70de3.png')
}
.WeatherModule-current-wx-img[data-icon="5"],.WeatherModule .Hour-wx-img[data-icon="5"],.WeatherModule .Weekly-wx-img[data-icon="5"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/05-s.cccb8997cdd61598bcab785c9210bd06.png')
}
.WeatherModule-current-wx-img[data-icon="6"],.WeatherModule .Hour-wx-img[data-icon="6"],.WeatherModule .Weekly-wx-img[data-icon="6"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/06-s.9af6953a4b14ed863d35a447f3842894.png')
}
.WeatherModule-current-wx-img[data-icon="7"],.WeatherModule .Hour-wx-img[data-icon="7"],.WeatherModule .Weekly-wx-img[data-icon="7"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/07-s.1f1217837b321fd74bdb8b1c25da1ea4.png')
}
.WeatherModule-current-wx-img[data-icon="8"],.WeatherModule .Hour-wx-img[data-icon="8"],.WeatherModule .Weekly-wx-img[data-icon="8"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/08-s.fb48de4c5d2d5960ce4fd2e2ae22af7d.png')
}
.WeatherModule-current-wx-img[data-icon="11"],.WeatherModule .Hour-wx-img[data-icon="11"],.WeatherModule .Weekly-wx-img[data-icon="11"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/11-s.94a5fc89a6d3bbd942abb05c1d553346.png')
}
.WeatherModule-current-wx-img[data-icon="12"],.WeatherModule .Hour-wx-img[data-icon="12"],.WeatherModule .Weekly-wx-img[data-icon="12"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/12-s.2c83b255996019e60cd1b00641255a97.png')
}
.WeatherModule-current-wx-img[data-icon="13"],.WeatherModule .Hour-wx-img[data-icon="13"],.WeatherModule .Weekly-wx-img[data-icon="13"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/13-s.cc9e1481ccb6b60deb646c74f9bb5217.png')
}
.WeatherModule-current-wx-img[data-icon="14"],.WeatherModule .Hour-wx-img[data-icon="14"],.WeatherModule .Weekly-wx-img[data-icon="14"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/14-s.0252b9c3aa818e88fb61a165d1f0bc0a.png')
}
.WeatherModule-current-wx-img[data-icon="15"],.WeatherModule .Hour-wx-img[data-icon="15"],.WeatherModule .Weekly-wx-img[data-icon="15"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/15-s.44d7bbcbcd1511f0397cee9dd77df859.png')
}
.WeatherModule-current-wx-img[data-icon="16"],.WeatherModule .Hour-wx-img[data-icon="16"],.WeatherModule .Weekly-wx-img[data-icon="16"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/16-s.e32f65f3f9b4094ff45193a902f3a6c7.png')
}
.WeatherModule-current-wx-img[data-icon="17"],.WeatherModule .Hour-wx-img[data-icon="17"],.WeatherModule .Weekly-wx-img[data-icon="17"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/17-s.fbbda8429c89ce4c9e81e157533019c8.png')
}
.WeatherModule-current-wx-img[data-icon="18"],.WeatherModule .Hour-wx-img[data-icon="18"],.WeatherModule .Weekly-wx-img[data-icon="18"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/18-s.c2c6e982d1e43d6ca5ca2ae55e75f8c7.png')
}
.WeatherModule-current-wx-img[data-icon="19"],.WeatherModule .Hour-wx-img[data-icon="19"],.WeatherModule .Weekly-wx-img[data-icon="19"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/19-s.77df73d5ccb51646d8c1f2a4414b6f23.png')
}
.WeatherModule-current-wx-img[data-icon="20"],.WeatherModule .Hour-wx-img[data-icon="20"],.WeatherModule .Weekly-wx-img[data-icon="20"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/20-s.cdfbb27b04d5cf815652996543ef4e94.png')
}
.WeatherModule-current-wx-img[data-icon="21"],.WeatherModule .Hour-wx-img[data-icon="21"],.WeatherModule .Weekly-wx-img[data-icon="21"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/21-s.9935f8c176a725d59651211c210f3b36.png')
}
.WeatherModule-current-wx-img[data-icon="22"],.WeatherModule .Hour-wx-img[data-icon="22"],.WeatherModule .Weekly-wx-img[data-icon="22"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/22-s.f2aa2d352ca2c057130427b13cf37557.png')
}
.WeatherModule-current-wx-img[data-icon="23"],.WeatherModule .Hour-wx-img[data-icon="23"],.WeatherModule .Weekly-wx-img[data-icon="23"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/23-s.07d3726b9bcf3cd487660d658aaf95dd.png')
}
.WeatherModule-current-wx-img[data-icon="24"],.WeatherModule .Hour-wx-img[data-icon="24"],.WeatherModule .Weekly-wx-img[data-icon="24"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/24-s.66e496c22b920967e08f38fe3abf2dc6.png')
}
.WeatherModule-current-wx-img[data-icon="25"],.WeatherModule .Hour-wx-img[data-icon="25"],.WeatherModule .Weekly-wx-img[data-icon="25"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/25-s.0f016bbe5fd79e5e375fe76e7e348bcf.png')
}
.WeatherModule-current-wx-img[data-icon="26"],.WeatherModule .Hour-wx-img[data-icon="26"],.WeatherModule .Weekly-wx-img[data-icon="26"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/26-s.ce61b26fe27630c51dbf1af4ec4d9944.png')
}
.WeatherModule-current-wx-img[data-icon="29"],.WeatherModule .Hour-wx-img[data-icon="29"],.WeatherModule .Weekly-wx-img[data-icon="29"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/29-s.5ec10a0aa1853ae200c8e558d421883c.png')
}
.WeatherModule-current-wx-img[data-icon="30"],.WeatherModule .Hour-wx-img[data-icon="30"],.WeatherModule .Weekly-wx-img[data-icon="30"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/30-s.8c27686edfe0d7e0eea58ad21d5d2dd0.png')
}
.WeatherModule-current-wx-img[data-icon="31"],.WeatherModule .Hour-wx-img[data-icon="31"],.WeatherModule .Weekly-wx-img[data-icon="31"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/31-s.1d15f42caa10e98c2c1ad5eda1ac2634.png')
}
.WeatherModule-current-wx-img[data-icon="32"],.WeatherModule .Hour-wx-img[data-icon="32"],.WeatherModule .Weekly-wx-img[data-icon="32"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/32-s.dde185bd1a4b8e5139b232f8658d6aa2.png')
}
.WeatherModule-current-wx-img[data-icon="33"],.WeatherModule .Hour-wx-img[data-icon="33"],.WeatherModule .Weekly-wx-img[data-icon="33"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/33-s.4bc5d51b9026d313bab4dd7420077450.png')
}
.WeatherModule-current-wx-img[data-icon="34"],.WeatherModule .Hour-wx-img[data-icon="34"],.WeatherModule .Weekly-wx-img[data-icon="34"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/34-s.96280e3bc7d4fc60b3529bacf8a6363f.png')
}
.WeatherModule-current-wx-img[data-icon="35"],.WeatherModule .Hour-wx-img[data-icon="35"],.WeatherModule .Weekly-wx-img[data-icon="35"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/35-s.e106140ed5b54a90b14d3e77cde2dcda.png')
}
.WeatherModule-current-wx-img[data-icon="36"],.WeatherModule .Hour-wx-img[data-icon="36"],.WeatherModule .Weekly-wx-img[data-icon="36"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/36-s.0c849bc31d1999bb6e5610f731fccf9e.png')
}
.WeatherModule-current-wx-img[data-icon="37"],.WeatherModule .Hour-wx-img[data-icon="37"],.WeatherModule .Weekly-wx-img[data-icon="37"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/37-s.d3b3e581606963183fcc00586d63f21d.png')
}
.WeatherModule-current-wx-img[data-icon="38"],.WeatherModule .Hour-wx-img[data-icon="38"],.WeatherModule .Weekly-wx-img[data-icon="38"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/38-s.6eb1e8d0da3a5031b5447788bf663d6c.png')
}
.WeatherModule-current-wx-img[data-icon="39"],.WeatherModule .Hour-wx-img[data-icon="39"],.WeatherModule .Weekly-wx-img[data-icon="39"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/39-s.a51ee187f05531c865e37bc2402fc465.png')
}
.WeatherModule-current-wx-img[data-icon="40"],.WeatherModule .Hour-wx-img[data-icon="40"],.WeatherModule .Weekly-wx-img[data-icon="40"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/40-s.9f7baafd54b4f6bad5c4604d5758a908.png')
}
.WeatherModule-current-wx-img[data-icon="41"],.WeatherModule .Hour-wx-img[data-icon="41"],.WeatherModule .Weekly-wx-img[data-icon="41"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/41-s.924ad5ff2db7d06648f428acf22c8af9.png')
}
.WeatherModule-current-wx-img[data-icon="42"],.WeatherModule .Hour-wx-img[data-icon="42"],.WeatherModule .Weekly-wx-img[data-icon="42"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/42-s.08fe608f8f7880a3b5bc643f7ea94158.png')
}
.WeatherModule-current-wx-img[data-icon="43"],.WeatherModule .Hour-wx-img[data-icon="43"],.WeatherModule .Weekly-wx-img[data-icon="43"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/43-s.ac0614ef270157a4ac4cbe26e141071b.png')
}
.WeatherModule-current-wx-img[data-icon="44"],.WeatherModule .Hour-wx-img[data-icon="44"],.WeatherModule .Weekly-wx-img[data-icon="44"] {
	background-image:url('../../../resource/00000166-300c-ddc8-a177-f44f8a310000/styleguide/assets/weather-icons/44-s.8a2ca176de09028097647c53614527a8.png')
}
.WeatherModule-map-container {
	padding-bottom:20px;
	overflow:hidden
}
.WeatherModule-map-container>iframe {
	position:relative;
	left:-100px;
	width:calc(100%+130px);
	height:100vh;
	border:0;
	max-height:500px;
	margin-top:-78px;
	margin-bottom:-60px
}
@media only screen and (min-width:768px) {
	.WeatherModule-dropdown {
		padding-right:20px
	}
	.WeatherModule-dropdown svg {
		top:15px;
		right:20px
	}
	.WeatherModule-locations {
		right:20px
	}
	.WeatherModule-map-container>iframe {
		max-height:678px
	}
	.WeatherModule-schedule .flickity-prev-next-button.previous {
		left:0
	}
	.WeatherModule-schedule .flickity-prev-next-button.next {
		right:0
	}
	.WeatherModule-current {
		margin-bottom:50px
	}
	.WeatherModule-current-location-wrapper {
		margin-bottom:0
	}
	.WeatherModule-current-location-wrapper[data-toggle-in=location-dropdown] .WeatherModule-dropdown svg {
		top:7px
	}
	.WeatherModule-current-wx-img {
		width:90px;
		height:90px
	}
	.WeatherModule-current-temp {
		margin-bottom:0;
		font-size:70px
	}
	.WeatherModule-current-temp-wrapper {
		padding:0 10px;
		margin-bottom:0
	}
	.WeatherModule-current-wrapper {
		-ms-flex-direction:row;
		flex-direction:row
	}
	.WeatherModule-current-header {
		margin-bottom:50px
	}
	.WeatherModule-current-column-1 {
		width:62%;
		padding-right:20px;
		-ms-flex-direction:row;
		flex-direction:row;
		border-bottom:0
	}
	.WeatherModule-current-column-2 {
		width:38%;
		border-left:1px solid var(--gridBorderColor);
		padding-left:30px;
		margin-top:0
	}
}
@media only screen and (min-width:1024px) {
	.WeatherModule-current-column-1 {
		padding-right:30px
	}
}
.Revision-date,.Revision-header {
	font-weight:700
}
.Revision-date {
	margin-right:5px
}
.ArchivePage-header {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-align:center;
	align-items:center;
	margin:2rem;
	padding-bottom:2rem;
	border-bottom:1px solid var(--headerBorderColor)
}
.ArchivePage-heading,.ArchivePage-subheading {
	color:var(--sectionHeaderTextColor)
}
.ArchivePage-heading {
	font-family:var(--sectionHeaderFont),Times New Roman,Times,serif;
	margin:0
}
.ArchivePage-subheading {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-weight:400;
	margin-top:1rem
}
.ArchivePage-subheading .pipe {
	margin:0 1rem;
	font-size:2rem;
	font-weight:400;
	color:var(--headerBorderColor)
}
.ArchivePage-list-subheading {
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif;
	font-weight:700;
	margin:1rem 0
}
.ArchivePage-main {
	margin:0 2rem
}
.ArchivePage-menu {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 0 2rem;
	padding:0;
	list-style:none
}
.ArchivePage-menu li {
	margin-bottom:1rem
}
.ArchivePage-menu li:last-child {
	margin-bottom:0
}
.ArchivePage-menu a {
	font-family:var(--secondaryHeadlineFont),Arial,Helvetica,sans-serif
}
.ArchivePage-menu-horizontal {
	-ms-flex-direction:row;
	flex-direction:row
}
.ArchivePage-menu-horizontal li {
	margin-right:1rem
}
.ArchivePage-menu-horizontal li:last-child {
	margin-right:0
}
.ArchivePage-pagination {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	margin:4rem 0 2rem;
	padding-top:2rem;
	border-top:1px solid var(--headerBorderColor)
}
.ArchivePage-pagination ul {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:center;
	justify-content:center;
	list-style-type:none;
	margin:0 auto
}
.ArchivePage-pagination ul li {
	margin:0 1rem 1rem 0
}
.ArchivePage-pagination ul li:last-child {
	margin-right:0
}
html {
	overflow-x:hidden
}
body {
	background:var(--siteBgColor);
	color:var(--primaryTextColor)
}
ps-promo {
	display:block
}
.talk-embed-stream {
	font-family:var(--secondaryHeadlineFont)
}
.talk-embed-stream .Stream__tabContainer___2trkn {
	padding-bottom:0;
	margin-bottom:-60px
}
.talk-embed-stream .Menu__menu___1B2Bc {
	padding:5px
}
.talk-embed-stream .Menu__headline___3-NSa,.talk-embed-stream .ModActionButton__button___3M9y9,.talk-embed-stream .styles__approved___1HGKv,.talk-embed-stream .styles__button___1q-8K {
	font-size:12px;
	padding:0
}
.talk-embed-stream .Tab__buttonSub___2GrIi {
	margin-bottom:0;
	padding:5px 0;
	font-size:16px;
	border-bottom:3px solid transparent
}
.talk-embed-stream .TabBar__rootSub___1UXZq>li:not(:first-of-type) {
	margin-left:5px
}
.talk-embed-stream .TabContent__root___33DcJ {
	padding-top:20px
}
.talk-embed-stream .Tab__buttonSub___2GrIi:focus,.talk-embed-stream .Tab__buttonSub___2GrIi:hover {
	border-bottom:0
}
.talk-embed-stream .Comment__commentSummary___2_rxw,.talk-embed-stream .talk-config-close-comments {
	margin-top:20px
}
.talk-embed-stream .talk-plugin-ignore-user-section {
	margin-bottom:20px
}
.talk-embed-stream .Profile__container___19Nyw {
	padding:0
}
.talk-embed-stream .talk-plugin-respect-count {
	font-size:14px
}
.talk-embed-stream .Category__title___I3Z8i,.talk-embed-stream .SortOption__label___16CzZ {
	font-size:12px
}
.talk-embed-stream .SignInButton__button___CwKU1 {
	background-color:#333;
	color:#fff;
	width:100%;
	font-size:13px;
	font-family:var(--secondaryHeadlineFont)
}
.talk-embed-stream .SignInButton__button___CwKU1:focus,.talk-embed-stream .SignInButton__button___CwKU1:hover {
	border:1px solid #333
}
.talk-embed-stream .Tab__buttonSubActive___3zYeu {
	padding:5px 0;
	border-bottom-color:#034c67;
	font-size:16px
}
.talk-embed-stream .AuthorName__name___3O4jF {
	font-size:16px
}
.talk-embed-stream .talk-plugin-tag-label {
	background-color:#53812f;
	font-weight:700;
	font-size:13px;
	padding:6px 8px 4px;
	border-radius:0
}
.talk-embed-stream .Comment__bylineSecondary___3wA7v {
	margin-top:2px
}
.talk-embed-stream .TabCount__rootSubActive___1hOR1 {
	background-color:#034c67
}
.talk-embed-stream .CommentTimestamp__timestamp___2Ejbf {
	color:#000;
	font-weight:500;
	font-size:10px
}
.talk-embed-stream .Category__listItem___1exAt,.talk-embed-stream .ViewingOptions__label___33tFe {
	font-size:13px;
	color:#666;
	font-weight:600
}
.talk-embed-stream .TabCount__rootSub___1jWTM {
	font-weight:700;
	min-width:24px;
	padding-top:5px
}
.talk-embed-stream .Comment__content___H2nSW {
	font-size:16px;
	color:#000;
	margin-bottom:10px
}
.talk-embed-stream .talk-plugin-flags-button-text,.talk-embed-stream .talk-plugin-permalink-button-label,.talk-embed-stream .talk-plugin-replies-label,.talk-embed-stream .talk-plugin-respect-label {
	font-size:13px;
	color:#666;
	font-weight:500
}
.talk-embed-stream .Tab__button___25mye {
	color:#333;
	font-weight:500
}
.talk-embed-stream .Tab__button___25mye[aria-selected=true] {
	font-weight:700
}
.talk-embed-stream .DraftAreaContent__content___38yQC {
	font-size:16px;
	font-weight:700;
	color:#999
}
.talk-embed-stream .UserBox__userBox___1TmID {
	font-size:13px;
	color:#333;
	font-weight:700
}
.talk-embed-stream .talk-stream-comment-content {
	line-height: 1.5
}

@media only screen and (max-width: 1239px) {
    .slideone {
   position: absolute;
    left: 0% !important; 
}
    .slidetwo {
   position: absolute;
    left: 25% !important;
}
    .slidethree {
   position: absolute;
    left: 50% !important;
}
    .slidefour {
   position: absolute;
    left: 75% !important;
}
    .slidefive {
   position: absolute;
    left: 100%;
    display: none !important;    
}
    
.flickity-viewport {
    height: 194.656px !important;              
}        
    
}

@media only screen and (max-width: 767px) {
    .slideone {
   position: absolute;
    left: 0% !important; 
}
    .slidetwo {
   position: absolute;
    left: 33.33% !important;
}
    .slidethree {
   position: absolute;
    left: 66.66% !important;
}
    .slidefour {
   position: absolute;
    left: 99.99% !important;
    display: none !important;
} 

.flickity-viewport {
    height: 197.313px !important;              
}         
    
}


@media only screen and (max-width: 567px) {
    .slideone {
   position: absolute;
    left: 0% !important; 
}
    .slidetwo {
   position: absolute;
    left: 90% !important;
    
}
    .slidethree {
   position: absolute;
    left: 66.66% !important;
    display: none !important;
}

.flickity-viewport {
    height: 339.859px !important;              
}    
}

@media only screen and (max-width: 480px) {
.flickity-viewport {
    height: 310px !important;              
}  
}

@media only screen and (max-width: 420px) {
.flickity-viewport {
    height: 280px !important;              
}  
}

@media only screen and (max-width: 370px) {
.flickity-viewport {
    height: 250px !important;              
}  
}

@media only screen and (max-width: 320px) {
.flickity-viewport {
    height: 200px !important;              
}  
}
