
.n-article {
	font-size: var(--font-2);
	position: relative
}

@media (min-width:1450px) {
	.n-article {
		inline-size: 946.66667px;
		margin-block-start: -195px;
		margin-inline: auto;
		max-inline-size: 946.66667px;
		padding-block-start: 50px;
		padding-inline: 60.41667px
	}
}

@media (min-width:860px) and (max-width:1449px) {
	.n-article {
		inline-size: 705px;
		margin-block-start: -170px;
		margin-inline: auto;
		max-inline-size: 705px;
		padding-block-start: 50px;
		padding-inline: 60.41667px
	}
}

@media (max-width:859px) {
	.n-article {
		margin-block-start: -120px;
		margin-inline: 10px;
		padding-block-start: 30px;
		padding-inline: 10px
	}
}

.n-article-category {
	background-color: var(--esri-ui-opacity80);
	color: var(--calcite-ui-brand);
	font-size: var(--font--1);
	font-weight: 600;
  inset-block-start: -50px;
	inset-inline-start: 0;
  letter-spacing: .1em;
	padding: 15px 20px;
	position: absolute;
	text-decoration: none;
	text-transform: uppercase
}

.n-article-title {
	font-size: inherit;
  font-size: var(--font-6);
	margin-block: 0;
	text-align: center
}

.n-article-byline {
	align-items: center;
	display: flex;
  font-size: var(--font-2);
	justify-content: center;
  margin-block: 15px;
	text-align: center;
}

@media (min-width:860px) {
	.n-article-byline {
		margin-block: 30px
	}
}

.n-article-byline-image {
  block-size: 50px;
	border-radius: 50%;
	inline-size: 50px;
	margin-inline-end: 20px
}

@media (min-width:860px) {
	.n-article-byline-image {
		block-size: 75px;
		inline-size: 75px
	}
}

.n-article-byline-link {
	color: var(--calcite-ui-brand);
	text-decoration: none
}

.n-article-byline-link:focus,
.n-article-byline-link:hover {
	color: var(--calcite-ui-brand-hover);
}

.n-article-content::after {
	clear: both;
	content: "";
	display: table
}

.n-article-content>p:not([class]),
.n-article-content>ul:not([class]) {
	margin-block: 20px 0
}

.n-article-content a {
	color: inherit;
	text-decoration: none
}

.n-article-content a:not([class]) {
	color: var(--calcite-ui-brand);
}

.n-article-content a:not([class]):focus,
.n-article-content a:not([class]):hover {
	color: var(--calcite-ui-brand-hover);
}

.n-article-author {
	box-shadow: inset 0 -1px 0 0 #a9a9a9, inset 0 1px 0 0 #a9a9a9;
	clear: both;
	margin-block: 52px;
  margin-block-end: 0;
  margin-inline-start: 60px;
	min-block-size: 80px;
	padding-block: 30px;
	position: relative
}

.n-article-author-image {
	block-size: 75px;
	border-radius: 50%;
	inline-size: 75px
}

@media (min-width:860px) {
	.n-article-author-image {
		inset-block-start: 30px;
		position: absolute;
	}
}

@media (min-width:860px) {
	.n-article-author-image {
		inset-inline-start: -95px
	}
}

.n-article-author-title {
	font-size: var(--font-1);
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase
}

.n-article-author-link {
  	background-repeat: no-repeat;
	background-size: 200% 1px;
	color: var(--calcite-ui-brand);
	text-decoration: none;
	transition: background-position .15s ease-in-out
}

.n-article-author-link:focus,
.n-article-author-link:hover {
	color: var(--calcite-ui-brand-hover);
	text-decoration: none
}

[dir="ltr"] .n-article-author-link {
	background-image: linear-gradient(90deg, transparent, transparent 16.5%, currentcolor 66%);
	background-position: calc(200% - 2px) 100%
}

[dir="rtl"] .n-article-author-link {
	background-image: linear-gradient(-90deg, transparent, transparent 16.5%, currentcolor 66%);
	background-position: calc(-200% + 2px) 100%
}

[dir="ltr"] .n-article-author-link:focus,
[dir="ltr"] .n-article-author-link:hover {
	background-position: 100% 100%
}

[dir="rtl"] .n-article-author-link:focus,
[dir="rtl"] .n-article-author-link:hover {
	background-position: 50% 100%
}

.n-article-author-bio {
	font-size: var(--font--1);
	margin-block: 8px
}

.n-article-banner {
	background-color: #000;
	background-position: 50% 50%;
	background-size: cover;
	block-size: 60vh;
	min-block-size: 339px;
	transition: background-image 3s
}

.n-article-next {
	background-color: var(--calcite-ui-foreground-2);
	box-shadow: inset 0 1px 0 0 var(--calcite-ui-border-2);
	padding-block: 60px;
  padding-inline: 20px;
  text-align: center
}

@media (min-width:860px) {
	.n-article-next {
		display: flex;
    padding-inline: calc(50% - 412.91667px)
	}
}

.n-article-next-image {
	display: inline-block
}

@media (max-width:859px) {
	.n-article-next-image {
		margin-inline: auto
	}
}

@media (min-width:860px) {
	.n-article-next-image {
		margin-inline-end: 20px
	}
}

.n-article-next-image-src {
	display: block;
	inline-size: 342.5px;
  max-inline-size: 100%
}

.n-article-next-description {
	font-size: var(--font-2);
	font-weight: 500;
	margin-block: 0;
  margin-block-end: 15px;
	text-transform: uppercase
}

@media (min-width:860px) {
	.n-article-next-description {
		margin-block: 10px
	}
}

.n-article-next-title {
	font-size: inherit;
  font-size: var(--font-2);
	font-weight: 300;
	margin-block: 0;
	margin-block-end: 15px
}

@media (min-width:860px) {
	.n-article-next-title {
		block-size: 60px;
		font-size: var(--font-3);
		margin-block-end: 22px;
	}
}

.n-article-next-title-link,
.n-article-next-title-link:focus,
.n-article-next-title-link:hover {
	color: var(--calcite-ui-text-1);
	text-decoration: none
}

.n-article-next-action {
  background-color: #fff;
	box-shadow: inset 0 0 0 1px var(--calcite-ui-brand);
	color: var(--calcite-ui-brand);
	cursor: pointer;
	display: inline-block;
	inline-size: auto;
	padding: 10px 15px;
	text-decoration: none;
	transition: background-color .05s linear;
	white-space: nowrap
}

.n-article-next-action:disabled {
	cursor: not-allowed;
	opacity: .5
}

.n-article-next-action:focus,
.n-article-next-action:hover {
	background-color: var(--calcite-ui-brand);
	color: #fff
}

.n-article-next-action::after {
	block-size: 16px;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%230079c1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E");
	display: inline-block;
	inline-size: 16px;
	vertical-align: top
}

.n-article-next-action:focus::after,
.n-article-next-action:hover::after {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E")
}

@media (min-width:860px) {
	.n-article-related {
		margin-inline: auto;
		max-inline-size: 1450px
	}
}

.n-article-related-title {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .075em;
	margin-block: 60px 30px;
		margin-inline: auto;
		max-inline-size: 760px;
		padding-inline: 30px;
	text-align: center;
	text-transform: uppercase
}

@media (min-width:860px) {
	.n-article-related-content {
		display: flex;
		flex-wrap: wrap
	}
}

.n-article-tags {
	display: flex;
	margin-block: 20px 15px
}

.n-article-tags-title {
	font-size: var(--font-0);
	font-weight: 600;
	line-height: 20px;
	padding-block: 5px;
	text-transform: uppercase
}

.n-article-tags-title+.n-article-tags-list {
	margin-inline-start: 10px
}

.n-article-tags-list {
	display: flex;
  flex-wrap: wrap;
	font-size: 15px;
	justify-content: center;
	line-height: 20px;
	list-style-type: none;
	margin-block: 0 32px;
	padding-inline: 0
}

.n-article-tags-item {
		margin-inline: 0 5px
}

*+.n-article-tags-item {
	margin-inline-start: 5px
}

.n-article-tags-link {
	background-color: var(--calcite-ui-foreground-2);
	border-radius: 18px;
	color: #4c4c4c;
	display: block;
	font-size: var(--font--1);
	min-inline-size: 42px;
	padding: 5px 12px;
	text-align: center;
	text-decoration: none;
  white-space: nowrap
}

.n-article-tags-link:focus,
.n-article-tags-link:hover {
	background-color: var(--calcite-ui-brand);
	color: #fff
}

.n-blockquote {
	margin-block: 40px
}

.n-blockquote-block {
	box-shadow: inset 1px 0 0 0 var(--calcite-ui-brand);
	margin: 0;
	padding: 12px 20px
}

.n-blockquote-block>p:first-child {
	font-style: italic;
	margin-block-start: 0
}

.news-blockquote--quote {
  clear: both;
	display: flex;
  flex-wrap: wrap;
	margin-block: 52px;
	overflow: hidden
}

@media (min-width:1454px) {
	.news-blockquote--quote {
    flex-wrap: nowrap;
		margin-inline: -295px -145px
	}
}

@media (max-width:1453px) and (min-width:860px) {
	.news-blockquote--quote {
		margin-inline: -60px
	}
}

.news-blockquote-image--quote {
  block-size: 190px;
	border-radius: 50%;
	flex-shrink: 0;
		inline-size: 190px;
  margin-inline: auto
}

@media (min-width:1454px) {
	.news-blockquote-image--quote {
		block-size: 270px;
		inline-size: 270px
	}
}

@media (min-width:860px) {
.news-blockquote-image--quote {
		margin-inline-end: 25px
	}
}

.news-blockquote-block--quote {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 64 64' style='fill:%230079c1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M62 16.922V7.223c-9.963 0-18.603 5.643-22.913 13.904a25.712 25.712 0 0 0-2.92 11.93V56h18.54A7.292 7.292 0 0 0 62 48.708V33.057H45.865c0-8.91 7.224-16.135 16.135-16.135zM5.087 21.127a25.712 25.712 0 0 0-2.92 11.93V56h18.54A7.292 7.292 0 0 0 28 48.708V33.057H11.865c0-8.91 7.224-16.135 16.135-16.135V7.223c-9.963 0-18.603 5.643-22.913 13.904z'/%3E%3C/svg%3E");
	background-position: 0 0;
	background-repeat: no-repeat;
  		background-size: 40px 40px;
		font-size: var(--font-3);
	font-style: italic;
		inline-size: 100%;
		line-height: 30px;
	margin: 0;
		padding-block-start: 52px
}

@media (min-width:860px) {
	.news-blockquote-block--quote {
		background-size: 60px 60px;
		font-size: 30px;
		line-height: 36px;
		padding-block-start: 72px
	}
}

@media (max-width:1453px) and (min-width:860px) {
	.news-blockquote-block--quote {
		inline-size: calc(100% - 215px)
	}
}

.news-blockquote-block--quote p {
	margin-block: 0
}

.news-blockquote-footer--quote {
	margin-block-start: 20px
}

.news-blockquote-citation--quote {
	font-size: var(--font-1);
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	position: relative
}

.news-blockquote-citation--quote::before {
	background-color: var(--calcite-ui-brand);
	block-size: 1px;
	content: "";
	inline-size: 70px;
  inset-block-start: -18px;
	inset-inline-start: 0;
	position: absolute
}

.news-blockquote-share--quote {
	align-self: center;
}

@media (min-width:1454px) {
	.news-blockquote-share--quote {
		margin-inline-start: 25px;
		min-inline-size: 120px;
    text-align: end
	}
}

@media (max-width:1453px) {
	.news-blockquote-share--quote {
		margin-block-start: 30px
	}
}

@media (max-width:1453px) and (max-width:859px) {
	.news-blockquote-share--quote {
		margin-inline-start: 215px;
		min-inline-size: 100%
	}
}

.news-blockquote-share-control--quote {
	background-color: #a9a9a9;
	block-size: 30px;
	border-radius: 50%;
	border-style: none;
	inline-size: 30px
}

.n-gallery {
	display: inline-flex;
	flex-wrap: wrap;
	inline-size: 100%;
	list-style-type: none;
	margin-block: 30px;
	max-inline-size: 50em;
	padding-inline: 0;
	position: relative
}

.n-gallery-item {
	flex-basis: 100%;
}

.n-gallery-item[aria-hidden="true"] {
	display: none
}

.n-gallery-figure {
  	display: block;
	margin: 0;
}

.n-gallery-image {
	display: block;
	position: relative
}

.n-gallery-image::before {
	content: "";
	display: block;
  padding-block-start: 56.25%
}

.n-gallery-image>:first-child {
	block-size: 100%;
	inline-size: 100%;
	inset-block-start: 0;
	inset-inline-start: 0;
	position: absolute
}

.n-gallery-caption {
	font-size: 15px;
	line-height: 20px;
	margin-block: 5px;
	text-align: center
}

.n-gallery-immediate-control {
	background-color: rgb(50 50 50 / 80%);
	block-size: 100%;
	border-width: 0;
	inline-size: 32px;
	inset-block: 0;
	margin: 0;
	opacity: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	text-transform: none;
	transition: opacity .2s
}

.n-gallery-immediate-control:focus,
.n-gallery-immediate-control:hover {
	opacity: 1
}

.n-gallery-immediate-control span {
	font-size: 0
}

.n-gallery-previous-control {
	inset-inline-start: 0
}

.n-gallery-next-control {
	inset-inline-start: 0
}

.n-gallery-pagination-controls {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	justify-content: center
}

.n-gallery-pagination-control {
	background-color: #fff;
	block-size: 80px;
	border-width: 0;
	box-shadow: inset 0 0 0 1px #ccc;
	color: inherit;
	font: inherit;
	inline-size: 120px;
	line-height: inherit;
	margin: 0 0 -1px;
	overflow: visible;
	padding: 10px 30px;
	text-transform: none
}

.n-gallery-pagination-control+.news-gallery-pagination-control {
	margin-inline-start: -1px
}

.n-gallery-pagination-control:hover,
.news-gallery-active-control {
	background-color: #e2f1fb;
	box-shadow: inset 0 0 0 1px var(--calcite-ui-brand);
	cursor: pointer;
	position: relative
}

.n-gallery-pagination-control span {
	font-size: 0
}

.n-gateway-carousel-logo {
	font-size: inherit;
	font-weight: inherit;
	margin-block: 0
}

.n-gateway-carousel-logo-image {
	block-size: 60px;
	fill: #fff;
	inline-size: 180px;
	inset-block-start: 60px;
	position: absolute;
	z-index: 1
}

@media (max-width:1449px) {
	[dir="ltr"] .n-gateway-carousel-logo-image {
		inset-inline-start: 20px
	}

	[dir="rtl"] .n-gateway-carousel-logo-image {
		inset-inline-end: 20px
	}
}

@media (min-width:1450px) {
	[dir="ltr"] .n-gateway-carousel-logo-image {
		inset-inline-start: calc(50vw - 725px)
	}

	[dir="rtl"] .n-gateway-carousel-logo-image {
		inset-inline-end: calc(50vw - 725px)
	}
}

.n-gateway-carousel-logo-image-group-2 {
	opacity: .5
}

.n-gateway-carousel {
	background-color: #4c4c4c;
	background-position: 50%;
	background-size: cover;
	color: #fff;
	margin-block-end: 48px;
	min-block-size: 60vh;
	padding-block: 120px;
	position: relative;
	text-shadow: 0 0 3px rgb(0 0 0 / 15%), 0 1px 1px rgb(0 0 0 / 50%);
	transition: background-image .4s, padding 75ms
}

@media (max-width:1449px) {
	.n-gateway-carousel {
		padding-inline: 20px
	}
}

@media (min-width:1450px) {
	.n-gateway-carousel {
		padding-inline: calc(50vw - 725px)
	}
}

.n-gateway-carousel::before {
	content: "";
	inset: 0;
	position: absolute
}

.n-gateway-carousel[data-theme="0"] {
	color: #fff
}

@media (max-width:859px) {
	.n-gateway-carousel[data-theme="0"]::before {
		background-image: linear-gradient(67.5deg, rgb(0 0 0 / 70%) 40%, rgb(0 0 0 / 40%) 60%, rgb(0 0 0 / 1%) 80%)
	}
}

@media (min-width:860px) {
	[dir="ltr"] .n-gateway-carousel[data-theme="0"]::before {
		background-image: linear-gradient(67.5deg, rgb(0 0 0 / 70%) 40%, rgb(0 0 0 / 40%) 60%, rgb(0 0 0 / 1%) 80%)
	}

	[dir="rtl"] .n-gateway-carousel[data-theme="0"]::before {
		background-image: linear-gradient(-67.5deg, rgb(0 0 0 / 70%) 40%, rgb(0 0 0 / 40%) 60%, rgb(0 0 0 / 1%) 80%)
	}
}

.n-gateway-carousel[data-theme="1"] {
	color: #000
}

@media (max-width:1449px) {
	.n-gateway-carousel[data-theme="1"]::before {
		background-color: rgb(255 255 255 / 50%)
	}
}

@media (min-width:1450px) {
	[dir="ltr"] .n-gateway-carousel[data-theme="1"]::before {
		background-image: linear-gradient(90deg, rgb(255 255 255 / 60%) 30%, rgb(255 255 255 / 0%) 90%)
	}

	[dir="rtl"] .n-gateway-carousel[data-theme="1"]::before {
		background-image: linear-gradient(-90deg, rgb(255 255 255 / 60%) 30%, rgb(255 255 255 / 0%) 90%)
	}
}

.n-gateway-carousel-immediate-control,
.n-gateway-carousel-pagination-control {
	appearance: none;
	background-color: transparent;
	border-width: 0;
	margin: 0;
	padding: 0
}

.n-gateway-carousel-immediate-control>span,
.n-gateway-carousel-pagination-control>span {
	clip: rect(0, 0, 0, 0);
	position: absolute
}

.n-gateway-carousel-immediate-control {
	cursor: pointer;
	inline-size: 30px;
	inset-block: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	transition: opacity .3s
}

.n-gateway-carousel-immediate-control:not(:focus) {
	clip: rect(0, 0, 0, 0)
}

.n-gateway-carousel-immediate-control:focus,
.n-gateway-carousel-immediate-control:hover {
	opacity: 1
}

.n-gateway-carousel-previous-control {
	background-image: linear-gradient(90deg, rgb(0 0 0 / 50%), transparent);
	inset-inline-start: 0
}

.n-gateway-carousel-next-control {
	background-image: linear-gradient(90deg, transparent, rgb(0 0 0 / 50%));
	inset-inline-end: 0
}

.n-gateway-carousel-pagination-controls {
	display: flex;
	inset-block-end: -33px;
	inset-inline: 30px;
	justify-content: center;
	position: absolute;
	z-index: 1
}

.n-gateway-carousel-pagination-control {
	background-color: var(--calcite-ui-brand);
	background-position: 50% 50%;
	background-size: cover;
	block-size: 66px;
	border-radius: 0;
	box-shadow: 0 0 0 3px transparent;
	cursor: pointer;
	display: block;
	inline-size: 176px;
	transition: box-shadow .2s, filter .2s, height .4s, outline-width .4s, width .4s, filter .2s
}

@media (max-width:590px) {
	[data-items="3"]>.n-gateway-carousel-pagination-control {
		flex-grow: 1;
		inline-size: auto
	}
}

@media (max-width:713px) {
	[data-items="4"]>.n-gateway-carousel-pagination-control {
		flex-grow: 1;
		inline-size: auto
	}
}

.n-gateway-carousel-pagination-control:not(:hover) {
	overflow: hidden
}

.n-gateway-carousel-pagination-control:not([aria-current="true"], :hover, :focus) {
	filter: grayscale(1)
}

[dir="ltr"] .n-gateway-carousel-pagination-control:not(:first-child) {
	margin-inline-start: 1.5px
}

[dir="ltr"] .n-gateway-carousel-pagination-control:not(:last-child),
[dir="rtl"] .n-gateway-carousel-pagination-control:not(:first-child) {
	margin-inline-end: 1.5px
}

[dir="rtl"] .n-gateway-carousel-pagination-control:not(:last-child) {
	margin-inline-start: 1.5px
}

.n-gateway-carousel-pagination-control:hover,
.n-gateway-carousel-pagination-control[aria-current="true"] {
	outline-width: 0
}

.n-gateway-carousel-pagination-control[aria-current="true"] {
	box-shadow: 0 0 0 3px #fff
}

.n-gateway-carousel-article {
	position: relative
}

@media (max-width:479px) {
	.n-gateway-carousel-article {
		min-block-size: 250px
	}
}

@media (min-width:480px) and (max-width:1449px) {
	.n-gateway-carousel-article {
		min-block-size: 230px
	}
}

@media (min-width:1450px) {
	.n-gateway-carousel-article {
		min-block-size: 355px
	}
}

.n-gateway-carousel-article[aria-hidden="true"] {
	display: none
}

.n-gateway-carousel-article-content {
	position: relative
}

.n-gateway-carousel-article-headline {
	font-size: inherit;
	font-weight: 300;
	letter-spacing: -.025em;
	margin-block: 0;
	max-inline-size: 825.83333px;
	overflow: hidden
}

@media (max-width:859px) {
	.n-gateway-carousel-article-headline {
		font-size: 36px;
		line-height: 45px;
		max-block-size: 180px
	}
}

@media (min-width:860px) {
	.n-gateway-carousel-article-headline {
		font-size: 60px;
		line-height: 80px;
		max-block-size: 160px
	}
}

.n-gateway-carousel-article-summary {
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	margin-block: 20px;
	max-block-size: 105px;
	max-inline-size: 705px;
	overflow: hidden
}

@media (max-width:859px) {
	.n-gateway-carousel-article-summary {
		display: none
	}
}

.n-gateway-carousel-article-action {
	margin-block: 0
}

.n-gateway-carousel-article-action-link {
	background-repeat: no-repeat;
	background-size: 200% 1px;
  	color: #49b0f2;
	display: inline-block;
	font-size: var(--font-0);
	font-weight: 500;
	padding-block-end: 5px;
	text-decoration: none;
	transition: background-position .15s ease-in-out
}

[dir="ltr"] .n-gateway-carousel-article-action-link {
	background-image: linear-gradient(90deg, transparent, transparent 16.5%, currentcolor 66%);
	background-position: calc(200% - 2px) 100%
}

[dir="rtl"] .n-gateway-carousel-article-action-link {
	background-image: linear-gradient(-90deg, transparent, transparent 16.5%, currentcolor 66%);
	background-position: calc(-200% + 2px) 100%
}

.n-gateway-carousel-article-action-link::after {
	block-size: 16px;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%2349b0f2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E");
	display: inline-block;
	inline-size: 16px;
	line-height: 0;
	margin-inline-start: .25em;
	vertical-align: text-bottom
}

[dir="rtl"] .n-gateway-carousel-article-action-link::after {
	transform: scale(-1)
}

[dir="ltr"] .n-gateway-carousel-article-action-link:focus,
[dir="ltr"] .n-gateway-carousel-article:hover .n-gateway-carousel-article-action-link {
	background-position: 100% 100%
}

[dir="rtl"] .n-gateway-carousel-article-action-link:focus,
[dir="rtl"] .n-gateway-carousel-article:hover .n-gateway-carousel-article-action-link {
	background-position: 50% 100%
}

.n-gateway-carousel-article-action-link:focus,
.n-gateway-carousel-article:hover .n-gateway-carousel-article-action-link {
	color: #74c6ff
}

.n-gateway-carousel-article-action-link:focus::after,
.n-gateway-carousel-article:hover .n-gateway-carousel-article-action-link::after {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%2374c6ff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E")
}

.n-gateway-filter {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-block: 40px
}

.n-gateway-filter-title {
	color: #4c4c4c;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
  margin-inline-end: 20px;
	text-transform: uppercase
}

.n-gateway-filter-title::before {
	block-size: 16px;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' style='fill:%23a9a9a9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0h24v2H4V0zm10 30h4l2-16h-8zm-2-18h8l8-8H4z'/%3E%3C/svg%3E");
	display: inline-block;
	font-size: 0;
	inline-size: 16px;
  margin-inline-end: 10px;
	vertical-align: text-top
}

.n-gateway-filter-label-text {
	clip: rect(0, 0, 0, 0);
	position: absolute
}

.n-gateway-filter-category-select,
.n-gateway-filter-daterange-select {
	display: inline-block;
  	margin-inline-start: 10px;
	position: relative;
	vertical-align: middle
}

.n-gateway-filter-category-select select,
.n-gateway-filter-daterange-select select {
	appearance: none;
	background-color: transparent;
	border-width: 0;
	color: #4c4c4c;
	cursor: pointer;
	display: block;
	font-size: var(--font-0);
	inline-size: 100%;
	line-height: 30px;
	margin: 0;
	min-inline-size: 200px;
	padding: 5px 10px;
	position: relative;
	z-index: 1
}

.n-gateway-filter-category-select select+::before,
.n-gateway-filter-daterange-select select+::before {
	background-color: #fff;
	box-shadow: inset 0 0 0 1px #a9a9a9;
	content: "";
	display: inline-block;
	inset: 0;
	position: absolute
}

.n-gateway-filter-category-select select+::after,
.n-gateway-filter-daterange-select select+::after {
	block-size: 16px;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' style='fill:%234c4c4c' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10L16 24 2 10h28z'/%3E%3C/svg%3E");
	font-size: 0;
	inline-size: 16px;
	inset-block-start: 12px;
  inset-inline-start: 12px;
	position: absolute
}

.n-gateway-filter-category-select select:focus+::before,
.n-gateway-filter-category-select select:hover+::before,
.n-gateway-filter-daterange-select select:focus+::before,
.n-gateway-filter-daterange-select select:hover+::before {
	box-shadow: inset 0 0 0 1px var(--calcite-ui-brand)
}

.n-gateway-filter-category-select select:focus+::after,
.n-gateway-filter-category-select select:hover+::after,
.n-gateway-filter-daterange-select select:focus+::after,
.n-gateway-filter-daterange-select select:hover+::after {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' style='fill:%230079c1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10L16 24 2 10h28z'/%3E%3C/svg%3E")
}

.n-gateway-filter-category-select option,
.n-gateway-filter-daterange-select option {
	min-block-size: 30px;
	padding: 0
}

.n-gateway-filter-category-select {
	inline-size: 260px
}

.n-gateway-hero {
	background-color: #000;
	color: #fff;
	overflow: hidden;
	position: relative;
	text-shadow: 0 0 3px rgb(0 0 0 / 15%), 0 1px 1px rgb(0 0 0 / 50%);
	z-index: 0
}

@media (max-width:1510px) {
	.n-gateway-hero {
		padding: 30px 30px 120px
	}
}

@media (min-width:1511px) {
	.n-gateway-hero {
		max-block-size: 41.841vw;
		padding: 60px calc(50% - 687px) 120px
	}
}

.n-gateway-hero::before {
	content: "";
	inset: 0;
	position: absolute;
	transform: scaleZ(1.1);
	z-index: -1
}

@media (max-width:859px) {
	.n-gateway-hero::before {
		background-image: linear-gradient(90deg, rgb(0 0 0 / 66%) 50%, rgb(0 0 0 / 1%) 75%)
	}
}

@media (min-width:860px) and (max-width:1449px) {
	[dir="ltr"] .n-gateway-hero::before {
		background-image: linear-gradient(90deg, rgb(0 0 0 / 66%) 50%, rgb(0 0 0 / 1%) 75%)
	}

	[dir="rtl"] .n-gateway-hero::before {
		background-image: linear-gradient(-90deg, rgb(0 0 0 / 66%) 50%, rgb(0 0 0 / 1%) 75%)
	}
}

@media (min-width:1450px) {
	[dir="ltr"] .n-gateway-hero::before {
		background-image: linear-gradient(90deg, rgb(0 0 0 / 66%) 33%, rgb(0 0 0 / 1%) 66%)
	}

	[dir="rtl"] .n-gateway-hero::before {
		background-image: linear-gradient(-90deg, rgb(0 0 0 / 66%) 33%, rgb(0 0 0 / 1%) 66%)
	}
}

.n-gateway-hero-section {
	font-size: var(--font-1);
	font-weight: 700;
	letter-spacing: .1em;
	margin-block: 0 20px;
	text-transform: uppercase
}

.n-gateway-hero-section-link {
	background-repeat: no-repeat;
	background-size: 200% 1px;
	color: #49b0f2;
	display: inline-block;
	font-style: italic;
	margin-block-end: -2px;
	padding-block-end: 2px;
	text-decoration: none;
	transition: background-position .15s ease-in-out
}

[dir="ltr"] .n-gateway-hero-section-link {
	background-image: linear-gradient(90deg, transparent, transparent 16.5%, currentcolor 66%);
	background-position: calc(200% - 2px) 100%
}

[dir="rtl"] .n-gateway-hero-section-link {
	background-image: linear-gradient(-90deg, transparent, transparent 16.5%, currentcolor 66%);
	background-position: calc(-200% + 2px) 100%
}

[dir="ltr"] .n-gateway-hero-section-link:focus,
[dir="ltr"] .n-gateway-hero-section-link:hover {
	background-position: 100% 100%
}

[dir="rtl"] .n-gateway-hero-section-link:focus,
[dir="rtl"] .n-gateway-hero-section-link:hover {
	background-position: 50% 100%
}

.n-gateway-hero-section-link:focus,
.n-gateway-hero-section-link:hover {
	color: #74c6ff
}

.n-gateway-hero-headline {
  		font-size: 48px;
	font-weight: 400;
	letter-spacing: -.0375em;
		line-height: 50px;
	margin-block: 0;
	max-inline-size: calc(54.16667% - 20px);
  max-inline-size: 500px;
	transition: font-size 67ms
}

@media (min-width:1450px) {
	.n-gateway-hero-headline {
		font-size: 68px;
		line-height: 75px
	}
}

.n-gateway-hero-description {
	font-size: var(--font-1);
	font-weight: 500;
	letter-spacing: -.0375em;
	line-height: 30px;
	margin-block: 25px 0;
  max-inline-size: 500px;
	transition: max-width 67ms
}

@media (min-width:1450px) {
	.n-gateway-hero-description {
		max-inline-size: calc(54.16667% - 20px)
	}
}

.n-gateway-hero-image {
	animation: hero_card-image 40s ease-in-out infinite;
	block-size: 100%;
	inline-size: 100%;
	inset: 0;
	object-fit: cover;
	object-position: 50% 25%;
	position: absolute;
	z-index: -2
}

@keyframes hero_card-image {
	0% {
		transform: scaleX(1)
	}

	50% {
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		transform: scaleX(1)
	}
}

@keyframes hero_card-image {
	0% {
		transform: scaleX(1)
	}

	50% {
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		transform: scaleX(1)
	}
}

.n-gateway-hero-date {
	color: #969696;
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-block: 15px 0
}

.n-gateway-hero-action {
	font-weight: 500;
	margin-block: 15px 0
}

.n-gateway-hero-action-link {
	background-repeat: no-repeat;
	background-size: 200% 1px;
	color: inherit;
  	color: #49b0f2;
	display: inline-block;
	font-size: var(--font-0);
	line-height: 20px;
	padding-block-end: 5px;
	text-decoration: none;
	transition: background-position .15s ease-in-out
}

[dir="ltr"] .n-gateway-hero-action-link {
	background-image: linear-gradient(90deg, transparent, transparent 16.5%, currentcolor 66%);
	background-position: calc(200% - 2px) 100%
}

[dir="rtl"] .n-gateway-hero-action-link {
	background-image: linear-gradient(-90deg, transparent, transparent 16.5%, currentcolor 66%);
	background-position: calc(-200% + 2px) 100%
}

.n-gateway-hero-action-link::after {
  	block-size: 16px;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%2349b0f2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E");
	display: inline-block;
	inline-size: 16px;
	line-height: 0;
  margin-inline-start: .25em;
	vertical-align: text-bottom
}

[dir="rtl"] .n-gateway-hero-action-link::after {
	transform: scale(-1)
}

[dir="ltr"] .n-gateway-hero-action-link:focus,
[dir="ltr"] .n-gateway-hero:hover .n-gateway-hero-action-link {
	background-position: 100% 100%
}

[dir="rtl"] .n-gateway-hero-action-link:focus,
[dir="rtl"] .n-gateway-hero:hover .n-gateway-hero-action-link {
	background-position: 50% 100%
}

.n-gateway-hero-action-link:focus,
.n-gateway-hero:hover .n-gateway-hero-action-link {
	color: #74c6ff
}

.n-gateway-hero-action-link:focus::after,
.n-gateway-hero:hover .n-gateway-hero-action-link::after {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%2374c6ff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E")
}

@keyframes esri-search-filled-label {
	0% {
		inset-block-start: -6px;
		opacity: 0
	}

	100% {
		inset-block-start: -12px;
		opacity: 1
	}
}

@keyframes esri-search-filled-label {
	0% {
		inset-block-start: -6px;
		opacity: 0
	}

	100% {
		inset-block-start: -12px;
		opacity: 1
	}
}

[js-focus]:not([js-focus-ring]) {
	outline-width: 0
}

.n-gateway-search {
  margin-inline: 30px;
	max-inline-size: 1060px;
  padding: 15px 60px 0;
	transition: padding .15s
}

@media (min-width:720px) {
	.n-gateway-search {
		padding: 20px 60px 0
	}
}

@media (min-width:1121px) {
	.n-gateway-search {
		margin-inline: auto
	}
}

.n-gateway-search.-inset {
	background-color: #fff;
		block-size: 50px;
		margin-block-start: -50px;
	position: relative
	}

@media (min-width:720px) {
	.n-gateway-search.-inset {
		block-size: 60px;
		margin-block-start: -60px
	}
}

.n-gateway-search-form {
  block-size: 35px;
	box-shadow: inset 0 -1px 0 0 #ccc;
	position: relative
}

@media (min-width:720px) {
	.n-gateway-search-form {
		block-size: 40px
	}
}

.n-gateway-search-control {
  	appearance: textfield;
	background-color: transparent;
	border-width: 0;
	color: #323232;
  font-size: var(--font-1);
  inline-size: calc(100% - 35px);
  inset-block: 0;
  inset-inline-start: 0;
	margin: 0;
	outline-offset: -2px;
	overflow: visible;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	z-index: 1
}


@media (min-width:720px) {
	.n-gateway-search-control {
		inline-size: calc(100% - 40px)
	}
}

.n-gateway-search-measure {
	box-shadow: inset 0 -1px 0 0 var(--calcite-ui-brand);
  font-size: var(--font-1);
	inline-size: 0;
	inset-block: 0;
	max-inline-size: 100%;
	position: absolute;
	transition: width .3s;
	user-select: none;
	white-space: nowrap
}

.n-gateway-search-measure-text {
	clip: rect(0, 0, 0, 0);
  font-size: var(--font-1);
	inline-size: 0;
	inset-block: 0;
		line-height: 35px;
	max-inline-size: 100%;
	position: absolute;
	white-space: nowrap;
	white-space: pre
}

.n-gateway-search-label {
	color: #828282;
  font-size: var(--font-1);
  inline-size: calc(100% - 35px);
	inset-block: 0;
  inset-inline-start: 0;
	line-height: 35px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap
}

.n-gateway-search-label[data-filled] {
	color: #6e6e6e;
  font-size: 10px;
	inset-block-start: -12px;
	line-height: 15px;
	margin-block-start: 5px;
	position: absolute
}

@media (min-width:720px) {
  	.n-gateway-search-measure {
		font-size: 20px;
		line-height: 40px
	}
	.n-gateway-search-label[data-filled] {
		font-size: 11px;
	}
}

.n-gateway-search-submit {
	appearance: auto;
	background-color: transparent;
	border-width: 0;
	cursor: pointer;
	inset-block: 0;
  inset-inline-end: 0;
	margin: 0;
	overflow: visible;
	position: absolute;
	text-transform: none
}

.n-gateway-search-submit::before {
  block-size: 16px;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%23595959' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.364 14.636L9.735 9.008a5.5 5.5 0 1 0-.706.708l5.628 5.627.707-.707zM1 5.5C1 3.019 3.019 1 5.5 1S10 3.019 10 5.5 7.981 10 5.5 10 1 7.981 1 5.5z'/%3E%3C/svg%3E");
	display: block;
		inline-size: 16px;
		margin-inline: 9.5px
}

@media (min-width:720px) {
	.n-gateway-search-submit::before {
		block-size: 22px;
		inline-size: 22px;
		margin-inline: 9px
	}
}

.n-gateway-search-submit[data-filled]::before {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%230079c1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.364 14.636L9.735 9.008a5.5 5.5 0 1 0-.706.708l5.628 5.627.707-.707zM1 5.5C1 3.019 3.019 1 5.5 1S10 3.019 10 5.5 7.981 10 5.5 10 1 7.981 1 5.5z'/%3E%3C/svg%3E")
}

.n-gateway-search-submit[data-filled]:focus::before,
.n-gateway-search-submit[data-filled]:hover::before {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%23005e95' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.364 14.636L9.735 9.008a5.5 5.5 0 1 0-.706.708l5.628 5.627.707-.707zM1 5.5C1 3.019 3.019 1 5.5 1S10 3.019 10 5.5 7.981 10 5.5 10 1 7.981 1 5.5z'/%3E%3C/svg%3E")
}

.n-gateway-search-cancel {
	appearance: auto;
	background-color: transparent;
	border-width: 0;
	color: #595959;
	cursor: pointer;
	font-size: 14px;
  inset-block-end: -45px;
	inset-inline-end: 0;
	line-height: 20px;
	margin: 0;
	overflow: visible;
	padding: 0 10px;
	position: absolute;
	text-transform: none
}

.n-gateway-search-cancel span {
	background-image: linear-gradient(90deg, #000 50%, transparent 0);
	background-repeat: no-repeat;
	background-size: 200% 1px;
	display: block;
	margin-block-end: 10px;
	padding-block: 10px 5px;
	transition: background-position .3s
}

[dir="ltr"] .n-gateway-search-cancel span {
	background-position: 100% 100%
}

[dir="rtl"] .n-gateway-search-cancel span {
	background-position: -100% 100%
}

.n-gateway-search-cancel:focus,
.n-gateway-search-cancel:hover {
	color: #000
}

.n-gateway-search-cancel:focus span,
.n-gateway-search-cancel:hover span {
	background-position: 0 100%
}

.n-gateway-tiles-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 60px;
	margin-block: 30px;
	text-align: center
}

.n-gateway-tiles-content {
	display: flex;
	flex-wrap: wrap;
	padding-inline: 10px
}

.n-gateway-tile {
	overflow: hidden;
	position: relative;
	text-decoration: none
}

.n-gateway-tile:not(:nth-last-child(-n+4)) {
	margin-block-end: 10px
}

@media (max-width:859px) {
	.n-gateway-tile:first-child {
		margin-inline: 10px
	}
}

@media (min-width:860px) {
 .n-gateway-tile:first-child {
		margin-inline: 10px 5px
	}
}

@media (max-width:859px) {
	.n-gateway-tile:nth-child(2) {
		margin-inline: 10px
	}
}

	.n-gateway-tile:nth-child(-n+2) {
		inline-size: calc(100% - 20px)
	}

@media (min-width:860px) {
	.n-gateway-tile:nth-child(2) {
		margin-inline: 5px 10px
	}

	.n-gateway-tile:nth-child(-n+2) {
		inline-size: calc(50% - 15px)
	}
}

@media (max-width:1449px) {
	.n-gateway-tile:nth-child(-n+2) .n-gateway-tile-headline {
		font-size: var(--font-1);
		line-height: 25px;
		max-block-size: 25px
	}
}

@media (min-width:1450px) {
	.n-gateway-tile:nth-child(-n+2) .n-gateway-tile-headline {
		font-size: 28px;
		line-height: 35px;
		max-block-size: 35px
	}
}

.n-gateway-tile:nth-child(-n+2) .n-gateway-tile-image::before {
	padding-block-start: 56.25%
}

.n-gateway-tile:nth-child(-n+2) .n-gateway-tile-summary {
	transition: font-size .4s, line-height .4s, margin-top .4s, max-height .4s
}

@media (max-width:859px) {
	.n-gateway-tile:nth-child(-n+2) .n-gateway-tile-summary {
		margin-block-start: 0;
		max-block-size: 0
	}
}

@media (max-width:1449px) {
	.n-gateway-tile:nth-child(-n+2) .n-gateway-tile-summary {
		font-size: 14px;
		line-height: 20px;
		max-block-size: 40px
	}
}

@media (min-width:1450px) {
	.n-gateway-tile:nth-child(-n+2) .n-gateway-tile-summary {
		font-size: var(--font-0);
		line-height: 20px;
		max-block-size: 40px
	}
}

@media (max-width:479px) {
	.n-gateway-tile:nth-child(n+3) {
		inline-size: calc(100% - 20px)
	}
}

@media (min-width:480px) and (max-width:859px) {
	.n-gateway-tile:nth-child(n+3) {
		inline-size: calc(50% - 15px)
	}
}

@media (min-width:860px) {
	.n-gateway-tile:nth-child(n+3) {
		inline-size: calc(25% - 12.5px)
	}
}

@media (max-width:859px) {
	.n-gateway-tile:nth-child(n+3) .n-gateway-tile-content {
		block-size: 80px
	}
}

@media (min-width:860px) {
	.n-gateway-tile:nth-child(n+3) .n-gateway-tile-content {
		block-size: 160px
	}
}

.n-gateway-tile:nth-child(n+3) .n-gateway-tile-headline {
	transition: font-size .4s, line-height .4s
}

@media (max-width:859px) {
	.n-gateway-tile:nth-child(n+3) .n-gateway-tile-headline {
		font-size: var(--font-0);
		line-height: 20px;
		max-block-size: 40px
	}
}

@media (min-width:860px) {
	.n-gateway-tile:nth-child(n+3) .n-gateway-tile-headline {
		font-size: var(--font-1);
		line-height: 25px;
		max-block-size: 50px
	}
}

.n-gateway-tile:nth-child(n+3) .n-gateway-tile-image::before {
	padding-block-start: 100%
}

.n-gateway-tile:nth-child(n+3) .n-gateway-tile-summary {
	font-size: 14px;
	line-height: 20px;
	transition: margin-top .4s, max-height .4s
}

@media (max-width:859px) {
	.n-gateway-tile:nth-child(n+3) .n-gateway-tile-summary {
		margin-block-start: 0;
		max-block-size: 0
	}
}

@media (min-width:860px) {
	.n-gateway-tile:nth-child(n+3) .n-gateway-tile-summary {
		max-block-size: 40px
	}
}

@media (max-width:479px) {
	.n-gateway-tile {
		margin-inline: 10px
	}
}

@media (min-width:480px) and (max-width:859px) {

	.n-gateway-tile:nth-child(2n+4),
	.n-gateway-tile:nth-child(2n+3) {
		margin-inline: 5px 10px
	}
}

@media (min-width:480px) {
	.n-gateway-tile:nth-child(4n+3) {
		margin-inline: 10px 5px
	}

	.n-gateway-tile:nth-child(4n+4),
	.n-gateway-tile:nth-child(4n+5) {
		margin-inline: 5px
	}

	.n-gateway-tile:nth-child(4n+6) {
		margin-inline: 5px 10px
	}
}

.n-gateway-tile-image {
	display: block;
	position: relative
}

.n-gateway-tile-image::before {
	content: "";
	display: block
}

.n-gateway-tile-image-src,
.n-gateway-tile-image>:first-child {
	block-size: 100%;
	inline-size: 100%;
	inset-block-start: 0;
	inset-inline-start: 0;
	position: absolute
}

.n-gateway-tile-image-src {
	inset-block-end: 0;
	inset-inline-end: 0;
	object-fit: cover;
	transition: transform 1s ease-in-out;
}

.n-gateway-tile:hover .n-gateway-tile-image-src {
	transform: scale(1.1)
}

.n-gateway-tile-content {
  background-color: #000;
	color: #fff;
		display: block;
  	padding: 20px;
	transform: scaleZ(1.1);
	transition: height .4s, padding .4s
}

@media (min-width:480px) {
	.n-gateway-tile-content {
		background-color: rgb(0 0 0 / 60%);
		inset-block-end: 0;
		inset-inline: 0;
		position: absolute
	}
}

@media (min-width:860px) {
	.n-gateway-tile-content {
		padding: 30px
	}
}

.n-gateway-tile-headline {
	margin-block: 0;
	overflow: hidden
}

.n-gateway-tile-summary {
	margin-block: 10px 0;
	overflow: hidden
}

.n-gateway-recent-card {
	align-items: center;
  margin: 30px 35px 45px
}

@media (min-width:731px) {
	.n-gateway-recent-card {
		margin: 30px auto 60px;
		max-inline-size: 660px
	}
}

@media (min-width:1450px) {
	.n-gateway-recent-card {
		display: flex;
		margin: 40px auto 70px;
		max-inline-size: 1450px
	}
}

.n-gateway-recent-card-image {
  	block-size: 465px;
	color: inherit;
	display: block;
	min-block-size: 465px;
	overflow: hidden;
	position: relative;
	text-decoration: none
}

.n-gateway-recent-card-image::before {
	content: "";
	display: block;
  padding-block: 41.841% 55px;
}

@media (min-width:1450px) {
	.n-gateway-recent-card-image {
		flex-basis: calc(58.33333% - 20px);
		margin-inline: 10px
	}
}


.n-gateway-recent-card-image>:first-child {
	block-size: 100%;
	inline-size: 100%;
	inset-block-start: 0;
	inset-inline-start: 0;
	position: absolute;
}

@media (max-width:1449px) {
	.n-gateway-recent-card-image>:first-child {
		block-size: calc(100% - 55px)
	}
}

.n-gateway-recent-card-image-tag {
	background-color: rgb(255 255 255 / 80%);
  	display: none;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .02em;
	text-transform: uppercase
}

@media (max-width:1449px) {
	.n-gateway-recent-card-image-tag {
		background-color: #fff;
		font-size: var(--font-1);
		inset-block-end: 0;
		inset-inline: 0;
		line-height: 25px;
		padding-block: 25px 5px;
		position: absolute
	}
}

@media (min-width:1450px) {
	.n-gateway-recent-card-image-tag {
		font-size: 14px;
		inset-block-end: 0;
		inset-inline: 0;
		line-height: 20px;
		padding: 5px 30px;
		position: absolute
	}
}

.n-gateway-recent-card-image-src {
	background-color: #ccc;
	transition: transform 4s ease-in-out;
}

.n-gateway-recent-card:focus .n-gateway-recent-card-image-src,
.n-gateway-recent-card:hover .n-gateway-recent-card-image-src {
	transform: scale3d(1.1, 1.1, 1.1);
	transition: transform 12s ease-out;
}

@media (min-width:1450px) {
	.n-gateway-recent-card-content {
		flex-basis: calc(37.5% - 20px);
		margin-inline: calc(4.16667% + 10px) 10px
	}
}

.n-gateway-recent-card-section {
	font-size: var(--font-1);
	font-weight: 700;
	letter-spacing: .075em;
	line-height: 25px;
	margin-block: 0;
	text-transform: uppercase
}

@media (max-width:1449px) {
	.n-gateway-recent-card-section {
		display: none
	}
}

.n-gateway-recent-card-section-link {
	background-repeat: no-repeat;
	background-size: 200% 1px;
	text-decoration: none;
	transition: background-position .15s ease-in-out
}

[dir="ltr"] .n-gateway-recent-card-section-link {
	background-image: linear-gradient(90deg, transparent, transparent 16.5%, currentcolor 66%);
	background-position: calc(200% - 2px) 100%
}

[dir="rtl"] .n-gateway-recent-card-section-link {
	background-image: linear-gradient(-90deg, transparent, transparent 16.5%, currentcolor 66%);
	background-position: calc(-200% + 2px) 100%
}

[dir="ltr"] .n-gateway-recent-card-section-link:focus,
[dir="ltr"] .n-gateway-recent-card-section-link:hover {
	background-position: 100% 100%
}

[dir="rtl"] .n-gateway-recent-card-section-link:focus,
[dir="rtl"] .n-gateway-recent-card-section-link:hover {
	background-position: 50% 100%
}

.n-gateway-recent-card-headline {
  font-size: 36px;
	margin-block: 0;
  margin-block-start: 5px
}

@media (min-width:1450px) {
	.n-gateway-recent-card-headline {
		font-size: 30px;
    margin-block-start: 15px
	}
}

.n-gateway-recent-card-date {
	color: #6e6e6e;
	font-size: 14px;
	line-height: 20px;
	margin-block: 15px 0
}

.n-gateway-recent-card-summary {
	font-size: var(--font-0);
	font-weight: 400;
	line-height: 25px;
	margin-block: 15px 0
}

.n-gateway-recent-card-action-link {
  background-color: #fff;
	box-shadow: inset 0 0 0 1px var(--calcite-ui-brand);
	color: var(--calcite-ui-brand)s;
	cursor: pointer;
	display: inline-block;
  font-size: var(--font-0);
	font-weight: 500;
	inline-size: auto;
	padding: 10px 15px;
	text-decoration: none;
	white-space: nowrap
}

.n-gateway-recent-card-action-link:disabled {
	cursor: not-allowed;
	opacity: .5
}

.n-gateway-recent-card-action-link:focus,
.n-gateway-recent-card-action-link:hover {
	background-color: var(--calcite-ui-brand);
	color: #fff
}

.n-gateway-recent-card-action-link::after {
	block-size: 14px;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%230079c1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E");
	display: inline-block;
	inline-size: 14px;
	line-height: 0;
	margin-inline-start: .375em
}

[dir="rtl"] .n-gateway-recent-card-action-link::after {
	transform: scale(-1)
}

.n-gateway-recent-card-action-link:focus::after,
.n-gateway-recent-card-action-link:hover::after {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E")
}

@media (min-width:860px) {
	.n-gateway-cards {
		margin-inline: auto;
		max-inline-size: 1450px
	}
}

.n-gateway-cards-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 60px;
	margin-block: 50px;
	text-align: center
}

@media (max-width:859px) {
	.n-gateway-cards-content {
		margin-block-end: 30px;
		margin-inline: auto;
		max-inline-size: 760px;
		padding-inline: 30px
	}
}

@media (min-width:860px) {
	.n-gateway-cards-content {
		display: flex;
		flex-wrap: wrap
	}
}

.n-gateway-card {
  align-items: flex-start;
	border: solid 1px #ccc;
	display: flex;
	margin-block-end: -1px;
	padding: 20px;
	position: relative;
	transition: border .15s
}

@media (min-width:860px) {
	.n-gateway-card {
		flex-basis: calc(33.33333% - 20px);
		margin-block-end: 30px;
		margin-inline: 10px
	}
}

.n-gateway-card:focus,
.n-gateway-card:hover {
	border: 1px solid var(--calcite-ui-brand);
	z-index: 1
}

.n-gateway-card-image {
	color: inherit;
	display: block;
	position: relative;
	text-decoration: none
}

.n-gateway-card-image::before {
	content: "";
	display: block;
  padding-block-start: 56.25%
}

.n-gateway-card-image>:first-child {
	block-size: 100%;
	inline-size: 100%;
	inset-block-start: 0;
	inset-inline-start: 0;
	position: absolute
}

@media (max-width:859px) {
	.n-gateway-card-image {
		flex-shrink: 0;
		inline-size: 250px;
		margin-inline-end: 20px;
	}
}

@media (min-width:860px) {
	.n-gateway-card-image {
		overflow: hidden
	}
}

.n-gateway-card-image-src {
	background-color: #ccc;
	block-size: auto;
	inline-size: 100%;
	transition: transform .6s ease;
	transition: transform .6s ease, transform .6s ease
}

.n-gateway-card:focus .n-gateway-card-image-src,
.n-gateway-card:hover .n-gateway-card-image-src {
	transform: scale3d(1.075, 1.075, 1.075)
}

.n-gateway-card-image-tag {
	font-size: 14px;
	font-weight: 700;
  inset-block-start: 0;
	inset-inline-start: calc(100% + 20px);
	line-height: 20px;
	position: absolute;
	text-transform: uppercase;
	white-space: nowrap
}

@media (min-width:860px) {
	.n-gateway-card-image-tag {
		background-color: rgb(255 255 255 / 80%);
		inset-block-end: 0;
		inset-inline: 0;
		padding: 5px 30px;
	}
}

@media (max-width:859px) {
	.n-gateway-card-content {
		margin-block-start: 30px
	}
}

@media (min-width:860px) {
	.n-gateway-card-content {
		block-size: 262px;
		padding: 30px 35px 50px;
		position: relative
	}
}

.n-gateway-card-headline {
  font-size: var(--font-0);
	line-height: 20px;
	margin-block: 0;
	max-block-size: 50px;
	overflow: hidden
}

@media (max-width:859px) {
	.n-gateway-card-headline {
		color: var(--calcite-ui-brand)
	}
}

@media (min-width:480px) and (max-width:859px) {
	.n-gateway-card-headline {
		font-size: var(--font-1);
		line-height: 25px
	}
}

.n-gateway-card-date {
	color: #6e6e6e;
  		font-size: 12px;
		line-height: 20px;
	margin-block: 0
}

@media (min-width:480px) {
	.n-gateway-card-date {
		font-size: 14px;
		line-height: 20px;
		margin-block-start: 5px
	}
}

.n-gateway-card-author-link {
	background-repeat: no-repeat;
	background-size: 200% 1px;
	color: inherit;
	color: var(--calcite-ui-brand);
	text-decoration: none;
	transition: background-position .15s ease-in-out
}

[dir="ltr"] .n-gateway-card-author-link {
	background-image: linear-gradient(90deg, transparent, transparent 16.5%, currentcolor 66%);
	background-position: calc(200% - 2px) 100%
}

[dir="rtl"] .n-gateway-card-author-link {
	background-image: linear-gradient(-90deg, transparent, transparent 16.5%, currentcolor 66%);
	background-position: calc(-200% + 2px) 100%
}

[dir="ltr"] .n-gateway-card-author-link:focus,
[dir="ltr"] .n-gateway-card-author-link:hover {
	background-position: 100% 100%
}

[dir="rtl"] .n-gateway-card-author-link:focus,
[dir="rtl"] .n-gateway-card-author-link:hover {
	background-position: 50% 100%
}

.n-gateway-card-author-link:focus,
.n-gateway-card-author-link:hover {
	color: #005e95
}

.n-gateway-card-author-link+.n-gateway-card-time::before {
	block-size: 1em;
	border-inline-start: 1px solid rgb(76 76 76 / 25%);
	content: "";
	display: inline-block;
	margin-inline: .25em .5em;
	vertical-align: middle
}

.n-gateway-card-summary {
	block-size: 75px;
	color: #4c4c4c;
	font-size: var(--font-0);
	font-weight: 400;
	line-height: 25px;
	overflow: hidden
}

@media (max-width:859px) {
	.n-gateway-card-summary {
		display: none
	}
}

.n-gateway-card-action {
	font-size: var(--font-0);
	font-weight: 400;
	inset-block-end: 0;
	inset-inline: 0;
	line-height: 20px;
	margin-block: 0;
	padding: 15px 35px;
	position: absolute
}

@media (max-width:859px) {
	.n-gateway-card-action {
		display: none
	}
}

.n-gateway-card-action-link {
	color: var(--calcite-ui-brand);
	text-decoration: none
}

.n-gateway-card-action-link::after {
	block-size: 16px;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%230079c1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E");
	display: inline-block;
	inline-size: 16px;
	line-height: 0;
  margin-inline-start: -.25em;
	opacity: 0;
	transition: margin-left .15s, margin-right .15s, opacity .15s;
	vertical-align: text-top
}

[dir="rtl"] .n-gateway-card-action-link::after {
	transform: scale(-1)
}

.n-gateway-card:focus .n-gateway-card-action-link::after,
.n-gateway-card:hover .n-gateway-card-action-link::after {
	margin-inline-start: .25em;
  opacity: 1
}

.n-gateway-share-item+.n-gateway-share-item {
	margin-inline-start: 10px
}

.n-gateway-share-control {
	appearance: none;
	background-color: transparent;
	block-size: 60px;
	border-width: 0;
	inline-size: 60px;
	line-height: inherit;
	margin: 0;
	padding: 0
}

.n-gateway-share-control::before {
	block-size: 32px;
	inline-size: 32px;
	margin: 14px
}

.n-gateway-share-control.-facebook {
	background-color: #ccc;
	cursor: pointer
}

.n-gateway-share-control.-facebook::before {
  	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' style='fill:%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 32V0H0v32h14.5V18.4h-2.7v-4.8h2.7v-3.1c0-2.2 1-5.6 5.6-5.6h4.1v4.6h-3c-.5 0-1.2.2-1.2 1.3v2.8h4.3l-.5 4.8H20V32h12z'/%3E%3C/svg%3E");
	display: block;
	line-height: 0
}

.n-gateway-share-control.-facebook:focus,
.n-gateway-share-control.-facebook:hover {
	background-color: #3d5a96
}

.n-gateway-share-control.-geonet {
	background-color: #ccc;
	cursor: pointer
}

.n-gateway-share-control.-geonet::before {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' style='fill:%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.4 24.3h-6.1v8.1l-8.1-8.1H0V4.1h32.4z'/%3E%3C/svg%3E");
	display: block;
	line-height: 0
}

.n-gateway-share-control.-geonet:focus,
.n-gateway-share-control.-geonet:hover {
	background-color: #127bc0
}

.n-gateway-share-control.-instagram {
	background-color: #ccc;
	cursor: pointer
}

.n-gateway-share-control.-instagram::before {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' style='fill:%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.9 9.4c-.1-1.7-.3-2.9-.7-3.9a7.8 7.8 0 0 0-1.9-2.8A7.8 7.8 0 0 0 26.5.8c-1-.4-2.2-.6-3.9-.7C20.9 0 20.3 0 16 0s-4.9 0-6.6.1C7.7.2 6.5.4 5.5.8a7.8 7.8 0 0 0-2.8 1.9A7.8 7.8 0 0 0 .8 5.5C.4 6.5.2 7.7.1 9.4 0 11.1 0 11.7 0 16s0 4.9.1 6.6c.1 1.7.3 2.9.7 3.9a7.8 7.8 0 0 0 1.9 2.8 7.8 7.8 0 0 0 2.8 1.9c1 .4 2.2.7 3.9.7 1.7.1 2.3.1 6.6.1s4.9 0 6.6-.1c1.7-.1 2.9-.3 3.9-.7a7.8 7.8 0 0 0 2.8-1.9 7.8 7.8 0 0 0 1.9-2.8c.4-1 .7-2.2.7-3.9.1-1.7.1-2.3.1-6.6s0-4.9-.1-6.6zm-3.2 13.1c-.1 1.5-.3 2.3-.5 2.8a4.7 4.7 0 0 1-1.1 1.8 4.7 4.7 0 0 1-1.8 1.1c-.6.2-1.4.5-2.8.5-1.7.1-2.2.1-6.5.1s-4.8 0-6.5-.1c-1.5-.1-2.3-.3-2.8-.5a4.7 4.7 0 0 1-1.8-1.1 4.7 4.7 0 0 1-1.1-1.8c-.2-.6-.5-1.4-.5-2.8-.1-1.7-.1-2.2-.1-6.5s0-4.8.1-6.5c.1-1.5.3-2.3.5-2.8a4.7 4.7 0 0 1 1.1-1.8 4.7 4.7 0 0 1 1.8-1.1c.6-.2 1.4-.5 2.8-.5 1.7-.1 2.2-.1 6.5-.1s4.8 0 6.5.1c1.5.1 2.3.3 2.8.5a4.7 4.7 0 0 1 1.8 1.1c.5.5.9 1 1.1 1.8.2.6.5 1.4.5 2.8.1 1.7.1 2.2.1 6.5s0 4.8-.1 6.5zM16 7.7a8.3 8.3 0 1 0 0 16.6 8.3 8.3 0 0 0 0-16.6zm0 13.4c-2.8 0-5.1-2.3-5.1-5.1s2.3-5.1 5.1-5.1 5.1 2.3 5.1 5.1-2.3 5.1-5.1 5.1zm6.4-13.6a2.1 2.1 0 1 0 4.3 0 2.1 2.1 0 1 0-4.3 0'/%3E%3C/svg%3E");
	display: block;
	line-height: 0
}

.n-gateway-share-control.-instagram:focus,
.n-gateway-share-control.-instagram:hover {
	background-color: #da3075
}

.n-gateway-share-control.-linkedin {
	background-color: #ccc;
	cursor: pointer
}
.n-gateway-share-control.-linkedin::before {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' style='fill:%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0v32h32V0zm10.7 25.3h-4V10.7h4zm-2-16.4a2.4 2.4 0 1 1 2.4-2.2 2.4 2.4 0 0 1-2.4 2.2zm18 16.4h-4v-7.4c0-4.5-5.3-4.1-5.4 0v7.4h-4V10.7h4v2.4c1.9-3.5 9.3-3.7 9.4 3.3z'/%3E%3C/svg%3E");
	display: block;
	line-height: 0
}
.n-gateway-share-control.-linkedin:focus,
.n-gateway-share-control.-linkedin:hover {
	background-color: #127cb3
}

.n-gateway-share-control.-twitter {
	background-color: #ccc;
	cursor: pointer
}
.n-gateway-share-control.-twitter::before {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' style='fill:%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 6.1c-1.2.5-2.4.9-3.8 1 1.4-.8 2.4-2.1 2.9-3.6a13.1 13.1 0 0 1-4.2 1.6C25.7 3.8 24 3 22.2 3c-3.6 0-6.6 2.9-6.6 6.6 0 .5.1 1 .2 1.5-5.5-.3-10.3-2.9-13.6-6.9-.6 1-.9 2.1-.9 3.3 0 2.3 1.2 4.3 3 5.5a6.5 6.5 0 0 1-3-.9v.1c0 3.2 2.3 5.8 5.3 6.5a6.6 6.6 0 0 1-1.8.2c-.4 0-.8 0-1.2-.1.8 2.6 3.3 4.5 6.1 4.5-2.2 1.8-5.1 2.8-8.1 2.8H0C2.9 28 6.4 29 10.1 29c12.1 0 18.7-10 18.6-18.7v-.8c1.3-.9 2.4-2.1 3.3-3.4z'/%3E%3C/svg%3E");
	display: block;
	line-height: 0
}
.n-gateway-share-control.-twitter:focus,
.n-gateway-share-control.-twitter:hover {
	background-color: #59adeb
}

.n-gateway-share-control.-youtube {
	background-color: #ccc;
	cursor: pointer
}
.n-gateway-share-control.-youtube::before {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' style='fill:%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.4 4.7c-3.7-.9-20.6-.9-24.4 0C1 5.4.3 8.5.2 10.4c-.3 3.3-.3 8.4 0 11.6.2 1.9.8 5 3.8 5.7 3.7.9 20.6.9 24.4 0 3-.7 3.7-3.8 3.8-5.7.3-3.3.3-8.4 0-11.6-.2-1.9-.8-5-3.8-5.7zM12.2 21.2v-9.9l10.1 4.9-10.1 5z'/%3E%3C/svg%3E");
	display: block;
	line-height: 0
}
.n-gateway-share-control.-youtube:focus,
.n-gateway-share-control.-youtube:hover {
	background-color: #cf2529
}

.n-gateway-share-control.-rss {
	background-color: #ccc;
	cursor: pointer;
	position: relative;
	vertical-align: top
}
.n-gateway-share-control.-rss::before {
  	background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h\a 0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNOS41IDIyLj\aM1YTEuODQ5IDEuODQ5IDAgMSAxIDAtMy43IDEuODUgMS44NSAwIDAgMSAwIDMuN3pNOCAxMi45O\aTh2Mi4zOTdjMy42NDIgMCA2LjYwNiAyLjk2MyA2LjYwNiA2LjYwNGgyLjM5N2MuMDAxLTQuOTYy\aLTQuMDM5LTkuMDAxLTkuMDAzLTkuMDAxeiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xNy45IDE\ayLjEwMkExMy45MDggMTMuOTA4IDAgMCAwIDggOHYyLjM4YzMuMTA0IDAgNi4wMjEgMS4yMDkgOC\a 4yMTcgMy40MDRBMTEuNTQ0IDExLjU0NCAwIDAgMSAxOS42MiAyMkgyMmMwLTMuNzM5LTEuNDU2L\aTcuMjU0LTQuMS05Ljg5OHoiLz48L3N2Zz4=") 50% 50% no-repeat;
	background-size: contain;
	block-size: 40px;
	content: '';
	display: block;
	inline-size: 40px;
	inset-block-start: 0;
	inset-inline-start: 0;
	margin: 0;
	position: absolute
}
.n-gateway-share-control.-rss:focus,
.n-gateway-share-control.-rss:hover {
	background-color: #fd8023
}

.news-profile {
	background-color: #fff;
	display: block;
	margin-block-end: 75px;
  margin-inline: 25px;
	padding-block-start: 70px
}

@media (max-width:1473px) and (min-width:754px) {
	.news-profile {
		inline-size: 704px;
		margin-inline: auto
	}
}

@media (min-width:1474px) {
	.news-profile {
		inline-size: 1424px;
		margin-inline: auto;
		min-block-size: 340px;
		padding-inline-start: 300px
	}
}

.news-profile-image {
	block-size: 270px;
	border-radius: 50%;
  		display: block;
	inline-size: 270px;
		margin-inline: auto
}

@media (min-width:1474px) {
	.news-profile-image {
		float: left;
		margin-inline-start: -300px
	}
}

.news-profile-title {
	font-size: 35px;
	font-weight: 300;
	line-height: 40px;
	margin-block-end: 30px;
	padding-block-start: 16px;
  text-align: center;
	vertical-align: top
}

@media (min-width:1474px) {
	.news-profile-title {
		max-inline-size: 824px;
    text-align: start
	}
}

.news-profile-description {
	font-size: var(--font-1);
	font-weight: 300;
	line-height: 30px;
	max-inline-size: 824px;
	vertical-align: top
}

.news-profile-description p {
	margin-block: 20px
}

.news-profile-description p:not(:last-child) {
	margin-block-start: 30px
}

.news-profile-share {
	margin-block-end: 30px;
  text-align: center
}

@media (min-width:1474px) {
	.news-profile-share {
		max-inline-size: 824px;
    text-align: start
	}
}

.news-profile-share-title {
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	line-height: 32px;
	min-block-size: 32px;
	text-transform: uppercase
}

.news-profile-share-controls {
	display: inline-block;
	font-size: 0;
	vertical-align: top
}

.news-profile-share-control {
	block-size: 32px;
	border-style: none;
	cursor: pointer;
	display: inline-block;
	inline-size: 32px;
	padding: 0;
	vertical-align: top
}

.news-profile-share-control:not(:last-child) {
	margin-inline-end: 10px
}

.news-profile-share-control.-facebook {
	background-color: #a9a9a9;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 38 38' style='fill:%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38 38V0H0v38h17.2V21.9H14v-5.7h3.2v-3.7c0-2.6 1.2-6.7 6.7-6.7h4.9v5.5h-3.6c-.6 0-1.4.3-1.4 1.5v3.3h5.1l-.6 5.7h-4.5v16.1H38z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 50% 50%;
	border-radius: 50%
}

.news-profile-share-control.-facebook:focus,
.news-profile-share-control.-facebook:hover {
	background-color: #3d5a96
}

.news-profile-share-control.-twitter {
	background-color: #a9a9a9;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 512 512' style='fill:%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512.002 97.211c-18.84 8.354-39.082 14.001-60.33 16.54 21.686-13 38.342-33.585 46.186-58.115a210.29 210.29 0 0 1-66.705 25.49c-19.16-20.415-46.461-33.17-76.674-33.17-58.011 0-105.042 47.029-105.042 105.039 0 8.233.929 16.25 2.72 23.939-87.3-4.382-164.701-46.2-216.509-109.753-9.042 15.514-14.223 33.558-14.223 52.809 0 36.444 18.544 68.596 46.73 87.433a104.614 104.614 0 0 1-47.577-13.139c-.01.438-.01.878-.01 1.321 0 50.894 36.209 93.348 84.261 103a105.245 105.245 0 0 1-27.674 3.687c-6.769 0-13.349-.66-19.764-1.888 13.368 41.73 52.16 72.104 98.126 72.949-35.95 28.176-81.243 44.967-130.458 44.967-8.479 0-16.84-.496-25.058-1.471 46.486 29.807 101.701 47.197 161.021 47.197 193.211 0 298.868-160.062 298.868-298.872 0-4.554-.104-9.084-.305-13.59 20.526-14.809 38.335-33.309 52.417-54.373z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 50% 50%;
	border-radius: 50%
}

.news-profile-share-control.-twitter:focus,
.news-profile-share-control.-twitter:hover {
	background-color: #59adeb
}

.news-profile-banner {
	background-color: #323232;
	background-image: url("//www.esri.com/about/newsroom/wp-content/themes/esri_newsroom/components/profile/profile-banner.jpg");
	background-position: 50% 50%;
	background-size: cover;
	min-block-size: 250px
}

.news-profile-posts {
	margin-block-start: 100px
}

.news-profile-posts-title {
	display: block;
	font-size: 48px;
	font-weight: 300;
	inline-size: 100%;
	line-height: 1;
	margin-block-end: 70px;
	text-align: center
}

@media (min-width:1474px) {
	.news-profile-posts-content {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start !important;
		padding-inline: calc(50% - 712px)
	}
}

@media (max-width:1473px) {
	.news-profile-posts-content {
		padding-inline: 25px
	}
}

.n-image {
	margin: 30px 0 40px
}

.n-image+* {
	margin-block-start: 30px
}

@media (max-width:1449px) {

	.n-image--end,
	.n-image--start {
		margin-inline: auto
	}
}

@media (max-width:479px) {

	.n-image--end,
	.n-image--start {
		inline-size: 282.08333px
	}
}

@media (min-width:1450px) {
	.n-image--start {
		float: inline-start;
    margin-inline: -282.08333px 20px
	}

	.n-image--end {
		float: inline-end;
    margin-inline: 20px -282.08333px
	}
}

.n-image-caption {
	font-size: 14px;
	line-height: 20px;
	margin-block: 5px;
  margin-block-start: 10px;
  max-inline-size: 100%;
	text-align: center
}

@media (min-width:860px) {
	.n-image-caption {
		max-inline-size: 584.16667px
	}
}

.n-image-src {
	background-color: #ccc;
	display: block;
  max-inline-size: 100%
}

@media (min-width:860px) {
	.n-image-src {
		block-size: auto;
		inline-size: 584.16667px
	}
}

.n-sidebar {
	background-color: #f8f8f8;
	box-shadow: inset 0 0 0 1px #b4b4b4;
	color: #464646;
	margin-block: 20px;
  margin-block-end: 30px;
		padding: 40px
}

@media (min-width:860px) {
	.n-sidebar {
		inline-size: 584.16667px;
		padding: 60px 70px
	}
}

.n-sidebar h1,
.n-sidebar h2,
.n-sidebar h3,
.n-sidebar h4,
.n-sidebar h5,
.n-sidebar h6 {
	font-size: var(--font-2);
	font-weight: inherit;
	line-height: 30px;
	margin-block: 0
}

.n-sidebar h3,
.n-sidebar ol,
.n-sidebar p,
.n-sidebar ul {
	font-size: var(--font-0);
	line-height: 25px;
	margin-block: 20px 0
}

.n-sidebar ol,
.n-sidebar ul {
	padding-inline-start: 25px
}

.n-sidebar li~li {
	margin-block-start: 5px
}

.n-sidebar .alignleft {
	float: inline-start;
  	margin-block-end: 20px;
	margin-inline-end: 20px
}

.n-sidebar .alignright {
	float: inline-end;
	margin-block-start: 20px;
  margin-inline-start: 20px
}

.n-sidebar .aligncenter {
	margin-block-end: 20px;
	margin-inline: auto
}

@media (max-width:1449px) {
	.n-sidebar--end,
	.n-sidebar--start {
		margin-inline: auto
	}
}

@media (min-width:1450px) {
	.n-sidebar--start {
		clear: inline-start;
    float: inline-start;
		margin-inline: -300px 16px
	}

	.n-sidebar--end {
		clear: inline-end;
		float: inline-end;
		margin-inline: 16px -300px;
	}
}

.n-subscribe {
	background-color: #323232;
	color: #fff;
	padding-block: 125px 140px;
	text-align: center
}

.n-subscribe-title {
	font-size: 34px;
	font-weight: 300;
	line-height: 40px;
	margin-block: 0;
  	margin-block-end: 30px;
	margin-inline-end: 20px
}

.n-subscribe-summary {
	font-size: var(--font-0);
	line-height: 25px;
	margin: 20px auto 40px;
	max-inline-size: 560px
}

.n-subscribe-action {
	appearance: none;
	background-color: var(--calcite-ui-brand);
	border-width: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	padding: 25px 60px;
	vertical-align: top
}

.n-subscribe-action:focus,
.n-subscribe-action:hover {
	background-color: #005e95
}

.n-subscribe-iframe {
	background-color: #fff;
	border-style: none;
	display: block;
	inline-size: 825.83333px;
	margin-block-start: 40px;
	margin-inline: auto;
	max-inline-size: calc(100% - 40px);
	transition: height .3s ease-in-out, visibility 0s .3s
}

.n-subscribe-iframe:not([aria-hidden]),
.n-subscribe-iframe[aria-hidden="true"] {
	block-size: 0;
	visibility: hidden
}

.n-subscribe-iframe[aria-hidden="false"] {
	block-size: 40vh;
	transition: height .3s ease-in-out;
	visibility: visible
}

.n-storymap {
	background-color: #e0e0e0;
	block-size: calc(80vh - 60px);
	display: block;
	inline-size: 100vw
}

@media (min-width:1450px) {
	.n-storymap {
		margin-inline: calc(-50vw + 412px)
	}
}

@media (min-width:860px) and (max-width:1449px) {
	.n-storymap {
		margin-inline: calc(-50vw + 292px)
	}
}

@media (max-width:859px) {
	.n-storymap {
		margin-inline: -27px
	}
}

.n-video--youtube {
  		block-size: calc(56.25vw - 54px);
	display: block;
		inline-size: calc(100vw - 54px);
	margin-inline: auto
}

@media (min-width:1450px) {
	.n-video--youtube {
		block-size: 464.53125px;
		inline-size: 825.83333px
	}
}

@media (min-width:480px) and (max-width:1449px) {
	.n-video--youtube {
		block-size: 328.59375px;
		inline-size: 584.16667px
	}
}

.news-results {
	background-color: #fff;
	display: block;
	margin-block-end: 75px;
  margin-inline: 25px;
	padding-block-start: 60px
}

@media (min-width:1474px) {
	.news-results {
		inline-size: 1424px;
		margin-inline: auto
	}
}

@media (max-width:1473px) and (min-width:754px) {
	.news-results {
		inline-size: 704px;
		margin-inline: auto
	}
}

.news-results-title {
	color: #4c4c4c;
  		font-size: 24px;
	font-weight: 400;
		line-height: 30px;
	margin-block-end: 40px
}

@media (min-width:640px) {
	.news-results-title {
		font-size: 48px;
		line-height: 60px
	}
}

.news-results-title-keyword {
	color: #6e6e6e
}

.news-search--result {
	block-size: 50px;
	box-shadow: inset 0 -1px 0 0 #ccc;
	font-weight: 300;
  margin-block-end: 30px;
	position: relative
}

@media (min-width:1474px) {
	.news-search--result {
		inline-size: 1424px;
		margin-block-end: 30px;
		margin-inline: auto
	}
}

.news-search--result-label,
.news-search--result-query,
.news-search--result-query-measure,
.news-search--result-query-underline {
	font-size: var(--font-1);
	line-height: 50px
}

.news-search--result-label {
	color: #a9a9a9;
	cursor: text;
	inset-block-start: 0;
	inset-inline-start: 0;
	position: absolute;
	user-select: none
}

.news-search--result-query:valid~.news-search--result-label {
	font-size: 12px;
	inset-block-start: 0;
	line-height: 12px;
	padding-block: 0
}

.news-search--result-query {
  	appearance: textfield;
	background-color: transparent;
	block-size: 100%;
	border-style: none;
	color: #000;
	inline-size: 100%;
	inset: 0;
	line-height: 26px;
	padding: 0;
	position: absolute
}

.news-search--result-query:focus {
	outline-width: 0
}

.news-search--result-query-measure,
.news-search--result-query-underline {
	display: inline-block;
	inset-block: 0;
	inset-inline-start: 0;
	position: absolute;
	user-select: none;
	white-space: nowrap
}

.news-search--result-query-measure {
	clip: rect(0, 0, 0, 0)
}

.news-search--result-query-underline {
	box-shadow: inset 0 -1px 0 0 var(--calcite-ui-brand);
	transition: width .3s
}

.news-search--result-submit {
	background-color: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%234c4c4c' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.364 14.636L9.735 9.008a5.5 5.5 0 1 0-.706.708l5.628 5.627.707-.707zM1 5.5C1 3.019 3.019 1 5.5 1S10 3.019 10 5.5 7.981 10 5.5 10 1 7.981 1 5.5z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	border-style: none;
	cursor: pointer;
	inline-size: 60px;
	inset-block: 0;
	inset-inline-end: 0;
	outline-offset: -2px;
	position: absolute;
	transition: background-image .3s, background-size .3s
}

.news-search--result-query:valid~.news-search--result-submit {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%230079c1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.364 14.636L9.735 9.008a5.5 5.5 0 1 0-.706.708l5.628 5.627.707-.707zM1 5.5C1 3.019 3.019 1 5.5 1S10 3.019 10 5.5 7.981 10 5.5 10 1 7.981 1 5.5z'/%3E%3C/svg%3E")
}

.news-results-subtitle {
	font-size: 14px;
	line-height: 32px
}

.news-results-subtitle-length {
	font-style: normal;
	font-weight: 600
}

.news-card--result {
	box-shadow: inset 0 -1px 0 0 #ccc;
	padding-block: 20px
}

.news-card--result-byline-time,
.news-card--result-excerpt {
	color: #595959
}

@media (min-width:640px) {
	.news-card--result {
		display: flex
	}
}

@media (min-width:1474px) {
	.news-card--result-image-link {
		inline-size: 404px;
		margin-inline-end: 76px
	}
}

@media (max-width:1473px) and (min-width:640px) {
	.news-card--result-image-link {
		inline-size: 240px;
		margin-inline-end: 20px
	}
}

@media (max-width:639px) {
	.news-card--result-image-link+.news-card--result-content {
		margin-block-start: 20px
	}
}

@media (min-width:1474px) {
	.news-card--result-image {
		block-size: 227.25px;
		inline-size: 404px
	}
}

@media (max-width:1473px) and (min-width:640px) {
	.news-card--result-image {
		block-size: 135px;
		inline-size: 240px
	}
}

@media (max-width:639px) {
	.news-card--result-image {
		block-size: calc(56.25vw - 28.125px);
		inline-size: calc(100vw - 50px)
	}
}

@media (min-width:1474px) {
	.news-card--result-content {
		padding-inline-end: 120px
	}
}

@media (min-width:640px) {
	.news-card--result-title {
		font-size: 24px;
		line-height: 35px
	}
}

@media (max-width:639px) {
	.news-card--result-title {
		font-size: var(--font-0);
		line-height: 25px
	}
}

.news-card--result-title-link {
	color: var(--calcite-ui-brand);
	text-decoration: none
}

.news-card--result-byline {
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0 20px
}

.news-card--result-byline-link {
	color: var(--calcite-ui-brand);
	text-decoration: none
}

.news-card--result-byline-anti,
.news-card--result-byline-time {
	box-shadow: -4px 0 0 -3px;
	display: inline-block;
	margin-inline-start: .5em;
	padding-inline-start: .5em
}

.news-card--result-action,
.news-card--result-excerpt {
	line-height: 1.55rem;
	margin: 10px 0 20px
}

.news-card--result-action-link {
	color: var(--calcite-ui-brand);
	text-decoration: none
}

.news-card--result-action-link[data-link-type]::after {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	block-size: 13px;
	content: "";
	display: inline-block;
	inline-size: 13px;
	margin-inline-start: 7px;
	transition: all .25s ease-out
}

.news-card--result-action-link[data-link-type="external"]::after {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='icons' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16; fill:%230079c1' xml:space='preserve'%3E%3Cpolygon points='15,8 16,8 16,16 0,16 0,0 8,0 8,1 1,1 1,15 15,15 '/%3E%3Cpolygon points='10,0 10,1 14.5340004,1 5.9610004,9.4729996 6.526,10.0389996 15,1.4660001 15,6 16,6 16,0 '/%3E%3C/svg%3E%0A")
}

.news-card--result-action-link[data-link-type="internal"]::after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%230079c1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E")
}

.news-more {
	margin-block-start: 100px
}

.news-more-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 60px;
	margin-block-end: 50px;
	text-align: center
}

.related-title {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .075em;
	line-height: 30px;
	margin-block: 60px 30px;
	text-align: center;
	text-transform: uppercase
}

@media (min-width:1474px) {

	.news-more-content,
	.news-profile-posts-content,
	.related-content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-inline: calc(50% - 712px)
	}

	.news-more-content>:nth-child(3n+2),
	.news-profile-posts-content>:nth-child(3n+2),
	.related-content>:nth-child(3n+2) {
		margin-inline: 16px
	}
}

@media (max-width:1473px) {

	.news-more-content,
	.news-profile-posts-content,
	.related-content {
		padding-inline: 25px
	}
}

@media (min-width:1474px) {

	.news-more-content::after,
	.news-profile-posts-content::after,
	.related-content::after {
		content: "";
		flex-grow: 1;
		max-inline-size: 464px
	}
}

.card--more,
.card--related {
	background-color: #fff;
	box-shadow: inset 0 0 1px 0 #ccc;
	color: #4c4c4c;
  		inline-size: 100%;
	margin-block-end: 24px;
		min-block-size: 103px;
	overflow: hidden;
		padding: 20px 10px 20px 132px;
	position: relative
}

@media (min-width:1474px) {
	.card--more,
	.card--related {
		inline-size: 464px;
		padding: 276px 25px 35px
	}
}

@media (max-width:1473px) and (min-width:640px) {
	.card--more,
	.card--related {
		inline-size: 100%;
		min-block-size: 174px;
		padding: 15px 25px 15px 306px
	}
}

@media (min-width:1474px) {

	.card--more-image-link,
	.card--related-image-link {
		inset-block-start: 0;
		inset-inline: 0;
		position: absolute
	}
}

@media (max-width:1473px) and (min-width:640px) {

	.card--more-image-link,
	.card--related-image-link {
		inset-block-start: 15px;
		inset-inline-start: 25px;
		position: absolute
	}
}

@media (max-width:639px) {

	.card--more-image-link,
	.card--related-image-link {
		inset-block-start: 20px;
		inset-inline-start: 10px;
		position: absolute
	}
}

.card--more-image,
.card--related-image {
	background-color: #ccc;
  		block-size: 63px;
	display: inline-block;
		inline-size: 112px;
	vertical-align: top
}

@media (min-width:1474px) {

	.card--more-image,
	.card--related-image {
		block-size: 261px;
		inline-size: 464px
	}
}

@media (max-width:1473px) and (min-width:640px) {
	.card--more-image,
	.card--related-image {
		block-size: 144px;
		inline-size: 256px
	}
}

.card--more-title,
.card--related-title {
	color: var(--calcite-ui-brand);
  		font-size: 14px;
	font-weight: inherit;
		line-height: 20px;
	margin-block: 0
}

@media (min-width:640px) {
	.card--more-title,
	.card--related-title {
		font-size: 24px;
		line-height: 30px
	}
}

.card--more-title-link,
.card--related-title-link {
	color: inherit;
	text-decoration: none
}

.card--more-byline,
.card--related-byline {
	font-size: 14px;
	line-height: 20px
}

@media (max-width:1199px) {
	.card--more-byline,
	.card--related-byline {
		display: none
	}
}

.card--more-byline-link,
.card--related-byline-link {
	color: var(--calcite-ui-brand);
	text-decoration: none
}

.card--more-byline-time,
.card--related-byline-time {
	box-shadow: -4px 0 0 -3px;
	display: inline-block;
	margin-inline-start: .5em;
	padding-inline-start: .5em
}

.card--more-excerpt,
.card--related-excerpt {
	font-size: var(--font-0);
	line-height: 24px
}

@media (max-width:1473px) {
	.card--more-excerpt,
	.card--related-excerpt {
		display: none
	}
}

.card--more-ante {
	font-size: var(--font-0);
	line-height: 20px
}

@media (max-width:639px) {
	.card--more-ante {
		font-size: 12px;
		line-height: 15px
	}
}

.card--more-action {
	color: var(--calcite-ui-brand);
	font-size: var(--font-0);
	inset-block-end: 15px;
	inset-inline-end: 25px;
	line-height: 20px;
	margin-block: 0;
	position: absolute
}

@media (max-width:1473px) {
	.card--more-action {
		display: none
	}
}

.card--more-action-link {
	color: inherit;
	text-decoration: none
}

.card--more-action-link::after {
	block-size: .8em;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%230079c1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E");
	display: inline-block;
	inline-size: .8em;
	margin-inline-start: .5em
}

.n-image--center .n-image-src,
.n-image-caption----center {
	margin-inline: auto
}

@media (min-width:1450px) {

	.n-image--start,
	.n-sidebar--start,
	.n-image--end,
	.n-sidebar--end {
		clear: inline-start;
		float: inline-start;
		margin-inline: -274px 20px
	}
}

.n-gateway-cards .view-more-wrapper {
	margin: 0 0 2em
}

.n-gateway-cards .view-more span {
	display: inline-block;
	transform: translateY(-2px)
}

[dir="ltr"] .n-gateway-card-type-link {
	background-image: linear-gradient(90deg, transparent, transparent 16.5%, currentcolor 66%);
	background-position: calc(200% - 2px) 100%
}

[dir="ltr"] .n-gateway-card-type-link:hover {
	background-position: 100% 100%
}

[dir="rtl"] .n-gateway-card-type-link {
	background-image: linear-gradient(-90deg, transparent, transparent 16.5%, currentcolor 66%);
	background-position: calc(-200% + 2px) 100%
}

[dir="rtl"] .n-gateway-card-type-link:hover {
	background-position: 50% 100%
}

.n-gateway-card-type-link {
	background-repeat: no-repeat;
	background-size: 200% 1px;
	color: var(--calcite-ui-brand);
	text-decoration: none;
	transition: background-position .15s ease-in-out
}

@media (max-width:1473px) and (min-width:640px) {
	.news-card--result-image-link {
		flex: 0 0 240px
	}

	.news-card--result-image {
		min-inline-size: 240px
	}
}

@media (min-width:1474px) {
	.news-card--result-image-link {
		flex: 0 0 404px
	}

	.news-card--result-image {
		min-inline-size: 404px
	}
}

.news-card--result-type-link {
	box-shadow: -4px 0 0 -3px;
	color: var(--calcite-ui-brand);
	display: inline-block;
	margin-inline-start: .5em;
	padding-inline-start: .5em;
	text-decoration: none
}

.n-gateway-recent-card-image:hover {
	color: #4c4c4c;
	text-decoration: none
}

.n-gateway-recent-card-image .n-gateway-recent-card-image-tag {
	display: block
}

.n-gateway-card-toggle-summary {
	display: none
}

@media only screen and (max-width:1449px) {
	.n-gateway-recent-card-image {
		block-size: 0;
		min-block-size: 0;
		padding-block-end: 56.25%
	}

	.n-gateway-recent-card-image-tag {
		display: block;
		position: static
	}

	.n-gateway-recent-card-image .n-gateway-recent-card-image-tag {
		display: none;
		font-size: 15px;
		font-weight: 600;
		position: static
	}
}

@media only screen and (max-width:859px) {

	.n-gateway-carousel::before,
	.n-gateway-hero::before {
		background: rgb(0 0 0 / 60%)
	}

	.n-gateway-card {
		padding: 0
	}

	.n-gateway-card:hover {
		box-shadow: inset 0 0 0 1px #ccc
	}

	.n-gateway-card-headline:hover {
		text-decoration: underline
	}

	.n-gateway-card-content {
		inline-size: 100%;
		margin: 35px 5px 0 0
	}

	.n-gateway-card-image {
		inline-size: 150px
	}

	.n-gateway-card-image>:first-child {
		inset-block-start: 1px;
		inset-inline-start: 1px
	}

	.n-gateway-card-date {
		display: block
	}

	.n-gateway-card-summary {
		block-size: auto;
		display: block;
		font-size: 14px;
		line-height: 20px;
		margin: .5rem 0;
		max-block-size: 0;
		opacity: 0;
		transition: max-height 80ms linear, opacity .25s linear
	}

	.n-gateway-card-toggle-summary {
		border-block-start: 1px solid #e0e0e0;
		display: block;
		font-size: 14px;
		line-height: 20px;
		margin: .5rem 0;
		padding-block-start: .5rem
	}

	.n-gateway-card-toggle-summary:hover {
		text-decoration: underline
	}

	[dir="ltr"] .n-gateway-card-image-tag {
		color: #6e6e6e;
		font-weight: 600;
		inset-block-start: 10px
	}

	.n-gateway-card:focus .n-gateway-card-image-src,
	.n-gateway-card:hover .n-gateway-card-image-src {
		transform: none
	}

	.n-gateway-card-hide-summary::after,
	.n-gateway-card-show-summary::after {
		background-size: 100%;
		block-size: 10px;
		content: "";
		display: inline-block;
		inline-size: 12px;
		margin-inline-start: 2px
	}

	.n-gateway-card-show-summary::after {
		background-image: url("data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDogIzdDN0M3QzsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGNsYXNzPSJzdmctaWNvbiI+PHBhdGggZD0iTTI4IDl2NUwxNiAyNiA0IDE0VjlsMTIgMTJMMjggOXoiPjwvcGF0aD48L3N2Zz4=")
	}

	.n-gateway-card-hide-summary::after {
		background-image: url("data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDogIzdDN0M3QzsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIGNsYXNzPSJzdmctaWNvbiI+PHBhdGggZD0iTTQgMjN2LTVMMTYgNmwxMiAxMnY1TDE2IDExIDQgMjN6Ii8+PC9zdmc+")
	}

	.n-gateway-card-hide-summary {
		display: none
	}

	.n-gateway-card-content.show-summary .n-gateway-card-summary {
		max-block-size: 500px;
		opacity: 1;
		transition: max-height .6s linear, opacity .6s linear;
		visibility: visible
	}

	.n-gateway-card-content.show-summary .n-gateway-card-hide-summary,
	.n-gateway-card-content.show-summary .n-gateway-card-summary {
		display: block
	}

	.n-gateway-card-content.show-summary .n-gateway-card-show-summary {
		display: none
	}

	.n-gateway-card-action {
		display: none
	}
}

@media only screen and (max-width:659px) {
	.n-gateway-card-image {
		inline-size: 115px
	}

	.n-gateway-card-image-tag {
		font-size: 10px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 10px
	}

	.n-gateway-card-content {
		margin-block-start: 25px
	}

	.n-gateway-card-headline {
		font-size: 17px;
		line-height: 21px;
		max-block-size: none
	}
}

@media only screen and (max-width:499px) {
	.n-gateway-card-headline {
		font-size: 15px;
		line-height: 17px
	}

	.n-gateway-card-summary,
	.n-gateway-card-toggle-summary {
		font-size: 12px;
		line-height: 20px
	}
}

@media only screen and (max-width:479px) {
	.n-gateway-card-image-tag {
		font-size: 2.3vw
	}
}

@media (min-width:1450px) {
	.n-gateway-hero-headline {
		max-inline-size: calc(54.16667% - 20px)
	}
}

#music {
	display: none
}

.one-third {
	display: inline-block;
	flex-basis: calc(100% / 3);
	flex-grow: 1;
	vertical-align: top
}

.one-third.button-wrapper {
  align-items: center;
 display:flex;
  justify-content: center;
}

.one-third.button-wrapper-leftaligned {
  align-items: center;
 display:flex;
  justify-content: flex-start;
}

#timeline {
	background-color: rgb(193 193 193 / 90%);
	block-size: 10px;
	inline-size: 100%
}

#timeline:hover {
	cursor: pointer
}

#playhead {
	background: #00a1ff;
	block-size: 10px;
	inline-size: 0;
	margin-block-start: 1px;
	max-inline-size: 100%;
	position: relative
}

#playhead:hover::after {
	display: inline-block;
	transition: all .3s
}

#playhead::after {
	background-color: #fff;
	block-size: 20px;
	border: 2px solid #00b9f1;
	border-radius: 50%;
	content: ' ';
	display: none;
	inline-size: 20px;
	inset-block-start: -5px;
	inset-inline-end: -15px;
	position: absolute
}

.player-container {
	background-color: #464646;
	block-size: 54px;
	display: flex;
	inline-size: 100%
}

.player-container .one-third:last-child a {
	display: inline-block;
	margin-inline-start: 85%
}

.audio-volume,
.timers {
	color: #fff;
	font-size: var(--font-1);
	margin-inline-start: 15px;
}

.play-btn {
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='svg' fill='%23fff' height='100%25' viewBox='0 0 16 16' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 1.571l10 6.43-10 6.428z'%3E%3C/path%3E%3C/svg%3E");
	block-size: 24px;
	display: block;
	inline-size: 24px;
	margin: 0 auto;
	opacity: .75;
}

.pause-btn {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M5 14H2a1.003 1.003 0 0 1-1-1V2a1.003 1.003 0 0 1 1-1h3a1.003 1.003 0 0 1 1 1v11a1.003 1.003 0 0 1-1 1zm9-1V2a1.003 1.003 0 0 0-1-1h-3a1.003 1.003 0 0 0-1 1v11a1.003 1.003 0 0 0 1 1h3a1.003 1.003 0 0 0 1-1z'/%3E%3C/svg%3E");
	block-size: 24px;
	display: block;
	inline-size: 24px;
	margin: 0 auto;
	opacity: .75;
}

.pause-btn:hover,
.play-btn:hover {
	cursor: pointer;
	opacity: 1
}

.audio-on {
	background: url("data:image/svg+xml;base64, PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmc vMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PS IwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb 3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0 ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M 9InN0MCIgZD0iTTEzLjEsMy45djIwLjRsLTcuNS01LjZIMC4yVjkuNGg1LjVMMTMuMSwzLjl6IE 0yLDExLjN2NS42aDQuM2w1LDMuN3YtMTNsLTUsMy43SDJ6IE0xNi45LDEwLjMKCQljMC41LDAuN ywxLDEuNCwxLjMsMi4yczAuNSwxLjcsMC41LDIuNnMtMC4yLDEuOC0wLjUsMi42Yy0wLjMsMC44 LTAuNywxLjUtMS4zLDIuMmwtMS4yLTEuMmMwLjQtMC41LDAuNy0xLDAuOS0xLjYKCQljMC4yLTA uNiwwLjMtMS4yLDAuMy0xLjlzLTAuMS0xLjMtMC4zLTEuOWMtMC4yLTAuNi0wLjUtMS4xLTAuOS 0xLjZMMTYuOSwxMC4zeiBNMTkuNyw3LjVjMC45LDEsMS42LDIuMSwyLjEsMy40czAuOCwyLjYsM C44LDQuMQoJCXMtMC4zLDIuOC0wLjgsNC4xYy0wLjUsMS4zLTEuMiwyLjQtMi4xLDMuNGwxLjIs MS4yYzAuNS0wLjYsMS0xLjIsMS40LTEuOXMwLjgtMS40LDEuMS0yLjFjMC4zLTAuNywwLjUtMS4 1LDAuNy0yLjMKCQljMC4yLTAuOCwwLjItMS42LDAuMi0yLjRzLTAuMS0xLjYtMC4yLTIuNHMtMC 40LTEuNi0wLjctMi4zYy0wLjMtMC43LTAuNi0xLjQtMS4xLTIuMXMtMC45LTEuMy0xLjQtMS45T DE5LjcsNy41eiBNMjMuNiwzLjYKCQljMC43LDAuOCwxLjMsMS42LDEuOSwyLjRzMSwxLjgsMS40 LDIuN3MwLjcsMiwwLjksM2MwLjIsMSwwLjMsMi4xLDAuMywzLjJzLTAuMSwyLjItMC4zLDMuMmM tMC4yLDEtMC41LDItMC45LDMKCQljLTAuNCwxLTAuOSwxLjktMS40LDIuN2MtMC41LDAuOS0xLj IsMS43LTEuOSwyLjRsMS4yLDEuMmMwLjgtMC44LDEuNS0xLjcsMi4xLTIuN2MwLjYtMSwxLjEtMiwxLjYtM2MwLjQtMS4xLDAuOC0yLjIsMS0zLjMKCQljMC4yLTEuMiwwLjMtMi4zLDAuMy0zLjZzLTAuMS0yLjQtMC4zLTMuNnMtMC42LTIuMy0xLTMuM2MtMC40LTEuMS0xLTIuMS0xLjYtM3MtMS4zLTEuOS0yLjEtMi43TDIzLjYsMy42eiIvPgo8L2c+Cjwvc3ZnPg==") no-repeat center center;
	block-size: 54px;
	display: block;
	inline-size: 16px;
	margin: 0 auto;
	opacity: .75;
	padding-block: 18px
}

.audio-on:hover {
	opacity: 1
}

.audio-off {
	background: url("data:image/svg+xml;base64, PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTAuMSw5LjRoNS41bDcuNS01LjZ2MjAuNWwtNy41LTUuNkgwLjFWOS40eiBNMTEuMyw3LjVsLTUsMy44SDJ2NS42aDQuM2w1LDMuOFY3LjV6IE0yMi45LDE0LjFsNC00bC0xLjMtMS4zCgkJbC00LDRsLTQtNGwtMS4zLDEuM2w0LDRsLTQsNGwxLjMsMS4zbDQtNGw0LDRsMS4zLTEuM0wyMi45LDE0LjF6Ii8+CjwvZz4KPC9zdmc+") no-repeat center center;
	block-size: 54px;
	display: block;
	inline-size: 16px;
	margin: 0 auto;
	padding-block: 18px
}

.download-audio {
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M7.982 3v9.487l2.54-2.539.706.707L7.5 14.384l-3.729-3.729.707-.707 2.504 2.504V3z'/%3E%3C/svg%3E");
	block-size: 24px;
	display: block;
	inline-size: 24px;
	margin: 0 auto;
	opacity: .75;
}

.download-audio:hover {
	opacity: 1
}

.download-link {
  display: inline-block;
	position: relative;
}

.download-link:hover .download-tooltip {
	display: inline-block
}

.audio-off:hover,
.audio-on:hover {
	cursor: pointer
}

.audio-volume {
	position: relative
}

.audio-volume:hover .volume-slider-container {
	display: block
}

.volume-slider-container {
	background-color: #323232;
	block-size: 120px;
	display: none;
	inline-size: 40px;
	inset-block-start: -120px;
	inset-inline-start: -15px;
	padding: 10px 15px;
	position: absolute
}

.volume-slider-container::after {
	block-size: 0;
	border-block-start: 15px solid #32324a;
	border-inline-end: 15px solid transparent;
	border-inline-start: 15px solid transparent;
	content: ' ';
	inline-size: 0;
	inset-block-end: -12px;
	inset-inline-start: 5px;
	position: absolute
}

.volume-slider {
	background: #999;
	block-size: 100px;
	inline-size: 10px;
	position: relative
}

.audio-volume .volume-state {
	background-color: #fff;
	block-size: 0;
	display: inline-block;
	inline-size: 100%;
	inset-block-end: 0;
	position: absolute
}

.download-tooltip {
	background: #4c4c4c;
	color: #fff;
	display: none;
	font-size: var(--font-0);
	inset-block-end: 125%;
	inset-inline-start: -372%;
	line-height: 32px;
	min-inline-size: 150px;
	position: absolute;
	text-align: center
}

.download-tooltip::after {
	block-size: 0;
	border-block-start: 15px solid #4c4c4d;
	border-inline-end: 15px solid transparent;
	border-inline-start: 15px solid transparent;
	content: ' ';
	inline-size: 0;
	inset-block-end: -12px;
	inset-inline-end: 35px;
	position: absolute
}

.n-gateway-recent-card-duration-tag-left {
	display: inline-block;
	inset-inline-end: 30px;
	position: absolute
}

.n-gateway-recent-card-date span {
	display: none
}

@media screen and (max-width:860px) {
	.n-gateway-recent-card-date span {
		display: inline
	}
}

.n-gateway-card-duration-tag-left {
	display: inline-block;
	inset-inline-end: 30px;
	position: absolute
}

@media only screen and (max-width:859px) {
	.n-gateway-card-duration-tag-left {
		display: none
	}
}

.link-blue {
	position: relative
}

.link-blue::after {
	block-size: 14px;
	display: inline-block;
	inline-size: 14px;
	inset-block-start: 4px;
	line-height: 0;
	margin-inline-start: 5px;
	position: absolute
}

.n-gateway-recent-card-action {
	margin-block-start: 35px
}

.news-search--result-query:active,
.news-search--result-query:focus {
	outline: 0
}

@media (min-width:860px) {
	.n-article-next-title {
		block-size: auto;
		min-block-size: 60px
	}
}

.news-share {
	position: absolute;
	z-index: 999
}

.news-share-link {
	background-repeat: no-repeat;
	background-size: 24px;
	border-style: none;
	color: #fff;
	cursor: pointer;
	z-index: 10
}

@media (min-width:860px) {
	.news-share-link {
		display: none
	}
}

.mobile-share {
	inset-block-end: 0;
	position: fixed;
	z-index: 1
}

.mobile-share .news-share-link .news-share-control {
	background-color: #323232;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:#fff' width='32' height='32' viewBox='0 0 32 32' class='svg-icon'%3E%3Cpath d='M26 30H2V6h14V4H0v28h28V18h-2zM21 8C12.715 8 6 14.717 6 23c0 .336.029.668.051 1h4A11.464 11.464 0 0 1 10 23c0-6.065 4.936-11 11-11h3.004l-6 6h4L30 10l-7.996-8h-4l6 6H21z'/%3E%3C/svg%3E");
	background-position: 50% center;
	background-size: 12px;
	block-size: 20px;
	inline-size: 20px;
	transition: all .3s ease-in-out
}

.mobile-share .news-share-mobile {
	inline-size: 100%;
	inset-block-end: -4px;
	inset-inline-start: -600px;
	opacity: 0;
	position: fixed;
	transition: all .5s ease-in-out
}

.mobile-share .news-share-mobile div {
	display: inline-block;
	margin-inline-start: -5px
}

.mobile-share .news-share-mobile .news-share-control.-twitter {
	background-color: #59adeb
}

.mobile-share .news-share-mobile .news-share-control.-twitter:hover {
	background-color: #a9a9a9
}

.mobile-share .news-share-mobile .news-share-control.-facebook {
	background-color: #3d5a96
}

.mobile-share .news-share-mobile .news-share-control.-facebook:hover {
	background-color: #a9a9a9
}

.mobile-share .news-share-mobile .news-share-control.-linkedin {
	background-color: #0077b5
}

.mobile-share .news-share-mobile .news-share-control.-linkedin:hover {
	background-color: #a9a9a9
}

.mobile-share .news-share-mobile .news-share-control.-rss {
	background-color: #fd8023
}

.mobile-share .news-share-mobile .news-share-control.-rss:hover {
	background-color: #a9a9a9
}

@media (min-width:860px) {
	.mobile-share {
		display: none
	}
}

.mobile-share[data-state="open"] .news-share-link .news-share-control {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='fill:%23fff' d='M9.414 8l3.535 3.535-1.414 1.414L8 9.414 4.465 12.95 3.05 11.535 6.586 8 3.05 4.465 4.465 3.05 8 6.586l3.535-3.537 1.414 1.416z'/%3E%3C/svg%3E");
	background-size: 24px;
	block-size: 50px;
	inline-size: 50px
}

.mobile-share[data-state="open"] .news-share-mobile {
	inline-size: calc(100% - 40px);
	inset-inline-start: 50px;
	opacity: 1
}

.mobile-share[data-state="open"] .news-share-mobile div {
	inline-size: calc(100% / 4)
}

.mobile-share[data-state="closed"] .news-share-link .news-share-control {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:#fff' width='32' height='32' viewBox='0 0 32 32' class='svg-icon'%3E%3Cpath d='M26 30H2V6h14V4H0v28h28V18h-2zM21 8C12.715 8 6 14.717 6 23c0 .336.029.668.051 1h4A11.464 11.464 0 0 1 10 23c0-6.065 4.936-11 11-11h3.004l-6 6h4L30 10l-7.996-8h-4l6 6H21z'/%3E%3C/svg%3E");
	transition-delay: .2s
}

.mobile-share[data-state="closed"] .news-share-mobile {
	opacity: 0
}

.mobile-share.non-sticky {
	position: relative
}

@media (max-width:860px) {
	.news-share {
		display: none
	}

	.news-share.mobile-share {
		display: block
	}
}

@media (min-width:1450px) {

	.news-share:not([data-stuck]),
	.news-share[data-stuck="after"],
	.news-share[data-stuck="before"] {
		inset-inline-start: 0
	}

	.news-share.arc.gis-v[data-stuck="after"],
	.news-share.arcgis-v:not([data-stuck]),
	.news-share.arcgis-v[data-stuck="before"] {
		inset-inline-start: 0
	}

	.news-share.absolute {
		inset-inline-start: 0;
		z-index: 9
	}

	.news-share.fixed {
		inset-block-start: 90px;
		inset-inline-start: 0;
		position: fixed
	}
}

@media (max-width:1449px) and (min-width:860px) {

	.news-share:not([data-stuck]),
	.news-share[data-stuck="after"],
	.news-share[data-stuck="before"] {
		inset-inline-start: 0
	}

	.news-share.fixed {
		inset-block-start: 90px;
		inset-inline-start: 0;
		position: fixed
	}

	.news-share.absolute {
		inset-inline-start: 0;
		z-index: 9
	}

	.news-share.arcgis-v:not([data-stuck]),
	.news-share.arcgis-v[data-stuck="after"],
	.news-share.arcgis-v[data-stuck="before"] {
		inset-inline-start: 0
	}
}

@media (min-width:860px) {
	.news-share[data-stuck="during"] {
		inset-block-start: 90px;
		inset-inline-start: 0;
		position: fixed
	}
}

.news-share-control {
	background-color: #b2b2b2;
	background-repeat: no-repeat;
	background-size: 24px;
	block-size: 50px;
	border-style: none;
	color: #fff;
	cursor: pointer;
	display: block;
	inline-size: 50px;
	position: relative
}

@media (min-width:860px) {
	.news-share-control::before {
		border-color: transparent #464646 transparent transparent;
		border-image: initial;
		border-inline-end: 15px solid #464646;
		border-style: solid;
		border-width: 15px;
		content: "";
		inset-block-start: 12.5px;
		inset-inline-start: calc(100% - 10px);
		position: absolute
	}

	.news-share-control::after {
		background-color: #464646;
		content: attr(aria-label);
		font-size: 12px;
		inset-block-start: 12.5px;
		inset-inline-start: calc(100% + 10px);
		line-height: 15px;
		padding: 7.5px 30px;
		position: absolute;
		white-space: nowrap
	}

	.news-share-control:not(:hover, :focus)::after,
	.news-share-control:not(:hover, :focus)::before {
		clip: rect(0, 0, 0, 0)
	}
}

.news-share-control:focus,
.news-share-control:hover {
	background-color: #59abee
}

.news-share-control.-facebook {
	background-color: #a9a9a9;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 38 38' style='fill:%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38 38V0H0v38h17.2V21.9H14v-5.7h3.2v-3.7c0-2.6 1.2-6.7 6.7-6.7h4.9v5.5h-3.6c-.6 0-1.4.3-1.4 1.5v3.3h5.1l-.6 5.7h-4.5v16.1H38z'/%3E%3C/svg%3E");
	background-position: 50% center
}

.news-share-control.-facebook:focus,
.news-share-control.-facebook:hover {
	background-color: #3d5a96
}

.news-share-control.-linkedin {
	background-color: #a9a9a9;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' style='fill:%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='cls-1' d='M0 0v24h24V0zm8 19H5V8h3zM6.5 6.7A1.8 1.8 0 1 1 8.3 5a1.8 1.8 0 0 1-1.8 1.7zM20 19h-3v-5.6c0-3.4-4-3.1-4 0V19h-3V8h3v1.8c1.4-2.6 7-2.8 7 2.5z'/%3E%3C/svg%3E");
	background-position: 50% center
}

.news-share-control.-linkedin:focus,
.news-share-control.-linkedin:hover {
	background-color: #59adeb
}

.news-share-control.-twitter {
	background-color: #a9a9a9;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 512 512' style='fill:%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512.002 97.211c-18.84 8.354-39.082 14.001-60.33 16.54 21.686-13 38.342-33.585 46.186-58.115a210.29 210.29 0 0 1-66.705 25.49c-19.16-20.415-46.461-33.17-76.674-33.17-58.011 0-105.042 47.029-105.042 105.039 0 8.233.929 16.25 2.72 23.939-87.3-4.382-164.701-46.2-216.509-109.753-9.042 15.514-14.223 33.558-14.223 52.809 0 36.444 18.544 68.596 46.73 87.433a104.614 104.614 0 0 1-47.577-13.139c-.01.438-.01.878-.01 1.321 0 50.894 36.209 93.348 84.261 103a105.245 105.245 0 0 1-27.674 3.687c-6.769 0-13.349-.66-19.764-1.888 13.368 41.73 52.16 72.104 98.126 72.949-35.95 28.176-81.243 44.967-130.458 44.967-8.479 0-16.84-.496-25.058-1.471 46.486 29.807 101.701 47.197 161.021 47.197 193.211 0 298.868-160.062 298.868-298.872 0-4.554-.104-9.084-.305-13.59 20.526-14.809 38.335-33.309 52.417-54.373z'/%3E%3C/svg%3E");
	background-position: 50% center
}

.news-share-control.-twitter:focus,
.news-share-control.-twitter:hover {
	background-color: #59adeb
}

.news-share-control.-rss {
	background-color: #a9a9a9;
	background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h\a 0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNOS41IDIyLj\aM1YTEuODQ5IDEuODQ5IDAgMSAxIDAtMy43IDEuODUgMS44NSAwIDAgMSAwIDMuN3pNOCAxMi45O\aTh2Mi4zOTdjMy42NDIgMCA2LjYwNiAyLjk2MyA2LjYwNiA2LjYwNGgyLjM5N2MuMDAxLTQuOTYy\aLTQuMDM5LTkuMDAxLTkuMDAzLTkuMDAxeiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xNy45IDE\ayLjEwMkExMy45MDggMTMuOTA4IDAgMCAwIDggOHYyLjM4YzMuMTA0IDAgNi4wMjEgMS4yMDkgOC\a 4yMTcgMy40MDRBMTEuNTQ0IDExLjU0NCAwIDAgMSAxOS42MiAyMkgyMmMwLTMuNzM5LTEuNDU2L\aTcuMjU0LTQuMS05Ljg5OHoiLz48L3N2Zz4=");
	background-position: 50% center;
	background-size: contain
}

.news-share-control.-rss:focus,
.news-share-control.-rss:hover {
	background-color: #fd8023
}

.n-gateway-carousel-article-headline.long-heading {
	max-inline-size: 80%
}

@media (min-width:860px) {
	.n-gateway-carousel-article-headline {
		max-block-size: inherit
	}
}

@media (max-width:859px) {
	.n-gateway-carousel-article-headline {
		max-block-size: inherit
	}
}

@media (min-width:1450px) {
	[dir="ltr"] .n-article-author {
		margin-block-start: 0;
		margin-inline-start: 0
	}
}

.n-article-author:last-child {
	box-shadow: inset 0 -1px 0 0 #a9a9a9, inset 0 1px 0 0 #a9a9a9;
	margin-block-end: 52px
}

.n-article-author:first-child {
	margin-block-start: 52px
}

.n-gallery .n-gallery-pagination-control {
	background-position: center center;
	background-size: cover;
  inline-size: 98px
}

.n-gallery .n-gallery-caption {
	margin-block: calc(17px * 1.3) 17px;
	min-block-size: 100px
}

.n-gallery .n-gallery-immediate-control {
	display: none
}

.n-article-content .pdf-link {
	color: var(--calcite-ui-brand);
	font-weight: 500
}

.n-article-content .n-small-text {
	color: #6e6e6e;
	font-size: var(--font-0);
	font-weight: 300
}

.icon::after {
	block-size: 16px;
	content: ' ';
	display: inline-block;
	inline-size: 16px;
	margin-inline: 10px
}

.icon.icon-pdf.black::after {
	background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiI+PC9wYXRoPjwvc3ZnPg==") no-repeat;
	background-position: center center;
	background-size: cover
}

.icon.icon-pdf.blue::after {
	background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iIzAwNzljMSIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg==") no-repeat;
	background-position: center center;
	background-size: cover;
	margin-inline-end: 0
}

.n-gateway-tile:nth-child(-n+2) .n-gateway-tile-headline {
	max-block-size: 100%;
	overflow: hidden
}

.modal-content {
	margin: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
	position: relative
}

.modal-content .exit-modal {
	background: rgb(255 255 255 / 80%);
	block-size: 46px;
	border: none;
	border-radius: 100%;
	color: #323232;
	inline-size: 46px;
	inset-block-start: -23px;
	inset-inline-end: -23px;
	padding: 0;
	position: absolute;
	transition: background .1s linear;
	z-index: 10
}

.modal-content .exit-modal:hover {
	background: var(--calcite-ui-brand);
	border-color: var(--calcite-ui-brand);
	color: #fff
}

.modal-content .exit-modal .icon-ui-close {
	block-size: 35px !important;
	inline-size: 35px !important
}

.modal-content .exit-modal .icon-ui-close::before {
	margin: 0 !important;
	padding: 5px !important
}

.newsr-ankle-modal .iframeWrapper {
	block-size: 600px;
	max-block-size: 60vh;
	overflow: scroll !important
}

iframe#newsr_pardort {
	inline-size: 480px
}

@media screen and (max-width:560px) {
	iframe#newsr_pardort {
		inline-size: 80vw
	}
}

.js-modal.modal-overlay:not(.is-active) {
	inset-block-start: -3000px
}

.n-gateway-cards .has-animation,
.newsr-cards .has-animation,
.newsr-editorial-cards .has-animation {
	transition: height .1s ease .1s, opacity .45s ease .2s, transform .35s ease .2s;
	transition: height .1s ease .1s, transform .35s ease .2s, opacity .45s ease .2s;
	transition: height .1s ease .1s, transform .35s ease .2s, opacity .45s ease .2s, transform .35s ease .2s
}

.n-gateway-cards [aria-hidden="true"],
.newsr-cards [aria-hidden="true"],
.newsr-editorial-cards [aria-hidden="true"] {
	block-size: 0;
	margin-block-end: 0;
	margin-inline-start: -4000px;
	opacity: 0;
	transform: translateY(50px)
}

.n-gateway-cards [aria-hidden="false"],
.newsr-cards [aria-hidden="false"],
.newsr-editorial-cards [aria-hidden="false"] {
	block-size: 100%;
	margin-block-end: 30px
}

.n-gateway-cards [aria-hidden="false"].fade-up,
.newsr-cards [aria-hidden="false"].fade-up,
.newsr-editorial-cards [aria-hidden="false"].fade-up {
	opacity: 1;
	transform: translateY(0)
}

.n-gateway-cards .view-more-wrapper,
.newsr-cards .view-more-wrapper,
.newsr-editorial-cards .view-more-wrapper {
	text-align: center
}

.n-gateway-cards .end-view-more,
.n-gateway-cards .view-more,
.newsr-cards .end-view-more,
.newsr-cards .view-more,
.newsr-editorial-cards .end-view-more,
.newsr-editorial-cards .view-more {
	display: none
}

.n-gateway-cards .view-more.active,
.newsr-cards .view-more.active,
.newsr-editorial-cards .view-more.active {
	cursor: pointer;
	display: inline-block
}

.n-gateway-cards .end-view-more.active,
.newsr-cards .end-view-more.active,
.newsr-editorial-cards .end-view-more.active {
	display: block
}

@media screen and (max-width:600px) {

	.n-gateway-cards .nr-view-more,
	.newsr-cards .nr-view-more,
	.newsr-editorial-cards .nr-view-more {
		margin-block-start: -20px
	}
}

.n-gateway-cards .view-more,
.newsr-cards .view-more,
.newsr-editorial-cards .view-more {
	color: var(--calcite-ui-brand);
	font-size: var(--font-0);
	font-weight: 400;
	line-height: 20px;
	margin-block: 0;
	padding: 15px 35px;
	text-decoration: none
}

.n-gateway-cards .end-view-more,
.newsr-cards .end-view-more,
.newsr-editorial-cards .end-view-more {
	inline-size: 45%;
	margin: 0 auto
}

.n-gateway-cards .end-view-more h3,
.newsr-cards .end-view-more h3,
.newsr-editorial-cards .end-view-more h3 {
	font-size: 40.8522px;
	font-weight: 300;
	line-height: 52.7px;
	text-align: center
}

.n-gateway-cards .view-more svg,
.newsr-cards .view-more svg,
.newsr-editorial-cards .view-more svg {
	block-size: 16px;
	display: inline-block;
	fill: var(--calcite-ui-brand);
	inline-size: 16px;
	vertical-align: middle
}

.nr-pagination-nav {
	padding: 30px 0;
	text-align: center
}

.nr-pagination-nav .page-numbers {
	background: 0 0;
	border: none;
	color: var(--calcite-ui-brand);
	font-size: 15.9375px;
	line-height: 26.35px;
	padding: 5.27px 15.3px;
	text-decoration: none
}

.nr-pagination-nav .page-numbers:hover {
	background: 0 0;
	color: #005e95;
	text-decoration: underline
}

.nr-pagination-nav .page-numbers.current {
	background-color: var(--calcite-ui-brand);
	border: 1px solid var(--calcite-ui-brand);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	inline-size: auto;
	position: relative;
	transition: all 50ms linear;
	white-space: nowrap
}

.all-caps {
	text-transform: uppercase
}

.text-gray {
	color: #959595
}

.txt-transform-unset {
	text-transform: initial !important
}

.custom-underline {
	border-block-end: 1px solid #fff;
	display: inline-block;
	line-height: 40px
}

[data-clickable-area] {
	cursor: pointer
}

@media screen and (min-width:860px) {
	.hide-desktop-only {
		display: none !important
	}
}

@media screen and (max-width:859px) {
	.hide-desktop-only {
		display: block !important
	}
}

.newsr-divider--blue {
	background-color: var(--calcite-ui-brand);
	block-size: 3px;
	display: block;
	inline-size: 42px
}

.animated-link {
	background-image: linear-gradient(90deg, transparent, transparent 16.5%, currentcolor 66%);
	background-position: calc(200% - 2px) 100%;
	background-repeat: no-repeat;
	background-size: 200% 1px;
	color: inherit;
	text-decoration: none;
	transition: background-position .15s ease-in-out
}

.animated-link:hover {
	background-position: 100% 100%
}

@media (min-width:1400px) {
	.desktop-block-group-1-up>.block {
		flex-basis: calc(100% - 1.5rem);
		inline-size: calc(100% - 1.5rem)
	}
}

@media (min-width:1400px) {
	.desktop-block-group-2-up>.block {
		flex-basis: calc(50% - 1.5rem);
		inline-size: calc(50% - 1.5rem)
	}
}

@media (min-width:1400px) {
	.desktop-block-group-3-up>.block {
		flex-basis: calc(33% - 1.5rem);
		inline-size: calc(33% - 1.5rem)
	}
}

@media (min-width:1400px) {
	.desktop-block-group-4-up>.block {
		flex-basis: calc(25% - 1.5rem);
		inline-size: calc(25% - 1.5rem)
	}
}

@media (min-width:1400px) {
	.desktop-block-group-5-up>.block {
		flex-basis: calc(20% - 1.5rem);
		inline-size: calc(20% - 1.5rem)
	}
}

@media (min-width:1400px) {
	.desktop-block-group-6-up>.block {
		flex-basis: calc(16.66666% - 1.5rem);
		inline-size: calc(16.66666% - 1.5rem)
	}
}

.flexy-vertical {
	align-items: center;
	display: flex;
	flex-flow: column
}

svg.svg-icon-loader {
	block-size: 48px;
	fill: var(--calcite-ui-brand);
	inline-size: 48px;
	inset-block-start: calc(50% + 44px);
	inset-inline-start: calc(50% - 24px);
	position: absolute;
	transform: rotate(180deg)
}

.icon-social-newsr-website {
	background-image: url("../public/placeholders/arcGis/icon-social-web24.svg") !important;
	background-position: center;
	background-size: 23px 24px
}

.icon-social-newsr-website:hover {
	background-color: var(--calcite-ui-brand) !important
}

@media screen and (max-width:480px) {
	.single-podcast .news-podcast .nr-audio-player .one-third:last-child a {
		margin-inline-start: 0;
		padding-inline-start: 75%
	}

	.single-podcast .news-podcast .nr-audio-player .one-third.mobile-w-120 {
		max-inline-size: 120px
	}
}

@media screen and (max-width:620px) {
	.single-podcast .news-podcast .nr-audio-player .timers {
		font-size: 2.8vw;
		margin-inline-start: 5px
	}

	.single-podcast .news-podcast .nr-audio-player .one-third.mobile-w-50 {
		max-inline-size: 50px
	}
}

.modal--letter-from-the-editor .modal-content {
	block-size: 92%;
	inline-size: 95%;
	margin: 0 !important;
	max-inline-size: 586px;
	overflow: hidden !important;
	overflow: visible !important;
	padding: 15px 0 15px 15px !important;
	position: relative;
	text-align: start
}

.modal--letter-from-the-editor .modal-content .overlays {
	background: linear-gradient(to bottom, transparent 0, #fff 100%);
	block-size: 100px;
	inset-block-end: 0;
	inset-inline: 0;
	position: absolute;
	z-index: 5
}

@media (min-width:640px) {
	.modal--letter-from-the-editor .modal-content {
		padding: 30px 15px 30px 30px !important
	}
}

.modal--letter-from-the-editor .modal-content .exit-modal {
	background: #fff;
	border-color: var(--calcite-ui-brand);
	color: var(--calcite-ui-brand);
	inset-block-start: 2px;
	inset-inline-end: 2px;
	position: absolute;
	z-index: 10
}

@media (min-width:640px) {
	.modal--letter-from-the-editor .modal-content .exit-modal {
		background: var(--calcite-ui-brand);
		border-radius: 100%;
		color: #fff;
		inset-block-start: -20px;
		inset-inline-end: -20px;
		padding: 0
	}

	.modal--letter-from-the-editor .modal-content .exit-modal:hover {
		background: #005e95;
		border-color: #005e95
	}
}

.modal--letter-from-the-editor .modal-content .exit-modal .icon-ui-close {
	block-size: 35px !important;
	inline-size: 35px !important
}

.modal--letter-from-the-editor .modal-content .exit-modal .icon-ui-close::before {
	margin: 0 !important;
	padding: 5px !important
}

.modal--letter-from-the-editor .modal-content .modal-body {
	block-size: 100%;
	overflow: auto;
	padding: 15px 50px 70px 15px;
	position: relative
}

@media (min-width:640px) {
	.modal--letter-from-the-editor .modal-content .modal-body {
		padding: 15px 0 70px
	}
}

.modal--letter-from-the-editor .modal-content .modal-body .divider {
	background: var(--calcite-ui-brand);
	block-size: 3px;
	inline-size: 42px;
	margin-block-end: 19px
}

.c-snav-sublink.active {
	background-color: #000
}

.author-bio {
	background: #f7f7f7
}

.author-bio .author--figure {
	inline-size: 100%;
	margin: 0 auto 20px;
	max-block-size: 200px;
	max-inline-size: 200px
}

@media screen and (min-width:480px) {
	.author-bio .author--figure {
		max-block-size: 270px;
		max-inline-size: 270px
	}
}

.author-bio .author--figure .author--img {
	background-size: cover !important;
	border-radius: 50%;
	inline-size: 100%;
	padding-block-end: 100%
}

.author-bio .author-content--heading {
	text-transform: uppercase
}

.author-bio .author-social-content span {
	float: left
}

.author-bio .author-social-content ul {
	float: left;
	list-style: none;
	margin-inline-start: 20px
}

.author-bio .author-social-content ul li {
	display: inline-block
}

.author-bio .author-social-content ul li button {
	cursor: pointer
}

.article-info-bar {
	margin-block: 20px 40px
}

.article-info-bar.single-author .aib-meta-wrapper {
	text-align: center
}

@media screen and (min-width:482px) {
	.article-info-bar.single-author .aib-meta-wrapper {
		text-align: start
	}
}

.article-info-bar .aib-meta {
	margin: 10px 0;
	min-inline-size: 100%;
	text-align: start
}

@media screen and (min-width:482px) {
	.article-info-bar .aib-meta span {
		display: block
	}
}

.article-info-bar .aib-authors {
	border-inline-end: thin solid #ccc;
	float: left;
	inline-size: 50%;
	max-inline-size: 50%
}

.article-info-bar .aib-authors .aib-author-wrapper {
	align-items: center;
	display: flex;
}

.article-info-bar .aib-authors--names,
.article-info-bar .aib-authors--portraits {
	list-style: none;
	margin: 0;
	padding: 0
}

.article-info-bar .aib-authors--portrait {
	block-size: calc(((100vw - 52px)/ 2)/ 3);
	display: inline-block;
	inline-size: calc(((100vw - 52px)/ 2)/ 3);
	padding: 5px
}

@media screen and (max-width:482px) {
	.article-info-bar .aib-authors--portrait {
		max-inline-size: 50px
	}
}

.article-info-bar .aib-authors--portrait:first-child {
	margin-inline-start: 0
}

.article-info-bar .aib-authors--portrait img {
	block-size: 48px;
	border-radius: 50%;
	inline-size: 48px
}

@media screen and (max-width:482px) {
	.article-info-bar .aib-authors--portrait img {
		block-size: 40px;
		inline-size: 40px
	}
}

.article-info-bar .aib-authors--name {
	line-height: 1.5;
	margin: 0 0 0 4px
}

@media screen and (max-width:482px) {
	.article-info-bar .aib-authors--name {
		font-size: 3.3vw
	}
}

.article-info-bar .aib-action {
	align-items: center;
	align-items: flex-start;
	display: flex;
	flex-flow: column wrap;
	float: right;
	inline-size: 50%;
	justify-content: center;
	max-inline-size: 50%;
	padding-inline-start: 40px
}

@media screen and (max-width:482px) {
	.article-info-bar .aib-action {
		align-items: center;
		padding-inline-start: 20px
	}
}

.article-info-bar .aib-action>p {
	margin-block-end: 0
}

.article-info-bar .aib-action .aib-action--meta-info::before {
	content: "PDF "
}

.article-info-bar .aib-action--download {
	margin-block-end: 0
}

.article-info-bar .aib-action--download span {
	display: inline-block
}

@media screen and (max-width:482px) {
	.article-info-bar .aib-action--download span {
		font-size: 3.3vw
	}
}

.article-info-bar .aib-action--download span:last-child {
	margin-inline-start: 10px
}

.article-info-bar .aib-action--icon::before {
	padding-inline-end: 0
}

.article-info-bar .aib-action--text {
	line-height: 1rem
}

@media screen and (min-width:483px) {
	.article-info-bar {
		display: flex
	}

	.article-info-bar .aib-action,
	.article-info-bar .aib-authors,
	.article-info-bar .aib-meta {
		inline-size: calc(100% / 3);
		max-inline-size: calc(100% / 3);
		padding-inline: 20px
	}

	.article-info-bar .aib-meta {
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-inline-size: auto
	}

	.article-info-bar .aib-authors {
		align-items: center;
		border-inline-start: thin solid #ccc;
		display: flex;
		justify-content: center
	}

	.article-info-bar .aib-authors--portrait {
		block-size: calc(((100vw - 112px)/ 3)/ 3);
		inline-size: calc(((100vw - 112px)/ 3)/ 3);
		max-block-size: 60px;
		max-inline-size: 60px
	}

	.article-info-bar.no-download .aib-authors {
		justify-content: left
	}

	.article-info-bar.no-download.single-author .aib-authors {
		border-inline-start: thin solid #ccc;
		justify-content: left
	}

	.article-info-bar.no-download.no-authors .aib-meta {
		flex-direction: row;
		inline-size: 100%;
		max-inline-size: 100%;
		padding-inline: 10px;
		text-align: center
	}

	.article-info-bar.no-download.no-authors .aib-meta span:last-child {
		border-inline-start: none;
		padding-inline-start: 6px
	}

	.article-info-bar.no-download.no-authors .aib-meta.no-category span:first-child {
		display: none
	}

	.article-info-bar.no-download.no-authors .aib-meta.no-category span:last-child {
		border-inline-start: none;
		padding-inline-start: 0
	}
}

@media screen and (min-width:861px) {
	.article-info-bar {
		margin-inline: -60.41667px
	}
}

@media screen and (min-width:1440px) {
	.article-info-bar {
		margin-inline: 0
	}
}

.article-info-bar.no-download .aib-authors,
.article-info-bar.no-download .aib-meta {
	inline-size: calc(100% / 2);
	max-inline-size: calc(100% / 2);
	min-inline-size: calc(100% / 2)
}

.article-info-bar.no-download .aib-meta {
	align-items: flex-end;
	float: left;
	margin-block-end: 5px;
	padding-inline-end: 20px
}

@media screen and (max-width:482px) {
	.article-info-bar.no-download .aib-meta {
		margin-inline-start: -4%;
		padding-inline-end: 10px;
		text-align: center
	}

	.article-info-bar.no-download .aib-meta .aib-meta-wrapper {
		display: inline-block;
		text-align: start
	}
}

.article-info-bar.no-download .aib-action {
	display: none
}

.article-info-bar.no-download .aib-authors {
	border-inline-end: none;
	border-inline-start: thin solid #ccc
}

@media screen and (max-width:600px) {
	.article-info-bar.no-download .aib-authors .aib-author-wrapper {
		display: block;
		margin-inline-start: 16px
	}

	.article-info-bar.no-download .aib-authors .aib-author-wrapper .aib-authors--portraits {
		text-align: start
	}
}

@media screen and (max-width:600px) {
	.article-info-bar.no-download .aib-authors--names {
		text-align: start
	}
}

.article-info-bar.no-download .aib-authors--portraits {
	text-align: center
}

.article-info-bar.no-download .aib-authors.single-author .aib-authors--portrait {
	min-block-size: 60px;
	min-inline-size: 60px
}

.article-info-bar.no-download .aib-authors.single-author .aib-authors--name {
	font-size: 16px
}

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

	.article-info-bar.no-download .aib-authors,
	.article-info-bar.no-download .aib-meta {
		padding-inline: 20px
	}
}

.article-info-bar.no-download.single-author .aib-authors,
.article-info-bar.no-download.single-author .aib-meta {
	inline-size: calc(100% / 2);
	max-inline-size: calc(100% / 2)
}

.article-info-bar.no-download.single-author .aib-meta {
	align-items: flex-end;
	color: red;
	float: left;
	min-inline-size: 50%;
	padding-inline-end: 30px;
	text-align: end
}

@media screen and (max-width:460px) {
	.article-info-bar.no-download.single-author .aib-meta {
		padding-inline: 10px 20px
	}
}

.article-info-bar.no-download.single-author .aib-meta .aib-meta-wrapper {
	text-align: start
}

.article-info-bar.no-download.single-author .aib-authors {
	align-items: center;
	border-inline-start: thin solid #ccc;
	display: flex;
}

@media screen and (max-width:460px) {
	.article-info-bar.no-download.single-author .aib-authors {
		justify-content: flex-start;
		padding-inline: 10px
	}
}

.article-info-bar.no-download.single-author .aib-authors--portraits {
	margin-block-start: 0;
	margin-inline-start: 15px;
	min-inline-size: auto
}

@media screen and (max-width:460px) {
	.article-info-bar.no-download.single-author .aib-authors--portraits {
		text-align: center !important
	}
}

.article-info-bar.no-download.single-author .aib-authors--names {
	min-inline-size: auto;
	text-align: start
}

.article-info-bar.no-authors .aib-authors {
	display: none
}

.article-info-bar.no-authors .aib-meta {
	align-items: center;
	inline-size: 50%;
	min-inline-size: 50%
}

.article-info-bar.no-authors .aib-action {
	flex-flow: column;
	float: none;
	inline-size: 50%;
	min-inline-size: 50%
}

.article-info-bar.no-download.no-authors .aib-meta {
	align-items: center;
	inline-size: 100%;
	min-inline-size: 100%
}

.author-circle {
	block-size: calc(((100vw - 52px)/ 2)/ 3);
	border-radius: 50%;
	display: inline-block;
	inline-size: calc(((100vw - 52px)/ 2)/ 3);
	max-block-size: 40px;
	max-inline-size: 40px;
	padding: 12px 13px;
	position: relative
}

@media screen and (min-width:460px) {
	.author-circle {
		block-size: calc(((100vw - 112px)/ 3)/ 3);
		inline-size: calc(((100vw - 112px)/ 3)/ 3);
		max-block-size: 48px;
		max-inline-size: 48px
	}
}

.author-circle span {
	color: #fff;
	display: block;
	font-size: .875rem;
	font-style: normal;
	font-weight: 600;
	inset-block-start: 50%;
	inset-inline-start: 50%;
	line-height: 1.55rem;
	position: absolute;
	text-transform: uppercase;
	transform: translate(-50%, -50%)
}

.author-circle.footer {
	block-size: 75px;
	inline-size: 75px;
	inset-block-start: 24px;
	inset-inline-start: -95px;
	position: absolute
}

.author-circle.footer span {
	font-size: 1.414rem;
	line-height: 1.55rem
}

.violet {
	background-image: linear-gradient(45deg, #3a1e61, 50%, #a368ad)
}

.red {
	background-image: linear-gradient(45deg, #dd2901, 20%, #f9a845)
}

.blue {
	background-image: linear-gradient(45deg, #00304e, 20%, #2890cd)
}

.green {
	background-image: linear-gradient(45deg, #0d3f15, 20%, #35ab46)
}

@media screen and (max-width:600px) {

	.article-info-bar .aib-meta .aib-meta-category,
	.article-info-bar .aib-meta .aib-meta-date {
		display: block
	}

	.article-info-bar.no-download,
	.article-info-bar.no-download.single-author {
		margin-inline-start: 30px
	}

	.article-info-bar.no-download.single-author {
		text-align: center
	}

	.article-info-bar.no-download.single-author .aib-authors--portraits {
		text-align: center
	}

	.article-info-bar.no-download.no-authors .aib-meta .aib-meta-wrapper {
		text-align: center
	}
}

@media only screen and (max-width:859px) {

	.n-gateway-carousel::before,
	.n-gateway-hero::before {
		background: rgb(0 0 0 / 60%)
	}

	.n-gateway-card {
		padding: 0
	}

	.n-gateway-card:hover {
		box-shadow: inset 0 0 0 1px #ccc
	}

	.n-gateway-card-headline:hover {
		text-decoration: underline
	}

	.n-gateway-card-content {
		inline-size: 100%;
		margin: 35px 5px 0 0
	}

	.n-gateway-card-image {
		inline-size: 150px
	}

	.n-gateway-card-image>:first-child {
		inset-block-start: 1px;
		inset-inline-start: 1px
	}

	.n-gateway-card-date {
		display: block
	}

	.n-gateway-card-summary {
		block-size: auto;
		display: block;
		font-size: 14px;
		line-height: 20px;
		margin: .5rem 0;
		max-block-size: 0;
		opacity: 0;
		transition: max-height 80ms linear, opacity .25s linear
	}

	.n-gateway-card-toggle-summary {
		border-block-start: 1px solid #e0e0e0;
		display: block;
		font-size: 14px;
		line-height: 20px;
		margin: .5rem 0;
		padding-block-start: .5rem
	}

	.n-gateway-card-toggle-summary:hover {
		text-decoration: underline
	}

	[dir="ltr"] .n-gateway-card-image-tag {
		color: #6e6e6e;
		font-weight: 600;
		inset-block-start: 10px
	}

	.n-gateway-card:focus .n-gateway-card-image-src,
	.n-gateway-card:hover .n-gateway-card-image-src {
		transform: none
	}

	.n-gateway-card-hide-summary::after,
	.n-gateway-card-show-summary::after {
		background-size: 100%;
		block-size: 10px;
		content: "";
		display: inline-block;
		inline-size: 12px;
		margin-inline-start: 2px
	}

	.n-gateway-card-show-summary::after {
		background-image: url("data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDogIzdDN0M3QzsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGNsYXNzPSJzdmctaWNvbiI+PHBhdGggZD0iTTI4IDl2NUwxNiAyNiA0IDE0VjlsMTIgMTJMMjggOXoiPjwvcGF0aD48L3N2Zz4=")
	}

	.n-gateway-card-hide-summary::after {
		background-image: url("data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDogIzdDN0M3QzsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIGNsYXNzPSJzdmctaWNvbiI+PHBhdGggZD0iTTQgMjN2LTVMMTYgNmwxMiAxMnY1TDE2IDExIDQgMjN6Ii8+PC9zdmc+")
	}

	.n-gateway-card-hide-summary {
		display: none
	}

	.n-gateway-card-content.show-summary .n-gateway-card-summary {
		max-block-size: 500px;
		opacity: 1;
		transition: max-height .6s linear, opacity .6s linear;
		visibility: visible
	}

	.n-gateway-card-content.show-summary .n-gateway-card-hide-summary,
	.n-gateway-card-content.show-summary .n-gateway-card-summary {
		display: block
	}

	.n-gateway-card-content.show-summary .n-gateway-card-show-summary {
		display: none
	}

	.n-gateway-card-action {
		display: none
	}
}

@media only screen and (max-width:659px) {
	.n-gateway-card-image {
		inline-size: 115px
	}

	.n-gateway-card-image-tag {
		font-size: 10px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 10px
	}

	.n-gateway-card-content {
		margin-block-start: 25px
	}

	.n-gateway-card-headline {
		font-size: 17px;
		line-height: 21px;
		max-block-size: none
	}
}

@media only screen and (max-width:499px) {
	.n-gateway-card-headline {
		font-size: 15px;
		line-height: 17px
	}

	.n-gateway-card-summary,
	.n-gateway-card-toggle-summary {
		font-size: 12px;
		line-height: 20px
	}
}

@media only screen and (max-width:479px) {
	.n-gateway-card-image-tag {
		font-size: 2.3vw
	}
}


@media (min-width:1450px) {
	.n-gateway-hero-headline {
		max-inline-size: calc(54.16667% - 20px)
	}
}

@media screen and (max-width:600px) {

	.article-info-bar .aib-meta .aib-meta-category,
	.article-info-bar .aib-meta .aib-meta-date {
		display: block
	}

	.article-info-bar.no-download,
	.article-info-bar.no-download.single-author {
		margin-inline-start: 30px
	}

	.article-info-bar.no-download.single-author {
		text-align: center
	}

	.article-info-bar.no-download.single-author .aib-authors--portraits {
		text-align: center
	}

	.article-info-bar.no-download.no-authors .aib-meta .aib-meta-wrapper {
		text-align: center
	}
}

.media-relations .divider-bar {
	background: #0079c0;
	block-size: 3px;
	border: none;
	inline-size: 50px;
	margin: 20px auto 20px 0
}

.media-relations--content-section ul.withCheckmark li {
	background: url("../public/placeholders/media-relations/check-24-green.png") no-repeat scroll 0 0 transparent;
	list-style-position: inside;
	padding: 0 0 0 44px
}

.media-relations--content-section ul.withCheckmark {
	list-style: none;
	margin-inline-start: 0
}

.media-relations .link-medium-blue {
	color: #74c6ff
}

.media-relations .newsr-hero {
	block-size: auto;
	min-block-size: auto;
	padding-block: 30px
}

@media screen and (min-width:860px) {
	.media-relations .newsr-hero::before {
		background-image: none
	}
}

.media-relations .newsr-hero .newsr-hero--title {
	letter-spacing: -.0375em;
	line-height: 1.25;
	margin-block-end: 10px
}

.media-relations .contactbar {
	background: #efefef
}

@media (max-width:509px) {
	.media-relations .newsr-cards .end-view-more {
		inline-size: 80%;
		margin: 0 auto
	}
}

.media-relations .n-gateway-search {
	max-inline-size: 1060px;
	padding: 20px 0 0
}

.media-relations--resource svg {
	block-size: 48px;
	inline-size: 48px
}

.media-relations--resource h2 {
	margin-block-start: 0
}

@media (min-width:1024px) {
	.media-relations--resource h2 {
		margin-block-start: 70px
	}
}

.media-relations--ankle {
	background-color: #323232;
	color: #a9a9a9
}

.media-relations--ankle .cta-sub-title {
	color: #a9a9a9
}

.media-relations--ankle .resource--icon a {
	display: block;
	padding: .6rem .8rem
}

.media-relations--ankle .resource--icon a svg {
	fill: #bcbcbc;
	inline-size: 48px;
	max-block-size: 48px;
	max-inline-size: 48px
}

.media-relations--ankle .resource--icon a svg .cls-1 {
	fill: #bcbcbc
}

.media-relations--ankle .resource--icon a:hover {
	background: #2b2b2b;
	text-decoration: none
}

.media-relations--ankle .resource--icon a:hover svg {
	fill: #49b0f2
}

.media-relations--ankle .resource--icon a:hover svg .cls-1 {
	fill: #49b0f2
}

.media-relations--ankle .resource--icon a:hover .question-title {
	color: #fff;
	text-decoration: none
}

@media (max-width:509px) {
	.media-relations--ankle .resource--icon .question-title {
		font-size: 12px;
		line-height: 1
	}
}

.media-relations--ankle .primary {
	border-block-end: thin solid #595959;
	display: inline-block
}

.media-relations--ankle .primary .btn-animated-border {
	border: thin solid #74c6ff;
	color: #74c6ff
}

.media-relations--ankle .primary .btn-animated-border:focus,
.media-relations--ankle .primary .btn-animated-border:hover {
	box-shadow: inset 0 0 0 2px #74c6ff
}

.media-relations--ankle .primary .btn-animated-border::after {
	block-size: 0;
	content: "";
	inline-size: 0
}

.media-relations--ankle .primary .btn-large {
	padding: 15px 20px
}

@media (min-width:1024px) {
	.media-relations--ankle .primary div:first-child {
		border-inline-end: thin solid #595959
	}

	.media-relations--ankle .primary div:first-child.noborder {
		border-inline-end: none
	}
}

.media-relations--ankle .secondary a {
	display: block
}

.media-relations .fifty-fifty_container {
	background: #f8f8f8;
	inline-size: 100%
}

@media (min-width:1024px) {
	.media-relations .fifty-fifty_container {
		align-items: center;
		block-size: 600px;
		display: flex;
		overflow: auto
	}

	.media-relations .fifty-fifty_container.fifty-fifty_container--content-end .fifty-fifty_content {
		order: 2
	}
}

.media-relations .fifty-fifty_image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	block-size: 0;
	flex: 0 0 100%;
	padding-block-end: 46.875%
}

@media (min-width:1024px) {
	.media-relations .fifty-fifty_image {
		block-size: 100%;
		flex: 0 0 50%;
		padding-block-end: 0
	}
}

.media-relations .fifty-fifty_content {
	flex: 0 0 100%;
	margin: 30px 0 35px;
	max-inline-size: 90%
}

.media-relations .fifty-fifty_content p {
	inline-size: 100%
}

@media (min-width:1024px) {
	.media-relations .fifty-fifty_content {
		align-items: center;
		block-size: 100%;
		display: flex;
		flex: 0 0 50%;
		flex-direction: column;
		justify-content: center;
		margin: 0
	}

	.fifty-fifty_container--content-end .media-relations .fifty-fifty_content {
		order: 2
	}
}

.media-relations .fifty-fifty_content-container {
	padding: 0 30px
}

.media-relations .fifty-fifty_content-container li {
	margin-block-end: 20px
}

@media (min-width:1024px) {
	.media-relations .fifty-fifty_content-container {
		align-self: flex-end;
		inline-size: 90%;
		max-inline-size: 720px;
		padding-inline: 10px 6.7%;
		text-align: start
	}

	[dir="rtl"] .media-relations .fifty-fifty_content-container {
		padding-inline: 6.7% 2.2%
	}

	.media-relations .fifty-fifty_content-container .fifty-fifty_cta-container a {
		display: block;
		margin-block-end: 20px
	}

	.fifty-fifty_container--content-end .media-relations .fifty-fifty_content-container {
		align-self: flex-start;
		padding-inline: 6.7% 0
	}

	[dir="rtl"] .fifty-fifty_container--content-end .media-relations .fifty-fifty_content-container {
		padding-inline: 0 6.7%
	}
}

.media-relations .fifty-fifty_heading {
	margin-block-end: 15px
}

.media-relations .fifty-fifty_divider-bar {
	background: #0079c0;
	block-size: 3px;
	border: none;
	inline-size: 50px;
	margin: 20px auto 20px 0
}

.media-relations .fifty-fifty_thin-divider-bar {
	background: #0079c0;
	block-size: 1px;
	border: none;
	inline-size: 40px;
	margin: 20px auto 15px 0
}

.media-relations--table-details .table-striped tr:nth-child(odd) td {
	background-color: #f8f8f8
}

.media-relations--table-details .table-striped tr:nth-child(even) td {
	background-color: #fff
}

.media-relations--content-section p {
	line-height: 1.5
}

.media-relations--content-section ul {
	margin-inline-start: 1.25rem
}

.media-relations--content-section a.singleLine {
	display: block;
	line-height: 1.55rem
}

.media-relations--content-section.gray {
	background: #f8f8f8
}

.media-relations--content-section .technology-icons svg {
	block-size: 48px;
	inline-size: 48px;
	max-block-size: 48px
}

.media-relations--content-section .btn-clear {
	background: 0 0
}

.media-relations--content-section .btn-clear:hover {
	background: var(--calcite-ui-brand)
}

.media-relations--content-section .esri-header-brand-image.large {
	block-size: 60px
}

.media-relations--content-section .sample {
	display: inline-block;
	padding: 24px 30px 15px;
	position: relative;
	text-align: center
}

.media-relations--content-section .sample .header {
	background: #f8f8f8;
	display: inline-block;
	inset-block-start: -12px;
	inset-inline-start: 50%;
	margin: auto;
	padding: 0 15px;
	position: absolute;
	transform: translateX(-50%)
}

.media-relations--content-section .sample .example-box {
	display: inline-block;
	padding: .375rem 1rem .375rem 0
}

.media-relations--content-section .sample.correct {
	border: 1px solid #5a9359;
	color: #5a9359;
	float: left;
	inline-size: 20%;
	margin-inline-end: 40px
}

@media (max-width:768px) {
	.media-relations--content-section .sample.correct {
		inline-size: 100%
	}
}

.media-relations--content-section .sample.incorrect {
	border: 1px solid #de2900;
	color: #de2900;
	inline-size: 60%
}

@media (max-width:1440px) {
	.media-relations--content-section .sample.incorrect {
		inline-size: 72%
	}
}

@media (max-width:768px) {
	.media-relations--content-section .sample.incorrect {
		inline-size: 100%
	}
}

.newsroom-gateway--ankle {
	background: var(--calcite-ui-background-1);
}

.newsroom-gateway--ankle a.calcite-link {
  display: block;
  font-weight: var(--calcite-font-weight-normal);
  inline-size: fit-content;
  margin-block-end: var(--space-2);
}


.newsroom-gateway--ankle ul li a:hover {
  color: #74c6ff;
	text-decoration: none
}

.newsroom-gateway--ankle .ankle-container {
	display: flex;
	flex-wrap: wrap;
	padding: 4.65rem 20px
}

@media (min-width:768px) {
	.newsroom-gateway--ankle .ankle-container {
		flex-wrap: nowrap;
		padding: 4.65rem 40px
	}
}

.newsroom-gateway--ankle .ankle-container-more-links {
	flex: 0 0 50%;
	flex-basis: 50%;
	flex-grow: 1;
	padding: 0 20px
}

@media (min-width:768px) {
	.newsroom-gateway--ankle .ankle-container-more-links {
		flex: 0 0 25%;
		flex-basis: 25%;
		flex-grow: 1;
		padding-inline-end: 20px
	}
}

@media (min-width:1024px) {
	.newsroom-gateway--ankle .ankle-container-more-links {
		flex: 0 0 20%;
		flex-basis: 20%;
	}
}

.newsroom-gateway--ankle .ankle-container-subscriptions {
	flex: 0 0 50%;
	flex-basis: 50%;
	flex-grow: 2;
}

@media (min-width:768px) {
	.newsroom-gateway--ankle .ankle-container-subscriptions {
		border-inline-end: solid 1px #595959;
		flex: 0 0 35;
		flex-basis: 35%;
	}
}

@media (min-width:1024px) {
	.newsroom-gateway--ankle .ankle-container-subscriptions {
		flex: 0 0 30%;
		flex-basis: 30%;
	}
}

.newsroom-gateway--ankle .ankle-container-contact {
	border-block-start: solid 1px #595959;
	border-inline-start: none;
	flex: 0 0 100%;
	flex-basis: 100%;
	flex-grow: 2;
	margin-block-start: 46px;
	padding-block-start: 46px
}

@media (min-width:768px) {
	.newsroom-gateway--ankle .ankle-container-contact {
		border-block-start: none;
		border-inline-start: solid 1px #4c4c4c;
		flex: 0 0 40%;
		flex-basis: 40%;
		flex-grow: 2;
		margin-block-start: 0;
		padding-block-start: 0
	}
}

@media (min-width:1024px) {
	.newsroom-gateway--ankle .ankle-container-contact {
		flex: 0 0 50%;
		flex-basis: 50%;
		padding-block-start: 20px
	}
}

@media screen and (max-width:767px) {
	.newsroom-gateway--ankle .ankle-container-contact .phone-block-group-3-up>.block {
		flex-basis: calc(33.33333%);
		inline-size: calc(33.33333%)
	}
}

.newsroom-gateway--ankle .ankle-container-contact .block-group {
	margin: 0 auto;
	max-inline-size: 100%;
	padding-inline-start: 0
}

@media (min-width:768px) {
	.newsroom-gateway--ankle .ankle-container-contact .block-group {
		padding-inline-start: 32px
	}
}

@media (min-width:1024px) {
	.newsroom-gateway--ankle .ankle-container-contact .block-group {
		max-inline-size: 80%
	}
}

@media (max-width:748px) {
	.newsroom-gateway--ankle .ankle-container-contact .block-group .block {
		margin: 0;
		padding: 0
	}
}

.newsroom-gateway--ankle .ankle-container-contact .block-group .block .resource--icon {
	text-align: center;
}

.newsroom-gateway--ankle .ankle-container-contact .block-group .block .resource--icon svg {
	block-size: 40px;
	fill: var(--calcite-ui-text-1);
	inline-size: 40px;
    margin:auto;
}

.newsroom-gateway--ankle .ankle-container-contact .block-group .block .resource--icon a {
	display: inline-block;
	inline-size: 100%;
	padding: .5rem 1rem
}

@media (min-width:1024px) {
	.newsroom-gateway--ankle .ankle-container-contact .block-group .block .resource--icon a {
		padding: 1rem
	}
}

.newsroom-gateway--ankle .ankle-container-contact .block-group .block .resource--icon a p {
	font-weight: 500;
	padding-block-start: 10px;
	padding-inline-start: 10px
}

@media (min-width:1024px) {
	.newsroom-gateway--ankle .ankle-container-contact .block-group .block .resource--icon a p {
		padding-inline-start: 0
	}
}

.newsroom-gateway--ankle .ankle-container-contact .block-group .block .resource--icon a:hover {
	background: #2b2b2b;
	text-decoration: none
}

.newsroom-gateway--ankle .ankle-container-contact .block-group .block .resource--icon a:hover svg {
	fill: #74c6ff
}

.newsroom-gateway--ankle .ankle-container-contact .block-group .block .resource--icon a:hover .question-title {
	color: #74c6ff
}

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

	.newsroom-gateway--ankle .ankle-container-contact .block-group .block .resource--icon .question-title,
	.newsroom-gateway--ankle .ankle-container-contact .block-group .block .resource--icon svg {
		float: left
	}
}

@media (min-width:1024px) and (max-width:1023px) {
	.newsroom-gateway--ankle .ankle-container-contact .block-group .block .resource--icon .question-title {
		margin: 8px 0 0 15px
	}
}

.annoucements .cards-list-series .block {
	display: flex;
	margin-block-end: 20px
}

.annoucements .cards-list-container {
	inline-size: 100%;
	position: relative
}

.annoucements .cards-list-container a:hover {
	text-decoration: none
}

.annoucements .cards-list-container .clc-image {
	background-size: cover !important;
	block-size: 220px;
	float: none;
	inline-size: 100%;
	margin: 0;
	padding: 0
}

@media (min-width:479px) {
	.annoucements .cards-list-container .clc-image {
		block-size: auto;
		float: left;
		inline-size: 45%;
		min-block-size: 190px
	}
}

.annoucements .cards-list-container .clc-rightcolumn {
	float: none;
	inline-size: 100%
}

.annoucements .cards-list-container .clc-rightcolumn .clc-text-container {
	padding: 60px 30px
}

.annoucements .cards-list-container .clc-rightcolumn .clc-text-container .clc-more-text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.55rem
}

@media (min-width:1440px) {
	.annoucements .cards-list-container .clc-rightcolumn .clc-text-container .clc-more-text {
		font-size: 1.2019rem;
		line-height: 1.55rem
	}
}

.annoucements .cards-list-container.lighttheme {
	background-color: #fff;
	border: solid 1px #ccc;
	transition: all .25s ease-out
}

.annoucements .cards-list-container.lighttheme a:hover .clc-more-text {
	color: var(--calcite-ui-brand);
	position: relative
}

.annoucements .cards-list-container.lighttheme a:hover .clc-more-text::after {
	margin-inline-start: 5px;
	opacity: 1;
	visibility: visible
}

.annoucements .cards-list-container.lighttheme .clc-overlaytext {
	background-color: rgb(255 255 255 / 90%);
	color: #4c4c4c;
	font-size: .8125rem;
	font-style: normal;
	font-weight: 700;
	inline-size: 100%;
	letter-spacing: .12em;
	line-height: 1.55rem;
	margin: 0;
	padding-block-end: 5px;
	position: relative;
	text-transform: uppercase
}

@media screen and (min-width:640px) {
	.annoucements .cards-list-container.lighttheme .clc-overlaytext {
		font-size: 13px
	}
}

.annoucements .cards-list-container.lighttheme .clc-text-container .clc-title {
	color: #323232
}

.annoucements .cards-list-container.lighttheme .clc-text-container .clc-more-text {
	color: #323232;
	position: relative
}

.annoucements .cards-list-container.lighttheme:hover {
	border: solid 1px var(--calcite-ui-brand);
	transition: all .25s ease-out
}

.annoucements .cards-list-container.darktheme {
	background-color: #000;
	border: solid 1px #595959;
	transition: all .25s ease-out
}

.annoucements .cards-list-container.darktheme:hover {
	border: solid 1px #49b0f2;
	transition: all .25s ease-out
}

.annoucements .cards-list-container.darktheme:hover .ctaLink[data-link-type]::after {
	margin-inline-start: 5px;
	opacity: 1;
	visibility: visible
}

.annoucements .cards-list-container.darktheme .clc-rightcolumn .clc-overlaytext {
	background-color: transparent;
	color: #efefef
}

.annoucements .cards-list-container.darktheme .clc-rightcolumn .clc-text-container {
	padding: 0 20px 3px
}

.annoucements .cards-list-container.darktheme .clc-rightcolumn .clc-text-container .clc-title {
	color: #fff
}

.annoucements .cards-list-container.darktheme .clc-rightcolumn .clc-text-container .clc-context {
	color: #9f9f9f
}

.annoucements .cards-list-container.darktheme .clc-rightcolumn .clc-text-container .clc-more-text {
	color: #bcbcbc
}

@media (max-width:480px) {
	.annoucements .cards-list-container.darktheme .clc-rightcolumn .clc-text-container .clc-title {
		color: #49b0f2
	}
}

.annoucements .cards-list-container.darktheme .clc-rightcolumn .clc-text-container .linkurl a {
	color: #49b0f2
}

.annoucements html[dir="rtl"] .cards-list-container .clc-image {
	float: right
}

.annoucements html[dir="rtl"] .cards-list-container .clc-rightcolumn .clc-content {
	float: left
}

.annoucements html[dir="rtl"] .cards-list-container .clc-rightcolumn .clc-content .linkurl {
	inline-size: 100%;
	margin: -5px 20px 0 0;
	text-align: start
}

.annoucements html[dir="rtl"] .cards-list-container.darktheme:hover .right-arrow-blue,
.annoucements html[dir="rtl"] .cards-list-container.lighttheme:hover .right-arrow-blue {
	margin-inline: 0 5px;
	visibility: visible
}

.annoucements html[dir="rtl"] .cards-list-container.darktheme .right-arrow-blue,
.annoucements html[dir="rtl"] .cards-list-container.lighttheme .right-arrow-blue {
	margin-inline: 0 -5px;
	transform: rotateY(180deg)
}

.gateway-social-media .card {
	background-color: #fff;
	border: solid 1px #ccc;
	box-shadow: none
}

.gateway-social-media .card-content {
	padding: .5rem
}

.gateway-social-media .card-content .icon-container {
	position: relative
}

.gateway-social-media .card-content .icon-container .social-icon {
	margin-inline-end: 10px
}

.gateway-social-media .card-content .icon-container .social-icon svg {
	block-size: 24px;
	inline-size: 24px;
	inset-inline-end: 0;
	position: absolute
}

.gateway-social-media .card-content .social-group-name {
	line-height: 1.35
}

.gateway-news-section {
	align-items: center;
	display: flex;
	flex-direction: column
}

.gateway-news-section .news-header .news-tagline-header {
	min-block-size: 245px
}

.gateway-news-section a {
	display: inline-block
}

.gateway-news-section a .description-text {
	color: #323232;
  font-size: var(--font-2);
}

.gateway-news-section a:hover {
	text-decoration: none
}

.gateway-news-section a:hover .news-content {
	border: 1px solid var(--calcite-ui-brand)
}

.gateway-news-section a:hover .news-content .description-text {
	color: var(--calcite-ui-brand)
}

.gateway-news-section a:hover .news-content .cta-link {
	opacity: 1;
	visibility: visible
}

@media screen and (min-width:1024px) {
	.gateway-news-section {
		flex-direction: row
	}
}

.gateway-news-section .news-content-wrapper {
	flex-basis: 100%;
	margin-inline-end: 10px;
	order: 2
}

@media screen and (min-width:1024px) {
	.gateway-news-section .news-content-wrapper {
		flex-basis: 55%;
		margin-inline-end: 100px;
		order: 1
	}
}

.gateway-news-section .news-content-wrapper a.news-link {
	inline-size: 100%
}

.gateway-news-section .news-content-wrapper a.news-link:hover {
	color: var(--calcite-ui-brand);
	text-decoration: none
}

.gateway-news-section .news-content-wrapper a.news-link:hover .news-content p.description-text {
	color: var(--calcite-ui-brand)
}

.gateway-news-section .news-header {
	flex-basis: 100%;
	order: 1
}

@media screen and (min-width:1024px) {
	.gateway-news-section .news-header {
		flex-basis: 45%;
		order: 2
	}
}

.gateway-news-section .news-header h2 {
	font-size: 3.39795rem;
	line-height: 3.1rem
}

@media screen and (min-width:768px) {
	.gateway-news-section .news-header h2 {
		font-size: 80px;
		letter-spacing: -1px;
		line-height: 1
	}
}

.gateway-news-section .news-header svg {
	max-inline-size: 100px
}

.gateway-news-section .news-content {
	align-items: center;
	border: 1px solid #ccc;
	display: flex;
	transition: all .25s ease-in-out
}

.gateway-news-section .news-content-icon {
	flex: 0 0 25%;
	padding: 0 24px
}

.gateway-news-section .news-content-text {
	flex: 0 0 95%;
	padding: 20px 0 20px 30px
}

.gateway-news-section .news-content-text .category-text {
	color: #4c4c4c;
	font-size: .8125rem;
	font-style: normal;
	font-weight: 700;
	inline-size: 100%;
	letter-spacing: .12em;
	line-height: 1.55rem;
	margin: 0;
	position: relative;
	text-transform: uppercase
}

@media screen and (min-width:640px) {
	.gateway-news-section .news-content-text .category-text {
		font-size: 13px
	}
}

.gateway-news-section .news-content-text .cta-link {
	opacity: 0;
	transition: visibility .4s, opacity .4s linear, all .25s ease-in-out;
	visibility: hidden
}

.gateway-news-section .news-content-text .cta-link::after {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	block-size: 13px;
	content: "";
	display: inline-block;
	inline-size: 13px;
	margin-inline-start: 5px
}

.gateway-news-section-wrapper {
	background: #f8f8f8;
	padding: 80px 0 60px
}

html[dir="rtl"] .gateway-news-section .news-content-text {
	padding: 20px 30px 20px 0
}

@media screen and (min-width:1024px) {
	html[dir="rtl"] .gateway-news-section .news-content-wrapper {
		margin-inline: 100px 0
	}
}

.about-publications h2 {
	color: #959595
}

.about-publications a {
	display: flex;
	flex: 1
}

.about-publications a:hover {
	text-decoration: none
}

.about-publications .card-content {
	inline-size: 100%;
	padding: 20px
}

@media screen and (max-width:600px) {
	.about-publications .card-content .publication-logo {
		max-inline-size: 60%
	}
}

.publication-logo.science-of-where svg,
.publication-logo.science-of-where {
	max-inline-size: 100%;
}

.about-publications .card-content .card-text {
	font-size: .8125rem;
	line-height: 1.5;
	margin-block-end: 0
}

.about-publications .rightArrowSection {
	display: none
}

@media screen and (max-width:1024px) {
	.about-publications .rightArrowSection {
		display: flex;
		flex-direction: column;
		inline-size: 38px;
		place-content: center center
	}

	.about-publications .rightArrowSection svg {
		block-size: 15px;
		fill: #959595;
	}
}

.about-publications.darktheme {
	background-color: #323232
}

.about-publications.darktheme a {
	border: solid 1px #595959;
	transition: border-color .25s linear
}

.about-publications.darktheme a:hover {
	border: solid 1px #49b0f2;
	transition: border-color .25s linear
}

.about-publications.darktheme a:hover .card-content {
	border-inline-start: solid 3px #49b0f2;
	padding: 20px 20px 20px 18px;
	transition: border-color .25s linear
}

.about-publications.darktheme a:hover .card-content .card-title .right-arrow {
	fill: #fff;
	margin-inline-start: 5px;
	opacity: 1;
	visibility: visible
}

.about-publications.darktheme a .card-content {
	border-inline-start: solid 1px #323232
}

.about-publications.darktheme .card-content {
	padding: 20px 0 20px 10px
}

@media screen and (min-width:1024px) {
	.about-publications.darktheme .card-content {
		padding: 20px
	}
}

.about-publications.darktheme .card-content img {
	border: none
}

@media screen and (min-width:1024px) {
	.about-publications.darktheme .card-content img {
		max-block-size: 39px
	}
}

.about-publications.lighttheme {
	background-color: #f7f7f7
}

.about-publications.lighttheme a {
	transition: border-color .25s linear
}

.about-publications.lighttheme a:hover {
	background-color: #efefef
}

.about-publications.lighttheme a:hover .card-content {
	transition: all .25s ease-in-out
}

.about-publications.lighttheme a:hover .card-content .card-text {
	color: #323232
}

.about-publications.lighttheme a:hover .card-content .card-title .right-arrow {
	fill: #323232;
	margin-inline-start: 5px;
	opacity: 1;
	visibility: visible
}

.about-publications.lighttheme a .card-content .card-text {
	color: #959595
}

.about-publications.lighttheme a .card-content .publication-logo svg {
	max-inline-size: 75%
}

@media screen and (min-width:1024px) {
	.about-publications.lighttheme a .card-content .publication-logo svg {
		max-inline-size: 60%
	}
  .about-publications.lighttheme a .card-content .publication-logo.science-of-where svg,
	.about-publications.lighttheme a .card-content  .publication-logo.science-of-where {
    max-inline-size: 100%;
  }
}


.about-publications.lighttheme .card-content {
	padding: 20px 0 20px 10px
}

@media screen and (min-width:1024px) {
	.about-publications.lighttheme .card-content {
		padding: 20px
	}
}

.about-publications.lighttheme .card-content img {
	border: none
}

@media screen and (min-width:1024px) {
	.about-publications.lighttheme .card-content img {
		max-block-size: 39px
	}
}

.publications-mosaic {
	display: flex;
	flex-direction: column
}

@media only screen and (min-width:1000px) {
	.publications-mosaic {
		flex-direction: row
	}
}

.publications-mosaic_tagline {
	align-items: center;
	display: flex;
	flex-basis: 100%;
	margin-inline-end: 100px
}

@media only screen and (min-width:1000px) {
	.publications-mosaic_tagline {
		flex-basis: 45%;
	}
}

@media only screen and (min-width:1440px) {
	.publications-mosaic_tagline {
		flex-basis: 35%;
	}
}

@media only screen and (min-width:1000px) {
	.publications-mosaic_tagline h2 {
		font-size: 80px
	}
}

@media only screen and (min-width:1440px) {
	.publications-mosaic_tagline h2 {
		font-size: 80px;
		line-height: 4.5rem
	}
}

.publications-mosaic_tagline .mosaic-icon {
	block-size: 46px;
	inline-size: 46px;
	margin-block-end: 16px
}

@media only screen and (min-width:768px) {
	.publications-mosaic_tagline .mosaic-icon {
		block-size: 100px;
		inline-size: 100px
	}
}

.publications-mosaic_section {
	flex-basis: 100%;
}

.publications-mosaic_section .card {
	box-shadow: none;
	color: #323232
}

.publications-mosaic_section .card p.cardinfo {
	color: #323232;
	padding-inline-end: 30px
}

.publications-mosaic_section .card .pubname {
	color: #323232;
	margin-block-start: 5px
}

.publications-mosaic_section .card.onlytext:hover {
	color: #323232
}

.publications-mosaic_section .card.onlytext .card-contents {
	padding: 1rem 1rem 0 0;
	padding: 0 50px 0 0
}

.publications-mosaic_section .card.onlytext .card-contents svg {
	block-size: 50px;
	inline-size: 50px
}

.publications-mosaic_section .card.onlytext .card-contents p {
	font-size: 1.9994rem;
	line-height: 2.325rem
}

@media only screen and (min-width:1440px) {
	.publications-mosaic_section .card.onlytext .card-contents p {
		font-size: 2.82715rem;
		line-height: 3.1rem
	}
}

.publications-mosaic_section .card.onlytext .card-contents a {
	background: 0 0;
	border: thin solid var(--calcite-ui-brand);
	color: var(--calcite-ui-brand);
	transition: all .25s ease-in-out
}

.publications-mosaic_section .card.onlytext .card-contents a:focus,
.publications-mosaic_section .card.onlytext .card-contents a:hover {
	box-shadow: inset 0 0 0 2px var(--calcite-ui-brand)
}

@media only screen and (min-width:768px) {
	.publications-mosaic_section .card.onlytext .card-contents {
		padding: 0 30px
	}
}

.publications-mosaic_section .card:hover {
	color: var(--calcite-ui-brand);
	text-decoration: none
}

.publications-mosaic_section .card:hover .card-contents p.cardinfo {
	color: var(--calcite-ui-brand)
}

.publications-mosaic_section .card:hover .card-contents p.cardinfo::after {
	margin-inline-start: 5px;
	opacity: 1;
	visibility: visible
}

@media only screen and (min-width:1000px) {
	.publications-mosaic_section {
		flex-basis: 55%;
	}
}

@media only screen and (min-width:1440px) {
	.publications-mosaic_section {
		flex-basis: 65%;
	}
}

.explore-mosaic {
	display: flex;
	flex-direction: column
}

@media only screen and (min-width:1000px) {
	.explore-mosaic {
		flex-direction: row
	}
}

.explore-mosaic_tagline {
	display: flex;
	flex-basis: 100%;
	order: 1
}

@media only screen and (min-width:1024px) {
	.explore-mosaic_tagline {
		flex-basis: 40%;
		flex-direction: column;
		justify-content: center;
		order: 2
	}
}

@media only screen and (min-width:1440px) {
	.explore-mosaic_tagline {
		flex-basis: 35%;
	}
}

.explore-mosaic_tagline .tagline-content {
	inline-size: 100%;
	padding: 20px
}

@media only screen and (min-width:768px) {
	.explore-mosaic_tagline .tagline-content {
		padding: 0 30px 0 70px
	}
}

.explore-mosaic_tagline .tagline-content svg {
	block-size: 46px;
	inline-size: 46px;
	margin-block-end: 16px
}

@media only screen and (min-width:768px) {
	.explore-mosaic_tagline .tagline-content svg {
		block-size: 100px;
		inline-size: 100px
	}
}

.explore-mosaic_tagline .tagline-content .tagline-header {
	margin-block-start: 10px;
	margin-inline-start: 0
}

.explore-mosaic_tagline .tagline-content .browseSection {
	margin-block-start: 20px;
	margin-inline-start: 0
}

@media only screen and (min-width:768px) {
	.explore-mosaic_tagline .tagline-content .browseSection {
		margin-block-start: 0
	}
}

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

	.explore-mosaic_tagline .tagline-content .browseSection h3,
	.explore-mosaic_tagline .tagline-content .browseSection-header {
		display: none
	}
}

.explore-mosaic_tagline .tagline-content .browseSection-more {
	opacity: 0
}

@media only screen and (min-width:1000px) {
	.explore-mosaic_tagline .tagline-content .browseSection {
		margin-block-start: 50px
	}
}

@media only screen and (max-width:768px) {
	.explore-mosaic_tagline .tagline-content .browseSection ul {
		margin-block-start: 40px
	}
}

.explore-mosaic_tagline .tagline-content .browseSection ul li {
	display: inline-block;
	list-style: none;
	margin: 0 0 35px
}

.explore-mosaic_tagline .tagline-content .browseSection ul li a {
	border-radius: 20px;
	box-shadow: inset 0 0 0 1px #ccc;
	color: #323232;
	margin: 10px 10px 0 0;
	padding: 10px 20px 10px 15px;
	text-decoration: none;
	transition: all .25s ease-out
}

.explore-mosaic_tagline .tagline-content .browseSection ul li a:hover {
	box-shadow: inset 0 0 0 3px var(--calcite-ui-brand);
	color: var(--calcite-ui-brand)
}

.explore-mosaic_tagline .tagline-content .browseSection ul li a:active,
.explore-mosaic_tagline .tagline-content .browseSection ul li a:focus {
	background-color: var(--calcite-ui-brand);
	box-shadow: inset 0 0 0 3px var(--calcite-ui-brand);
	color: #fff;
	outline: 0
}

.explore-mosaic_tagline .tagline-content .browseSection a {
	color: var(--calcite-ui-brand);
	font-size: .9375rem;
	margin-inline-start: 10px;
	padding: .375rem 0
}

.explore-mosaic_tagline .tagline-content .browseSection a::after {
	border-block-end: 1px solid var(--calcite-ui-brand)
}

html[dir="rtl"] .explore-mosaic_tagline .tagline-content .browseSection a {
	margin-inline: 10px 0
}

html[dir=rtl] .explore-mosaic_tagline .tagline-content .browseSection a[href$=".mov"] span:after,
html[dir=rtl] .explore-mosaic_tagline .tagline-content .browseSection a[href$=".mp4"] span:after,
html[dir=rtl] .explore-mosaic_tagline .tagline-content .browseSection a[href^="https://www.esri.com/videos/"] span:after {
	transform: none
}

.explore-mosaic_tagline .tagline-content .browseSection a span {
	position: relative
}

.explore-mosaic_tagline .tagline-content .browseSection a span::after {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	block-size: 13px;
	content: "";
	display: inline-block;
	inline-size: 13px;
	margin-inline-start: 5px;
	transition: all .25s ease-in-out
}

html[dir="rtl"] .explore-mosaic_tagline .tagline-content .browseSection a span::after {
	margin-inline-end: 2px;
	transform: scaleX(-1)
}

.explore-mosaic_tagline .tagline-content .browseSection a[href*="esri.com"] span::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+")
}

.explore-mosaic_tagline .tagline-content .browseSection a:not([href*="esri.com"]) span::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==")
}

.explore-mosaic_tagline .tagline-content .browseSection a[href$=".doc"] span::after,
.explore-mosaic_tagline .tagline-content .browseSection a[href$=".pdf"] span::after,
.explore-mosaic_tagline .tagline-content .browseSection a[href$=".zip"] span::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+")
}

.explore-mosaic_tagline .tagline-content .browseSection a[href^=".."] span::after,
.explore-mosaic_tagline .tagline-content .browseSection a[href^="/"] span::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+")
}

.explore-mosaic_tagline .tagline-content .browseSection a[href$=".mov"] span:after,
.explore-mosaic_tagline .tagline-content .browseSection a[href$=".mp4"] span:after,
.explore-mosaic_tagline .tagline-content .browseSection a[href^="https://www.esri.com/videos/"] span:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=")
}

.explore-mosaic_tagline .tagline-content .browseSection a[href*="tel:"] span::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==")
}

.explore-mosaic_tagline .mosaic-icon {
	block-size: 46px;
	inline-size: 46px
}

@media only screen and (min-width:768px) {
	.explore-mosaic_tagline .mosaic-icon {
		block-size: 100px;
		inline-size: 100px
	}
}

.explore-mosaic_sections {
	flex-basis: 100%;
	order: 2
}

.explore-mosaic_sections .explore-component {
	inline-size: 100%;
	margin-block-end: 20px;
	position: relative
}

.explore-mosaic_sections .explore-component a.explore_link-wrapper {
	margin-block-end: 0;
	overflow: hidden;
	text-decoration: none
}

.explore-mosaic_sections .explore-component a.explore_link-wrapper .explore-underlay-wrapper {
	block-size: 410px;
	inline-size: 100%;
	overflow: hidden;
	position: relative;
}

.explore-mosaic_sections .explore-component .mainImage {
	background-size: cover;
	inline-size: 100%;
	min-block-size: 410px;
  transition: all .4s ease-out;
}

@media only screen and (min-width:1000px) {
	.explore-mosaic_sections .explore-component a.explore_link-wrapper .explore-underlay-wrapper {
		inline-size: 80%
	}
}

 a.explore_link-wrapper:hover .explore-underlay-wrapper .mainImage {
	transform: scale(1.15) !important;
}

.explore-mosaic_sections .explore-component a.explore_link-wrapper:hover .black-text-box h2 {
	color: var(--calcite-ui-brand)
}

.explore-mosaic_sections .explore-component a.explore_link-wrapper:hover .black-text-box h2::after {
	margin-inline-start: 5px;
	opacity: 1;
	visibility: visible
}

.explore-mosaic_sections .explore-component .black-text-box {
	background: #efefef;
	inline-size: 100%;
	inset-block-end: 0;
	inset-inline-end: 0;
	padding-inline: 30px;
	position: absolute;
	transition: all .25s ease-out
}

@media only screen and (min-width:600px) {
	.explore-mosaic_sections .explore-component .black-text-box {
		inline-size: 35%
	}
}

.explore-mosaic_sections .explore-component .black-text-box h2 {
	color: #4c4c4c;
	line-height: 1.55rem;
	transition: all .25s ease-out
}

@media only screen and (min-width:1000px) {
	.explore-mosaic_sections .explore-component .black-text-box h2 {
		font-size: 1.25rem
	}
}

.explore-mosaic_sections .explore-component .black-text-box h2::after {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	block-size: 13px;
	content: "";
	display: inline-block;
	inline-size: 13px;
	margin-inline-start: -5px;
	opacity: 0;
	transition: visibility .4s, opacity .4s linear, all .5s ease-in-out;
	visibility: hidden
}

.explore-mosaic_sections .explore-component .black-text-box p {
	font-size: .8125rem;
	line-height: 1.55rem
}

@media only screen and (min-width:1000px) {
	.explore-mosaic_sections .explore-component .black-text-box p {
		font-size: .875rem;
		line-height: 1.55rem
	}
}

@media only screen and (min-width:1000px) {
	.explore-mosaic_sections .explore-component .black-text-box p {
		font-size: .9375rem;
		line-height: 1.55rem
	}
}

.explore-mosaic_sections .card {
	box-shadow: none;
	color: #323232
}

.explore-mosaic_sections .card a.explore_link-wrapper {
	margin-block-end: 0;
	overflow: hidden;
	text-decoration: none
}

.explore-mosaic_sections .card a.explore_link-wrapper .explore-underlay-wrapper {
	block-size: 260px;
	inline-size: 100%;
	overflow: hidden;
	position: relative
}

.explore-mosaic_sections .card a.explore_link-wrapper .explore-underlay-wrapper .explore_underlay {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	inset: 0;
	overflow: hidden;
	position: absolute;
	transition: all .4s ease-out;
	z-index: 1
}

.explore-mosaic_sections .card p.cardinfo {
	color: #323232;
	padding-inline-end: 15px
}

@media only screen and (min-width:1024px) {
	.explore-mosaic_sections .card p.cardinfo {
		padding-inline-end: 30px
	}
}

.explore-mosaic_sections .card p.cardinfo::after {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	block-size: 13px;
	content: "";
	display: inline-block;
	inline-size: 13px;
	margin-inline-start: -5px;
	opacity: 0;
	transition: visibility .4s, opacity .4s linear, all .5s ease-in-out;
	visibility: hidden
}

.explore-mosaic_sections .card .pubname {
	color: #323232;
	margin-block-start: 5px
}

.explore-mosaic_sections .card.onlytext:hover {
	color: #323232;
}

.explore-mosaic_sections .card.onlytext .card-contents {
	padding: 1rem 1rem 0 0;
	padding: 0 50px 0 0
}

.explore-mosaic_sections .card.onlytext .card-contents svg {
	block-size: 50px;
	inline-size: 50px
}

.explore-mosaic_sections .card.onlytext .card-contents p {
	font-size: 1.9994rem;
	line-height: 2.325rem
}

@media only screen and (min-width:1440px) {
	.explore-mosaic_sections .card.onlytext .card-contents p {
		font-size: 2.82715rem;
		line-height: 3.1rem
	}
}

.explore-mosaic_sections .card.onlytext .card-contents a {
	background: 0 0;
	border: thin solid var(--calcite-ui-brand);
	color: var(--calcite-ui-brand);
	transition: all .25s ease-in-out
}

.explore-mosaic_sections .card.onlytext .card-contents a:focus,
.explore-mosaic_sections .card.onlytext .card-contents a:hover {
	box-shadow: inset 0 0 0 2px var(--calcite-ui-brand)
}

.explore-mosaic_sections .card.onlytext .card-contents a::after {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	block-size: 13px;
	content: "";
	display: inline-block;
	inline-size: 13px;
	margin-inline-start: 5px
}

html[dir="rtl"] .explore-mosaic_sections .card.onlytext .card-contents a {
	margin-inline-start: 10px
}

html[dir="rtl"] .explore-mosaic_sections .card.onlytext .card-contents a::after {
	margin-inline: 0 6px;
	transform: scaleX(-1)
}

html[dir=rtl] .explore-mosaic_sections .card.onlytext .card-contents a[href$=".mov"]::after,
html[dir=rtl] .explore-mosaic_sections .card.onlytext .card-contents a[href$=".mp4"]::after,
html[dir=rtl] .explore-mosaic_sections .card.onlytext .card-contents a[href^="https://www.esri.com/videos/"]::after {
	transform: none
}

.explore-mosaic_sections .card.onlytext .card-contents a[href*="esri.com"]::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+")
}

.explore-mosaic_sections .card.onlytext .card-contents a:not([href*="esri.com"])::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==")
}

.explore-mosaic_sections .card.onlytext .card-contents a[href$=".doc"]::after,
.explore-mosaic_sections .card.onlytext .card-contents a[href$=".pdf"]::after,
.explore-mosaic_sections .card.onlytext .card-contents a[href$=".zip"]::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+")
}

.explore-mosaic_sections .card.onlytext .card-contents a[href^=".."]::after,
.explore-mosaic_sections .card.onlytext .card-contents a[href^="/"]::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+")
}

.explore-mosaic_sections .card.onlytext .card-contents a[href$=".mov"]::after,
.explore-mosaic_sections .card.onlytext .card-contents a[href$=".mp4"]::after,
.explore-mosaic_sections .card.onlytext .card-contents a[href^="https://www.esri.com/videos/"]::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=")
}

.explore-mosaic_sections .card.onlytext .card-contents a[href*="tel:"]::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==")
}

@media only screen and (min-width:768px) {
	.explore-mosaic_sections .card.onlytext .card-contents {
		padding: 0 30px
	}
}

.explore-mosaic_sections .card:hover {
	color: var(--calcite-ui-brand);
	text-decoration: none
}

.explore-mosaic_sections .card:hover .explore_underlay {
	transform: scale(1.15)
}

.explore-mosaic_sections .card:hover .card-contents p.cardinfo,
.explore-mosaic_sections .card:hover .explore-card-content p.cardinfo {
	color: var(--calcite-ui-brand)
}

.explore-mosaic_sections .card:hover .card-contents p.cardinfo::after,
.explore-mosaic_sections .card:hover .explore-card-content p.cardinfo::after {
	margin-inline-start: 5px;
	opacity: 1;
	visibility: visible
}

@media only screen and (min-width:1024px) {
	.explore-mosaic_sections {
		flex-basis: 60%;
		order: 1
	}
}

@media only screen and (min-width:1440px) {
	.explore-mosaic_sections {
		flex-basis: 65%;
	}
}

@media screen and (max-width:1024px) {
	.newsroom-gateway .hideTablet {
		display: none
	}
}

.newsroom-gateway .banner-carousel {
	background-position: right;
	background-repeat: no-repeat;
	max-inline-size: 100vw;
	position: relative
}

@media screen and (min-width:1024px) {
	.newsroom-gateway .banner-carousel {
		display: flex
	}
}

.newsroom-gateway .banner-carousel .gateway-header {
	flex: 0 0 100%
}

@media screen and (min-width:1024px) {
	.newsroom-gateway .banner-carousel .gateway-header {
		flex: 0 0 35%;
		position: relative
	}
}

.newsroom-gateway .banner-carousel .gateway-header .header-content {
	text-align: center
}

@media screen and (min-width:1024px) {
	.newsroom-gateway .banner-carousel .gateway-header .header-content {
		display: inline-block;
		inset-block-start: 50%;
		inset-inline-start: 50%;
		position: absolute;
		text-align: start;
		transform: translate(-50%, -50%)
	}
}

.newsroom-gateway .banner-carousel .gateway-header .header-content h1 {
	font-size: 50px;
	letter-spacing: -2px;
	line-height: 1;
	margin-block-start: 50px
}

@media screen and (min-width:768px) {
	.newsroom-gateway .banner-carousel .gateway-header .header-content h1 {
		font-size: 70px
	}
}

@media screen and (min-width:1024px) {
	.newsroom-gateway .banner-carousel .gateway-header .header-content h1 {
		font-size: calc(80px - 1vw);
		line-height: .9;
		margin-block-start: 0
	}
}

@media screen and (min-width:1240px) {
	.newsroom-gateway .banner-carousel .gateway-header .header-content h1 {
		font-size: calc(95px - 1vw)
	}
}

@media screen and (min-width:1600px) {
	.newsroom-gateway .banner-carousel .gateway-header .header-content h1 {
		font-size: calc(120px - 1vw);
		letter-spacing: -3px
	}
}

.newsroom-gateway .banner-carousel .carouselImage {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	block-size: 800px;
	flex: 0 0 100%;
	inline-size: 100%;
	position: relative
}

@media screen and (min-width:1024px) {
	.newsroom-gateway .banner-carousel .carouselImage {
		flex: 0 0 65%
	}
}

.newsroom-gateway .banner-carousel_content-wrapper {
	background: #323232;
	inset-block-end: 30px;
	inset-inline-start: 20px;
	margin-inline-end: 5%;
	max-inline-size: 300px;
	padding: 20px;
	position: absolute;
	z-index: 2
}

@media screen and (min-width:768px) {
	.newsroom-gateway .banner-carousel_content-wrapper {
		margin-inline-end: 10%;
		max-inline-size: 425px;
		padding: 30px
	}
}

@media screen and (min-width:1024px) {
	.newsroom-gateway .banner-carousel_content-wrapper {
		inset-inline-start: -76px;
		margin-inline-end: 10%;
		max-inline-size: 500px;
		padding: 30px
	}
}

.newsroom-gateway .banner-carousel_content-wrapper .carousel-content[aria-hidden="true"] {
	display: none
}

.newsroom-gateway .banner-carousel_content-wrapper .carousel-content a {
	color: #74c6ff
}

.newsroom-gateway .banner-carousel_content-wrapper .carousel-content .video-carousel_content_cat {
	letter-spacing: 2px
}

.newsroom-gateway .banner-carousel_content-wrapper .carousel-content h2 {
	font-size: 1.2019rem;
	letter-spacing: -1px;
	line-height: 1.2
}


@media screen and (min-width:768px) {
	.newsroom-gateway .banner-carousel_content-wrapper .carousel-content h2 {
		font-size: 1.50357rem;
		line-height: 1.2
	}
}

@media screen and (max-width:1024px) {
	.newsroom-gateway .hideTablet {
		display: none
	}
}

@media screen and (min-width:1024px) {
	.newsroom-gateway .banner-carousel {
		display: flex
	}
}

@media screen and (min-width:1024px) {
	.newsroom-gateway .banner-carousel_content-wrapper {
		inset-inline-start: -76px;
		margin-inline-end: 10%;
		max-inline-size: 500px;
		padding: 30px
	}
}

@media screen and (min-width:768px) {
	.newsroom-gateway .banner-carousel_content-wrapper .carousel-content h2 {
		font-size: 1.50357rem;
		line-height: 1.2
	}
}

.graybackground {
	background-color: #f8f8f8
}

@media only screen and (min-width:1800px) {
	.grid-container.expanded {
		inline-size: 100%;
		padding: 0 100px
	}

	.grid-container.expanded.bannercarousel {
		max-inline-size: 100%;
		overflow: hidden;
		padding: 0;
		padding: 0 0 0 150px
	}
}
.page-template-template_watch_gateway .modal-content {
	padding: 1.55rem !important
}

.gist tr {
	border-block-end: none
}

.grid-container #twitter.twitter-left {
	float: left;
	inline-size: auto
}

@media screen and (max-width:1449px) {
	.grid-container #twitter.twitter-left {
		float: none
	}
}

.grid-container #twitter.twitter-right {
	float: right;
	inline-size: auto
}

@media screen and (max-width:1449px) {
	.grid-container #twitter.twitter-right {
		float: none
	}
}

.grid-container #twitter.twitter-right .twitter-tweet.twitter-tweet-rendered {
	margin-inline-start: 0 !important
}

@media screen and (min-width:1449px) {
	.grid-container #twitter.twitter-right .twitter-tweet.twitter-tweet-rendered {
		margin-inline: 20px 0 !important
	}
}

.grid-container #twitter .twitter-tweet.twitter-tweet-rendered {
	margin: 0 auto !important
}

.grid-container #twitter.twitter-center twitter-widget.twitter-tweet.twitter-tweet-rendered {
	display: block;
	margin: 0 auto !important;
	position: relative
}

.grid-container #twitter.twitter-center {
	inline-size: auto;
	margin: 0 auto
}

.twitter-tweet.twitter-tweet-rendered {
	display: block;
	margin: 0 auto
}

.center-btn {
	display: block;
	margin: 0 auto;
	max-inline-size: 200px
}


.newsr-hero {
	background-color: #4c4c4c;
	background-position: 50%;
	background-size: cover;
	block-size: 60vh;
	color: #fff;
	min-block-size: 660px;
	min-inline-size: 100%;
	padding-block: 100px;
	position: relative;
	text-shadow: 0 0 3px rgb(0 0 0 / 15%), 0 1px 1px rgb(0 0 0 / 50%);
	transition: background-image .4s, padding 75ms;
	z-index: 0
}

.newsr-hero::before {
	content: "";
	inset: 0;
	position: absolute
}

@media screen and (min-width:860px) {
	.newsr-hero::before {
		background-image: linear-gradient(67.5deg, rgb(0 0 0 / 70%) 40%, rgb(0 0 0 / 40%) 60%, rgb(0 0 0 / 1%) 80%)
	}
}

@media screen and (max-width:859px) {
	.newsr-hero::before {
		background-image: linear-gradient(67.5deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 70%))
	}
}

.newsr-hero:hover .arcw-hb--link {
	background-position: 100% 100%;
	color: #74c6ff
}

.newsr-hero:hover .arcw-hb--link::after {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%2374c6ff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E") !important
}

@media screen and (max-width:859px) {
	.newsr-hero {
		padding-block: 100px
	}
}

@media screen and (max-width:479px) {
	.newsr-hero {
		block-size: auto;
		padding-block: 60px
	}
}

.newsr-hero--info {
	position: relative;
	z-index: 1
}

.newsr-hero--info .newsr-hero--simple-link {
	color: #49b0f2;
	display: inline-block
}

.newsr-hero--info .newsr-hero--simple-link:hover {
	color: #74c6ff;
	text-decoration: none
}

.newsr-hero--title {
	letter-spacing: -.0375em;
	line-height: 1.25;
	margin-block-end: 20px
}

.newsr-hero--date,
.newsr-hero--tag {
	letter-spacing: -1px;
	margin-block: 0 20px
}

.newsr-hero--date {
	padding-block-start: 10px
}

.newsr-hero--tag {
	letter-spacing: 1.8px
}

.newsr-hero--gateway {
	margin-block: 0 20px
}

.newsr-hero--gateway-icon {
	block-size: 48px;
	inline-size: 48px;
	margin-block-start: -5px;
	margin-inline-end: 10px;
	vertical-align: middle
}

.newsr-hero--issue {
	text-transform: uppercase
}

.newsr-hero--simple-link {
	color: #0079c1;
	display: inline-block
}

.newsr-hero--simple-link:hover {
	color: #005f96;
	text-decoration: none
}

.newsr-hero--link {
	background-image: linear-gradient(90deg, transparent, transparent 16.5%, currentcolor 66%);
	background-position: calc(200% - 2px) 100%;
	background-repeat: no-repeat;
	background-size: 200% 1px;
	color: #49b0f2;
	display: inline-block;
	padding-block-end: 5px;
	text-decoration: none;
	transition: background-position .15s ease-in-out
}

.newsr-hero--link::after {
	block-size: 16px;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%2349b0f2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E") !important;
	display: inline-block;
	inline-size: 16px;
	line-height: 0;
	margin-inline-start: 10px;
	vertical-align: text-bottom
}

.newsr-hero--link:hover {
	background-position: 100% 100%;
	color: #74c6ff;
	text-decoration: none
}

.newsr-hero--logo {
	max-inline-size: 45%
}

@media screen and (min-width:482px) {
	.newsr-hero--logo {
		block-size: 53px;
		inline-size: 200px
	}

	.newsr-hero--logo img {
		block-size: auto
	}
}

.newsr-feat-card--heading {
	font-style: normal;
	font-weight: 400;
	margin-block-end: .825rem
}

.newsr-feat-card--cat {
	margin-block-end: .8rem;
	text-transform: uppercase
}

.newsr-feat-card--figure a,
.newsr-feat-card--figure>div {
	display: inline-block;
	margin-inline: -.5rem;
	max-inline-size: 100px;
	min-inline-size: 100%;
	overflow: hidden;
	position: relative
}

.newsr-feat-card--img {
	background-color: #ccc;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

.newsr-feat-card--image-tag {
	background: rgb(255 255 255 / 85%);
	color: #4c4c4c;
	display: inline-block;
	font-style: normal;
	inline-size: 100%;
	inset-block-end: 0;
	inset-inline-start: 0;
	letter-spacing: .15rem;
	margin: 0;
	padding-block: .35rem;
	position: absolute;
	text-transform: uppercase
}

.newsr-feat-card--image-tag-left {
	inset-inline-end: 30px;
	position: absolute
}

.newsr-feat-card--byline {
	margin-block-end: .825rem;
	padding-inline-start: 0
}

@media screen and (max-width:1270px) {
	.newsr-feat-card--byline {
		min-inline-size: 100%
	}
}

.newsr-feat-card--titlelink:active,
.newsr-feat-card--titlelink:focus,
.newsr-feat-card--titlelink:hover {
	text-decoration: none
}

.newsr-feat-card--cta a[data-link-type]::after {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	block-size: 13px;
	content: "";
	display: inline-block;
	inline-size: 13px;
	margin-inline-start: 7px;
	transition: all .25s ease-out
}

.newsr-feat-card--cta a[data-link-type="external"]::after {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='icons' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16; fill:%230079c1' xml:space='preserve'%3E%3Cpolygon points='15,8 16,8 16,16 0,16 0,0 8,0 8,1 1,1 1,15 15,15 '/%3E%3Cpolygon points='10,0 10,1 14.5340004,1 5.9610004,9.4729996 6.526,10.0389996 15,1.4660001 15,6 16,6 16,0 '/%3E%3C/svg%3E%0A")
}

.newsr-feat-card--cta a[data-link-type="internal"]::after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%230079c1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E")
}

@media screen and (max-width:1025px) and (min-width:860px) {

	.newsr-feat-card--figure,
	.newsr-feat-card--info {
		float: none;
		margin-inline: auto;
		max-inline-size: 95vw
	}

	.newsr-feat-card--info {
		inline-size: 725px;
		margin-block-start: 1.55rem;
		padding-inline-start: 0
	}
}

@media screen and (max-width:859px) {
	.newsr-feat-card--info {
		margin-block-start: 1.55rem;
		padding-inline-start: .5rem !important
	}
}

@media screen and (min-width:860px) and (max-width:1156px) {
	.newsr-cards .block-group-4-up>.block {
		flex-basis: calc(33.33333% - 1.5rem);
		-ms-flex-preferred-size: calc(33.33333% - 1.5rem);
		inline-size: calc(33.33333% - 1.5rem)
	}
}

.newsr-card {
	border: #ccc 1px solid;
	box-shadow: none
}

.newsr-card:not(.no-figure) .newsr-card--info {
	position: relative
}

@media screen and (max-width:860px) {
	.newsr-card {
		align-items: flex-start;
		display: flex;
		flex-direction: row
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.newsr-card.block-group-3-up>.block {
		flex-basis: calc(33.33333% - 1.75rem);
		inline-size: calc(33.33333% - 1.5rem)
	}

	.newsr-card.block-group-4-up>.block {
		flex-basis: calc(25% - 1.75rem);
		-ms-flex-preferred-size: calc(25% - 1.5rem);
		inline-size: calc(25% - 1.5rem)
	}
}

.newsr-card:hover {
	border: #0079c1 1px solid;
	z-index: 1
}

.newsr-card:hover .newsr-card--img {
	transform: scale3d(1.075, 1.075, 1.075);
}

.newsr-card:hover .newsr-card--cta::after {
	margin-inline-start: .25em;
	opacity: 1
}

.newsr-card .newsr-card--figure {
	overflow: hidden;
	position: relative
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--figure {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		inline-size: 150px;
		margin-inline-end: 20px
	}
}

.newsr-card .newsr-card--caption {
	background: rgb(255 255 255 / 92%);
	color: #4c4c4c;
	font-style: normal;
	inline-size: 100%;
	inset-block-end: 0;
	letter-spacing: .15rem;
	margin: 0;
	padding-block: .4rem 0;
	position: absolute;
	text-transform: uppercase
}

.newsr-card .newsr-card--caption-cat {
	display: inline-block;
	max-inline-size: 86%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.newsr-card .newsr-card--caption-time {
	display: inline-block;
	inline-size: 30%;
	inset-inline-end: 0;
	padding-inline-end: 20px;
	position: absolute;
	text-align: end
}

@media screen and (min-width:861px) and (max-width:1270px) {
	.newsr-card .newsr-card--caption {
		padding-inline-start: 1rem
	}

	.newsr-card .newsr-card--caption-cat {
		max-inline-size: 75%
	}

	.newsr-card .newsr-card--caption-time {
		inline-size: 40%
	}

	.newsr-card .newsr-card--caption-time::before {
		background: linear-gradient(to right, rgb(0 0 0 / 0%) 0, #f0f0f0 100%);
		block-size: 26px;
		content: ' ';
		display: inline-block;
		inline-size: 10px;
		inset-block-start: 0;
		inset-inline-start: -5px;
		position: absolute
	}
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--caption {
		display: none
	}
}

.newsr-card .newsr-card--mobile-cat {
	display: none
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--mobile-cat {
		display: block;
		text-transform: uppercase
	}
}

@media screen and (max-width:480px) {
	.newsr-card .newsr-card--mobile-cat {
		font-size: 3.5vw
	}
}

.newsr-card .newsr-card--link {
	inset-block-end: 0;
	position: absolute
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--link {
		display: none
	}
}

.newsr-card .newsr-card--img {
	background-color: #ccc;
	block-size: auto;
	display: block;
	inline-size: 100%;
	transition: transform .6s ease, -webkit-transform .6s ease
}

.newsr-card .newsr-card--info {
	padding-block-end: 30px
}

@media screen and (max-width:479px) {
	.newsr-card .newsr-card--info {
		padding-inline: 0
	}
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--info {
		inline-size: 100%;
		margin: 15px 5px 0 0;
		min-block-size: auto;
		padding-block-end: 0
	}
}

@media screen and (min-width:861px) {
	.newsr-card .newsr-card--info::after {
		background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0, #fff 100%);
		block-size: 40px;
		content: "";
		inset-block-end: 50px;
		inset-inline: 0;
		position: absolute
	}
}

.newsr-card .newsr-card--cta {
	color: #0079c1;
	text-decoration: none !important
}

.newsr-card .newsr-card--cta::after {
	block-size: 16px;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%230079c1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E");
	display: inline-block;
	inline-size: 16px;
	line-height: 0;
	margin-inline-start: -.25em;
	opacity: 0;
	transition: margin-left .15s, margin-right .15s, opacity .15s;
	vertical-align: text-top
}

.newsr-card .newsr-card--cta[data-link-type]::after {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	block-size: 13px;
	content: "";
	display: inline-block;
	inline-size: 13px;
	margin-block-start: 3px;
	margin-inline-start: 7px;
	transition: all .25s ease-out
}

.newsr-card .newsr-card--cta[data-link-type="external"]::after {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='icons' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16; fill:%230079c1' xml:space='preserve'%3E%3Cpolygon points='15,8 16,8 16,16 0,16 0,0 8,0 8,1 1,1 1,15 15,15 '/%3E%3Cpolygon points='10,0 10,1 14.5340004,1 5.9610004,9.4729996 6.526,10.0389996 15,1.4660001 15,6 16,6 16,0 '/%3E%3C/svg%3E%0A")
}

.newsr-card .newsr-card--cta[data-link-type="internal"]::after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%230079c1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E")
}

.newsr-card .newsr-card--heading {
	line-height: 1.8rem;
	margin-block-end: 8px
}

@media screen and (max-width:479px) {
	.newsr-card .newsr-card--heading {
		font-size: 4vw;
		line-height: 5vw
	}
}

@media screen and (min-width:480px) and (max-width:860px) {
	.newsr-card .newsr-card--heading {
		font-size: 20px;
		line-height: 25px
	}
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--heading {
		color: #0079c1
	}
}

.newsr-card .newsr-card--byline {
	margin-block-end: 8px
}

.newsr-card .newsr-card--content {
	line-height: 1.4rem
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--content {
		block-size: auto;
		display: block;
		font-size: 14px;
		line-height: 20px;
		margin: .5rem 0;
		max-block-size: 0;
		opacity: 0;
		overflow: hidden;
		transition: max-height .4s linear, opacity .35s ease
	}
}

.newsr-card .newsr-card--toggle-summary {
	display: none
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--toggle-summary {
		block-size: 30px;
		border-block-start: 1px solid #e0e0e0;
		display: block;
		font-size: 14px;
		line-height: 20px;
		margin: .5rem 0;
		padding-block-start: .5rem
	}
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--show-summary {
		block-size: 20px;
		display: block
	}

	.newsr-card .newsr-card--show-summary::after {
		background-image: url("data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDogIzdDN0M3QzsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGNsYXNzPSJzdmctaWNvbiI+PHBhdGggZD0iTTI4IDl2NUwxNiAyNiA0IDE0VjlsMTIgMTJMMjggOXoiPjwvcGF0aD48L3N2Zz4=")
	}
}

@media screen and (max-width:480px) {
	.newsr-card .newsr-card--show-summary {
		font-size: 3.5vw
	}
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--hide-summary {
		display: none
	}

	.newsr-card .newsr-card--hide-summary::after {
		background-image: url("data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDogIzdDN0M3QzsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIGNsYXNzPSJzdmctaWNvbiI+PHBhdGggZD0iTTQgMjN2LTVMMTYgNmwxMiAxMnY1TDE2IDExIDQgMjN6Ii8+PC9zdmc+")
	}
}

@media screen and (max-width:860px) {

	.newsr-card .newsr-card--hide-summary::after,
	.newsr-card .newsr-card--show-summary::after {
		background-size: 100%;
		block-size: 10px;
		content: "";
		display: inline-block;
		inline-size: 12px;
		margin-inline-start: 2px
	}
}

@media screen and (min-width:861px) {
	.newsr-card .newsr-card--info {
		block-size: 250px;
		display: flex;
		flex-flow: column
	}

	.newsr-card .newsr-card--heading {
		flex-shrink: 0
	}

	.newsr-card .newsr-card--byline {
		flex-shrink: 1
	}

	.newsr-card .newsr-card--content {
		display: inline-block;
		flex-shrink: 2;
		overflow: hidden;
		text-overflow: ellipsis
	}
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--info.show-summary .newsr-card--content {
		max-block-size: 500px;
		opacity: 1;
		visibility: visible
	}
}

.newsr-card .newsr-card--info.show-summary .newsr-card--show-summary {
	display: none
}

.newsr-card .newsr-card--info.show-summary .newsr-card--hide-summary {
	display: block
}

.newsr-card--minimal .newsr-card--info {
	min-block-size: 165px
}

.newsr-card--minimal .newsr-card--content {
	margin-block-end: 0
}

@media screen and (max-width:479px) {
	.newsr-card.no-figure .newsr-card--info {
		padding-inline: 1rem
	}
}

@media screen and (min-width:860px) and (max-width:1270px) {
	.newsr-card.no-figure {
		padding-block-start: 40px
	}

	.newsr-card.no-figure .newsr-card--heading {
		font-size: 1.3rem;
		line-height: 2rem
	}
}

.newsr-card.no-figure .newsr-card--cat {
	margin-block-end: .8rem;
	text-transform: uppercase
}

@media screen and (min-width:861px) {
	.newsr-card.no-figure .newsr-card--info {
		block-size: auto;
		display: flex;
		flex-flow: column
	}

	.newsr-card.no-figure .newsr-card--figure {
		block-size: 32px
	}
}

@media screen and (min-width:861px) and (max-width:1270px) {
	.newsr-card:not(.no-figure) .newsr-card--content {
		block-size: 68px;
		line-height: 1.3rem;
		max-block-size: 68px
	}
}

@media screen and (max-width:1270px) {
	.newsr-card.no-figure .newsr-card--figure {
		display: none
	}
}

.newsr-inb {
	background-color: #f8f8f8;
	border-block-end: 1px solid #ccc;
	border-block-start: 1px solid #ccc;
	max-inline-size: 100%;
	padding-block: 45px
}

.newsr-inb .newsr-inb p {
	margin-block-end: 5px
}

.newsr-inb .newsr-inb--content {
	text-align: center
}

.newsr-inb .newsr-inb--figure {
	margin-block-end: 1rem
}

.newsr-inb .newsr-inb--cat {
	margin-block-end: .5rem;
	text-transform: uppercase
}

.newsr-inb .newsr-inb--cta,
.newsr-inb .newsr-inb--title {
	margin-block-end: 1rem
}

.newsr-inb .newsr-inb--pdf .icon-ui-documentation::before {
	font-size: 16px
}

.newsr-inb .newsr-inb--download-size {
	color: #959595;
	display: inline-block;
	vertical-align: top
}

.newsr-inb .newsr-inb--download {
	margin-block-end: 0
}

@media screen and (min-width:480px) and (max-width:640px) {
	.newsr-inb .newsr-inb--link {
		font-size: 2.8vw !important
	}
}

.newsr-inb .horizontal-img {
	block-size: 84px;
	inline-size: 148px;
	min-inline-size: 148px
}

.newsr-inb .vertical-img {
	inline-size: 125px;
	min-inline-size: 125px
}

.newsr-inb .mobile-long-text-btn {
	font-size: 4.3vw
}

@media screen and (min-width:480px) {
	.newsr-inb .mobile-long-text-btn {
		font-size: inherit
	}
}

.newsr-inb.no-download .newsr-inb--download {
	display: none
}

.newsr-inb.no-download .newsr-inb--cta {
	margin-block-end: 0
}

.newsr-inb.double .newsr-inb--wrapper {
	position: relative
}

.newsr-inb.double .newsr-inb--wrapper:first-child {
	margin-block-end: 45px;
	padding-block-end: 40px
}

.newsr-inb.double .newsr-inb--wrapper:first-child::after {
	background: #ccc;
	block-size: 1px;
	content: "";
	inline-size: 100%;
	inset-block-end: 0;
	position: absolute
}

.newsr-inb.double .newsr-inb--wrapper .newsr-inb--cat {
	margin-block-end: 0;
	text-transform: uppercase
}

@media screen and (min-width:280px) {
	.newsr-inb {
		padding-block: 60px
	}

	.newsr-inb .newsr-inb--wrapper {
		display: flex;
		justify-content: center
	}

	.newsr-inb .newsr-inb--figure {
		margin-inline: initial
	}

	.newsr-inb .newsr-inb--content {
		padding-inline-start: 30px;
		text-align: start
	}

	.newsr-inb .newsr-inb .vertical-img {
		inline-size: 148px;
		min-inline-size: 148px
	}
}

@media screen and (min-width:480px) and (max-width:960px) {
	.newsr-inb .newsr-inb--figure {
		margin-block-end: 10px
	}

	.newsr-inb .newsr-inb--content {
		inline-size: 59.5238vw;
		max-inline-size: 400px
	}

	.newsr-inb .newsr-inb--wrapper {
		float: none;
		margin-inline: auto;
		min-inline-size: 95vw
	}

	.newsr-inb .horizontal-img {
		block-size: 124px;
		inline-size: 220px;
		min-inline-size: 220px
	}

	.newsr-inb .vertical-img {
		inline-size: 220px;
		min-inline-size: 220px;
		padding-inline: 18.5px
	}

	.newsr-inb.double .newsr-inb--wrapper {
		position: relative
	}

	.newsr-inb.double .newsr-inb--wrapper:first-child {
		margin-block-end: 60px;
		padding-block-end: 40px
	}

	.newsr-inb.double .newsr-inb--wrapper:first-child::after {
		background: #ccc;
		block-size: 1px;
		content: "";
		inline-size: 75%;
		inset-block-end: 0;
		position: absolute
	}
}

@media screen and (min-width:960px) {
	.newsr-inb .horizontal-img {
		block-size: 186px;
		inline-size: 330px;
		min-inline-size: 330px
	}

	.newsr-inb .vertical-img {
		block-size: 230px;
		inline-size: 183px;
		min-inline-size: 183px
	}

	.newsr-inb .newsr-inb--title {
		font-size: 1.2rem;
		line-height: 1.7rem
	}

	.newsr-inb .newsr-inb--figure {
		margin-block-end: 0
	}

	.newsr-inb.single .newsr-inb--wrapper {
		float: none;
		margin-inline: auto
	}

	.newsr-inb.double .newsr-inb--wrapper {
		position: relative
	}

	.newsr-inb.double .newsr-inb--wrapper:first-child {
		margin-block-end: 0;
		padding-block-end: 0
	}

	.newsr-inb.double .newsr-inb--wrapper:first-child::after {
		background: #ccc;
		block-size: 80%;
		content: "";
		inline-size: 1px;
		inset-block: 5% 20%;
		inset-inline-end: 0;
		position: absolute
	}
}

.n-gateway-share {
	margin-block: 20px 80px;
	text-align: center
}

.n-gateway-share-title {
	font-size: var(--font-2);
	font-weight: 700;
	line-height: 25px;
	margin-block: 0 30px;
	text-transform: uppercase
}

.n-gateway-share-list {
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin-block: 0;
	padding-inline: 0
}
.n-gateway-share-list
.n-gateway-share.article {
	margin-block: 0
}

.n-gateway-share.article .n-gateway-share-control {
	block-size: 32px;
	inline-size: 32px;
	transition: background-color .2s linear
}

.n-gateway-share.article .n-gateway-share-control::before {
	block-size: 16px;
	inline-size: 16px;
	margin: 8px
}

.n-gateway-share.article .n-gateway-share-control.-rss::before {
	block-size: 26px;
	inline-size: 26px;
	margin: 3px
}

@media screen and (min-width:859px) {
	.n-gateway-share.article {
		display: none
	}
}

.newsr-ankle {
	background-color: #323232;
	color: #fff
}

.newsr-ankle .newsr-ankle--subscribe-heading {
	margin-block-end: 9px
}

.newsr-ankle .newsr-ankle--subscribe-btn {
	font-weight: 500;
	line-height: 1.55rem;
	padding: 1rem 1.5rem
}

.newsr-ankle .newsr-ankle--subscribe-cta {
	margin-block-end: 10px
}

.newsr-ankle .newsr-ankle--subscribe-link a {
	color: #49b0f2
}

.newsr-ankle .newsr-ankle--subscribe-link a:hover {
	color: #74c6ff;
	text-decoration: none
}

@media screen and (max-width:479px) {
	.newsr-ankle .newsr-ankle--subscribe {
		float: none;
		margin-block-end: 40px
	}
}

.newsr-ankle .newsr-ankle--col-heading {
	margin-block-end: 9px
}

.newsr-ankle .newsr-ankle--social {
	display: flex
}

.newsr-ankle .newsr-ankle--social>div {
	inline-size: 302.08333px;
	max-inline-size: 19.79167vw;
	padding-inline: .5rem
}

@media screen and (max-width:859px) {
	.newsr-ankle .newsr-ankle--social {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.newsr-ankle .newsr-ankle--social>div {
		inline-size: 50%;
		margin-block-end: 30px;
		max-inline-size: 50%
	}
}

@media screen and (max-width:716px) {
	.newsr-ankle .newsr-ankle--social {
		flex-direction: column
	}

	.newsr-ankle .newsr-ankle--social>div {
		inline-size: 100%;
		margin-block-end: 20px;
		max-inline-size: 100%
	}
}

@media screen and (max-width:479px) {
	.newsr-ankle .newsr-ankle--social {
		display: block;
		inline-size: 100%
	}
}

.newsr-ankle--explore ul, .newsr-ankle--social-nav{
  margin-inline-start:0;
}

.newsr-ankle .newsr-ankle--item {
	list-style: none;
  margin:0;
}

.newsr-ankle .newsr-ankle--social-nav li {
	display: inline-block;
	margin-inline-start: 5px
}

.newsr-ankle .newsr-ankle--social-nav li:first-child {
	margin-inline-start: 0
}

.newsr-ankle .newsr-ankle--link .newr-icon-arrow-blue {
	background: url("data:image/svg+xml;base64, PHN2ZyBjbGFzcz0iYXJyb3ciIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE2IDE2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICAgPGc+PHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTgsMTQuMjk2ODc1bDUuMzEyNS01LjMxMjVIMFY4aDEzLjI4MTI1TDgsMi43MDMxMjVWMS4yODEyNUwxNS4yMTg3NSw4LjVMOCwxNS43MTg3NVYxNC4yOTY4NzV6Ij48L3BhdGg+PC9nPgo8L3N2Zz4=") no-repeat center center;
	block-size: .6rem;
	display: inline-block;
	inline-size: .6rem;
	margin-block-start: .425rem;
	margin-inline-start: 4px;
	opacity: 0;
	padding: 0 0 0 8px !important;
	position: absolute;
	transform: translateX(0);
	transition: all .35s ease;
	vertical-align: bottom;
	will-change: transform
}

@media screen and (min-width:860px) {
	.newsr-ankle .newsr-ankle--link .newr-icon-arrow-blue {
		transform: translateX(-16px)
	}
}

.newsr-ankle .newsr-ankle--link:hover {
	color: #74c6ff;
	text-decoration: none
}

.newsr-ankle .newsr-ankle--link:hover .newr-icon-arrow-blue {
	opacity: 1;
	transform: translateX(0)
}

.newsr-ankle [class*="icon-social-"] {
	background-color: #242424
}

.newsr-ankle-modal.is-active header {
	inline-size: 470px;
	margin: 20px 10px;
	max-inline-size: 95vw
}

.newsr-subscription {
	background-color: #323232;
	color: #fff;
	text-align: center
}

.newsr-subscription--btn {
	padding: 25px 60px
}

html[dir="rtl"] body .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper:hover .ec-strip_link::after {
	inset-inline: -20px auto;
	opacity: 1
}

.arcGis-gateway .newsr-hero--tag,
.arcGis-product-gateway .newsr-hero--tag {
	letter-spacing: 0
}

.arcGis-gateway a.link-white:hover {
	color: #49b0f2;
	text-decoration: none
}

.arcNews-gateway .newsr-hero {
	block-size: 360px;
	display: flex;
	flex-flow: column;
	Justify-content: center;
	max-block-size: 360px;
	min-block-size: 360px
}

.arcNews-gateway .newsr-hero--logo {
	block-size: 60px;
	max-block-size: 60px
}

@media screen and (max-width:860px) {
	.arcNews-gateway .newsr-hero--logo {
		block-size: auto
	}
}

.arcNews-gateway .newsr-hero--date {
	letter-spacing: 0
}

.arcNews-gateway .newsr-hero--date span {
	margin-inline-end: 10px
}

@media screen and (max-width:860px) {
	.arcNews-gateway .newsr-hero--date {
		padding-block-start: 5px
	}
}

@media screen and (min-width:860px) {
	.arcNews-gateway .newsr-card--heading {
		margin-block-end: 1rem
	}
}

.arcGis-product-gateway .newsr-hero {
	block-size: 260px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	max-block-size: 260px;
	min-block-size: 260px
}

.arcGis-product-gateway .newsr-hero--gateway {
	margin-block-end: 50px
}

@media screen and (max-width:479px) {
	.arcGis-product-gateway .newsr-hero--gateway {
		font-size: 1.8rem
	}
}

.arcGis-product-gateway .newsr-hero--logo {
	block-size: 60px;
	max-block-size: 60px
}

@media screen and (max-width:860px) {
	.arcGis-product-gateway .newsr-hero--logo {
		block-size: auto
	}
}

.arcGis-product-gateway .newsr-hero--date {
	letter-spacing: 0
}

.arcGis-product-gateway .newsr-hero--date span {
	margin-inline-end: 10px
}

@media screen and (max-width:860px) {
	.arcGis-product-gateway .newsr-hero--date {
		padding-block-start: 5px
	}
}

@media screen and (min-width:860px) {
	.arcGis-product-gateway .newsr-card--heading {
		margin-block-end: 1rem
	}
}

.esri-blog-gateway .newsr-hero--tag {
	letter-spacing: -1px;
	margin-block: 0 28px
}

.esri-blog-gateway .newsr-hero--byline {
	margin-block-end: 1rem
}

.podcast-gateway .hero-banner.podcast>div {
	justify-content: normal;
	min-block-size: 173px;
	padding-block-start: 25px
}

.podcast-gateway .newsr-hero--title {
	margin-block-end: 40px
}

.podcast-gateway .n-gateway-search {
	margin-inline: 0;
	padding: 20px 0
}

@media screen and (max-width:489px) {
	.podcast-gateway .hero-banner.podcast>div {
		padding-block-start: 40px
	}

	.podcast-gateway .newsr-hero--title {
		font-size: 10vw;
		line-height: 10.5vw;
		margin-block-end: 20px
	}
}

.podcast-gateway .downloadRibbon {
	background-color: #002084
}

.podcast-gateway .downloadRibbon.desktop {
	padding: 25px 0
}

.podcast-gateway .downloadRibbon .downloadSection,
.podcast-gateway .downloadRibbon .heading {
	float: left;
	margin-block-start: 5px;
	margin-inline-end: 20px
}

.podcast-gateway .downloadRibbon .heading {
	margin-inline-end: 10px
}

.podcast-gateway .downloadRibbon .heading p {
	margin-block-end: 0;
	padding-block-start: 6px
}

.podcast-gateway .downloadRibbon .downloadSection {
	inline-size: calc(100% - 200px)
}

.podcast-gateway .downloadRibbon.mobile {
	background: 0 0;
	padding: 0
}

.podcast-gateway .downloadRibbon .es-nav-sublist {
	font-size: inherit;
	line-height: inherit;
	list-style-type: none;
	margin: 0;
	padding: 10px 15px
}

.podcast-gateway .downloadRibbon .es-nav-subitem {
	display: inline-block;
	margin: 5px 2px
}

.podcast-gateway .downloadRibbon .download-button {
	inline-size: 100%;
	max-inline-size: 100vw
}

.podcast-gateway .downloadRibbon .download-button .toggle {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 15px;
	text-transform: uppercase
}

.podcast-gateway .downloadRibbon .download-button .toggle:hover {
	text-decoration: none
}

.podcast-gateway .downloadRibbon .download-button .toggle::after {
	block-size: 7px;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='14' height='25'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%23efefef'/%3E%3C/svg%3E");
	inline-size: 14px;
	inset-inline-end: 20px;
	margin-block-start: 7px;
	position: absolute;
	transition: all .25s ease-out
}

.podcast-gateway .downloadRibbon .download-button .toggle[aria-expanded="true"]::after {
	transform: rotateX(180deg) translateY(1px)
}

.podcast-gateway .downloadRibbon .toggle-content {
	block-size: 0;
	display: none;
	overflow: hidden;
	transition: all 350ms ease-in-out
}

.podcast-gateway .downloadRibbon .toggle-content ul {
	margin: 0 15px 15px
}

.podcast-gateway .downloadRibbon .toggle-content.is-visible {
	block-size: auto;
	display: block
}

.podcast-gateway .downloadButtons {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start
}

.podcast-gateway .downloadButtons .heading {
	letter-spacing: -2px;
	margin-inline-end: 10px
}

.podcast-gateway .downloadButtons li {
	list-style: none;
	padding: 0 4px
}

.podcast-gateway .downloadButtons a,
.podcast-gateway .es-nav-sublink {
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	padding: 1em;
	text-decoration: none
}

.podcast-gateway .downloadButtons a.itunes,
.podcast-gateway .es-nav-sublink.itunes {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='164.8566px' height='40px' viewBox='0 0 164.8566 40' enable-background='new 0 0 164.8566 40' xml:space='preserve'%3E%3Cg id='US'%3E%3Cpath fill='%23A6A6A6' d='M155.3273,0H9.5347C9.168,0,8.8057,0,8.4399,0.002C8.1338,0.0039,7.8301,0.0098,7.521,0.0146 C6.8555,0.0312,6.1816,0.0723,5.5171,0.1914c-0.6694,0.1172-1.2915,0.3174-1.9009,0.627C3.0176,1.125,2.4707,1.5234,1.9976,1.9971 C1.519,2.4707,1.1226,3.0195,0.8193,3.6182c-0.311,0.6084-0.5083,1.2334-0.625,1.9033c-0.1206,0.6621-0.1621,1.332-0.1792,2.002 C0.0059,7.8301,0.0049,8.1377,0,8.4443c0,0.3623,0,0.7256,0,1.0918v20.9287c0,0.3692,0,0.7305,0,1.0938 c0.0049,0.3105,0.0059,0.6113,0.0151,0.9219c0.0171,0.6699,0.0586,1.3398,0.1792,2.0019c0.1167,0.6699,0.314,1.2979,0.625,1.9043 c0.3032,0.5957,0.6997,1.1446,1.1782,1.6143c0.4731,0.4775,1.02,0.875,1.6187,1.1787c0.6094,0.3125,1.2314,0.5098,1.9009,0.6308 c0.6645,0.1192,1.3384,0.1583,2.0039,0.1768c0.3091,0.0068,0.6128,0.0107,0.9189,0.0107C8.8057,40,9.168,40,9.5347,40h145.7927 c0.3594,0,0.7246,0,1.084-0.002c0.3047,0,0.6172-0.0039,0.9219-0.0107c0.6699-0.0185,1.3418-0.0576,2-0.1768 c0.6699-0.121,1.2929-0.3183,1.9082-0.6308c0.5976-0.3037,1.1445-0.7012,1.6172-1.1787c0.4765-0.4697,0.873-1.0186,1.1816-1.6143 c0.3066-0.6064,0.5059-1.2344,0.6191-1.9043c0.1231-0.6621,0.1621-1.332,0.1856-2.0019c0.0039-0.3106,0.0039-0.6114,0.0039-0.9219 c0.0078-0.3633,0.0078-0.7246,0.0078-1.0938V9.5361c0-0.3662,0-0.7295-0.0078-1.0918c0-0.3066,0-0.6143-0.0039-0.9209 c-0.0235-0.6699-0.0625-1.3398-0.1856-2.002c-0.1132-0.6699-0.3125-1.2949-0.6191-1.9033 c-0.3086-0.5986-0.7051-1.1475-1.1816-1.6211c-0.4727-0.4736-1.0196-0.8721-1.6172-1.1787 c-0.6153-0.3096-1.2383-0.5098-1.9082-0.627c-0.6582-0.1191-1.3301-0.1602-2-0.1768c-0.3047-0.0049-0.6172-0.0107-0.9219-0.0127 C156.0519,0,155.6867,0,155.3273,0L155.3273,0z'/%3E%3Cpath d='M8.4448,39.125c-0.3047,0-0.602-0.0039-0.9043-0.0107c-0.5591-0.0157-1.2222-0.0469-1.8691-0.1631 c-0.6104-0.1104-1.1528-0.2901-1.6567-0.5479c-0.5215-0.2646-0.9902-0.6064-1.397-1.0166 c-0.4141-0.4062-0.7544-0.873-1.0205-1.3965c-0.2593-0.5048-0.4365-1.0468-0.543-1.6572c-0.1221-0.6728-0.1533-1.3555-0.1665-1.875 c-0.0063-0.2109-0.0146-0.9131-0.0146-0.9131V8.4443c0,0,0.0088-0.6914,0.0146-0.8945c0.0132-0.5239,0.0444-1.206,0.1655-1.8721 C1.1602,5.064,1.3374,4.5225,1.5967,4.0156C1.8623,3.4912,2.2031,3.022,2.6118,2.6177c0.4136-0.4141,0.8843-0.7568,1.4023-1.0225 c0.5137-0.2607,1.0552-0.439,1.6533-0.5439c0.6733-0.1206,1.356-0.1509,1.8755-0.1641L8.4453,0.875h147.9611l0.9131,0.0127 c0.5127,0.0127,1.1953,0.043,1.8584,0.1626c0.6025,0.1055,1.1475,0.2847,1.6709,0.5479c0.5127,0.2627,0.9824,0.6055,1.3916,1.0156 c0.4092,0.4062,0.7519,0.8779,1.0234,1.4043c0.2578,0.5112,0.4336,1.0527,0.5352,1.6489c0.1162,0.6309,0.1523,1.2788,0.1738,1.8872 c0.0029,0.2832,0.0029,0.5874,0.0029,0.8901c0.0079,0.375,0.0079,0.7319,0.0079,1.0918v20.9287c0,0.3633,0,0.7178-0.0079,1.0752 c0,0.3252,0,0.6231-0.0039,0.9297c-0.0205,0.5889-0.0566,1.2364-0.1709,1.8535c-0.1035,0.6133-0.2793,1.1553-0.54,1.67 c-0.2695,0.5195-0.6123,0.9892-1.0156,1.3857c-0.4131,0.418-0.8819,0.7588-1.3994,1.0225 c-0.5186,0.2636-1.0479,0.4384-1.668,0.5498c-0.6406,0.1162-1.3037,0.1474-1.8692,0.1631 c-0.2929,0.0068-0.5996,0.0107-0.8974,0.0107l-1.084,0.002L8.4448,39.125z'/%3E%3Cg id='XMLID_632_'%3E%3ClinearGradient id='XMLID_2_' gradientUnits='userSpaceOnUse' x1='20.0983' y1='7.4183' x2='20.0983' y2='32.5813'%3E%3Cstop offset='0' style='stop-color:%23F452FF'/%3E%3Cstop offset='1' style='stop-color:%23832BC1'/%3E%3C/linearGradient%3E%3Cpath id='XMLID_662_' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23XMLID_2_)' d='M32.1821,29.2281 c-0.2446,0.6213-0.809,1.4961-1.6094,2.1123c-0.4621,0.3559-1.0138,0.6961-1.7716,0.9206 c-0.8078,0.2394-1.8028,0.3203-3.0412,0.3203H14.4366c-1.2383,0-2.2333-0.0809-3.0412-0.3203 c-0.7578-0.2245-1.3094-0.5647-1.7716-0.9206c-0.8003-0.6163-1.3648-1.491-1.6094-2.1123 c-0.4927-1.2518-0.4977-2.6721-0.4977-3.5666l0,0V14.3381l0,0c0-0.8945,0.005-2.3148,0.4977-3.5666 c0.2446-0.6213,0.809-1.4961,1.6094-2.1123c0.4621-0.3559,1.0138-0.6961,1.7716-0.9206c0.8078-0.2394,1.8028-0.3203,3.0412-0.3203 l0,0H25.76l0,0c1.2383,0,2.2333,0.0809,3.0412,0.3203c0.7578,0.2245,1.3094,0.5648,1.7716,0.9206 c0.8003,0.6163,1.3648,1.491,1.6094,2.1123c0.4927,1.2518,0.4977,2.6721,0.4977,3.5666v11.3234 C32.6798,26.5559,32.6748,27.9762,32.1821,29.2281z'/%3E%3Cpath id='XMLID_660_' fill-rule='evenodd' clip-rule='evenodd' fill='none' d='M32.1821,29.2281 c-0.2446,0.6213-0.809,1.4961-1.6094,2.1123c-0.4621,0.3559-1.0138,0.6961-1.7716,0.9206 c-0.8078,0.2394-1.8028,0.3203-3.0412,0.3203H14.4366c-1.2383,0-2.2333-0.0809-3.0412-0.3203 c-0.7578-0.2245-1.3094-0.5647-1.7716-0.9206c-0.8003-0.6163-1.3648-1.491-1.6094-2.1123 c-0.4927-1.2518-0.4977-2.6721-0.4977-3.5666l0,0V14.3381l0,0c0-0.8945,0.005-2.3148,0.4977-3.5666 c0.2446-0.6213,0.809-1.4961,1.6094-2.1123c0.4621-0.3559,1.0138-0.6961,1.7716-0.9206c0.8078-0.2394,1.8028-0.3203,3.0412-0.3203 l0,0H25.76l0,0c1.2383,0,2.2333,0.0809,3.0412,0.3203c0.7578,0.2245,1.3094,0.5648,1.7716,0.9206 c0.8003,0.6163,1.3648,1.491,1.6094,2.1123c0.4927,1.2518,0.4977,2.6721,0.4977,3.5666v11.3234 C32.6798,26.5559,32.6748,27.9762,32.1821,29.2281z'/%3E%3Cg id='XMLID_648_'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M21.9232,21.8815c-0.3776-0.3984-1.0408-0.6538-1.8237-0.6538c-0.783,0-1.4462,0.2554-1.8238,0.6538 c-0.197,0.2079-0.3012,0.421-0.334,0.7246c-0.0636,0.5879-0.0279,1.0941,0.041,1.9034c0.0656,0.7712,0.1902,1.7996,0.3528,2.847 c0.1157,0.7454,0.2097,1.1477,0.2953,1.4358c0.1388,0.4669,0.6575,0.8752,1.4687,0.8752c0.8111,0,1.3298-0.4084,1.4686-0.8752 c0.0856-0.2881,0.1796-0.6904,0.2953-1.4358c0.1626-1.0474,0.2872-2.0758,0.3528-2.847 c0.0689-0.8094,0.1046-1.3156,0.041-1.9034C22.2244,22.3026,22.1202,22.0894,21.9232,21.8815z M18.0421,18.3342 c0,1.1373,0.922,2.0593,2.0593,2.0593c1.1374,0,2.0594-0.922,2.0594-2.0593c0-1.1374-0.922-2.0594-2.0594-2.0594 C18.9641,16.2748,18.0421,17.1968,18.0421,18.3342z M20.0759,10.2072c-4.8163,0.0137-8.7628,3.921-8.8224,8.737 c-0.0484,3.9013,2.442,7.2385,5.9195,8.4617c0.0844,0.0297,0.1701-0.0404,0.1568-0.1289 c-0.0456-0.3029-0.0886-0.6073-0.1281-0.9066c-0.014-0.1058-0.0814-0.197-0.1791-0.2397 c-2.7486-1.2008-4.6679-3.9574-4.6371-7.1505c0.0404-4.1904,3.4622-7.6066,7.6526-7.6405c4.2839-0.0346,7.78,3.4402,7.78,7.7162 c0,3.1611-1.9109,5.8839-4.6381,7.0751c-0.0977,0.0427-0.1647,0.1342-0.1786,0.2399c-0.0395,0.2992-0.0825,0.6035-0.128,0.9061 c-0.0134,0.0885,0.0723,0.1586,0.1567,0.129c3.4443-1.2115,5.9202-4.4968,5.9202-8.35 C28.9501,14.1681,24.9668,10.1932,20.0759,10.2072z M19.916,14.2667c2.7303-0.1057,4.9851,2.0847,4.9851,4.7919 c0,1.3768-0.5833,2.6198-1.5156,3.4952c-0.0791,0.0742-0.1216,0.1796-0.1155,0.2879c0.0186,0.3293,0.0118,0.6493-0.0101,1.0107 c-0.0059,0.0963,0.1021,0.1578,0.1818,0.1035c1.5634-1.0684,2.5917-2.8649,2.5917-4.8973c0-3.3464-2.7874-6.0541-6.1623-5.9233 c-3.1364,0.1216-5.6527,2.7075-5.6929,5.8461c-0.0264,2.0642,1.0082,3.8929,2.5917,4.9747 c0.0795,0.0543,0.1872-0.0073,0.1813-0.1035c-0.022-0.3616-0.0287-0.6816-0.0102-1.0109 c0.0061-0.1082-0.0363-0.2136-0.1152-0.2877c-0.9614-0.9026-1.5518-2.1961-1.5142-3.6241 C15.3778,16.4169,17.4039,14.364,19.916,14.2667z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M46.223,27.8223h-4.7334l-1.1367,3.3564H38.348l4.4834-12.4189h2.083l4.4834,12.4189h-2.0391 L46.223,27.8223z M41.9798,26.2734h3.752l-1.8496-5.4482h-0.0518L41.9798,26.2734z'/%3E%3Cpath fill='%23FFFFFF' d='M59.0804,26.6523c0,2.8135-1.5059,4.6211-3.7783,4.6211c-1.29,0-2.3145-0.5771-2.8486-1.584h-0.043v4.4844 h-1.8584V22.125h1.7988v1.5059h0.0342c0.5166-0.9717,1.6182-1.6006,2.8828-1.6006 C57.5657,22.0303,59.0804,23.8467,59.0804,26.6523z M57.1702,26.6523c0-1.833-0.9473-3.0381-2.3926-3.0381 c-1.4199,0-2.375,1.2305-2.375,3.0381c0,1.8242,0.9551,3.0459,2.375,3.0459C56.223,29.6982,57.1702,28.502,57.1702,26.6523z'/%3E%3Cpath fill='%23FFFFFF' d='M69.0452,26.6523c0,2.8135-1.5059,4.6211-3.7783,4.6211c-1.29,0-2.3144-0.5771-2.8486-1.584h-0.043v4.4844 h-1.8584V22.125h1.7988v1.5059h0.0342c0.5166-0.9717,1.6182-1.6006,2.8828-1.6006 C67.5306,22.0303,69.0452,23.8467,69.0452,26.6523z M67.1351,26.6523c0-1.833-0.9473-3.0381-2.3926-3.0381 c-1.4199,0-2.375,1.2305-2.375,3.0381c0,1.8242,0.9551,3.0459,2.375,3.0459C66.1878,29.6982,67.1351,28.502,67.1351,26.6523z'/%3E%3Cpath fill='%23FFFFFF' d='M70.5501,18.7598h1.8594v12.4189h-1.8594V18.7598z'/%3E%3Cpath fill='%23FFFFFF' d='M82.0853,28.5195c-0.25,1.6436-1.8506,2.7715-3.8984,2.7715c-2.6338,0-4.2686-1.7646-4.2686-4.5957 c0-2.8398,1.6436-4.6816,4.1904-4.6816c2.5049,0,4.0801,1.7207,4.0801,4.4658v0.6367h-6.3945v0.1123 c0,1.5488,0.9727,2.5645,2.4355,2.5645c1.0322,0,1.8418-0.4902,2.0908-1.2734H82.0853z M75.803,25.8174h4.5264 c-0.043-1.3857-0.9297-2.2979-2.2207-2.2979C76.8265,23.5195,75.8978,24.4492,75.803,25.8174z'/%3E%3Cpath fill='%23FFFFFF' d='M92.0872,18.7598c2.4092,0,4.0879,1.6611,4.0879,4.0801c0,2.4268-1.7129,4.0957-4.1484,4.0957h-2.668 v4.2432H87.431V18.7598H92.0872z M89.3587,25.3184h2.2119c1.6777,0,2.6328-0.9043,2.6328-2.4697 c0-1.5664-0.9551-2.4624-2.624-2.4624h-2.2207V25.3184z'/%3E%3Cpath fill='%23FFFFFF' d='M96.8538,26.6523c0-2.8486,1.6777-4.6387,4.2939-4.6387c2.625,0,4.2949,1.79,4.2949,4.6387 c0,2.8564-1.6611,4.6387-4.2949,4.6387C98.5149,31.291,96.8538,29.5088,96.8538,26.6523z M103.5491,26.6523 c0-1.9541-0.8955-3.1074-2.4014-3.1074s-2.4014,1.1621-2.4014,3.1074c0,1.9619,0.8955,3.1064,2.4014,3.1064 S103.5491,28.6143,103.5491,26.6523z'/%3E%3Cpath fill='%23FFFFFF' d='M106.7474,26.6523c0-2.7969,1.54-4.6221,3.7861-4.6221c1.2998,0,2.3242,0.6025,2.8398,1.6006h0.0352 v-4.8711h1.8672v12.4189h-1.8076v-1.54h-0.0342c-0.5332,1.0322-1.5664,1.6348-2.8828,1.6348 C108.2874,31.2734,106.7474,29.4492,106.7474,26.6523z M108.6487,26.6523c0,1.8584,0.9473,3.0459,2.3926,3.0459 c1.4287,0,2.3838-1.2051,2.3838-3.0459c0-1.8252-0.9551-3.0381-2.3838-3.0381C109.596,23.6143,108.6487,24.8105,108.6487,26.6523z '/%3E%3Cpath fill='%23FFFFFF' d='M123.1839,25.2402c-0.1631-0.9551-0.9121-1.6689-2.1338-1.6689c-1.4287,0-2.376,1.1963-2.376,3.0811 c0,1.9277,0.9561,3.0889,2.3926,3.0889c1.1533,0,1.9111-0.5762,2.1172-1.626h1.79c-0.2061,1.9014-1.7295,3.1758-3.9238,3.1758 c-2.582,0-4.2686-1.7646-4.2686-4.6387c0-2.8145,1.6865-4.6387,4.251-4.6387c2.3232,0,3.7695,1.4629,3.9248,3.2266H123.1839z'/%3E%3Cpath fill='%23FFFFFF' d='M126.1126,28.6055c0-1.583,1.2129-2.5391,3.3643-2.668l2.4785-0.1377v-0.6885 c0-1.0068-0.6621-1.5752-1.7891-1.5752c-1.0332,0-1.7559,0.4912-1.9023,1.2744h-1.7383c0.0518-1.6357,1.5742-2.7969,3.6914-2.7969 c2.1602,0,3.5889,1.1787,3.5889,2.96v6.2051h-1.7812v-1.4893h-0.043c-0.5254,1.0068-1.6699,1.6445-2.8574,1.6445 C127.3519,31.334,126.1126,30.2324,126.1126,28.6055z M131.9554,27.7881v-0.6973l-2.2285,0.1377 c-1.1104,0.0693-1.7383,0.5508-1.7383,1.3252c0,0.792,0.6543,1.3086,1.6524,1.3086 C130.9407,29.8623,131.9554,28.9668,131.9554,27.7881z'/%3E%3Cpath fill='%23FFFFFF' d='M138.9935,22.0225c2.0059,0,3.4424,1.1094,3.4854,2.71h-1.7471c-0.0771-0.7998-0.7568-1.29-1.79-1.29 c-1.0068,0-1.6777,0.4639-1.6777,1.1699c0,0.542,0.4473,0.9033,1.3857,1.1357l1.5234,0.3535 c1.8242,0.4385,2.5127,1.1094,2.5127,2.4355c0,1.6348-1.5488,2.7539-3.7607,2.7539c-2.1348,0-3.5713-1.0938-3.709-2.7461h1.8408 c0.1299,0.8691,0.8262,1.334,1.9541,1.334c1.1104,0,1.8076-0.4561,1.8076-1.1787c0-0.5596-0.3447-0.8604-1.291-1.1016 l-1.6182-0.3955c-1.6357-0.3965-2.4619-1.2314-2.4619-2.4873C135.4476,23.1152,136.8851,22.0225,138.9935,22.0225z'/%3E%3Cpath fill='%23FFFFFF' d='M146.7239,19.9819v2.1431h1.7217v1.4717h-1.7217v4.9912c0,0.7754,0.3447,1.1367,1.1016,1.1367 c0.1895,0,0.4912-0.0264,0.6113-0.043v1.4629c-0.2061,0.0518-0.6191,0.0859-1.0322,0.0859c-1.833,0-2.5479-0.6885-2.5479-2.4443 v-5.1895h-1.3164V22.125h1.3164v-2.1431H146.7239z'/%3E%3Cpath fill='%23FFFFFF' d='M153.4427,22.0225c2.0059,0,3.4424,1.1094,3.4854,2.71h-1.7471c-0.0771-0.7998-0.7568-1.29-1.79-1.29 c-1.0068,0-1.6777,0.4639-1.6777,1.1699c0,0.542,0.4473,0.9033,1.3857,1.1357l1.5234,0.3535 c1.8242,0.4385,2.5127,1.1094,2.5127,2.4355c0,1.6348-1.5488,2.7539-3.7607,2.7539c-2.1348,0-3.5713-1.0938-3.709-2.7461h1.8408 c0.1299,0.8691,0.8262,1.334,1.9541,1.334c1.1104,0,1.8076-0.4561,1.8076-1.1787c0-0.5596-0.3447-0.8604-1.291-1.1016 l-1.6182-0.3955c-1.6357-0.3965-2.4619-1.2314-2.4619-2.4873C149.8968,23.1152,151.3343,22.0225,153.4427,22.0225z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M42.9578,14.6611h-3.7217V8.6943h0.9263v5.1147h2.7954V14.6611z'/%3E%3Cpath fill='%23FFFFFF' d='M44.0345,8.8267c0-0.3105,0.2441-0.5459,0.5747-0.5459c0.3311,0,0.5747,0.2354,0.5747,0.5459 c0,0.3057-0.2437,0.5415-0.5747,0.5415C44.2786,9.3682,44.0345,9.1323,44.0345,8.8267z M44.1668,10.1582h0.8848v4.5029h-0.8848 V10.1582z'/%3E%3Cpath fill='%23FFFFFF' d='M48.1307,10.0713c1.0132,0,1.6748,0.4712,1.7612,1.2651h-0.8516 c-0.083-0.3306-0.4053-0.5415-0.9097-0.5415c-0.4966,0-0.8726,0.2354-0.8726,0.5869c0,0.269,0.2275,0.4385,0.7153,0.5503 l0.7485,0.1733c0.856,0.1987,1.2568,0.5669,1.2568,1.2285c0,0.8477-0.7896,1.4141-1.8647,1.4141 c-1.0713,0-1.77-0.4839-1.8486-1.2817h0.8892c0.1118,0.3472,0.4424,0.562,0.98,0.562c0.5542,0,0.9473-0.248,0.9473-0.6079 c0-0.2686-0.2109-0.4424-0.6621-0.5498l-0.7856-0.1821c-0.856-0.2026-1.2529-0.5869-1.2529-1.2568 C46.3812,10.6333,47.1131,10.0713,48.1307,10.0713z'/%3E%3Cpath fill='%23FFFFFF' d='M52.346,9.0371v1.1416h0.9756v0.7485H52.346v2.3154c0,0.4717,0.1943,0.6782,0.6367,0.6782 c0.1362,0,0.2148-0.0083,0.3389-0.0205v0.7402c-0.1445,0.0244-0.3101,0.0454-0.4839,0.0454c-0.9883,0-1.3809-0.3477-1.3809-1.2158 v-2.543h-0.7153v-0.7485h0.7153V9.0371H52.346z'/%3E%3Cpath fill='%23FFFFFF' d='M58.2532,13.4453c-0.2026,0.8066-0.9224,1.3027-1.9517,1.3027c-1.2905,0-2.0801-0.8848-2.0801-2.3242 c0-1.439,0.8062-2.3525,2.0757-2.3525c1.2529,0,2.0098,0.856,2.0098,2.27v0.3101h-3.1802v0.0498 c0.0293,0.7896,0.4883,1.29,1.1992,1.29c0.5376,0,0.9058-0.1943,1.0713-0.5459H58.2532z M55.1268,11.9941h2.2744 c-0.0205-0.707-0.4507-1.1665-1.1079-1.1665C55.6356,10.8276,55.1766,11.291,55.1268,11.9941z'/%3E%3Cpath fill='%23FFFFFF' d='M59.4993,10.1582h0.856v0.7153h0.0664c0.2188-0.5005,0.6655-0.8022,1.3438-0.8022 c1.0049,0,1.5591,0.6035,1.5591,1.6748v2.915h-0.8892v-2.6919c0-0.7236-0.3145-1.0835-0.9717-1.0835 c-0.6577,0-1.0752,0.4385-1.0752,1.1411v2.6343h-0.8892V10.1582z'/%3E%3Cpath fill='%23FFFFFF' d='M66.9183,12.4077c0-1.4517,0.8105-2.3364,2.1255-2.3364c1.3105,0,2.1211,0.8848,2.1211,2.3364 c0,1.4595-0.8062,2.3403-2.1211,2.3403C67.7244,14.748,66.9183,13.8672,66.9183,12.4077z M70.2513,12.4077 c0-0.9761-0.4385-1.5469-1.2075-1.5469c-0.7734,0-1.2075,0.5708-1.2075,1.5469c0,0.9839,0.4341,1.5503,1.2075,1.5503 C69.8128,13.958,70.2513,13.3877,70.2513,12.4077z'/%3E%3Cpath fill='%23FFFFFF' d='M72.3572,10.1582h0.856v0.7153h0.0664c0.2192-0.5005,0.6655-0.8022,1.3438-0.8022 c1.0049,0,1.5591,0.6035,1.5591,1.6748v2.915h-0.8892v-2.6919c0-0.7236-0.3145-1.0835-0.9717-1.0835 c-0.6577,0-1.0752,0.4385-1.0752,1.1411v2.6343h-0.8892V10.1582z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
	block-size: 40px;
	display: inline-block;
	inline-size: 167px
}

.podcast-gateway .downloadButtons a.googleplay,
.podcast-gateway .es-nav-sublink.googleplay {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='150px' height='38px' viewBox='0 0 150 38' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EEN_Google_Podcasts_Badge%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='EN_Google_Podcasts_Badge' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Rectangle-Solid' fill='%23FFFFFF' stroke='%239AA0A6' stroke-width='0.56'%3E%3Crect id='Rectangle' x='0.28' y='0.28' width='149.44' height='37.44' rx='8.96'%3E%3C/rect%3E%3C/g%3E%3Cg id='Podcast_icon_final' transform='translate(6.000000, 6.000000)'%3E%3Cg id='logo_podcasts_192px'%3E%3Crect id='Rectangle-path' x='0' y='0' width='27' height='27'%3E%3C/rect%3E%3Cpath d='M2.671875,11.109375 C1.816875,11.109375 1.125,11.80125 1.125,12.65625 L1.125,14.34375 C1.125,15.19875 1.816875,15.890625 2.671875,15.890625 C3.526875,15.890625 4.21875,15.19875 4.21875,14.34375 L4.21875,12.65625 C4.21875,11.80125 3.526875,11.109375 2.671875,11.109375 Z' id='Shape' fill='%230066D9' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M24.328125,11.109375 C23.473125,11.109375 22.78125,11.80125 22.78125,12.65625 L22.78125,14.34375 C22.78125,15.19875 23.473125,15.890625 24.328125,15.890625 C25.183125,15.890625 25.875,15.19875 25.875,14.34375 L25.875,12.65625 C25.875,11.80125 25.183125,11.109375 24.328125,11.109375 Z' id='Shape' fill='%234285F4' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M8.015625,16.171875 C7.160625,16.171875 6.46875,16.86375 6.46875,17.71875 L6.46875,19.40625 C6.46875,20.26125 7.160625,20.953125 8.015625,20.953125 C8.870625,20.953125 9.5625,20.26125 9.5625,19.40625 L9.5625,17.71875 C9.5625,16.86375 8.870625,16.171875 8.015625,16.171875 Z' id='Shape' fill='%23EA4335' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M8.015625,6.046875 C7.160625,6.046875 6.46875,6.73875 6.46875,7.59375 L6.46875,13.1132812 L6.47015625,13.1132812 C6.48984375,13.9514062 7.17328125,14.625 8.015625,14.625 C8.85796875,14.625 9.54140625,13.9514062 9.56109375,13.1132812 L9.5625,13.1132812 L9.5625,7.59375 C9.5625,6.73875 8.870625,6.046875 8.015625,6.046875 Z' id='Shape' fill='%23EA4335' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M18.984375,6.046875 C18.129375,6.046875 17.4375,6.73875 17.4375,7.59375 L17.4375,9.28125 C17.4375,10.13625 18.129375,10.828125 18.984375,10.828125 C19.839375,10.828125 20.53125,10.13625 20.53125,9.28125 L20.53125,7.59375 C20.53125,6.73875 19.839375,6.046875 18.984375,6.046875 Z' id='Shape' fill='%2334A853' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M13.5,1.125 C12.645,1.125 11.953125,1.816875 11.953125,2.671875 L11.953125,4.359375 C11.953125,5.214375 12.645,5.90625 13.5,5.90625 C14.355,5.90625 15.046875,5.214375 15.046875,4.359375 L15.046875,2.671875 C15.046875,1.816875 14.355,1.125 13.5,1.125 Z' id='Shape' fill='%23FAB908' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M13.5,21.09375 C12.645,21.09375 11.953125,21.785625 11.953125,22.640625 L11.953125,24.328125 C11.953125,25.183125 12.645,25.875 13.5,25.875 C14.355,25.875 15.046875,25.183125 15.046875,24.328125 L15.046875,22.640625 C15.046875,21.785625 14.355,21.09375 13.5,21.09375 Z' id='Shape' fill='%23FAB908' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M18.984375,12.375 C18.129375,12.375 17.4375,13.066875 17.4375,13.921875 L17.4375,19.40625 C17.4375,20.26125 18.129375,20.953125 18.984375,20.953125 C19.839375,20.953125 20.53125,20.26125 20.53125,19.40625 L20.53125,13.921875 C20.53125,13.066875 19.839375,12.375 18.984375,12.375 Z' id='Shape' fill='%2334A853' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M15.046875,9 C15.046875,8.145 14.355,7.453125 13.5,7.453125 C12.645,7.453125 11.953125,8.145 11.953125,9 L11.953125,9 L11.953125,12.7504687 L11.953125,14.2509375 L11.953125,18 L11.953125,18 C11.953125,18.855 12.645,19.546875 13.5,19.546875 C14.355,19.546875 15.046875,18.855 15.046875,18 L15.046875,18 L15.046875,14.2495313 L15.046875,12.7504687 L15.046875,9 L15.046875,9 Z' id='Shape' fill='%23FAB908' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg id='Group' transform='translate(39.000000, 15.000000)'%3E%3Cpolygon id='Rectangle-path' points='0 3.24 101.92 3.24 101.92 18.92 0 18.92'%3E%3C/polygon%3E%3Cpath d='M50.344,14.06 L50.344,9.972 L52.542,9.972 C53.102,9.972 53.62,9.846 54.096,9.594 C54.572,9.342 54.9523333,8.98966667 55.237,8.537 C55.5216667,8.08433333 55.664,7.57333333 55.664,7.004 C55.664,6.43466667 55.5216667,5.92366667 55.237,5.471 C54.9523333,5.01833333 54.572,4.666 54.096,4.414 C53.62,4.162 53.102,4.036 52.542,4.036 L52.542,4.036 L49.168,4.036 L49.168,14.06 L50.344,14.06 Z M52.57,8.838 L50.344,8.838 L50.344,5.17 L52.57,5.17 C52.9433333,5.17 53.2723333,5.25866667 53.557,5.436 C53.8416667,5.61333333 54.0633333,5.842 54.222,6.122 C54.3806667,6.402 54.46,6.696 54.46,7.004 C54.46,7.312 54.3806667,7.606 54.222,7.886 C54.0633333,8.166 53.8416667,8.39466667 53.557,8.572 C53.2723333,8.74933333 52.9433333,8.838 52.57,8.838 L52.57,8.838 Z M59.598,14.284 C60.298,14.284 60.928,14.116 61.488,13.78 C62.048,13.444 62.4843333,12.9866667 62.797,12.408 C63.1096667,11.8293333 63.266,11.19 63.266,10.49 C63.266,9.79 63.1096667,9.15066667 62.797,8.572 C62.4843333,7.99333333 62.048,7.536 61.488,7.2 C60.928,6.864 60.298,6.696 59.598,6.696 C58.898,6.696 58.268,6.864 57.708,7.2 C57.148,7.536 56.7116667,7.99333333 56.399,8.572 C56.0863333,9.15066667 55.93,9.79 55.93,10.49 C55.93,11.19 56.0863333,11.8293333 56.399,12.408 C56.7116667,12.9866667 57.148,13.444 57.708,13.78 C58.268,14.116 58.898,14.284 59.598,14.284 Z M59.598,13.206 C59.1593333,13.206 58.7486667,13.0963333 58.366,12.877 C57.9833333,12.6576667 57.6776667,12.3426667 57.449,11.932 C57.2203333,11.5213333 57.106,11.0406667 57.106,10.49 C57.106,9.93933333 57.2203333,9.45866667 57.449,9.048 C57.6776667,8.63733333 57.9833333,8.32233333 58.366,8.103 C58.7486667,7.88366667 59.1593333,7.774 59.598,7.774 C60.0366667,7.774 60.445,7.88366667 60.823,8.103 C61.201,8.32233333 61.5043333,8.63733333 61.733,9.048 C61.9616667,9.45866667 62.076,9.93933333 62.076,10.49 C62.076,11.0406667 61.9616667,11.5213333 61.733,11.932 C61.5043333,12.3426667 61.201,12.6576667 60.823,12.877 C60.445,13.0963333 60.0366667,13.206 59.598,13.206 Z M67.48,14.284 C68.0306667,14.284 68.5206667,14.1603333 68.95,13.913 C69.3793333,13.6656667 69.706,13.3646667 69.93,13.01 L69.93,13.01 L69.986,13.01 L69.986,14.06 L71.12,14.06 L71.12,4.036 L69.93,4.036 L69.93,6.99 L69.986,7.984 L69.93,7.984 C69.706,7.62 69.3793333,7.31433333 68.95,7.067 C68.5206667,6.81966667 68.0306667,6.696 67.48,6.696 C66.8453333,6.696 66.269,6.85933333 65.751,7.186 C65.233,7.51266667 64.8246667,7.96533333 64.526,8.544 C64.2273333,9.12266667 64.078,9.77133333 64.078,10.49 C64.078,11.218 64.2273333,11.869 64.526,12.443 C64.8246667,13.017 65.233,13.4673333 65.751,13.794 C66.269,14.1206667 66.8453333,14.284 67.48,14.284 Z M67.62,13.206 C67.2093333,13.206 66.822,13.094 66.458,12.87 C66.094,12.646 65.8023333,12.3263333 65.583,11.911 C65.3636667,11.4956667 65.254,11.022 65.254,10.49 C65.254,9.958 65.3636667,9.48433333 65.583,9.069 C65.8023333,8.65366667 66.094,8.334 66.458,8.11 C66.822,7.886 67.2093333,7.774 67.62,7.774 C68.04,7.774 68.4296667,7.886 68.789,8.11 C69.1483333,8.334 69.4376667,8.65133333 69.657,9.062 C69.8763333,9.47266667 69.986,9.94866667 69.986,10.49 C69.986,11.0313333 69.8763333,11.5073333 69.657,11.918 C69.4376667,12.3286667 69.1483333,12.646 68.789,12.87 C68.4296667,13.094 68.04,13.206 67.62,13.206 Z M75.852,14.284 C76.6173333,14.284 77.2683333,14.102 77.805,13.738 C78.3416667,13.374 78.7313333,12.898 78.974,12.31 L78.974,12.31 L77.91,11.862 C77.7326667,12.2913333 77.462,12.6226667 77.098,12.856 C76.734,13.0893333 76.3,13.206 75.796,13.206 C75.376,13.206 74.984,13.0916667 74.62,12.863 C74.256,12.6343333 73.9643333,12.3146667 73.745,11.904 C73.5256667,11.4933333 73.416,11.022 73.416,10.49 C73.416,9.958 73.5256667,9.48666667 73.745,9.076 C73.9643333,8.66533333 74.256,8.34566667 74.62,8.117 C74.984,7.88833333 75.376,7.774 75.796,7.774 C76.2906667,7.774 76.713,7.88833333 77.063,8.117 C77.413,8.34566667 77.6766667,8.67933333 77.854,9.118 L77.854,9.118 L78.932,8.67 C78.708,8.07266667 78.3323333,7.59433333 77.805,7.235 C77.2776667,6.87566667 76.6266667,6.696 75.852,6.696 C75.1613333,6.696 74.5406667,6.85933333 73.99,7.186 C73.4393333,7.51266667 73.01,7.96533333 72.702,8.544 C72.394,9.12266667 72.24,9.77133333 72.24,10.49 C72.24,11.2086667 72.394,11.855 72.702,12.429 C73.01,13.003 73.4393333,13.4556667 73.99,13.787 C74.5406667,14.1183333 75.1613333,14.284 75.852,14.284 Z M82.278,14.284 C82.7913333,14.284 83.2533333,14.1626667 83.664,13.92 C84.0746667,13.6773333 84.3826667,13.3833333 84.588,13.038 L84.588,13.038 L84.644,13.038 L84.644,14.06 L85.778,14.06 L85.778,9.538 C85.778,8.66066667 85.5003333,7.96766667 84.945,7.459 C84.3896667,6.95033333 83.6266667,6.696 82.656,6.696 C82.0586667,6.696 81.515,6.81733333 81.025,7.06 C80.535,7.30266667 80.15,7.63866667 79.87,8.068 L79.87,8.068 L80.766,8.74 C80.962,8.432 81.228,8.19166667 81.564,8.019 C81.9,7.84633333 82.2686667,7.76 82.67,7.76 C83.2393333,7.76 83.7106667,7.921 84.084,8.243 C84.4573333,8.565 84.644,8.992 84.644,9.524 L84.644,9.524 L84.644,9.958 C84.448,9.83666667 84.1656667,9.72933333 83.797,9.636 C83.4283333,9.54266667 83.0293333,9.496 82.6,9.496 C81.732,9.496 81.0133333,9.70833333 80.444,10.133 C79.8746667,10.5576667 79.59,11.148 79.59,11.904 C79.59,12.3613333 79.702,12.7696667 79.926,13.129 C80.15,13.4883333 80.4673333,13.7706667 80.878,13.976 C81.2886667,14.1813333 81.7553333,14.284 82.278,14.284 Z M82.39,13.234 C81.9326667,13.234 81.5546667,13.1126667 81.256,12.87 C80.9573333,12.6273333 80.808,12.31 80.808,11.918 C80.808,11.4886667 80.9736667,11.1386667 81.305,10.868 C81.6363333,10.5973333 82.1286667,10.462 82.782,10.462 C83.146,10.462 83.4913333,10.5086667 83.818,10.602 C84.1446667,10.6953333 84.42,10.8166667 84.644,10.966 C84.644,11.3766667 84.5413333,11.7546667 84.336,12.1 C84.1306667,12.4453333 83.8553333,12.7206667 83.51,12.926 C83.1646667,13.1313333 82.7913333,13.234 82.39,13.234 Z M89.656,14.284 C90.1786667,14.284 90.6546667,14.1953333 91.084,14.018 C91.5133334,13.8406667 91.854,13.5863333 92.106,13.255 C92.358,12.9236667 92.484,12.5386667 92.484,12.1 C92.484,11.596 92.3066667,11.169 91.952,10.819 C91.5973334,10.469 91.07,10.2053333 90.37,10.028 L90.37,10.028 L89.334,9.762 C88.9233334,9.65933333 88.6153334,9.52633333 88.41,9.363 C88.2046667,9.19966667 88.102,8.98733333 88.102,8.726 C88.102,8.446 88.249,8.215 88.543,8.033 C88.837,7.851 89.18,7.76 89.572,7.76 C90.384,7.76 90.9486667,8.07733333 91.266,8.712 L91.266,8.712 L92.302,8.236 C92.0966667,7.75066667 91.749,7.37266667 91.259,7.102 C90.769,6.83133333 90.2113334,6.696 89.586,6.696 C89.11,6.696 88.6666667,6.78 88.256,6.948 C87.8453334,7.116 87.5163334,7.35633333 87.269,7.669 C87.0216667,7.98166667 86.898,8.34333333 86.898,8.754 C86.898,9.286 87.08,9.72 87.444,10.056 C87.808,10.392 88.2746667,10.63 88.844,10.77 L88.844,10.77 L89.712,10.994 C90.2533334,11.1246667 90.65,11.281 90.902,11.463 C91.154,11.645 91.28,11.8853333 91.28,12.184 C91.28,12.52 91.1213334,12.779 90.804,12.961 C90.4866667,13.143 90.104,13.234 89.656,13.234 C89.236,13.234 88.851,13.1173333 88.501,12.884 C88.151,12.6506667 87.8873334,12.3193333 87.71,11.89 L87.71,11.89 L86.646,12.366 C86.8606667,12.926 87.2246667,13.3856667 87.738,13.745 C88.2513334,14.1043333 88.8906667,14.284 89.656,14.284 Z M96.264,14.172 C96.488,14.172 96.6723334,14.158 96.817,14.13 C96.9616667,14.102 97.104,14.0553333 97.244,13.99 L97.244,13.99 L97.244,12.828 C96.992,12.9866667 96.7306667,13.066 96.46,13.066 C96.124,13.066 95.8673334,12.9633333 95.69,12.758 C95.5406667,12.5713333 95.466,12.282 95.466,11.89 L95.466,11.89 L95.466,7.998 L97.202,7.998 L97.202,6.92 L95.466,6.92 L95.466,4.904 L94.276,4.904 L94.276,6.92 L93.03,6.92 L93.03,7.998 L94.276,7.998 L94.276,12.184 C94.276,12.52 94.3226667,12.8046667 94.416,13.038 C94.5093334,13.2713333 94.6493334,13.4766667 94.836,13.654 C95.004,13.8126667 95.2116667,13.9386667 95.459,14.032 C95.7063334,14.1253333 95.9746667,14.172 96.264,14.172 Z M101.08,14.284 C101.602667,14.284 102.078667,14.1953333 102.508,14.018 C102.937333,13.8406667 103.278,13.5863333 103.53,13.255 C103.782,12.9236667 103.908,12.5386667 103.908,12.1 C103.908,11.596 103.730667,11.169 103.376,10.819 C103.021333,10.469 102.494,10.2053333 101.794,10.028 L101.794,10.028 L100.758,9.762 C100.347333,9.65933333 100.039333,9.52633333 99.834,9.363 C99.6286667,9.19966667 99.526,8.98733333 99.526,8.726 C99.526,8.446 99.673,8.215 99.967,8.033 C100.261,7.851 100.604,7.76 100.996,7.76 C101.808,7.76 102.372667,8.07733333 102.69,8.712 L102.69,8.712 L103.726,8.236 C103.520667,7.75066667 103.173,7.37266667 102.683,7.102 C102.193,6.83133333 101.635333,6.696 101.01,6.696 C100.534,6.696 100.090667,6.78 99.68,6.948 C99.2693334,7.116 98.9403334,7.35633333 98.693,7.669 C98.4456667,7.98166667 98.322,8.34333333 98.322,8.754 C98.322,9.286 98.504,9.72 98.868,10.056 C99.232,10.392 99.6986667,10.63 100.268,10.77 L100.268,10.77 L101.136,10.994 C101.677333,11.1246667 102.074,11.281 102.326,11.463 C102.578,11.645 102.704,11.8853333 102.704,12.184 C102.704,12.52 102.545333,12.779 102.228,12.961 C101.910667,13.143 101.528,13.234 101.08,13.234 C100.66,13.234 100.275,13.1173333 99.925,12.884 C99.575,12.6506667 99.3113334,12.3193333 99.134,11.89 L99.134,11.89 L98.07,12.366 C98.2846667,12.926 98.6486667,13.3856667 99.162,13.745 C99.6753334,14.1043333 100.314667,14.284 101.08,14.284 Z' id='Podcasts' fill='%233C4043' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M31.6213333,6.81333333 C32.5033333,6.81333333 33.2002222,7.20533333 33.5595556,7.64088889 L33.614,7.64088889 L33.614,7.042 L35.1602222,7.042 L35.1602222,13.6515556 C35.1602222,16.3737778 33.5595556,17.4844444 31.6648889,17.4844444 C29.8791111,17.4844444 28.8011111,16.2866667 28.3982222,15.3066667 L29.8028889,14.7186667 C30.0533333,15.3175556 30.6631111,16.0253333 31.654,16.0253333 C32.8626667,16.0253333 33.614,15.274 33.614,13.8693333 L33.614,13.3357778 L33.5595556,13.3357778 C33.2002222,13.7822222 32.5033333,14.1742222 31.6213333,14.1742222 C29.7811111,14.1742222 28.0933333,12.5626667 28.0933333,10.5046667 C28.0933333,8.42488889 29.7811111,6.81333333 31.6213333,6.81333333 Z M15.6691111,6.92222222 C17.7053333,6.92222222 19.3604444,8.46844444 19.3604444,10.6026667 C19.3604444,12.726 17.7053333,14.2831111 15.6691111,14.2831111 C13.6328889,14.2831111 11.9777778,12.726 11.9777778,10.6026667 C11.9777778,8.46844444 13.6328889,6.92222222 15.6691111,6.92222222 Z M23.7268889,6.92222222 C25.7631111,6.92222222 27.4182222,8.46844444 27.4182222,10.6026667 C27.4182222,12.726 25.7631111,14.2831111 23.7268889,14.2831111 C21.6906667,14.2831111 20.0355556,12.726 20.0355556,10.6026667 C20.0355556,8.46844444 21.6906667,6.92222222 23.7268889,6.92222222 Z M42.1291111,6.92222222 C44.0346667,6.92222222 44.9711111,8.43577778 45.276,9.26333333 L45.4393333,9.67711111 L40.5175556,11.7133333 C40.8986667,12.4428889 41.4757778,12.824 42.3033333,12.824 C43.1308889,12.824 43.6971111,12.4211111 44.1217778,11.8113333 L45.374,12.6497778 C44.9602222,13.2486667 43.9911111,14.2831111 42.3033333,14.2831111 C40.2126667,14.2831111 38.6555556,12.6606667 38.6555556,10.6026667 C38.6555556,8.414 40.2344444,6.92222222 42.1291111,6.92222222 Z M6.13044444,2.78444444 C7.87266667,2.78444444 9.114,3.47044444 10.0504444,4.36333333 L8.93977778,5.46311111 C8.27555556,4.83155556 7.37177778,4.34155556 6.13044444,4.34155556 C3.83288889,4.34155556 2.03622222,6.19266667 2.03622222,8.49022222 C2.03622222,10.7877778 3.83288889,12.6388889 6.13044444,12.6388889 C7.62222222,12.6388889 8.47155556,12.04 9.016,11.4955556 C9.46244444,11.0491111 9.75644444,10.4066667 9.86533333,9.53555556 L6.13044444,9.53555556 L6.13044444,7.97844444 L11.3897778,7.97844444 C11.4442222,8.26155556 11.4768889,8.58822222 11.4768889,8.95844444 C11.4768889,10.1344444 11.1611111,11.5826667 10.1266667,12.6062222 C9.114,13.6515556 7.82911111,14.2068889 6.13044444,14.2068889 C2.97266667,14.2068889 0.326666667,11.648 0.326666667,8.50111111 C0.326666667,5.34333333 2.97266667,2.78444444 6.13044444,2.78444444 Z M37.8715556,3.22 L37.8715556,14.0326667 L36.26,14.0326667 L36.26,3.22 L37.8715556,3.22 Z M15.6691111,8.35955556 C14.5475556,8.35955556 13.5893333,9.26333333 13.5893333,10.5917778 C13.5893333,11.9093333 14.5584444,12.824 15.6691111,12.824 C16.7797778,12.824 17.7488889,11.9093333 17.7488889,10.5917778 C17.7488889,9.26333333 16.7797778,8.35955556 15.6691111,8.35955556 Z M23.7268889,8.35955556 C22.6053333,8.35955556 21.6471111,9.26333333 21.6471111,10.5917778 C21.6471111,11.9093333 22.6162222,12.824 23.7268889,12.824 C24.8375556,12.824 25.8066667,11.9093333 25.8066667,10.5917778 C25.8066667,9.26333333 24.8484444,8.35955556 23.7268889,8.35955556 Z M31.7628889,8.26155556 C30.6522222,8.26155556 29.7157778,9.20888889 29.7157778,10.5046667 C29.7157778,11.7895556 30.6522222,12.726 31.7628889,12.726 C32.8626667,12.726 33.7337778,11.8004444 33.7228889,10.5046667 C33.7228889,9.20888889 32.8626667,8.26155556 31.7628889,8.26155556 Z M42.1835556,8.33777778 C41.356,8.33777778 40.2126667,9.06733333 40.2562222,10.4828889 L43.5446667,9.12177778 C43.3704444,8.65355556 42.826,8.33777778 42.1835556,8.33777778 Z' id='Combined-Shape' fill='%233C4043' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3Cpath d='M44.1778125,14.2 L44.1778125,13.4272656 L40.7817188,13.4272656 L40.7817188,7.03375 L39.8317969,7.03375 L39.8317969,14.2 L44.1778125,14.2 Z M45.906375,7.97875 C46.0835625,7.97875 46.2180937,7.92953125 46.3099687,7.83109375 C46.4018437,7.73265625 46.4477812,7.60960938 46.4477812,7.46195313 C46.4477812,7.31429688 46.4018437,7.18960937 46.3099687,7.08789062 C46.2180937,6.98617187 46.0835625,6.9353125 45.906375,6.9353125 C45.7291875,6.9353125 45.5954766,6.98617187 45.5052422,7.08789062 C45.4150078,7.18960937 45.3698906,7.31429688 45.3698906,7.46195313 C45.3698906,7.60960938 45.4150078,7.73265625 45.5052422,7.83109375 C45.5954766,7.92953125 45.7291875,7.97875 45.906375,7.97875 Z M46.3542656,14.2 L46.3542656,8.87453125 L45.4437187,8.87453125 L45.4437187,14.2 L46.3542656,14.2 Z M50.0220469,14.2984375 C50.6290781,14.2984375 51.1229062,14.1548828 51.5035312,13.8677734 C51.8841562,13.5806641 52.0744687,13.1992188 52.0744687,12.7234375 C52.0744687,12.4379687 52.0063828,12.1959766 51.8702109,11.9974609 C51.734039,11.7989453 51.5248594,11.6291406 51.2426719,11.4880469 C50.9604844,11.3469531 50.592164,11.2255469 50.1377109,11.1238281 C49.6832578,11.0221094 49.3690781,10.9154688 49.1951719,10.8039063 C49.0212656,10.6923438 48.9343125,10.5266406 48.9343125,10.3067969 C48.9343125,10.0738281 49.0278281,9.88515625 49.2148594,9.74078125 C49.4018906,9.59640625 49.6611094,9.52421875 49.9925156,9.52421875 C50.3140781,9.52421875 50.5806797,9.61445312 50.7923203,9.79492188 C51.0039609,9.97539063 51.1097812,10.1903125 51.1097812,10.4396875 L51.1097812,10.4396875 L52.02525,10.4396875 C52.02525,9.9540625 51.8373984,9.55539062 51.4616953,9.24367188 C51.0859922,8.93195313 50.5962656,8.77609375 49.9925156,8.77609375 C49.4182969,8.77609375 48.9466172,8.92703125 48.5774765,9.22890625 C48.2083359,9.53078125 48.0237656,9.89992188 48.0237656,10.3363281 C48.0237656,10.5988281 48.0885703,10.8252344 48.2181797,11.0155469 C48.347789,11.2058594 48.5479453,11.3699219 48.8186484,11.5077344 C49.0893515,11.6455469 49.4552109,11.7636719 49.9162265,11.8621094 C50.3772422,11.9605469 50.7004453,12.0778516 50.8858359,12.2140234 C51.0712265,12.3501953 51.1639219,12.5413281 51.1639219,12.7874219 C51.1639219,13.0203906 51.0597422,13.2066016 50.8513828,13.3460547 C50.6430234,13.4855078 50.3665781,13.5552344 50.0220469,13.5552344 C49.6479844,13.5552344 49.3469297,13.4658203 49.1188828,13.2869922 C48.8908359,13.1081641 48.7686094,12.8661719 48.7522031,12.5610156 L48.7522031,12.5610156 L47.8416562,12.5610156 C47.8416562,12.8760156 47.9343515,13.1688672 48.1197422,13.4395703 C48.3051328,13.7102734 48.5618906,13.9210938 48.8900156,14.0720313 C49.2181406,14.2229688 49.5954844,14.2984375 50.0220469,14.2984375 Z M55.0679531,14.2984375 C55.2943594,14.2984375 55.5273281,14.265625 55.7668594,14.2 L55.7668594,14.2 L55.7668594,13.4617188 C55.5831094,13.5010938 55.4387344,13.5207813 55.3337344,13.5207813 C55.1204531,13.5207813 54.9695156,13.4674609 54.8809219,13.3608203 C54.7923281,13.2541797 54.7480312,13.0942187 54.7480312,12.8809375 L54.7480312,12.8809375 L54.7480312,9.57835937 L55.74225,9.57835937 L55.74225,8.87453125 L54.7480312,8.87453125 L54.7480312,7.585 L53.8374844,7.585 L53.8374844,8.87453125 L52.867875,8.87453125 L52.867875,9.57835937 L53.8374844,9.57835937 L53.8374844,12.8809375 C53.8374844,13.33375 53.9408437,13.6832031 54.1475625,13.9292969 C54.3542812,14.1753906 54.6610781,14.2984375 55.0679531,14.2984375 Z M59.2672968,14.2984375 C60.1597968,14.2984375 60.8291718,13.9555469 61.2754218,13.2697656 L61.2754218,13.2697656 L60.71925,12.8366406 C60.5519062,13.0532031 60.3566718,13.2271094 60.1335468,13.3583594 C59.9104218,13.4896094 59.6380781,13.5552344 59.3165156,13.5552344 C58.8637031,13.5552344 58.4904609,13.3936328 58.196789,13.0704297 C57.9031172,12.7472266 57.7497187,12.323125 57.7365937,11.798125 L57.7365937,11.798125 L61.3443281,11.798125 L61.3443281,11.4191406 C61.3443281,10.5692969 61.152375,9.91632812 60.7684687,9.46023438 C60.3845625,9.00414063 59.8464375,8.77609375 59.1540937,8.77609375 C58.7308125,8.77609375 58.3378828,8.89339844 57.9753047,9.12800781 C57.6127265,9.36261719 57.330539,9.68746094 57.1287422,10.1025391 C56.9269453,10.5176172 56.8260468,10.9892969 56.8260468,11.5175781 L56.8260468,11.5175781 L56.8260468,11.6849219 C56.8260468,12.4789844 57.0524531,13.1130859 57.5052656,13.5872266 C57.9580781,14.0613672 58.5454218,14.2984375 59.2672968,14.2984375 Z M60.4337812,11.05 L57.766125,11.05 C57.8251875,10.5676563 57.9794062,10.1927734 58.2287812,9.92535156 C58.4781562,9.65792969 58.7865937,9.52421875 59.1540937,9.52421875 C59.5347187,9.52421875 59.8365937,9.65136719 60.0597187,9.90566406 C60.2828437,10.1599609 60.4075312,10.5184375 60.4337812,10.9810937 L60.4337812,10.9810937 L60.4337812,11.05 Z M63.5601562,14.2 L63.5601562,10.4052344 C63.6848437,10.1492969 63.85875,9.94257813 64.081875,9.78507813 C64.305,9.62757812 64.5642187,9.54882812 64.8595312,9.54882812 C65.22375,9.54882812 65.4919922,9.64070312 65.6642578,9.82445313 C65.8365234,10.0082031 65.9242968,10.2920312 65.9275781,10.6759375 L65.9275781,10.6759375 L65.9275781,14.2 L66.838125,14.2 L66.838125,10.6808594 C66.8282812,9.41101563 66.260625,8.77609375 65.1351562,8.77609375 C64.4789062,8.77609375 63.9473437,9.03203125 63.5404687,9.54390625 L63.5404687,9.54390625 L63.5109375,8.87453125 L62.6496093,8.87453125 L62.6496093,14.2 L63.5601562,14.2 Z M73.3960312,14.2984375 C73.8750937,14.2984375 74.2991953,14.1835938 74.6683359,13.9539063 C75.0374765,13.7242188 75.3213046,13.4034766 75.5198203,12.9916797 C75.7183359,12.5798828 75.8175937,12.1147656 75.8175937,11.5963281 L75.8175937,11.5963281 L75.8175937,11.5323438 C75.8175937,10.6989063 75.5936484,10.0311719 75.1457578,9.52914063 C74.6978671,9.02710938 74.1113437,8.77609375 73.3861875,8.77609375 C72.9169687,8.77609375 72.4994296,8.88929688 72.1335703,9.11570312 C71.7677109,9.34210937 71.4822421,9.66367188 71.277164,10.0803906 C71.0720859,10.4971094 70.9695468,10.9663281 70.9695468,11.4880469 L70.9695468,11.4880469 L70.9695468,11.5520313 C70.9695468,12.3789062 71.1934921,13.0433594 71.6413828,13.5453906 C72.0892734,14.0474219 72.6741562,14.2984375 73.3960312,14.2984375 Z M73.3960312,13.5552344 C72.9366562,13.5552344 72.5699765,13.3764063 72.2959921,13.01875 C72.0220078,12.6610937 71.8850156,12.1869531 71.8850156,11.5963281 C71.8850156,10.9302344 72.0228281,10.4183594 72.2984531,10.0607031 C72.5740781,9.70304688 72.9366562,9.52421875 73.3861875,9.52421875 C73.8455625,9.52421875 74.2138828,9.70550781 74.4911484,10.0680859 C74.768414,10.4306641 74.9070468,10.9039844 74.9070468,11.4880469 C74.9070468,12.1410156 74.770875,12.6487891 74.4985312,13.0113672 C74.2261875,13.3739453 73.8586875,13.5552344 73.3960312,13.5552344 Z M78.1220156,14.2 L78.1220156,10.4052344 C78.2467031,10.1492969 78.4206093,9.94257813 78.6437343,9.78507813 C78.8668593,9.62757812 79.1260781,9.54882812 79.4213906,9.54882812 C79.7856093,9.54882812 80.0538515,9.64070312 80.2261171,9.82445313 C80.3983828,10.0082031 80.4861562,10.2920312 80.4894374,10.6759375 L80.4894374,10.6759375 L80.4894374,14.2 L81.3999843,14.2 L81.3999843,10.6808594 C81.3901406,9.41101563 80.8224843,8.77609375 79.6970156,8.77609375 C79.0407656,8.77609375 78.5092031,9.03203125 78.1023281,9.54390625 L78.1023281,9.54390625 L78.0727968,8.87453125 L77.2114687,8.87453125 L77.2114687,14.2 L78.1220156,14.2 Z' id='Listenon' fill='%235F6368' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	block-size: 40px;
	display: inline-block;
	inline-size: 150px
}

.podcast-gateway .downloadButtons a.spotify,
.podcast-gateway .es-nav-sublink.spotify {
	background-image: url("data:image/svg+xml,%0A%3Csvg id='Badges' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 40'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23a6a6a6;%7D.cls-2%7Bfill:%23fff;%7D.cls-3%7Bfill:%231ed760;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3ESpotify%3C/title%3E%3Cpath class='cls-1' d='M116.37115,0H19.62456c-.2529,0-.5058,0-.7588.0015-.2138.0009-.4223.0034-.6357.0083A9.26956,9.26956,0,0,0,16.836.1353a4.57035,4.57035,0,0,0-2.4506,1.2504,4.56879,4.56879,0,0,0-1.25,2.4512,9.2061,9.2061,0,0,0-.1265,1.3941c-.0049.2133-.0068.4213-.0078.6347-.0015.2534-.001.5059-.001.7598V33.3789c0,.2481-.0005.5059.001.7559.001.2109.0029.4257.0078.6386a9.0127,9.0127,0,0,0,.1265,1.3887,4.61182,4.61182,0,0,0,.435,1.3301,4.47662,4.47662,0,0,0,1.9458,1.9453,4.91549,4.91549,0,0,0,1.3198.4375,9.25673,9.25673,0,0,0,1.3941.1152c.2134.0039.4219.0059.6357.0078.253.002.5059.002.7588.002h96.74659c.25191,0,.50591,0,.7598-.002.2109-.0019.4257-.0039.6406-.0078a9.26935,9.26935,0,0,0,1.3926-.1152,5.06607,5.06607,0,0,0,1.3203-.4375,4.291,4.291,0,0,0,1.1269-.8242,4.44447,4.44447,0,0,0,.8184-1.1211,4.58256,4.58256,0,0,0,.4355-1.3301,9.07413,9.07413,0,0,0,.1231-1.3887c.0078-.2129.00971-.4277.00971-.6386.002-.25.002-.5078.002-.7559V6.6255c0-.2539,0-.5064-.002-.7598,0-.2134-.00191-.4214-.00971-.6347a9.26644,9.26644,0,0,0-.1231-1.3941,4.54821,4.54821,0,0,0-1.2539-2.4512,4.40571,4.40571,0,0,0-1.1269-.8149,4.70836,4.70836,0,0,0-1.3203-.4355,9.28512,9.28512,0,0,0-1.3926-.1255c-.2149-.0049-.4297-.0074-.6406-.0083C116.87706,0,116.62306,0,116.37115,0Z'/%3E%3Cpath d='M116.36259.9999l.75174.0014c.20705.001.416.0029.61905.01269a7.70828,7.70828,0,0,1,1.24582.1078,3.80177,3.80177,0,0,1,1.05056.34149,3.59125,3.59125,0,0,1,.87481.63713,3.47836,3.47836,0,0,1,.63845.87572,3.70684,3.70684,0,0,1,.34172,1.04886,8.30539,8.30539,0,0,1,.10549,1.23908c.00589.20682.00779.41423.00779.62394.002.25028.002.49566.002.74693V33.36436c0,.24588,0,.50155-.002.74932,0,.20682-.0019.41563-.00779.62055a8.3654,8.3654,0,0,1-.10549,1.243,3.88643,3.88643,0,0,1-.34172,1.05186,3.65471,3.65471,0,0,1-.63845.87421,3.67059,3.67059,0,0,1-1.92347.97563,8.81687,8.81687,0,0,1-1.24382.1113c-.205.0039-.412.00579-.623.00779-.24995.0019-.50179.0019-.75174.0019h-96.732c-.24845,0-.497,0-.74793-.0019-.20306-.002-.41151-.00389-.61657-.00779a8.77361,8.77361,0,0,1-1.24042-.1113,3.45714,3.45714,0,0,1-1.05056-.34929,3.38876,3.38876,0,0,1-.8743-.62634,3.70854,3.70854,0,0,1-.63806-.87421,3.9298,3.9298,0,0,1-.34122-1.05376,7.59013,7.59013,0,0,1-.10787-1.24108c-.0097-.20682-.0117-.41563-.0132-.62055L14,33.51462V6.48468l.0004-.59757c.0015-.20791.0035-.41522.0132-.62354A7.5682,7.5682,0,0,1,14.122,4.02349a3.74988,3.74988,0,0,1,.34122-1.04886,3.51,3.51,0,0,1,1.51236-1.51185,3.79471,3.79471,0,0,1,1.04956-.341,7.6887,7.6887,0,0,1,1.24142-.1078c.20746-.00979.41551-.01169.623-.01269l.74832-.0014h96.72475'/%3E%3Cpath class='cls-2' d='M61.57957,13.0923a5.41387,5.41387,0,0,1-1.9292.3452,3.25027,3.25027,0,0,1-2.3579-.8203,3.09229,3.09229,0,0,1-.876-2.3301,3.12183,3.12183,0,0,1,.9365-2.3672,3.42,3.42,0,0,1,2.4654-.8945,3.64438,3.64438,0,0,1,1.5752.2886l-.2237.8203a3.31082,3.31082,0,0,0-1.3701-.2613,2.30676,2.30676,0,0,0-1.67769.606,2.34954,2.34954,0,0,0-.64311,1.7524,2.44238,2.44238,0,0,0,.6152,1.7613,2.11072,2.11072,0,0,0,1.6031.6152,2.31963,2.31963,0,0,0,.9131-.1304V10.772h-1.146V9.9795h2.1152Z'/%3E%3Cpath class='cls-2' d='M66.82666,10.89309a2.44445,2.44445,0,0,0-.40088-1.42633,1.68705,1.68705,0,0,0-1.48193-.72656,1.93051,1.93051,0,0,0-1.58448.72656,2.599,2.599,0,0,0-.55908,1.70563,2.28805,2.28805,0,0,0,.60108,1.66351,2.19609,2.19609,0,0,0,1.65429.62018,3.78874,3.78874,0,0,0,1.51954-.27979l-.15876-.69879a3.342,3.342,0,0,1-1.22064.21436,1.49867,1.49867,0,0,1-.98834-.3169,1.32055,1.32055,0,0,1-.438-1.02539h3.02008A2.40757,2.40757,0,0,0,66.82666,10.89309Zm-3.05719-.26129a1.50443,1.50443,0,0,1,.2984-.78272.95692.95692,0,0,1,.8017-.41009.878.878,0,0,1,.80133.41937,1.37229,1.37229,0,0,1,.1958.77344Z'/%3E%3Cpath class='cls-2' d='M70.42427,9.5977h-1.1094v2.1992q0,.83865.5879.8388a1.81836,1.81836,0,0,0,.44731-.0463l.02729.7641a2.26208,2.26208,0,0,1-.7822.1118,1.20491,1.20491,0,0,1-.93209-.3637,1.78157,1.78157,0,0,1-.33551-1.2207V9.5977h-.6621V8.8428h.6621V8.0132l.9873-.2984v1.128h1.1094Z'/%3E%3Cpath class='cls-2' d='M75.36377,7.4912a.57564.57564,0,0,1-.1778.438.63474.63474,0,0,1-.457.168.57647.57647,0,0,1-.4238-.1729.58515.58515,0,0,1-.1719-.4331.56158.56158,0,0,1,.1777-.4287.65366.65366,0,0,1,.875,0A.56485.56485,0,0,1,75.36377,7.4912Z'/%3E%3Crect class='cls-2' x='74.24457' y='8.8428' width='1.0069' height='4.5293'/%3E%3Cpath class='cls-2' d='M79.17427,9.5977h-1.1084v2.1992q0,.83865.5869.8388a1.81275,1.81275,0,0,0,.44731-.0463l.02729.7641a2.25591,2.25591,0,0,1-.7812.1118,1.20461,1.20461,0,0,1-.9326-.3637,1.78124,1.78124,0,0,1-.335-1.2207V9.5977h-.6621V8.8428h.6621V8.0132l.9873-.2984v1.128h1.1084Z'/%3E%3Cpath class='cls-2' d='M86.55615,9.41109a2.07149,2.07149,0,0,0-1.60357-.66162,2.11271,2.11271,0,0,0-1.64447.6709,2.46187,2.46187,0,0,0-.61036,1.72412,2.4056,2.4056,0,0,0,.5918,1.66852,2.026,2.026,0,0,0,1.58881.66156,2.13111,2.13111,0,0,0,1.65924-.68988,2.48467,2.48467,0,0,0,.5957-1.7149A2.39009,2.39009,0,0,0,86.55615,9.41109ZM85.81006,12.187a1.00588,1.00588,0,0,1-.9043.55133,1.01638,1.01638,0,0,1-.91308-.542,2.05,2.05,0,0,1-.27051-1.07526,2.08747,2.08747,0,0,1,.27051-1.09326,1.00889,1.00889,0,0,1,.92279-.542.996.996,0,0,1,.90429.542,2.26075,2.26075,0,0,1-.0097,2.15918Z'/%3E%3Cpath class='cls-2' d='M92.39887,13.3721H91.39308V10.7783q0-1.1997-.91411-1.1997a.90793.90793,0,0,0-.7266.3306,1.161,1.161,0,0,0-.27929.7759v2.687H88.46627V10.1382q0-.597-.0371-1.2954h.8848l.0468.708h.0284a1.45745,1.45745,0,0,1,.5214-.5469,1.70143,1.70143,0,0,1,.9141-.2544,1.44453,1.44453,0,0,1,1.0527.4102,1.99281,1.99281,0,0,1,.5215,1.5005Z'/%3E%3Cpath class='cls-2' d='M65.39114,27.09669c0,2.32616-1.77738,3.82915-4.52807,3.82915A7.71622,7.71622,0,0,1,55.652,28.92711a.15369.15369,0,0,1-.01534-.21475l1.29429-1.54028a.15394.15394,0,0,1,.10624-.05466.16251.16251,0,0,1,.11363.037,5.43026,5.43026,0,0,0,3.76466,1.55523c1.24247,0,2.01449-.53761,2.01449-1.40241,0-.78051-.38185-1.217-2.64407-1.73806-2.65792-.64244-4.19592-1.47458-4.19592-3.825,0-2.19181,1.78291-3.7236,4.33554-3.7236a6.98379,6.98379,0,0,1,4.54034,1.57294.15509.15509,0,0,1,.02948.21057l-1.1544,1.6272a.1525.1525,0,0,1-.10219.06314.15472.15472,0,0,1-.11687-.02848,5.3745,5.3745,0,0,0-3.23136-1.22778c-1.09973,0-1.83932.52847-1.83932,1.314,0,.83127.421,1.227,2.785,1.79079C64.21655,24.04346,65.39114,25.13074,65.39114,27.09669Zm10.681-1.11887c0,3.25991-2.24256,4.96526-4.45792,4.96526a3.80241,3.80241,0,0,1-2.97663-1.34735v3.7986a.15505.15505,0,0,1-.1547.15511H66.36607a.155.155,0,0,1-.15469-.15511V21.36015a.155.155,0,0,1,.15469-.15511h2.11681a.15509.15509,0,0,1,.1547.15511v1.083a3.70925,3.70925,0,0,1,2.97663-1.43175C73.82957,21.01143,76.07213,22.71718,76.07213,25.97782Zm-4.94789-2.81841a2.63038,2.63038,0,0,0-2.53943,2.81841,2.63031,2.63031,0,0,0,2.53943,2.81842,2.55163,2.55163,0,0,0,2.48668-2.81842A2.58,2.58,0,0,0,71.12424,23.15941Zm15.76635,2.81841a5.08,5.08,0,1,1-5.07-4.96639A4.99171,4.99171,0,0,1,86.89059,25.97782Zm-2.42594.03542a2.70052,2.70052,0,0,0-2.67906-2.83687A2.62874,2.62874,0,0,0,79.159,25.97782a2.69229,2.69229,0,0,0,2.66156,2.83579A2.63579,2.63579,0,0,0,84.46465,26.01324Zm8.51841-4.8082H90.65365V18.82339a.15485.15485,0,0,0-.15457-.155H88.38254a.15534.15534,0,0,0-.15525.155V21.205H87.20942a.15473.15473,0,0,0-.15417.15511V23.1794a.15474.15474,0,0,0,.15417.15511h1.01787V28.042c0,1.90233.94679,2.86689,2.81425,2.86689a3.86119,3.86119,0,0,0,1.983-.49345.15429.15429,0,0,0,.07823-.13425v-1.7324a.15519.15519,0,0,0-.2243-.139,2.668,2.668,0,0,1-1.24259.29984c-.67913,0-.9822-.30832-.9822-.99943V23.33451h2.32941a.15479.15479,0,0,0,.15443-.15511V21.36015A.15479.15479,0,0,0,92.98306,21.205Zm8.11582.00923v-.29251c0-.86055.32987-1.24427,1.07-1.24427a3.57323,3.57323,0,0,1,1.19278.22012.15476.15476,0,0,0,.20358-.14742V17.96634a.15481.15481,0,0,0-.10947-.14857,5.80958,5.80958,0,0,0-1.75947-.25286c-1.95524,0-2.98861,1.10108-2.98861,3.1829v.448H97.69074a.15562.15562,0,0,0-.15538.155V23.1794a.15568.15568,0,0,0,.15538.15511h1.01693v7.26106a.15471.15471,0,0,0,.1543.15511h2.11681a.15533.15533,0,0,0,.15511-.15511V23.33451h1.97638l3.02764,7.25917c-.34373.76275-.68168.91448-1.14309.91448a2.44129,2.44129,0,0,1-1.16719-.33107.15887.15887,0,0,0-.12333-.01159.15627.15627,0,0,0-.09156.08361l-.71749,1.57408a.15379.15379,0,0,0,.06664.20021,4.45742,4.45742,0,0,0,2.26075.57882c1.563,0,2.427-.72813,3.18868-2.68688l3.67243-9.48976a.15468.15468,0,0,0-.14366-.21131h-2.20365a.15547.15547,0,0,0-.14663.10394l-2.25751,6.44817L104.85964,21.314a.15446.15446,0,0,0-.1446-.09969Zm-4.705-.00923H94.27707a.15536.15536,0,0,0-.1551.15511v9.23542a.15532.15532,0,0,0,.1551.15511h2.11681a.15541.15541,0,0,0,.15511-.15511V21.36015A.15544.15544,0,0,0,96.39388,21.205ZM95.34625,16.9999a1.51813,1.51813,0,1,0,1.51807,1.51752A1.51832,1.51832,0,0,0,95.34625,16.9999ZM115.38849,22.676a1.49357,1.49357,0,1,0-1.49747,1.49834A1.48364,1.48364,0,0,0,115.38849,22.676Zm-.15659,0a1.3368,1.3368,0,1,1-1.33307-1.34088A1.3323,1.3323,0,0,1,115.2319,22.676Zm-.63994-.32172c0-.3129-.239-.49878-.60225-.49878h-.6973v1.56371h.29742v-.54112h.32611l.37927.54112h.35532l-.42142-.59A.46642.46642,0,0,0,114.592,22.35426Zm-.30509.01656c0,.15274-.11553.24746-.30914.24746h-.3879v-.4946h.3879C114.17134,22.12368,114.28687,22.20992,114.28687,22.37082Z'/%3E%3Cpath class='cls-3' d='M34,7.1A12.9,12.9,0,1,0,46.9,19.99981,12.9,12.9,0,0,0,34,7.1Zm5.91606,18.60637a.80346.80346,0,0,1-1.1055.26753C35.7813,24.12241,31.96846,23.70431,27.47813,24.73a.80379.80379,0,1,1-.358-1.56722c4.9139-1.12337,9.129-.64,12.52922,1.43784A.80411.80411,0,0,1,39.91608,25.70637Zm1.57851-3.5127a1.00628,1.00628,0,0,1-1.38342.3312,16.93236,16.93236,0,0,0-12.85433-1.5033,1.00559,1.00559,0,1,1-.58452-1.92436A18.8194,18.8194,0,0,1,41.1637,20.811,1.00579,1.00579,0,0,1,41.49459,22.19367Zm.13617-3.65757c-4.15824-2.46945-11.01712-2.6965-14.98667-1.49169a1.2065,1.2065,0,1,1-.70046-2.3091c4.55675-1.38323,12.13168-1.116,16.91871,1.72559a1.20657,1.20657,0,0,1-1.23158,2.0752Z'/%3E%3C/svg%3E");
	block-size: 40px;
	display: inline-block;
	inline-size: 135px;
	margin-inline: -10px
}

.podcast-gateway .downloadButtons a.android,
.podcast-gateway .es-nav-sublink.android {
	background-image: url("data:image/svg+xml,%3Csvg id='Badges' xmlns='http://www.w3.org/2000/svg' width='135' height='40' viewBox='0 0 135 40'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23a6a6a6; %7D .cls-2, .cls-4 %7B fill: %23fff; %7D .cls-2 %7B stroke: %23fff; stroke-miterlimit: 10; stroke-width: 0.2px; %7D .cls-3 %7B fill: %23a4c439; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3EAndroid%3C/title%3E%3Crect class='cls-1' x='-0.1' y='-0.0001' width='135' height='40' rx='5' ry='5'/%3E%3Crect x='0.9' y='0.9998' width='133' height='38' rx='4' ry='4'/%3E%3Cg%3E%3Cpath class='cls-2' d='M50.77789,10.2432a2.70754,2.70754,0,0,1-.7452,2.0029,2.90882,2.90882,0,0,1-2.2041.8877A3.08975,3.08975,0,0,1,44.71149,10a3.09058,3.09058,0,0,1,3.1171-3.1343,3.09506,3.09506,0,0,1,1.2315.2515,2.475,2.475,0,0,1,.9385.6704l-.5274.5278a2.02625,2.02625,0,0,0-1.6426-.7119A2.31929,2.31929,0,0,0,45.49859,10a2.35911,2.35911,0,0,0,4.0058,1.7266,1.88816,1.88816,0,0,0,.5029-1.2154h-2.1787V9.7905h2.9073A2.54293,2.54293,0,0,1,50.77789,10.2432Z'/%3E%3Cpolygon class='cls-2' points='55.387 7.737 52.655 7.737 52.655 9.64 55.119 9.64 55.119 10.36 52.655 10.36 52.655 12.263 55.387 12.263 55.387 13 51.884 13 51.884 7 55.387 7 55.387 7.737'/%3E%3Cpolygon class='cls-2' points='58.638 13 57.867 13 57.867 7.737 56.191 7.737 56.191 7 60.314 7 60.314 7.737 58.638 7.737 58.638 13'/%3E%3Crect class='cls-2' x='63.29739' y='7' width='0.7705' height='6'/%3E%3Cpolygon class='cls-2' points='67.488 13 66.716 13 66.716 7.737 65.041 7.737 65.041 7 69.164 7 69.164 7.737 67.488 7.737 67.488 13'/%3E%3Cpath class='cls-2' d='M76.9649,7.77928a3.105,3.105,0,0,0-4.39551-.00391A3.06729,3.06729,0,0,0,71.6856,10a3.06729,3.06729,0,0,0,.88379,2.22461,3.11562,3.11562,0,0,0,4.39941,0A3.07173,3.07173,0,0,0,77.85259,10,3.06773,3.06773,0,0,0,76.9649,7.77928Zm-.56641,3.94293a2.30717,2.30717,0,0,1-3.25983,0A2.35145,2.35145,0,0,1,72.47271,10a2.35121,2.35121,0,0,1,.666-1.72217,2.307,2.307,0,0,1,3.25983,0A2.34833,2.34833,0,0,1,77.06548,10,2.34857,2.34857,0,0,1,76.39849,11.72221Z'/%3E%3Cpolygon class='cls-2' points='78.935 13 78.935 7 79.873 7 82.789 11.668 82.822 11.668 82.789 10.511 82.789 7 83.561 7 83.561 13 82.756 13 79.705 8.106 79.672 8.106 79.705 9.263 79.705 13 78.935 13'/%3E%3C/g%3E%3Cg%3E%3Cpath class='cls-3' d='M12.43107,16.02445A1.53145,1.53145,0,0,0,10.9,17.55555l.00112,6.4121a1.53107,1.53107,0,1,0,3.06213.00007l.0001-6.413a1.53181,1.53181,0,0,0-1.53228-1.53028'/%3E%3Cpath class='cls-3' d='M24.779,10.2664l1.0687-1.9517a.21221.21221,0,1,0-.37191-.20447l-1.07948,1.97206a7.46126,7.46126,0,0,0-5.99373-.00292L17.322,8.11249a.21187.21187,0,1,0-.37194.203l1.06923,1.95023a6.25377,6.25377,0,0,0-3.519,5.51521l13.79286-.00141A6.25635,6.25635,0,0,0,24.779,10.2664'/%3E%3Cpath d='M18.39852,13.0822a.57838.57838,0,1,1,.5794-.578.57823.57823,0,0,1-.5794.578'/%3E%3Cpath d='M24.40052,13.08108a.57881.57881,0,1,1,.5773-.57782.578.578,0,0,1-.5773.57782'/%3E%3Cpath class='cls-3' d='M14.55653,16.31356l.00234,9.937a1.63162,1.63162,0,0,0,1.63379,1.63363l1.11247.00046.00128,3.39274a1.53092,1.53092,0,1,0,3.06184-.00105l-.00086-3.39209,2.06722-.00039.00086,3.39261a1.5312,1.5312,0,1,0,3.0624-.00138L25.497,27.88342l1.11632-.00086a1.63434,1.63434,0,0,0,1.63455-1.63415l-.00171-9.93719Z'/%3E%3Cpath class='cls-3' d='M31.89889,17.55322a1.5309,1.5309,0,1,0-3.0618.00079l.00105,6.41219A1.53094,1.53094,0,1,0,31.9,23.96554Z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='cls-4' d='M53.06978,20.631a5.6744,5.6744,0,0,0-3.0967-.93443,5.35212,5.35212,0,0,0-5.26159,5.57619,5.52438,5.52438,0,0,0,5.47107,5.5762,5.36837,5.36837,0,0,0,2.88722-.84013v.59379h2.58384V19.85248H53.06978Zm-2.526,7.75292a3.10379,3.10379,0,0,1-3.09637-3.11115,3.00517,3.00517,0,0,1,2.97782-3.11114,3.28536,3.28536,0,0,1,2.64451,1.3662v3.54034A3.086,3.086,0,0,1,50.54382,28.38387Z'/%3E%3Cpath class='cls-4' d='M77.12954,20.63455a5.675,5.675,0,0,0-3.10242-.938,5.35212,5.35212,0,0,0-5.26159,5.57619,5.52438,5.52438,0,0,0,5.47107,5.5762,5.36844,5.36844,0,0,0,2.89293-.84387v.59753h2.58384V16.70723H77.12954Zm-2.53167,7.74932a3.10379,3.10379,0,0,1-3.09637-3.11115,3.00517,3.00517,0,0,1,2.97782-3.11114,3.28544,3.28544,0,0,1,2.65022,1.374v3.52481A3.08638,3.08638,0,0,1,74.59787,28.38387Z'/%3E%3Crect class='cls-4' x='99.0137' y='19.85248' width='2.58384' height='10.7501'/%3E%3Cpath class='cls-4' d='M111.35073,16.70723V20.631a5.67436,5.67436,0,0,0-3.09671-.93444,5.35212,5.35212,0,0,0-5.26159,5.57619,5.52438,5.52438,0,0,0,5.47107,5.5762,5.36843,5.36843,0,0,0,2.88723-.84014v.5938h2.58383V16.70723Zm-2.526,11.67664a3.10379,3.10379,0,0,1-3.09637-3.11115,3.00517,3.00517,0,0,1,2.97782-3.11114,3.28534,3.28534,0,0,1,2.64452,1.36622v3.54031A3.086,3.086,0,0,1,108.82477,28.38387Z'/%3E%3Ccircle class='cls-4' cx='100.30562' cy='17.43725' r='1.55909'/%3E%3Cpath class='cls-4' d='M92.17286,19.7326a5.52232,5.52232,0,1,0,5.61873,5.52148A5.57075,5.57075,0,0,0,92.17286,19.7326Zm0,8.60979a3.09574,3.09574,0,1,1,2.88142-3.08832A2.99026,2.99026,0,0,1,92.17286,28.34239Z'/%3E%3Cpath class='cls-4' d='M81.09685,24.23117v6.37141h2.58384V24.22045a1.904,1.904,0,0,1,1.904-1.904H86.234V19.58052h-.487A4.65,4.65,0,0,0,81.09685,24.23117Z'/%3E%3Cpath class='cls-4' d='M62.50418,19.7326h-.211A4.87263,4.87263,0,0,0,57.421,24.60549v5.9971h2.58383V24.55832a2.24188,2.24188,0,0,1,2.24187-2.24188h.30393a2.24188,2.24188,0,0,1,2.24187,2.24188v6.04427h2.58383v-5.9971A4.87263,4.87263,0,0,0,62.50418,19.7326Z'/%3E%3C/g%3E%3C/svg%3E%0A");
	block-size: 40px;
	display: inline-block;
	inline-size: 135px
}

.podcast-gateway .downloadButtons a.sticher,
.podcast-gateway .es-nav-sublink.sticher {
	background-image: url("data:image/svg+xml,%3Csvg id='Badges' xmlns='http://www.w3.org/2000/svg' width='135' height='40' viewBox='0 0 135 40'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23a6a6a6; %7D .cls-2 %7B fill: %23fff; %7D .cls-3 %7B fill: %23d8dd5e; %7D .cls-4 %7B fill: %2329b5eb; %7D .cls-5 %7B fill: %23ef4727; %7D .cls-6 %7B fill: %23f68e1e; %7D .cls-7 %7B fill: %23fdd900; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3EStitcher%3C/title%3E%3Crect class='cls-1' x='-0.1' y='-0.0001' width='135' height='40' rx='5' ry='5'/%3E%3Crect x='0.9' y='0.9998' width='133' height='38' rx='4' ry='4'/%3E%3Cg%3E%3Cpath class='cls-2' d='M51.2117,13.0923a5.41387,5.41387,0,0,1-1.9292.3452,3.25027,3.25027,0,0,1-2.3579-.8203,3.09229,3.09229,0,0,1-.876-2.3301,3.12183,3.12183,0,0,1,.9365-2.3672,3.42,3.42,0,0,1,2.4654-.8945,3.64438,3.64438,0,0,1,1.5752.2886l-.2237.8203a3.31082,3.31082,0,0,0-1.3701-.2613,2.30677,2.30677,0,0,0-1.6777.606,2.34956,2.34956,0,0,0-.6431,1.7524,2.44236,2.44236,0,0,0,.6152,1.7613,2.11072,2.11072,0,0,0,1.6031.6152,2.31963,2.31963,0,0,0,.9131-.1304V10.772h-1.146V9.9795h2.1152Z'/%3E%3Cpath class='cls-2' d='M56.45879,10.89309a2.44445,2.44445,0,0,0-.40088-1.42633A1.68707,1.68707,0,0,0,54.576,8.7402a1.9305,1.9305,0,0,0-1.58447.72656,2.599,2.599,0,0,0-.55908,1.70563,2.288,2.288,0,0,0,.60107,1.66351,2.1961,2.1961,0,0,0,1.6543.62018,3.7888,3.7888,0,0,0,1.51953-.27979l-.15875-.69879a3.342,3.342,0,0,1-1.22064.21436,1.4987,1.4987,0,0,1-.98834-.31689,1.32055,1.32055,0,0,1-.438-1.02539h3.02008A2.40724,2.40724,0,0,0,56.45879,10.89309ZM53.4016,10.6318A1.50441,1.50441,0,0,1,53.7,9.84908a.9569.9569,0,0,1,.8017-.4101.878.878,0,0,1,.80133.41937,1.37231,1.37231,0,0,1,.1958.77344Z'/%3E%3Cpath class='cls-2' d='M60.0564,9.5977H58.947v2.1992q0,.83865.5879.8388a1.81828,1.81828,0,0,0,.4473-.0463l.0273.7641a2.26208,2.26208,0,0,1-.7822.1118,1.20493,1.20493,0,0,1-.9321-.3637,1.7816,1.7816,0,0,1-.3355-1.2207V9.5977h-.6621V8.8428h.6621V8.0132l.9873-.2984v1.128h1.1094Z'/%3E%3Cpath class='cls-2' d='M64.9959,7.4912a.57564.57564,0,0,1-.1778.438.63474.63474,0,0,1-.457.168.57647.57647,0,0,1-.4238-.1729.58515.58515,0,0,1-.1719-.4331.56158.56158,0,0,1,.1777-.4287.65366.65366,0,0,1,.875,0A.56485.56485,0,0,1,64.9959,7.4912Z'/%3E%3Crect class='cls-2' x='63.8767' y='8.8428' width='1.0069' height='4.5293'/%3E%3Cpath class='cls-2' d='M68.8064,9.5977H67.698v2.1992q0,.83865.5869.8388a1.81267,1.81267,0,0,0,.4473-.0463l.0273.7641a2.25591,2.25591,0,0,1-.7812.1118,1.20461,1.20461,0,0,1-.9326-.3637,1.78124,1.78124,0,0,1-.335-1.2207V9.5977h-.6621V8.8428h.6621V8.0132l.9873-.2984v1.128h1.1084Z'/%3E%3Cpath class='cls-2' d='M76.18828,9.41109a2.07149,2.07149,0,0,0-1.60358-.66162,2.11271,2.11271,0,0,0-1.64447.6709,2.46188,2.46188,0,0,0-.61035,1.72412,2.4056,2.4056,0,0,0,.5918,1.66852,2.026,2.026,0,0,0,1.58881.66156,2.1311,2.1311,0,0,0,1.65924-.68988,2.48466,2.48466,0,0,0,.5957-1.7149A2.3901,2.3901,0,0,0,76.18828,9.41109ZM75.44219,12.187a1.00587,1.00587,0,0,1-.9043.55133,1.0164,1.0164,0,0,1-.91309-.542,2.05,2.05,0,0,1-.27051-1.07526,2.08748,2.08748,0,0,1,.27051-1.09326,1.00891,1.00891,0,0,1,.92279-.542.996.996,0,0,1,.9043.542,2.26079,2.26079,0,0,1-.0097,2.15918Z'/%3E%3Cpath class='cls-2' d='M82.031,13.3721h-1.0058V10.7783q0-1.1997-.9141-1.1997a.90793.90793,0,0,0-.7266.3306,1.16105,1.16105,0,0,0-.2793.7759v2.687H78.0984V10.1382q0-.597-.0371-1.2954h.8848l.0468.708h.0284a1.45745,1.45745,0,0,1,.5214-.5469,1.70142,1.70142,0,0,1,.9141-.2544,1.44454,1.44454,0,0,1,1.0527.4102,1.99283,1.99283,0,0,1,.5215,1.5005Z'/%3E%3C/g%3E%3Crect class='cls-3' x='34.90001' y='14.9998' width='6' height='10'/%3E%3Crect class='cls-4' x='18.90001' y='14.9998' width='11' height='10'/%3E%3Crect class='cls-5' x='11.90001' y='14.9998' width='7' height='10'/%3E%3Crect class='cls-6' x='10.90001' y='14.9998' width='1' height='10'/%3E%3Crect class='cls-7' x='5.90001' y='14.9998' width='5' height='10'/%3E%3Crect class='cls-2' x='31.90001' y='11.9998' width='1' height='16'/%3E%3Crect class='cls-2' x='33.56216' y='14.9998' width='0.33785' height='10'/%3E%3Crect class='cls-2' x='30.90001' y='14.9998' width='0.33785' height='10'/%3E%3Crect class='cls-2' x='67.90001' y='20.14579' width='2.22086' height='10.62157'/%3E%3Cpolygon class='cls-2' points='101.648 24.153 96.908 24.153 96.908 20.146 94.687 20.146 94.687 30.767 96.908 30.767 96.908 26.374 101.648 26.374 101.648 30.779 103.869 30.779 103.869 20.157 101.648 20.157 101.648 24.153'/%3E%3Cpath class='cls-2' d='M125.22769,30.76736l-2.50016-4.31059a3.36889,3.36889,0,0,0-1.6519-6.311H116.9V30.7772h2.22086V26.905h1.39471l2.00846,3.86239Zm-6.10682-5.79358V22.077h1.56851a1.4484,1.4484,0,1,1,0,2.89679Z'/%3E%3Cpath class='cls-2' d='M109.16419,26.37385h3.86822V24.153h-3.86822V22.36665h4.88757V20.14579h-7.10843V30.76736h7.54284V28.54644h-5.322Z'/%3E%3Cpath class='cls-2' d='M56.13557,20.14579v2.08566h3.48815v8.5359h2.22092v-8.5359h3.48815V20.14579Z'/%3E%3Cpath class='cls-2' d='M72.52225,20.14579v2.08537H76.0404v8.5362h2.22086v-8.5362h3.51815V20.14579Z'/%3E%3Cpath class='cls-2' d='M88.26979,28.64557a3.28785,3.28785,0,0,1,0-6.57265,3.15131,3.15131,0,0,1,2.59534,1.389l1.64053-1.51676a5.5823,5.5823,0,1,0,.10479,6.79684l-1.68885-1.56143A3.15944,3.15944,0,0,1,88.26979,28.64557Z'/%3E%3Cpath class='cls-2' d='M51.14062,24.2319c-1.60481-.39363-2.04376-.95776-2.04376-1.39329s.33-1.02766,1.4402-1.02766a4.152,4.152,0,0,1,2.24.97473l1.31927-1.49784a4.38765,4.38765,0,0,0-3.61073-1.48794c-2.56917,0-3.83887,1.74584-3.83887,3.1445a3.18754,3.18754,0,0,0,.58493,1.88175,7.46754,7.46754,0,0,0,3.213,1.60092c1.22415.35679,1.42423.7773,1.42423,1.23534a1.42085,1.42085,0,0,1-1.27625,1.16993,2.65587,2.65587,0,0,1-2.03651-.52906,2.83441,2.83441,0,0,1-.95346-.84891l-1.554,1.652a6.10515,6.10515,0,0,0,2.48749,1.65249,5.529,5.529,0,0,0,4.25054-.43282,3.13966,3.13966,0,0,0,1.64164-2.3009,3.56841,3.56841,0,0,0-.48415-2.2386C53.37032,24.99653,52.74543,24.62553,51.14062,24.2319Z'/%3E%3C/svg%3E%0A");
	block-size: 40px;
	display: inline-block;
	inline-size: 135px
}

.podcast-gateway .downloadButtons a.tunein,
.podcast-gateway .es-nav-sublink.tunein {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Badges' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 109.9 40' style='enable-background:new 0 0 109.9 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23A6A6A6;%7D .st1%7Bfill:%23FFFFFF;%7D .st2%7Bfill:%231EB6A8;%7D%0A%3C/style%3E%3Ctitle%3ETunein%3C/title%3E%3Cpath class='st0' d='M103.2,0H6.5C6.2,0,6,0,5.7,0C5.5,0,5.3,0,5.1,0c-0.5,0-0.9,0-1.4,0.1C2.8,0.3,1.9,0.7,1.2,1.4 C0.6,2.1,0.1,2.9,0,3.8c-0.1,0.5-0.1,0.9-0.1,1.4c0,0.2,0,0.4,0,0.6c0,0.3,0,0.5,0,0.8v26.8c0,0.2,0,0.5,0,0.8c0,0.2,0,0.4,0,0.6 c0,0.5,0,0.9,0.1,1.4c0.1,0.5,0.2,0.9,0.4,1.3c0.4,0.8,1.1,1.5,1.9,1.9c0.4,0.2,0.9,0.4,1.3,0.4C4.2,39.9,4.6,40,5.1,40 c0.2,0,0.4,0,0.6,0c0.3,0,0.5,0,0.8,0h96.7c0.3,0,0.5,0,0.8,0c0.2,0,0.4,0,0.6,0c0.5,0,0.9,0,1.4-0.1c0.5-0.1,0.9-0.2,1.3-0.4 c0.4-0.2,0.8-0.5,1.1-0.8c0.3-0.3,0.6-0.7,0.8-1.1c0.2-0.4,0.4-0.9,0.4-1.3c0.1-0.5,0.1-0.9,0.1-1.4c0-0.2,0-0.4,0-0.6 c0-0.2,0-0.5,0-0.8V6.6c0-0.3,0-0.5,0-0.8c0-0.2,0-0.4,0-0.6c0-0.5,0-0.9-0.1-1.4c-0.2-0.9-0.6-1.8-1.3-2.5 c-0.3-0.3-0.7-0.6-1.1-0.8c-0.4-0.2-0.9-0.4-1.3-0.4c-0.5-0.1-0.9-0.1-1.4-0.1c-0.2,0-0.4,0-0.6,0C103.7,0,103.5,0,103.2,0z'/%3E%3Cpath d='M103.2,1l0.8,0c0.2,0,0.4,0,0.6,0c0.4,0,0.8,0,1.2,0.1c0.4,0.1,0.7,0.2,1.1,0.3c0.3,0.2,0.6,0.4,0.9,0.6 c0.3,0.3,0.5,0.6,0.6,0.9c0.2,0.3,0.3,0.7,0.3,1c0.1,0.4,0.1,0.8,0.1,1.2c0,0.2,0,0.4,0,0.6c0,0.3,0,0.5,0,0.7v26.7 c0,0.2,0,0.5,0,0.7c0,0.2,0,0.4,0,0.6c0,0.4,0,0.8-0.1,1.2c-0.1,0.4-0.2,0.7-0.3,1.1c-0.2,0.3-0.4,0.6-0.6,0.9 c-0.5,0.5-1.2,0.9-1.9,1c-0.4,0.1-0.8,0.1-1.2,0.1c-0.2,0-0.4,0-0.6,0c-0.2,0-0.5,0-0.8,0H6.5c-0.2,0-0.5,0-0.7,0 c-0.2,0-0.4,0-0.6,0c-0.4,0-0.8,0-1.2-0.1c-0.4-0.1-0.7-0.2-1.1-0.3c-0.3-0.2-0.6-0.4-0.9-0.6c-0.3-0.3-0.5-0.6-0.6-0.9 C1.2,36.7,1,36.3,1,36c-0.1-0.4-0.1-0.8-0.1-1.2c0-0.2,0-0.4,0-0.6l0-0.6v-27l0-0.6c0-0.2,0-0.4,0-0.6c0-0.4,0-0.8,0.1-1.2 C1,3.7,1.2,3.3,1.3,3c0.3-0.6,0.9-1.2,1.5-1.5c0.3-0.2,0.7-0.3,1-0.3C4.3,1.1,4.7,1,5.1,1c0.2,0,0.4,0,0.6,0l0.7,0L103.2,1'/%3E%3Cg%3E%3Cpath class='st1' d='M46.1,13.1c-0.6,0.2-1.3,0.3-1.9,0.3c-0.9,0.1-1.7-0.2-2.4-0.8c-0.6-0.6-0.9-1.5-0.9-2.3 c0-0.9,0.3-1.7,0.9-2.4C42.6,7.3,43.5,7,44.4,7c0.5,0,1.1,0.1,1.6,0.3l-0.2,0.8c-0.4-0.2-0.9-0.3-1.4-0.3c-0.6,0-1.2,0.2-1.7,0.6 C42.2,8.9,42,9.6,42,10.2c0,0.6,0.2,1.3,0.6,1.8c0.4,0.4,1,0.6,1.6,0.6c0.3,0,0.6,0,0.9-0.1v-1.7H44V10h2.1L46.1,13.1z'/%3E%3Cpath class='st1' d='M51.4,10.9c0-0.5-0.1-1-0.4-1.4c-0.3-0.5-0.9-0.8-1.5-0.7c-0.6,0-1.2,0.2-1.6,0.7c-0.4,0.5-0.6,1.1-0.6,1.7 c0,0.6,0.2,1.2,0.6,1.7c0.4,0.4,1,0.7,1.7,0.6c0.5,0,1-0.1,1.5-0.3L51,12.5c-0.4,0.1-0.8,0.2-1.2,0.2c-0.4,0-0.7-0.1-1-0.3 c-0.3-0.3-0.5-0.6-0.4-1h3C51.4,11.2,51.4,11,51.4,10.9z M48.3,10.6c0-0.3,0.1-0.6,0.3-0.8c0.2-0.3,0.5-0.4,0.8-0.4 c0.3,0,0.6,0.1,0.8,0.4c0.1,0.2,0.2,0.5,0.2,0.8H48.3z'/%3E%3Cpath class='st1' d='M55,9.6h-1.1v2.2c0,0.6,0.2,0.8,0.6,0.8c0.2,0,0.3,0,0.4,0l0,0.8c-0.3,0.1-0.5,0.1-0.8,0.1 c-0.3,0-0.7-0.1-0.9-0.4c-0.3-0.4-0.4-0.8-0.3-1.2V9.6h-0.7V8.8h0.7V8l1-0.3v1.1H55L55,9.6z'/%3E%3Cpath class='st1' d='M59.9,7.5c0,0.2-0.1,0.3-0.2,0.4c-0.1,0.1-0.3,0.2-0.5,0.2c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.4 c0-0.2,0.1-0.3,0.2-0.4c0.2-0.2,0.6-0.2,0.9,0C59.9,7.2,59.9,7.3,59.9,7.5z'/%3E%3Crect x='58.8' y='8.8' class='st1' width='1' height='4.5'/%3E%3Cpath class='st1' d='M63.7,9.6h-1.1v2.2c0,0.6,0.2,0.8,0.6,0.8c0.2,0,0.3,0,0.4,0l0,0.8c-0.3,0.1-0.5,0.1-0.8,0.1 c-0.3,0-0.7-0.1-0.9-0.4c-0.3-0.4-0.4-0.8-0.3-1.2V9.6H61V8.8h0.7V8l1-0.3v1.1h1.1V9.6z'/%3E%3Cpath class='st1' d='M71.1,9.4c-0.4-0.4-1-0.7-1.6-0.7c-0.6,0-1.2,0.2-1.6,0.7c-0.4,0.5-0.6,1.1-0.6,1.7c0,0.6,0.2,1.2,0.6,1.7 c0.4,0.4,1,0.7,1.6,0.7c0.6,0,1.2-0.2,1.7-0.7c0.4-0.5,0.6-1.1,0.6-1.7C71.7,10.5,71.5,9.9,71.1,9.4z M70.4,12.2 c-0.2,0.3-0.5,0.6-0.9,0.6c-0.4,0-0.7-0.2-0.9-0.5c-0.2-0.3-0.3-0.7-0.3-1.1c0-0.4,0.1-0.8,0.3-1.1c0.2-0.3,0.5-0.6,0.9-0.5 c0.4,0,0.7,0.2,0.9,0.5C70.7,10.7,70.7,11.5,70.4,12.2L70.4,12.2z'/%3E%3Cpath class='st1' d='M77,13.4h-1v-2.6c0-0.8-0.3-1.2-0.9-1.2c-0.3,0-0.5,0.1-0.7,0.3c-0.2,0.2-0.3,0.5-0.3,0.8v2.7h-1v-3.2 c0-0.4,0-0.8,0-1.3h0.9l0,0.7h0c0.1-0.2,0.3-0.4,0.5-0.5c0.3-0.2,0.6-0.3,0.9-0.3c0.4,0,0.8,0.1,1.1,0.4c0.4,0.4,0.6,0.9,0.5,1.5 L77,13.4z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M20.9,7c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4v0C24.9,8.8,23.1,7,20.9,7z'/%3E%3Cpath class='st2' d='M31.9,16.3c0-0.2-0.1-0.3-0.3-0.3l0,0h-3.1c-1.9-0.1-3.5,1.3-3.6,3.2c0,0.1,0,0.1,0,0.2v3.3 c0,0.2,0.1,0.3,0.3,0.3l0,0h3.1c2,0,3.6-1.6,3.6-3.6V16.3z'/%3E%3Cpath class='st2' d='M23.9,19.7c0-2-1.6-3.7-3.7-3.7H9.1c-0.2,0-0.3,0.1-0.3,0.3c0,0,0,0,0,0v3.1c0,2,1.6,3.7,3.7,3.7h11.1 c0.2,0,0.3-0.1,0.3-0.3V19.7z'/%3E%3Cpath class='st2' d='M23.9,24.3c0-0.2-0.1-0.3-0.3-0.3l0,0h-7.4c-0.2,0-0.3,0.1-0.3,0.3v7.4c0,0.2,0.1,0.3,0.3,0.3h4.1 c2,0,3.6-1.6,3.6-3.6c0,0,0,0,0,0V24.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M53.1,32.4c1.4,0,2.8-0.7,3.5-1.9v1.6h3V20.7h-3v6l0,0v0.8c0,1.3-1,2.3-2.3,2.4c-1.2,0.1-2.2-0.8-2.3-2 c0-0.1,0-0.3,0-0.4v-4.1l0,0v-2.7h-3v7.9C49,30.9,50.6,32.4,53.1,32.4z'/%3E%3Crect x='87.3' y='20.8' class='st1' width='1.9' height='11.4'/%3E%3Cpath class='st1' d='M94.5,21c-0.4,0.4-0.8,0.8-1.2,1.2v-1.5h-1.9v11.4h1.9v-7c0-0.6,0.2-1.1,0.5-1.6c0.6-0.9,1.6-1.5,2.8-1.5 c1.3-0.1,2.4,0.8,2.5,2.1c0,0.1,0,0.2,0,0.3v7.7h1.9v-7.7C101.1,20,96.2,19.7,94.5,21z'/%3E%3Ccircle class='st1' cx='88.2' cy='17.2' r='1.2'/%3E%3Cpath class='st1' d='M83,27.2h2.1c0-0.3,0-0.5,0-0.8c0.2-3.1-2.2-5.8-5.3-5.9c-0.1,0-0.2,0-0.3,0c-3.2,0.1-5.8,2.7-5.7,5.9 c-0.2,3.1,2.2,5.8,5.3,6c0.1,0,0.3,0,0.4,0c2.4,0.2,4.7-1.4,5.3-3.8h-2.7c-0.3,0.9-1.2,1.4-2.6,1.4c-1.6,0-2.4-1-2.6-2.8L83,27.2 L83,27.2z M79.5,22.8c1.4,0,2.5,1,2.6,2.4H77C77.3,23.4,78.4,22.8,79.5,22.8L79.5,22.8z'/%3E%3Cpath class='st1' d='M68.2,20.4c-1.4,0-2.8,0.7-3.5,1.9v-1.6h-3v11.4h3v-6l0,0v-0.8c0-1.3,1-2.3,2.3-2.4c1.2-0.1,2.2,0.8,2.3,2 c0,0.1,0,0.3,0,0.4v4.1l0,0v2.7h3v-7.9C72.3,21.9,70.7,20.4,68.2,20.4z'/%3E%3Cpath class='st1' d='M45,23h2.2v-2.2H45v-3.6h-3.1v3.6h-1.7V23h1.7v5.5c0,2.1,2.2,3.9,4.7,3.9h0.6v-2.6h-0.1 c-1.2,0-2.1-0.9-2.1-2.1c0,0,0,0,0,0L45,23L45,23z'/%3E%3C/g%3E%3C/svg%3E%0A");
	block-size: 40px;
	display: inline-block;
	inline-size: 111px
}

.podcast-gateway .downloadButtons a.blubrry,
.podcast-gateway .es-nav-sublink.blubrry {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Badges' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 110.2 40' style='enable-background:new 0 0 110.2 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23A6A6A6;%7D .st1%7Bfill:%23FFFFFF;%7D .st2%7Bfill:url(%23SVGID_1_);%7D%0A%3C/style%3E%3Ctitle%3EBlubrry%3C/title%3E%3Cpath class='st0' d='M103.6,0H6.8C6.6,0,6.3,0,6.1,0C5.8,0,5.6,0,5.4,0C4.9,0,4.5,0.1,4,0.1C3.1,0.3,2.2,0.7,1.6,1.4 C0.9,2.1,0.5,2.9,0.3,3.8C0.2,4.3,0.2,4.8,0.2,5.2c0,0.2,0,0.4,0,0.6c0,0.3,0,0.5,0,0.8v26.8c0,0.2,0,0.5,0,0.8c0,0.2,0,0.4,0,0.6 c0,0.5,0,0.9,0.1,1.4c0.1,0.5,0.2,0.9,0.4,1.3c0.4,0.8,1.1,1.5,1.9,1.9c0.4,0.2,0.9,0.4,1.3,0.4C4.5,39.9,4.9,40,5.4,40 c0.2,0,0.4,0,0.6,0c0.3,0,0.5,0,0.8,0h96.7c0.3,0,0.5,0,0.8,0c0.2,0,0.4,0,0.6,0c0.5,0,0.9,0,1.4-0.1c0.5-0.1,0.9-0.2,1.3-0.4 c0.4-0.2,0.8-0.5,1.1-0.8c0.3-0.3,0.6-0.7,0.8-1.1c0.2-0.4,0.4-0.9,0.4-1.3c0.1-0.5,0.1-0.9,0.1-1.4c0-0.2,0-0.4,0-0.6 c0-0.2,0-0.5,0-0.8V6.6c0-0.3,0-0.5,0-0.8c0-0.2,0-0.4,0-0.6c0-0.5,0-0.9-0.1-1.4c-0.2-0.9-0.6-1.8-1.3-2.5 c-0.3-0.3-0.7-0.6-1.1-0.8c-0.4-0.2-0.9-0.4-1.3-0.4C105.9,0.1,105.4,0,105,0c-0.2,0-0.4,0-0.6,0C104.1,0,103.8,0,103.6,0z'/%3E%3Cpath d='M103.5,1l0.8,0c0.2,0,0.4,0,0.6,0c0.4,0,0.8,0,1.2,0.1c0.4,0.1,0.7,0.2,1.1,0.3c0.3,0.2,0.6,0.4,0.9,0.6 c0.3,0.3,0.5,0.6,0.6,0.9c0.2,0.3,0.3,0.7,0.3,1c0.1,0.4,0.1,0.8,0.1,1.2c0,0.2,0,0.4,0,0.6c0,0.3,0,0.5,0,0.7v26.7 c0,0.2,0,0.5,0,0.7c0,0.2,0,0.4,0,0.6c0,0.4,0,0.8-0.1,1.2c-0.1,0.4-0.2,0.7-0.3,1.1c-0.2,0.3-0.4,0.6-0.6,0.9 c-0.5,0.5-1.2,0.9-1.9,1c-0.4,0.1-0.8,0.1-1.2,0.1c-0.2,0-0.4,0-0.6,0c-0.2,0-0.5,0-0.8,0H6.8c-0.2,0-0.5,0-0.7,0 c-0.2,0-0.4,0-0.6,0c-0.4,0-0.8,0-1.2-0.1c-0.4-0.1-0.7-0.2-1.1-0.3c-0.3-0.2-0.6-0.4-0.9-0.6C2,37.6,1.8,37.4,1.6,37 c-0.2-0.3-0.3-0.7-0.3-1.1c-0.1-0.4-0.1-0.8-0.1-1.2c0-0.2,0-0.4,0-0.6l0-0.6v-27l0-0.6c0-0.2,0-0.4,0-0.6c0-0.4,0-0.8,0.1-1.2 c0.1-0.4,0.2-0.7,0.3-1C2,2.3,2.5,1.8,3.2,1.5c0.3-0.2,0.7-0.3,1-0.3C4.6,1.1,5,1,5.5,1c0.2,0,0.4,0,0.6,0l0.7,0H103.5'/%3E%3Cg%3E%3Crect x='53.3' y='17.8' class='st1' width='2.4' height='13.8'/%3E%3Cpath class='st1' d='M64.1,27.2c0,1.1-0.9,1.9-1.9,1.9s-1.9-0.9-1.9-1.9c0,0,0,0,0,0l0-5.4h-2.4v5.4c0,2.4,1.9,4.4,4.4,4.4 c2.4,0,4.4-1.9,4.4-4.4c0,0,0,0,0,0v-5.4h-2.4L64.1,27.2z'/%3E%3Cpath class='st1' d='M98.8,21.7L96,27.8l-2.8-6.1h-2.4l0,0c-0.3-0.2-0.6-0.3-0.9-0.3c-1.1,0-2,0.8-2.1,1.8v-1.4h-2v9.8h2.4v-6.2 c0-1.6,0.8-2.2,2.1-1.7l0.6-1.8l3.9,8.6l-2.1,4.6h2.4l6.1-13.4H98.8z'/%3E%3Cpath class='st1' d='M73.8,21.5c-1,0-1.9,0.3-2.8,0.8v-4.6h-2.4v13.8h2.4v-0.8c2.3,1.5,5.5,0.9,7-1.5s0.9-5.5-1.5-7 C75.8,21.8,74.8,21.5,73.8,21.5z M73.7,29.5c-1.6,0.1-3-1.2-3.1-2.8c-0.1-1.6,1.2-3,2.8-3.1c1.6-0.1,3,1.2,3.1,2.8c0,0,0,0.1,0,0.1 C76.5,28.2,75.3,29.5,73.7,29.5z'/%3E%3Cpath class='st1' d='M46.7,21.5c-1,0-1.9,0.3-2.8,0.8v-4.6h-2.4v13.8H44v-0.8c2.3,1.5,5.5,0.9,7-1.5s0.9-5.5-1.5-7 C48.7,21.8,47.7,21.5,46.7,21.5L46.7,21.5z M46.6,29.5c-1.6,0.1-3-1.2-3.1-2.8c-0.1-1.6,1.2-3,2.8-3.1c1.6-0.1,3,1.2,3.1,2.8 c0,0,0,0.1,0,0.1C49.4,28.2,48.2,29.5,46.6,29.5L46.6,29.5z'/%3E%3Cpath class='st1' d='M82.3,23.2v-1.4h-2v9.8h2.4v-6.2c0-1.6,0.8-2.2,2.1-1.7l0.6-1.9c-0.3-0.3-0.6-0.4-1-0.4 C83.3,21.4,82.4,22.2,82.3,23.2z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M46.7,13.1c-0.6,0.2-1.3,0.3-1.9,0.3c-0.9,0.1-1.7-0.2-2.4-0.8c-0.6-0.6-0.9-1.5-0.9-2.3 c0-0.9,0.3-1.7,0.9-2.4C43.1,7.3,44,7,44.9,7c0.5,0,1.1,0.1,1.6,0.3l-0.2,0.8c-0.4-0.2-0.9-0.3-1.4-0.3c-0.6,0-1.2,0.2-1.7,0.6 c-0.4,0.5-0.7,1.1-0.6,1.8c0,0.6,0.2,1.3,0.6,1.8c0.4,0.4,1,0.6,1.6,0.6c0.3,0,0.6,0,0.9-0.1v-1.7h-1.1V10h2.1V13.1z'/%3E%3Cpath class='st1' d='M51.9,10.9c0-0.5-0.1-1-0.4-1.4C51.2,9,50.6,8.7,50,8.7c-0.6,0-1.2,0.2-1.6,0.7c-0.4,0.5-0.6,1.1-0.6,1.7 c0,0.6,0.2,1.2,0.6,1.7c0.4,0.4,1,0.7,1.7,0.6c0.5,0,1-0.1,1.5-0.3l-0.2-0.7c-0.4,0.1-0.8,0.2-1.2,0.2c-0.4,0-0.7-0.1-1-0.3 c-0.3-0.3-0.5-0.6-0.4-1h3C51.9,11.2,51.9,11,51.9,10.9z M48.9,10.6c0-0.3,0.1-0.6,0.3-0.8c0.2-0.3,0.5-0.4,0.8-0.4 c0.3,0,0.6,0.1,0.8,0.4c0.1,0.2,0.2,0.5,0.2,0.8H48.9z'/%3E%3Cpath class='st1' d='M55.5,9.6h-1.1v2.2c0,0.6,0.2,0.8,0.6,0.8c0.2,0,0.3,0,0.4,0l0,0.8c-0.3,0.1-0.5,0.1-0.8,0.1 c-0.3,0-0.7-0.1-0.9-0.4c-0.3-0.4-0.4-0.8-0.3-1.2V9.6h-0.7V8.8h0.7V8l1-0.3v1.1h1.1L55.5,9.6z'/%3E%3Cpath class='st1' d='M60.4,7.5c0,0.2-0.1,0.3-0.2,0.4C60.1,8,60,8.1,59.8,8.1c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.4 c0-0.2,0.1-0.3,0.2-0.4c0.2-0.2,0.6-0.2,0.9,0C60.4,7.2,60.5,7.3,60.4,7.5z'/%3E%3Crect x='59.3' y='8.8' class='st1' width='1' height='4.5'/%3E%3Cpath class='st1' d='M64.3,9.6h-1.1v2.2c0,0.6,0.2,0.8,0.6,0.8c0.2,0,0.3,0,0.4,0l0,0.8c-0.3,0.1-0.5,0.1-0.8,0.1 c-0.3,0-0.7-0.1-0.9-0.4c-0.3-0.4-0.4-0.8-0.3-1.2V9.6h-0.7V8.8h0.7V8l1-0.3v1.1h1.1V9.6z'/%3E%3Cpath class='st1' d='M71.6,9.4c-0.4-0.4-1-0.7-1.6-0.7c-0.6,0-1.2,0.2-1.6,0.7c-0.4,0.5-0.6,1.1-0.6,1.7c0,0.6,0.2,1.2,0.6,1.7 c0.4,0.4,1,0.7,1.6,0.7c0.6,0,1.2-0.2,1.7-0.7c0.4-0.5,0.6-1.1,0.6-1.7C72.2,10.5,72,9.9,71.6,9.4z M70.9,12.2 c-0.2,0.3-0.5,0.6-0.9,0.6c-0.4,0-0.7-0.2-0.9-0.5c-0.2-0.3-0.3-0.7-0.3-1.1c0-0.4,0.1-0.8,0.3-1.1c0.2-0.3,0.5-0.6,0.9-0.5 c0.4,0,0.7,0.2,0.9,0.5C71.3,10.7,71.3,11.5,70.9,12.2z'/%3E%3Cpath class='st1' d='M77.5,13.4h-1v-2.6c0-0.8-0.3-1.2-0.9-1.2c-0.3,0-0.5,0.1-0.7,0.3c-0.2,0.2-0.3,0.5-0.3,0.8v2.7h-1v-3.2 c0-0.4,0-0.8,0-1.3h0.9l0,0.7h0C74.6,9.3,74.8,9.1,75,9c0.3-0.2,0.6-0.3,0.9-0.3c0.4,0,0.8,0.1,1.1,0.4c0.4,0.4,0.6,0.9,0.5,1.5 L77.5,13.4z'/%3E%3C/g%3E%3CradialGradient id='SVGID_1_' cx='13.6625' cy='22.5399' r='14.7662' gradientTransform='matrix(1 0 0 -1 0 40)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' style='stop-color:%236EACEB'/%3E%3Cstop offset='1' style='stop-color:%231976D3'/%3E%3C/radialGradient%3E%3Cpath class='st2' d='M24.8,12l1.1-2.6L23.4,11l-3-2.3l-2.6,2.1L15,8.9l0.9,3.1c-3.9,1.6-6.5,5.3-6.5,9.5c0.2,5.9,5.1,10.6,11,10.4 c5.9,0.2,10.8-4.5,11-10.4C31.3,17.4,28.7,13.6,24.8,12z'/%3E%3C/svg%3E%0A");
	block-size: 40px;
	display: inline-block;
	inline-size: 111px
}

.podcast-gateway .downloadButtons a.rss,
.podcast-gateway .es-nav-sublink.rss {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Badges' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 110 40' style='enable-background:new 0 0 110 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23A6A6A6;%7D .st1%7Bfill:%23FFFFFF;%7D .st2%7Bfill:%23FF6600;%7D%0A%3C/style%3E%3Ctitle%3ERSS%3C/title%3E%3Cpath class='st0' d='M103.4,0H6.6C6.4,0,6.1,0,5.9,0C5.7,0,5.4,0,5.2,0c-0.5,0-0.9,0-1.4,0.1C2.9,0.3,2.1,0.7,1.4,1.4 C0.7,2.1,0.3,2.9,0.1,3.8C0.1,4.3,0,4.8,0,5.2c0,0.2,0,0.4,0,0.6c0,0.3,0,0.5,0,0.8v26.8c0,0.2,0,0.5,0,0.8c0,0.2,0,0.4,0,0.6 c0,0.5,0,0.9,0.1,1.4c0.1,0.5,0.2,0.9,0.4,1.3C1,38.3,1.7,39,2.5,39.4c0.4,0.2,0.9,0.4,1.3,0.4C4.3,39.9,4.8,40,5.2,40 c0.2,0,0.4,0,0.6,0c0.3,0,0.5,0,0.8,0h96.7c0.3,0,0.5,0,0.8,0c0.2,0,0.4,0,0.6,0c0.5,0,0.9,0,1.4-0.1c0.5-0.1,0.9-0.2,1.3-0.4 c0.4-0.2,0.8-0.5,1.1-0.8c0.3-0.3,0.6-0.7,0.8-1.1c0.2-0.4,0.4-0.9,0.4-1.3c0.1-0.5,0.1-0.9,0.1-1.4c0-0.2,0-0.4,0-0.6 c0-0.2,0-0.5,0-0.8V6.6c0-0.3,0-0.5,0-0.8c0-0.2,0-0.4,0-0.6c0-0.5,0-0.9-0.1-1.4c-0.2-0.9-0.6-1.8-1.3-2.5 c-0.3-0.3-0.7-0.6-1.1-0.8c-0.4-0.2-0.9-0.4-1.3-0.4c-0.5-0.1-0.9-0.1-1.4-0.1c-0.2,0-0.4,0-0.6,0C103.9,0,103.6,0,103.4,0z'/%3E%3Cpath d='M103.4,1l0.8,0c0.2,0,0.4,0,0.6,0c0.4,0,0.8,0,1.2,0.1c0.4,0.1,0.7,0.2,1.1,0.3c0.3,0.2,0.6,0.4,0.9,0.6 c0.3,0.3,0.5,0.6,0.6,0.9c0.2,0.3,0.3,0.7,0.3,1c0.1,0.4,0.1,0.8,0.1,1.2c0,0.2,0,0.4,0,0.6c0,0.3,0,0.5,0,0.7v26.7 c0,0.2,0,0.5,0,0.7c0,0.2,0,0.4,0,0.6c0,0.4,0,0.8-0.1,1.2c-0.1,0.4-0.2,0.7-0.3,1.1c-0.2,0.3-0.4,0.6-0.6,0.9 c-0.5,0.5-1.2,0.9-1.9,1c-0.4,0.1-0.8,0.1-1.2,0.1c-0.2,0-0.4,0-0.6,0c-0.2,0-0.5,0-0.8,0H6.6c-0.2,0-0.5,0-0.7,0 c-0.2,0-0.4,0-0.6,0c-0.4,0-0.8,0-1.2-0.1c-0.4-0.1-0.7-0.2-1.1-0.3c-0.3-0.2-0.6-0.4-0.9-0.6c-0.3-0.3-0.5-0.6-0.6-0.9 c-0.2-0.3-0.3-0.7-0.3-1.1C1.1,35.6,1,35.2,1,34.7c0-0.2,0-0.4,0-0.6l0-0.6v-27l0-0.6c0-0.2,0-0.4,0-0.6c0-0.4,0-0.8,0.1-1.2 c0.1-0.4,0.2-0.7,0.3-1C1.8,2.3,2.3,1.8,3,1.5c0.3-0.2,0.7-0.3,1-0.3C4.4,1.1,4.9,1,5.3,1c0.2,0,0.4,0,0.6,0l0.7,0H103.4'/%3E%3Cg%3E%3Cpath class='st1' d='M51.2,13.1c-0.6,0.2-1.3,0.3-1.9,0.3c-0.9,0.1-1.7-0.2-2.4-0.8C46.3,12,46,11.2,46,10.3c0-0.9,0.3-1.7,0.9-2.4 C47.6,7.3,48.5,7,49.4,7c0.5,0,1.1,0.1,1.6,0.3l-0.2,0.8c-0.4-0.2-0.9-0.3-1.4-0.3c-0.6,0-1.2,0.2-1.7,0.6 c-0.4,0.5-0.7,1.1-0.6,1.8c0,0.6,0.2,1.3,0.6,1.8c0.4,0.4,1,0.6,1.6,0.6c0.3,0,0.6,0,0.9-0.1v-1.7H49V10h2.1L51.2,13.1z'/%3E%3Cpath class='st1' d='M56.4,10.9c0-0.5-0.1-1-0.4-1.4c-0.3-0.5-0.9-0.8-1.5-0.7c-0.6,0-1.2,0.2-1.6,0.7c-0.4,0.5-0.6,1.1-0.6,1.7 c0,0.6,0.2,1.2,0.6,1.7c0.4,0.4,1,0.7,1.7,0.6c0.5,0,1-0.1,1.5-0.3L56,12.5c-0.4,0.1-0.8,0.2-1.2,0.2c-0.4,0-0.7-0.1-1-0.3 c-0.3-0.3-0.5-0.6-0.4-1h3C56.4,11.2,56.4,11,56.4,10.9z M53.4,10.6c0-0.3,0.1-0.6,0.3-0.8c0.2-0.3,0.5-0.4,0.8-0.4 c0.3,0,0.6,0.1,0.8,0.4c0.1,0.2,0.2,0.5,0.2,0.8H53.4z'/%3E%3Cpath class='st1' d='M60,9.6h-1.1v2.2c0,0.6,0.2,0.8,0.6,0.8c0.2,0,0.3,0,0.4,0l0,0.8c-0.3,0.1-0.5,0.1-0.8,0.1 c-0.3,0-0.7-0.1-0.9-0.4c-0.3-0.4-0.4-0.8-0.3-1.2V9.6h-0.7V8.8h0.7V8l1-0.3v1.1H60L60,9.6z'/%3E%3Cpath class='st1' d='M64.9,7.5c0,0.2-0.1,0.3-0.2,0.4c-0.1,0.1-0.3,0.2-0.5,0.2c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.3-0.2-0.4 c0-0.2,0.1-0.3,0.2-0.4c0.2-0.2,0.6-0.2,0.9,0C64.9,7.2,65,7.3,64.9,7.5z'/%3E%3Crect x='63.8' y='8.8' class='st1' width='1' height='4.5'/%3E%3Cpath class='st1' d='M68.8,9.6h-1.1v2.2c0,0.6,0.2,0.8,0.6,0.8c0.2,0,0.3,0,0.4,0l0,0.8c-0.3,0.1-0.5,0.1-0.8,0.1 c-0.3,0-0.7-0.1-0.9-0.4c-0.3-0.4-0.4-0.8-0.3-1.2V9.6H66V8.8h0.7V8l1-0.3v1.1h1.1L68.8,9.6z'/%3E%3Cpath class='st1' d='M76.1,9.4c-0.4-0.4-1-0.7-1.6-0.7c-0.6,0-1.2,0.2-1.6,0.7c-0.4,0.5-0.6,1.1-0.6,1.7c0,0.6,0.2,1.2,0.6,1.7 c0.4,0.4,1,0.7,1.6,0.7c0.6,0,1.2-0.2,1.7-0.7c0.4-0.5,0.6-1.1,0.6-1.7C76.7,10.5,76.5,9.9,76.1,9.4z M75.4,12.2 c-0.2,0.3-0.5,0.6-0.9,0.6c-0.4,0-0.7-0.2-0.9-0.5c-0.2-0.3-0.3-0.7-0.3-1.1c0-0.4,0.1-0.8,0.3-1.1c0.2-0.3,0.5-0.6,0.9-0.5 c0.4,0,0.7,0.2,0.9,0.5C75.8,10.7,75.8,11.5,75.4,12.2L75.4,12.2z'/%3E%3Cpath class='st1' d='M82,13.4h-1v-2.6c0-0.8-0.3-1.2-0.9-1.2c-0.3,0-0.5,0.1-0.7,0.3c-0.2,0.2-0.3,0.5-0.3,0.8v2.7h-1v-3.2 c0-0.4,0-0.8,0-1.3h0.9l0,0.7h0c0.1-0.2,0.3-0.4,0.5-0.5c0.3-0.2,0.6-0.3,0.9-0.3c0.4,0,0.8,0.1,1.1,0.4c0.4,0.4,0.6,0.9,0.5,1.5 V13.4z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M46.1,31.8V19.2h5.3c1,0,2,0.1,2.9,0.3c0.6,0.2,1.1,0.6,1.5,1.2c0.4,0.6,0.6,1.3,0.5,2c0,0.9-0.3,1.7-0.8,2.3 c-0.7,0.7-1.5,1.1-2.5,1.2c0.5,0.3,1,0.6,1.4,1.1c0.5,0.6,1,1.3,1.4,2l1.5,2.5h-3L52.5,29c-0.4-0.6-0.9-1.3-1.3-1.8 c-0.2-0.2-0.5-0.4-0.8-0.5c-0.4-0.1-0.8-0.2-1.3-0.1h-0.5v5.2L46.1,31.8z M48.7,24.5h1.9c0.8,0,1.5,0,2.3-0.2 c0.3-0.1,0.5-0.3,0.7-0.5c0.2-0.3,0.3-0.6,0.3-0.9c0-0.4-0.1-0.7-0.3-1c-0.2-0.3-0.6-0.4-1-0.5c-0.2,0-0.8,0-1.9,0h-2L48.7,24.5z' /%3E%3Cpath class='st1' d='M58.1,27.7l2.5-0.2c0.1,0.7,0.4,1.3,0.9,1.8c0.5,0.4,1.2,0.6,1.8,0.6c0.7,0,1.3-0.1,1.8-0.5 c0.4-0.3,0.6-0.7,0.6-1.2c0-0.3-0.1-0.5-0.3-0.8c-0.3-0.3-0.6-0.4-0.9-0.5c-0.3-0.1-1-0.3-2-0.5c-1-0.2-2-0.6-2.9-1.2 c-0.7-0.6-1.2-1.6-1.2-2.5c0-0.6,0.2-1.3,0.5-1.8c0.4-0.6,0.9-1,1.6-1.3c0.8-0.3,1.6-0.5,2.5-0.4c1.3-0.1,2.5,0.3,3.6,1 c0.8,0.7,1.3,1.7,1.3,2.8l-2.5,0.1c-0.1-0.5-0.3-1-0.7-1.4c-0.5-0.3-1-0.5-1.6-0.4c-0.6,0-1.2,0.1-1.7,0.5C61.2,21.7,61,22,61,22.3 c0,0.3,0.1,0.6,0.4,0.8c0.7,0.4,1.5,0.7,2.3,0.8c0.9,0.2,1.9,0.5,2.7,0.9c0.6,0.3,1,0.7,1.4,1.3c0.7,1.3,0.7,2.8-0.1,4 c-0.4,0.6-1,1.1-1.7,1.4c-0.9,0.3-1.8,0.5-2.7,0.5c-1.3,0.1-2.6-0.3-3.7-1.1C58.8,30.1,58.2,28.9,58.1,27.7z'/%3E%3Cpath class='st1' d='M69.9,27.7l2.5-0.2c0.1,0.7,0.4,1.3,0.9,1.8c0.5,0.4,1.2,0.6,1.8,0.6c0.7,0,1.3-0.1,1.8-0.5 c0.4-0.3,0.6-0.7,0.6-1.2c0-0.3-0.1-0.5-0.3-0.8c-0.3-0.3-0.6-0.4-0.9-0.5c-0.3-0.1-1-0.3-2-0.5c-1-0.2-2-0.6-2.9-1.2 c-0.7-0.6-1.2-1.6-1.2-2.5c0-0.6,0.2-1.3,0.5-1.8c0.4-0.6,0.9-1,1.6-1.3c0.8-0.3,1.6-0.5,2.5-0.4c1.3-0.1,2.5,0.3,3.6,1 c0.8,0.7,1.3,1.7,1.3,2.8l-2.5,0.1c-0.1-0.5-0.3-1-0.7-1.4c-0.5-0.3-1-0.5-1.6-0.4c-0.6,0-1.2,0.1-1.7,0.5 c-0.3,0.2-0.4,0.5-0.4,0.8c0,0.3,0.1,0.6,0.4,0.8c0.7,0.4,1.5,0.7,2.3,0.8c0.9,0.2,1.9,0.5,2.7,0.9c0.6,0.3,1,0.7,1.4,1.3 c0.7,1.3,0.7,2.8-0.1,4c-0.4,0.6-1,1.1-1.7,1.4C76.9,31.9,76,32,75,32c-1.3,0.1-2.6-0.3-3.7-1.1C70.5,30.1,69.9,28.9,69.9,27.7z'/%3E%3C/g%3E%3Cpath class='st2' d='M18.3,28.9c0,1.7-1.4,3.1-3.1,3.1c-1.7,0-3.1-1.4-3.1-3.1c0-1.7,1.4-3.1,3.1-3.1l0,0 C16.9,25.7,18.3,27.1,18.3,28.9z M36.2,32c0-7.3-3.2-14.3-8.9-18.9C23,9.5,17.6,7.5,12,7.5v5.6c6.7,0,12.9,3.4,16.4,9.1 c1.8,2.9,2.7,6.3,2.7,9.7L36.2,32L36.2,32z M27.7,32c0-8.6-7-15.6-15.7-15.6v4.7c4,0,7.6,2.1,9.5,5.6c0.9,1.6,1.4,3.5,1.4,5.3 L27.7,32L27.7,32L27.7,32z'/%3E%3C/svg%3E%0A");
	block-size: 40px;
	display: inline-block;
	inline-size: 135px
}

.podcast-gateway .video-carousel {
	background: #f7f7f7
}

.podcast-gateway .video-carousel .fcc-title h2 {
	font-weight: 500
}

@media screen and (max-width:860px) {
	.podcast-gateway .video-carousel_desktop {
		block-size: calc(70vw * .58);
		margin-inline: -2.5vw;
		min-inline-size: 100vw;
		overflow: hidden;
		padding-inline: 0
	}
}

.podcast-gateway .video-carousel_desktop .video-carousel_thumbnails {
	float: left;
	inline-size: 144px
}

@media screen and (max-width:860px) {
	.podcast-gateway .video-carousel_desktop .video-carousel_thumbnails {
		inline-size: 100vw;
		margin-inline-start: -21px
	}
}

.podcast-gateway .video-carousel_desktop .video-carousel_thumbnails ul li {
	block-size: 72px;
	cursor: pointer;
	inline-size: 144px;
	list-style: none;
	margin-block-end: 6px;
	margin-inline-end: 5px;
	overflow: hidden
}

@media screen and (max-width:860px) {
	.podcast-gateway .video-carousel_desktop .video-carousel_thumbnails ul li {
		block-size: auto;
		float: left;
		inline-size: 80vw
	}
}

.podcast-gateway .video-carousel_desktop .video-carousel_thumbnails ul li:last-child {
	margin-block-end: 0
}

.podcast-gateway .video-carousel_desktop .video-carousel_thumbnails ul li:not([aria-selected="active"]) {
	filter: grayscale(100%)
}

.podcast-gateway .video-carousel_desktop .video-carousel_thumbnails ul li:hover {
	filter: grayscale(0)
}

.podcast-gateway .video-carousel_desktop .video-carousel_image-wrapper {
	block-size: auto;
	display: none;
	min-block-size: 384px;
	overflow: hidden;
	padding-inline-start: 10px;
	position: relative
}

@media screen and (min-width:860px) {
	.podcast-gateway .video-carousel_desktop .video-carousel_image-wrapper {
		display: block
	}
}

.podcast-gateway .video-carousel_desktop .video-carousel_image-wrapper .carousel-image {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	inset: 0 6px 0 0;
	position: absolute;
	transition: background .3s linear
}

@media screen and (max-width:480px) {
	.podcast-gateway .video-carousel_content.phone-padding-left-0 {
		padding-inline-start: .5rem
	}
}

.podcast-gateway .video-carousel_content_cat {
	margin-block-end: .8rem;
	text-transform: uppercase
}

@media screen and (max-width:768px) {
	.podcast-gateway .video-carousel_content_description {
		display: none
	}
}

@media screen and (max-width:482px) {
	.podcast-gateway .video-carousel_content h2 {
		block-size: 120px;
		max-block-size: 120px;
		overflow: hidden
	}
}

.podcast-gateway .video-carousel .wp-carousel-controls {
	margin-block: 20px;
	text-align: center
}

@media screen and (min-width:860px) {
	.podcast-gateway .video-carousel .wp-carousel-controls {
		display: none
	}
}

.podcast-gateway .video-carousel .wp-carousel-controls .wp-carousel-control {
	background: #efefef;
	block-size: 12px;
	border-radius: 50%;
	border-style: none;
	box-shadow: inset 0 0 0 1px #959595;
	inline-size: 12px;
	margin-inline: 7px;
	padding: 0
}

.podcast-gateway .video-carousel .wp-carousel-controls .wp-carousel-control:hover {
	box-shadow: inset 0 0 0 2px #0079c1
}

.podcast-gateway .video-carousel .wp-carousel-controls .wp-carousel-control[aria-pressed="true"],
.podcast-gateway .video-carousel .wp-carousel-controls .wp-carousel-controlfocus {
	background: #0079c1;
	box-shadow: inset 0 0 0 1px #0079c1
}

div#disqus_thread {
	margin: 0 auto;
	padding: 25px 15%
}


.newsr-about_sub-heading {
	color: #959595
}

@media (min-width:860px) {
	.newsr-about-demographics .block-group .block {
		margin-inline-end: calc(.75rem - 1px)
	}
}

.newsr-about-demographic_image {
	inline-size: 100%
}

.newsr-about-actions {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

@media (min-width:860px) {
	.newsr-about-actions .block-group .block {
		margin-inline-end: calc(.75rem - 1px)
	}
}

.newsr-about-action {
	background: #fff;
	block-size: 100%;
	outline: 1px solid #ddd;
	padding: 25px 15px 15px
}

@media (min-width:860px) {
	.newsr-about-action {
		padding: 25px 25px 20px
	}
}

@media (min-width:1100px) {
	.newsr-about-action {
		padding: 40px 40px 25px
	}
}

.newsr-about-action_button {
	white-space: normal
}

.newsr-about-action_contact-block {
	display: inline-block;
	text-align: start
}

@media (min-width:860px) {
	.newsr-about-staff {
		display: flex
	}

	.newsr-about-staff_image_container {
		flex: 0 0 50%
	}

	.newsr-about-staff_image_content {
		flex: 0 0 50%
	}

	.newsr-about-staff_content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-inline-start: 90px
	}
}

.newsr-about-staff_image {
	inline-size: 100%
}


.newsr-tiles-content {
	inline-size: 100%;
	padding-inline: 10px
}

@media (min-width:480px) {
	.newsr-tiles-content {
		padding-inline: 15px
	}
}

@media (min-width:860px) {
	.newsr-tiles-content {
		padding-inline: 30px
	}
}

.newsr-tiles-content>div {
	inline-size: 100%
}

.ind-case_study_resource{
    background: var(--calcite-ui-background-1);
    display: inline-block;
	inline-size: 100%;
	margin: 60px 0 0
}

.case-study-hero .case-study-logo {
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase
}

@media (min-width:860px) {
	.case-study-hero .ind-case_study_resource-details {
    align-items: center;
    display: flex;
		min-block-size: 720px;
	}
}

	.case-study-hero .ind-case_study_resource-details .resource-details-content-info {
		padding: 0 80px
	}

.case-study-hero .spotlight-label {
	background: var(--esri-ui-opacity90-inverse);
	color: var(--calcite-ui-text-1);
	float: inline-end;
	font-weight: var(--calcite-font-weight-bold);
	letter-spacing: 2px;
	margin-block-start: var(--space-10);
	padding:  var(--space-1)  var(--space-5);
	text-transform: uppercase
}


.ind-case_study_resource-video {
	min-block-size: 260px;
	position: relative;
	text-align: center
}

.ind-case_study_resource-video:hover {
	cursor: pointer
}

@media (min-width:600px) {
	.ind-case_study_resource-video {
		min-block-size: 720px
	}
}

.ind-case_study_resource-details {
	margin-inline-start: 5%;
	padding: 60px 0;
	position: relative
}

@media (min-width:860px) {
	.ind-case_study_resource-details {
		float: left;
		margin-inline-start: 1%
	}
}

@media (min-width:860px) {
	.ind-case_study_resource-details {
		inline-size: 40%
	}
}


@media (min-width: 860px) {
    .ind-case_study_resource-video {
        float: right;
        inline-size: 58%;
    }
}

.publications-mosaic .card-contents,
.publications-mosaic .onlytext,
.explore-mosaic_sections .explore-card-content{
  padding: var(--space-5);
}
}
}
}
