.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%);
	-webkit-transition: background-image .4s, padding 75ms;
	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: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(16.5%, transparent), color-stop(66%, currentcolor));
	background-image: linear-gradient(90deg, transparent, transparent 16.5%, currentcolor 66%);
	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;
	-webkit-transition: background-position .15s ease-in-out;
	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
	}
}

.arcUser-gateway .newsr-hero {
	block-size: auto;
	min-block-size: auto
}

@media (min-width:1268px) {
	.arcUser-gateway .newsr-hero {
		block-size: 50vh;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-box-pack: center;
		display: -webkit-box;
		display: flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		min-block-size: 660px
	}
}

@media (min-width:1440px) {
	.arcUser-gateway .newsr-hero {
		block-size: 60vh;
		min-block-size: 600px
	}
}

.arcUser-gateway .newsr-hero--tag {
	letter-spacing: 0
}

.arcUser-gateway .newsr-hero--logo img {
	inline-size: 200px
}

@media screen and (max-width:768px) {
	.arcUser-gateway .newsr-hero--title {
		font-size: 36px
	}
}

.arcUser-gateway .newsr-hero--byline a {
	color: #49b0f2
}

.arcUser-gateway .newsr-hero--byline .issue {
	display: block
}

@media screen and (min-width:479px) {
	.arcUser-gateway .newsr-hero--byline .issue {
		display: inline-block
	}
}

.n-gateway-search {
	max-inline-size: 1060px;
	-webkit-transition: padding .15s;
	transition: padding .15s
}

@media (max-width:719px) {
	.n-gateway-search {
		padding: 15px 60px 0
	}
}

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

@media (max-width:1120px) {
	.n-gateway-search {
		margin-inline: 30px
	}
}

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

.n-gateway-search.-inset {
	background-color: #fff;
	position: relative
}

@media (max-width:719px) {
	.n-gateway-search.-inset {
		block-size: 50px;
		margin-block-start: -50px
	}
}

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

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

@media (max-width:719px) {
	.n-gateway-search-form {
		block-size: 35px
	}
}

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

.n-gateway-search-control {
	white-space: nowrap
}

@media (max-width:719px) {
	.n-gateway-search-control {
		font-size: 18px;
		line-height: 35px
	}
}

@media (min-width:720px) {
	.n-gateway-search-control {
		font-size: 20px;
		line-height: 40px
	}
}

.n-gateway-search-control {
	inset-block: 0
}

[dir="ltr"] .n-gateway-search-control {
	inset-inline-start: 0
}

[dir="rtl"] .n-gateway-search-control {
	inset-inline-end: 0
}

.n-gateway-search-control {
	position: absolute
}

@media (max-width:719px) {
	.n-gateway-search-control {
		inline-size: calc(100% - 35px)
	}
}

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

.n-gateway-search-control {
	-webkit-appearance: textfield;
	margin: 0;
	outline-offset: -2px;
	overflow: visible
}

.n-gateway-search-control::-ms-clear {
	display: none
}

.n-gateway-search-control::-webkit-search-cancel-button,
.n-gateway-search-control::-webkit-search-decoration {
	-webkit-appearance: none
}

.n-gateway-search-control {
	background-color: transparent;
	border-width: 0;
	color: #323232;
	font-family: inherit;
	font-weight: inherit;
	padding: 0;
	z-index: 1
}

.n-gateway-search-measure {
	inline-inline-start: 0;
	inline-size: 0;
	inset-block: 0;
	max-inline-size: 100%;
	position: absolute;
	white-space: nowrap
}

@media (max-width:719px) {
	.n-gateway-search-measure {
		font-size: 18px;
		line-height: 35px
	}
}

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

.n-gateway-search-measure {
	-webkit-box-shadow: inset 0 -1px 0 0 #0079c1;
	box-shadow: inset 0 -1px 0 0 #0079c1;
	-webkit-transition: width .3s;
	transition: width .3s;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

.n-gateway-search-measure-text {
	white-space: nowrap
}

@media (max-width:719px) {
	.n-gateway-search-measure-text {
		font-size: 18px;
		line-height: 35px
	}
}

@media (min-width:720px) {
	.n-gateway-search-measure-text {
		font-size: 20px;
		line-height: 40px
	}
}

.n-gateway-search-measure-text {
	clip: rect(0, 0, 0, 0);
	inline-inline-start: 0;
	inline-size: 0;
	inset-block: 0;
	max-inline-size: 100%;
	position: absolute;
	white-space: pre
}

.n-gateway-search-label {
	white-space: nowrap
}

@media (max-width:719px) {
	.n-gateway-search-label {
		font-size: 18px;
		line-height: 35px
	}
}

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

.n-gateway-search-label {
	inset-block: 0
}

[dir="ltr"] .n-gateway-search-label {
	inset-inline-start: 0
}

[dir="rtl"] .n-gateway-search-label {
	inset-inline-end: 0
}

.n-gateway-search-label {
	position: absolute
}

@media (max-width:719px) {
	.n-gateway-search-label {
		inline-size: calc(100% - 35px)
	}
}

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

.n-gateway-search-label {
	color: #828282;
	overflow: hidden;
	white-space: nowrap
}

.n-gateway-search-label[data-filled] {
	-webkit-animation: esri-search-filled-label .3s;
	animation: esri-search-filled-label .3s;
	color: #6e6e6e;
	inset-block-start: -12px;
	position: absolute
}

@media (max-width:719px) {
	.n-gateway-search-label[data-filled] {
		font-size: 10px;
		line-height: 15px;
		margin-block-start: 5px
	}
}

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

.n-gateway-search-submit {
	-webkit-appearance: button;
	margin: 0;
	overflow: visible;
	text-transform: none
}

.n-gateway-search-submit::-moz-focus-inner {
	border-style: none;
	padding: 0
}

.n-gateway-search-submit:-moz-focusring {
	outline: 1px dotted ButtonText
}

.n-gateway-search-submit {
	background-color: transparent;
	border-width: 0;
	cursor: pointer;
	inset-block: 0
}

[dir="ltr"] .n-gateway-search-submit {
	inset-inline-end: 0
}

[dir="rtl"] .n-gateway-search-submit {
	inset-inline-start: 0
}

.n-gateway-search-submit {
	position: absolute
}

.n-gateway-search-submit::before {
	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
}

@media (max-width:719px) {
	.n-gateway-search-submit::before {
		block-size: 16px;
		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 {
	-webkit-appearance: button;
	margin: 0;
	overflow: visible;
	text-transform: none
}

.n-gateway-search-cancel::-moz-focus-inner {
	border-style: none;
	padding: 0
}

.n-gateway-search-cancel:-moz-focusring {
	outline: 1px dotted ButtonText
}

.n-gateway-search-cancel {
	background-color: transparent;
	border-width: 0;
	color: #595959;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px
}

[dir="ltr"] .n-gateway-search-cancel {
	inset-block-end: -45px;
	inset-inline-end: 0
}

[dir="rtl"] .n-gateway-search-cancel {
	inset-block-end: -45px;
	inset-inline-start: 0
}

.n-gateway-search-cancel {
	padding: 0;
	position: absolute
}

@media (max-width:719px) {
	.n-gateway-search-cancel {
		padding-inline: 10px
	}
}

@media (min-width:720px) {
	.n-gateway-search-cancel {
		padding-inline: 30px
	}
}

.n-gateway-search-cancel span {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(0, transparent));
	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;
	-webkit-transition: background-position .3s;
	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%
}

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

@media (max-width:859px) {
	.n-gateway-search.-inset {
		block-size: 52px;
		margin-block-start: -50px
	}
}

.n-gateway-search-form {
	-webkit-box-shadow: inset 0 -1px 0 0 #ccc;
	box-shadow: inset 0 -1px 0 0 #ccc
}

.n-gateway-search-label {
	margin: 0
}

.n-gateway-search-control {
	block-size: 40px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.n-gateway-search-control:focus {
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.wherenext-gateway .n-gateway-search.-inset {
	inline-size: 90%;
	margin-inline: auto
}

@media (min-width:1120px) {
	.wherenext-gateway .n-gateway-search.-inset {
		inline-size: 1060px
	}
}

.newsr-tiles-content {
  box-sizing: border-box;
	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%
}

.newsr-full-width-ad {
	text-align: center
}

.newsr-editorial-card {
	block-size: 380px;
	overflow: hidden;
	position: relative
}

@media (min-width:640px) {
	.newsr-editorial-card {
		block-size: 500px
	}
}

@media (min-width:860px) {
	.newsr-editorial-card {
		block-size: 630px
	}
}

@media (min-width:1400px) {
	.newsr-editorial-card {
		block-size: 550px
	}
}

.newsr-editorial-card.small .newsr-editorial-card --show-summary,
.newsr-editorial-card.small .newsr-editorial-card--toggle-summary {
	display: none
}

@media screen and (max-width:860px) {
	.newsr-editorial-card.small {
		block-size: auto
	}

	.newsr-editorial-card.small .newsr-editorial-card_figure-wrap {
		inline-size: 150px
	}

	.newsr-editorial-card.small .newsr-editorial-card_figure {
		max-block-size: 97px
	}

	.newsr-editorial-card.small .newsr-editorial-card_info {
		block-size: 78.8%;
		margin-inline-start: 170px;
		padding: 0 2rem;
		position: relative
	}

	.newsr-editorial-card.small .newsr-editorial-card_content {
		block-size: auto;
		display: block;
		font-size: 14px;
		line-height: 20px;
		margin: .5rem 0;
		max-block-size: 0;
		opacity: 0;
		overflow: hidden;
		-webkit-transition: max-height .4s linear, opacity .35s ease;
		transition: max-height .4s linear, opacity .35s ease
	}

	.newsr-editorial-card.small .newsr-editorial-card_ctas {
		display: none
	}

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

	.newsr-editorial-card.small .newsr-editorial-card--show-summary {
		block-size: 20px;
		display: block
	}

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

	.newsr-editorial-card.small .newsr-editorial-card--hide-summary {
		display: none
	}

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

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

@media screen and (max-width:860px) {
	.newsr-editorial-card.small .newsr-editorial-card_info {
		display: block
	}
}

@media screen and (max-width:479px) {
	.newsr-editorial-card.small .newsr-editorial-card_info {
		padding: 0
	}
}

@media screen and (max-width:860px) {
	.newsr-editorial-card.small .newsr-editorial-card_info-inner {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 15px 6% 0 0
	}

	.newsr-editorial-card.small .newsr-editorial-card_info-inner .newsr-editorial-card_context {
		font-size: .875rem;
		line-height: 1.55rem
	}

	.newsr-editorial-card.small .newsr-editorial-card_info-inner::after {
		background: 0 0
	}

	.newsr-editorial-card.small .newsr-editorial-card_info.show-summary .newsr-editorial-card--toggle-summary .newsr-editorial-card--show-summary {
		display: none
	}

	.newsr-editorial-card.small .newsr-editorial-card_info.show-summary .newsr-editorial-card--toggle-summary .newsr-editorial-card--hide-summary {
		display: block
	}

	.newsr-editorial-card.small .newsr-editorial-card_info.show-summary .newsr-editorial-card_info-inner .newsr-editorial-card_content {
		max-block-size: 500px;
		opacity: 1;
		visibility: visible
	}
}

@media (min-width:1400px) {

	.newsr-editorial-card--hero,
	.newsr-editorial-cards--has-hero-and-standard .newsr-editorial-card {
		block-size: 720px
	}
}

.newsr-editorial-card:hover .newsr-editorial-card_cta-primary::after {
	margin-inline-start: 5px;
	opacity: 1
}

.newsr-editorial-card[data-theme="light"] {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 1px solid rgb(0 0 0 / 10%)
}

.newsr-editorial-card[data-theme="light"]:hover {
	outline: 1px solid #0079c1
}

.newsr-editorial-card[data-theme="dark"] {
	background: #323232;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 1px solid #595959
}

.newsr-editorial-card[data-theme="dark"]:hover {
	outline: 1px solid #49b0f2
}

.newsr-editorial-card[data-theme="dark"] p {
color:#fff
}

.newsr-editorial-cards .block-group {
	margin-inline: 0
}

.newsr-editorial-cards .block-group .block-group {
	margin-inline: -.75rem
}

.newsr-editorial-card_image {
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease
}

.newsr-editorial-card:hover .newsr-editorial-card_image {
	-webkit-transform: scale3d(1.075, 1.075, 1.075);
	transform: scale3d(1.075, 1.075, 1.075);
	webkit-transform: scale3d(1.075, 1.075, 1.075)
}

.newsr-editorial-card_figure-wrap {
    inset: 0 0 calc(55.5% - 28px);
    overflow: hidden;
    position: absolute;
}

@media (min-width:1400px) {
	.newsr-editorial-card_figure-wrap {
		inset-block-end: calc(65% - 38px)
	}

	.newsr-editorial-cards--has-hero-and-standard .newsr-editorial-card_figure-wrap {
		inset-block-end: calc(67% - 38px)
	}
}

.newsr-editorial-card--hero .newsr-editorial-card_figure-wrap {
	inset-block-end: 0
}

.newsr-editorial-card_figure {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	block-size: 100%;
	inline-size: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease
}

.newsr-editorial-card:hover .newsr-editorial-card_figure {
	-webkit-transform: scale3d(1.075, 1.075, 1.075);
	transform: scale3d(1.075, 1.075, 1.075);
	webkit-transform: scale3d(1.075, 1.075, 1.075)
}

.newsr-editorial-card_info {
	block-size: 55.5%;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	inset-block-end: 0;
	inset-inline: 0;
	justify-content: center;
	position: absolute
}

@media (min-width:1400px) {
	.newsr-editorial-card_info {
		block-size: 65%
	}

	.newsr-editorial-card--hero .newsr-editorial-card_info,
	.newsr-editorial-cards--has-hero-and-standard .newsr-editorial-card_info {
		block-size: 47.25%
	}

	.newsr-editorial-card_info.small {
		block-size: 67%
	}
}

.newsr-editorial-card_info-inner {
	background: rgb(50 50 50 / 95%);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	overflow: hidden;
	padding: 25px 6% 0;
	position: relative
}

@media (min-width:1200px) {
	.newsr-editorial-card_info-inner {
		padding-block-start: 30px
	}
}

@media (min-width:2200px) {
	.newsr-editorial-card_info-inner {
		padding-block-start: 35px
	}
}

.newsr-editorial-card--hero .newsr-editorial-card_info-inner {
	padding: 25px 3% 0
}

@media (min-width:1200px) {
	.newsr-editorial-card--hero .newsr-editorial-card_info-inner {
		padding-block-start: 30px
	}
}

@media (min-width:2200px) {
	.newsr-editorial-card--hero .newsr-editorial-card_info-inner {
		padding-block-start: 35px
	}
}

.newsr-editorial-card[data-theme="light"] .newsr-editorial-card_info-inner {
	background: rgb(255 255 255 / 95%)
}

@media (min-width:860px) {
	.newsr-editorial-card_info-inner::after {
		background: -webkit-gradient(linear, left top, left bottom, from(rgb(50 50 50 / 0%)), to(#323232));
		background: linear-gradient(to bottom, rgb(50 50 50 / 0%) 0, #323232 100%);
		block-size: 40px;
		content: "";
		inset-block-end: 0;
		inset-inline: 0;
		position: absolute
	}

	.newsr-editorial-card[data-theme="light"] .newsr-editorial-card_info-inner::after {
		background: -webkit-gradient(linear, left top, left bottom, from(rgb(255 255 255 / 0%)), to(white));
		background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0, #fff 100%)
	}
}

.newsr-editorial-card_info-inner .newsr-editorial-card--mobile-cat {
	display: none;
	text-transform: uppercase
}

@media (max-width:860px) {
	.newsr-editorial-card_info-inner .newsr-editorial-card--mobile-cat {
		display: block
	}
}

.newsr-editorial-card_category {
	background: rgb(50 50 50 / 85%);
	-webkit-box-direction: normal;
	-webkit-box-flex: 0;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	color: #fff;
	display: block;
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-ms-flex: 0 0 28px;
	flex: 0 0 28px;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	font-size: 12px;
	justify-content: center;
	letter-spacing: .15rem;
	line-height: 1.25;
	padding: 0 6%;
	text-transform: uppercase
}

@media screen and (max-width:860px) {
	.newsr-editorial-card_category {
		display: none
	}
}

.newsr-editorial-card--hero .newsr-editorial-card_category {
	padding: 0 3%
}

.newsr-editorial-card[data-theme="light"] .newsr-editorial-card_category {
	background: rgb(255 255 255 / 85%)
}

@media (min-width:480px) {
	.newsr-editorial-card_category {
		font-size: .8125rem;
		line-height: 1.55rem
	}
}

@media (min-width:1200px) {
	.newsr-editorial-card_category {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 38px;
		flex: 0 0 38px;
		font-size: .875rem;
		line-height: 1.55rem;
		padding-block: .4rem .35rem
	}
}

.newsr-editorial-card[data-theme="light"] .newsr-editorial-card_category {
	color: #323232
}

.newsr-editorial-card_heading {
	color: #fff;
	display: block;
	font-size: 4vw;
	font-weight: 400;
	line-height: 5vw;
	margin-block-end: .6rem
}

.newsr-editorial-card_heading:hover,
.newsr-editorial-card_heading:visited {
	color: #fff;
	text-decoration: none
}

@media (min-width:480px) {
	.newsr-editorial-card_heading {
		font-size: 20px
	}
}

@media (min-width:680px) {
	.newsr-editorial-card_heading {
		font-size: 1.414rem;
		line-height: 1.55rem
	}
}

@media screen and (min-width:680px) and (max-width:859px) {
	.newsr-editorial-card_heading {
		font-size: 1.33rem
	}
}

@media screen and (min-width:680px) and (max-width:479px) {
	.newsr-editorial-card_heading {
		font-size: 1.25rem
	}
}

@media (min-width:860px) {
	.newsr-editorial-card_heading {
		font-size: 1.2019rem;
		line-height: 1.55rem
	}
}

@media screen and (min-width:860px) and (max-width:859px) {
	.newsr-editorial-card_heading {
		font-size: 1.1305rem
	}
}

@media screen and (min-width:860px) and (max-width:479px) {
	.newsr-editorial-card_heading {
		font-size: 1.0625rem
	}
}

@media (min-width:1200px) {
	.newsr-editorial-card_heading {
		font-size: 1.414rem;
		line-height: 1.55rem;
		margin-block-end: .9rem
	}
}

@media screen and (min-width:1200px) and (max-width:859px) {
	.newsr-editorial-card_heading {
		font-size: 1.33rem
	}
}

@media screen and (min-width:1200px) and (max-width:479px) {
	.newsr-editorial-card_heading {
		font-size: 1.25rem
	}
}

@media (min-width:1600px) {
	.newsr-editorial-card_heading {
		font-size: 1.69949rem;
		line-height: 2.325rem
	}
}

@media screen and (min-width:1600px) and (max-width:859px) {
	.newsr-editorial-card_heading {
		font-size: 1.50357rem
	}
}

@media screen and (min-width:1600px) and (max-width:479px) {
	.newsr-editorial-card_heading {
		font-size: 1.32812rem
	}
}

@media (min-width:2200px) {
	.newsr-editorial-card_heading {
		font-size: 1.9994rem;
		line-height: 2.325rem
	}
}

@media screen and (min-width:2200px) and (max-width:859px) {
	.newsr-editorial-card_heading {
		font-size: 1.7689rem
	}
}

@media screen and (min-width:2200px) and (max-width:479px) {
	.newsr-editorial-card_heading {
		font-size: 1.5625rem
	}
}

.newsr-editorial-card[data-theme="light"] .newsr-editorial-card_heading {
	color: #323232
}

.newsr-editorial-card[data-theme="light"] .newsr-editorial-card_heading:hover,
.newsr-editorial-card[data-theme="light"] .newsr-editorial-card_heading:visited {
	color: #323232
}

@media (max-width:860px) {

	.newsr-editorial-card[data-theme="light"] .newsr-editorial-card_heading:hover,
	.newsr-editorial-card[data-theme="light"] .newsr-editorial-card_heading:visited {
		color: #0079c1
	}
}

.newsr-editorial-card_context {
	color: #828282;
	margin-block-end: .6rem
}

@media (min-center:1200px) {
	.newsr-editorial-card_context {
		margin-block-end: .9rem
	}
}

.newsr-editorial-card_context-link {
	color: #0079c1
}

.newsr-editorial-card[data-theme="dark"] .newsr-editorial-card_context {
	color: #fff
}

.newsr-editorial-card[data-theme="dark"] .newsr-editorial-card_context-link {
	color: #49b0f2
}

.newsr-editorial-card_content {
	color: #fff;
	font-size: .8125rem;
	line-height: 1.55rem;
	line-height: 1.25
}

@media (min-width:480px) {
	.newsr-editorial-card_content {
		font-size: .875rem;
		line-height: 1.55rem;
		line-height: 1.25
	}
}

@media (min-width:1200px) {
	.newsr-editorial-card_content {
		color: #ccc;
		font-size: .9375rem;
		line-height: 1.55rem;
		line-height: 1.25
	}
}

.newsr-editorial-card[data-theme="light"] .newsr-editorial-card_content {
	color: #323232
}

.newsr-editorial-card_ctas {
	background: #323232;
	border-block-start: 1px solid #595959;
	-webkit-box-direction: normal;
	-webkit-box-flex: 0;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-ms-flex: 0 0 56px;
	flex: 0 0 56px;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 6%
}

.newsr-editorial-card[data-theme="light"] .newsr-editorial-card_ctas {
	background: #fff;
	border-block-start: 1px solid #ccc;
	color: #323232
}

@media (min-width:465px) {
	.newsr-editorial-card_ctas {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 28px;
		flex: 0 0 28px
	}
}

@media (min-width:480px) {
	.newsr-editorial-card_ctas {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 56px;
		flex: 0 0 56px
	}
}

@media (min-width:1200px) {
	.newsr-editorial-card_ctas {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 62px;
		flex: 0 0 62px
	}
}

@media (min-width:2200px) {
	.newsr-editorial-card_ctas {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 38px;
		flex: 0 0 38px
	}
}

.newsr-editorial-card--hero .newsr-editorial-card_ctas {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 56px;
	flex: 0 0 56px;
	padding: 0 3%
}

@media (min-width:465px) {
	.newsr-editorial-card--hero .newsr-editorial-card_ctas {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 28px;
		flex: 0 0 28px
	}
}

@media (min-width:480px) {
	.newsr-editorial-card--hero .newsr-editorial-card_ctas {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 56px;
		flex: 0 0 56px
	}
}

@media (min-width:540px) {
	.newsr-editorial-card--hero .newsr-editorial-card_ctas {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 28px;
		flex: 0 0 28px
	}
}

@media (min-width:860px) {
	.newsr-editorial-card--hero .newsr-editorial-card_ctas {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 56px;
		flex: 0 0 56px
	}
}

@media (min-width:1020px) {
	.newsr-editorial-card--hero .newsr-editorial-card_ctas {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 28px;
		flex: 0 0 28px
	}
}

@media (min-width:1200px) {
	.newsr-editorial-card--hero .newsr-editorial-card_ctas {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 38px;
		flex: 0 0 38px
	}
}

.newsr-editorial-card_ctas--no-secondary {
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 0 28px !important;
	flex: 0 0 28px !important
}

@media (min-width:1200px) {
	.newsr-editorial-card_ctas--no-secondary {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 38px !important;
		flex: 0 0 38px !important
	}
}

.newsr-editorial-card--hero .newsr-editorial-card_ctas--no-secondary {
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 0 28px !important;
	flex: 0 0 28px !important
}

@media (min-width:1200px) {
	.newsr-editorial-card--hero .newsr-editorial-card_ctas--no-secondary {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 38px !important;
		flex: 0 0 38px !important
	}
}

@media (min-width:860px) {
	.newsr-editorial-cards--has-hero-and-standard .newsr-editorial-card:not(.newsr-editorial-card--hero) .newsr-editorial-card_ctas {
		-webkit-box-flex: 0;
		-ms-flex: 0 38px;
		flex: 0 38px
	}
}

@media (min-width:1120px) {
	.newsr-editorial-cards--has-hero-and-standard .newsr-editorial-card:not(.newsr-editorial-card--hero) .newsr-editorial-card_ctas {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 38px;
		flex: 0 0 38px
	}
}

@media (min-width:2200px) {
	.newsr-editorial-cards--has-hero-and-standard .newsr-editorial-card:not(.newsr-editorial-card--hero) .newsr-editorial-card_ctas {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 38px;
		flex: 0 0 38px
	}
}

.newsr-editorial-card_ctas-inner {
	display: block
}

@media (min-width:465px) {
	.newsr-editorial-card_ctas-inner {
		display: -webkit-box;
		display: flexbox;
		display: flex
	}
}

@media (min-width:480px) {
	.newsr-editorial-card_ctas-inner {
		display: block
	}
}

@media (min-width:2200px) {
	.newsr-editorial-card_ctas-inner {
		display: -webkit-box;
		display: flexbox;
		display: flex
	}
}

@media (min-width:465px) {
	.newsr-editorial-card--hero .newsr-editorial-card_ctas-inner {
		display: -webkit-box;
		display: flexbox;
		display: flex
	}
}

@media (min-width:480px) {
	.newsr-editorial-card--hero .newsr-editorial-card_ctas-inner {
		display: block
	}
}

@media (min-width:540px) {
	.newsr-editorial-card--hero .newsr-editorial-card_ctas-inner {
		display: -webkit-box;
		display: flexbox;
		display: flex
	}
}

@media (min-width:860px) {
	.newsr-editorial-card--hero .newsr-editorial-card_ctas-inner {
		display: block
	}
}

@media (min-width:1020px) {
	.newsr-editorial-card--hero .newsr-editorial-card_ctas-inner {
		display: -webkit-box;
		display: flexbox;
		display: flex
	}
}

.newsr-editorial-card--hero .newsr-editorial-card_ctas--no-secondary .newsr-editorial-card_ctas-inner,
.newsr-editorial-card_ctas--no-secondary .newsr-editorial-card_ctas-inner {
	display: block
}

.newsr-editorial-card_cta-primary-container {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 3px 0;
	text-align: start
}

@media (min-width:465px) {
	.newsr-editorial-card_cta-primary-container {
		text-align: end
	}
}

@media (min-width:480px) {
	.newsr-editorial-card_cta-primary-container {
		text-align: start
	}
}

@media (min-width:2200px) {
	.newsr-editorial-card_cta-primary-container {
		text-align: end
	}
}

.newsr-editorial-card--hero .newsr-editorial-card_cta-primary-container {
	text-align: start
}

@media (min-width:465px) {
	.newsr-editorial-card--hero .newsr-editorial-card_cta-primary-container {
		text-align: end
	}
}

@media (min-width:480px) {
	.newsr-editorial-card--hero .newsr-editorial-card_cta-primary-container {
		text-align: start
	}
}

@media (min-width:540px) {
	.newsr-editorial-card--hero .newsr-editorial-card_cta-primary-container {
		text-align: end
	}
}

@media (min-width:860px) {
	.newsr-editorial-card--hero .newsr-editorial-card_cta-primary-container {
		text-align: start
	}
}

@media (min-width:1020px) {
	.newsr-editorial-card--hero .newsr-editorial-card_cta-primary-container {
		text-align: end
	}
}

.newsr-editorial-card--hero .newsr-editorial-card_ctas--no-secondary .newsr-editorial-card_cta-primary-container,
.newsr-editorial-card_ctas--no-secondary .newsr-editorial-card_cta-primary-container {
	padding: 0;
	text-align: end
}

.newsr-editorial-card_cta-primary {
	display: inline-block;
	font-size: .8125rem;
	line-height: 1.55rem;
	line-height: 1.25
}

@media (min-width:480px) {
	.newsr-editorial-card_cta-primary {
		font-size: .875rem;
		line-height: 1.55rem;
		line-height: 1.25
	}
}

@media (min-width:1200px) {
	.newsr-editorial-card_cta-primary {
		font-size: .9375rem;
		line-height: 1.55rem;
		line-height: 1.25
	}
}

.newsr-editorial-card_cta-primary:hover {
	text-decoration: none
}

.newsr-editorial-card[data-theme="dark"] .newsr-editorial-card_cta-primary {
	color: #49b0f2;
	padding-inline-end: 15px
}

.newsr-editorial-card_cta-primary::after {
	block-size: 16px;
	inline-size: 16px;
	line-height: 0;
	margin-inline-start: -15px;
	opacity: 0;
	position: absolute;
	-webkit-transition: margin-left .15s, margin-right .15s, opacity .15s;
	transition: margin-left .15s, margin-right .15s, opacity .15s;
	vertical-align: text-top
}

.newsr-editorial-card[data-theme="dark"] .newsr-editorial-card_cta-primary::after {
	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")
}

.newsr-editorial-card[data-theme="light"] .newsr-editorial-card_cta-primary::after {
	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")
}

.newsr-editorial-card_cta-secondary-container {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 3px 0
}

.newsr-editorial-card_ctas--no-secondary .newsr-editorial-card_cta-secondary-container {
	display: none
}

.newsr-editorial-card_cta-secondary {
	color: #323232;
	display: inline-block;
	font-size: .8125rem;
	line-height: 1.55rem;
	line-height: 1.25
}

@media (min-width:480px) {
	.newsr-editorial-card_cta-secondary {
		font-size: .875rem;
		line-height: 1.55rem;
		line-height: 1.25
	}
}

@media (min-width:1200px) {
	.newsr-editorial-card_cta-secondary {
		font-size: .9375rem;
		line-height: 1.55rem;
		line-height: 1.25
	}
}

.newsr-editorial-card[data-theme="dark"] .newsr-editorial-card_cta-secondary {
	color: #ccc
}

.newsr-editorial-card_cta-secondary::after {
	block-size: 16px;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%23323232' 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: .25rem;
	vertical-align: text-top
}

.newsr-editorial-card[data-theme="dark"] .newsr-editorial-card_cta-secondary::after {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%23CCCCCC' 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-editorial-card--no-image .newsr-editorial-card {
	position: relative
}

.newsr-editorial-card--no-image .newsr-editorial-card_category {
	padding-block-end: 10px;
	padding-inline-start: 0
}

@media (max-width:539px) {
	.newsr-editorial-card--no-image .newsr-editorial-card_category {
		padding-block: 0
	}
}

.newsr-editorial-card--no-image .newsr-editorial-card_info {
	block-size: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	inline-size: 98%;
	justify-content: center;
	margin: 0;
	margin: 0 auto;
	position: absolute
}

.newsr-editorial-card--no-image .newsr-editorial-card_info-inner {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding-block-start: 0
}

.newsr-editorial-card--no-image .newsr-editorial-card_info-inner>.newsr-editorial-card_content:last-child {
	margin-block-end: 0
}

@media (min-width:480px) and (max-width:539px) {
	.newsr-editorial-card--no-image .newsr-editorial-card_heading {
		font-size: 16px
	}
}

@media (min-width:480px) and (max-width:539px) {
	.newsr-editorial-card--no-image .newsr-editorial-card_content {
		line-height: 1.2
	}
}

.newsr-editorial-card--no-image .newsr-editorial-card_info-inner {
	-webkit-box-flex: unset;
	flex-grow: unset;
	-ms-flex-positive: unset
}

.assumeheight {
	block-size: 100%
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.newsr-editorial-cards .block-group-3-up>.block {
		flex-basis: calc(33.33333% - 1.75rem);
		-ms-flex-preferred-size: calc(33.33333% - 1.5rem);
		inline-size: calc(33.33333% - 1.5rem)
	}

	.newsr-editorial-cards .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)
	}
}

@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)
	}
}

@media (min-width:1400px) {

	.newsr-editorial-card--hero,
	.newsr-editorial-cards--has-hero-and-standard .newsr-editorial-card {
		block-size: 580px
	}

	.newsr-editorial-cards--has-hero-and-standard .newsr-editorial-card_figure-wrap {
		inset-block-end: calc(60% - 38px)
	}

	.newsr-editorial-card--hero .newsr-editorial-card_info,
	.newsr-editorial-cards--has-hero-and-standard .newsr-editorial-card_info {
		block-size: 60.25%
	}
}

@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;
	-webkit-box-shadow: none;
	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;
		-webkit-box-align: start;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		display: -webkit-box;
		display: flexbox;
		display: flex;
		-ms-flex-align: start;
		-ms-flex-direction: row;
		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);
		-ms-flex-preferred-size: calc(33.33333% - 1.5rem);
		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 {
	-webkit-transform: scale3d(1.075, 1.075, 1.075);
	transform: scale3d(1.075, 1.075, 1.075);
	webkit-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%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	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 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	max-inline-size: 86%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.newsr-card .newsr-card--caption-time {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	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: -webkit-gradient(linear, left top, right top, from(rgb(0 0 0 / 0%)), to(#f0f0f0));
		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: -webkit-transform .6s ease;
	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: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255 255 255 / 0%)), to(#fff));
		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;
	-webkit-transition: margin-left .15s, margin-right .15s, opacity .15s;
	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;
	-webkit-transition: all .25s ease-out;
	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;
		-webkit-transition: max-height .4s linear, opacity .35s ease;
		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;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		display: flexbox;
		display: flex;
		-ms-flex-flow: column;
		flex-flow: column
	}

	.newsr-card .newsr-card--heading {
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.newsr-card .newsr-card--byline {
		-ms-flex-negative: 1;
		flex-shrink: 1
	}

	.newsr-card .newsr-card--content {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		-ms-flex-negative: 2;
		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;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		display: flexbox;
		display: flex;
		-ms-flex-flow: column;
		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
	}
}

.n-gateway-cards .has-animation,
.newsr-cards .has-animation,
.newsr-editorial-cards .has-animation {
	-webkit-transition: height .1s ease .1s, opacity .45s ease .2s, -webkit-transform .35s ease .2s;
	transition: height .1s ease .1s, opacity .45s ease .2s, -webkit-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, -webkit-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;
	-webkit-transform: translateY(50px);
	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;
	-webkit-transform: translateY(0);
	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: #0079c1;
	font-size: 16px;
	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: #0079c1;
	inline-size: 16px;
	vertical-align: middle
}

.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 {
		-webkit-box-pack: center;
		display: -webkit-box;
		display: flexbox;
		display: flex;
		-ms-flex-pack: center;
		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: 20px;
	font-weight: 700;
	line-height: 25px;
	margin-block: 0 30px;
	text-transform: uppercase
}

.n-gateway-share-list {
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	list-style-type: none;
	margin-block: 0;
	padding-inline: 0
}

[dir="ltr"] .n-gateway-share-item+.n-gateway-share-item {
	margin-inline-start: 10px
}

[dir="rtl"] .n-gateway-share-item+.n-gateway-share-item {
	margin-inline-end: 10px
}

.n-gateway-share-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	block-size: 60px;
	border-width: 0;
	color: inherit;
	font: inherit;
	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 {
	display: block;
	line-height: 0
}

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

.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")
}

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

.n-gateway-share-control.-geonet::before {
	display: block;
	line-height: 0
}

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

.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")
}

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

.n-gateway-share-control.-instagram::before {
	display: block;
	line-height: 0
}

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

.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")
}

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

.n-gateway-share-control.-linkedin::before {
	display: block;
	line-height: 0
}

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

.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")
}

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

.n-gateway-share-control.-twitter::before {
	display: block;
	line-height: 0
}

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

.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")
}

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

.n-gateway-share-control.-youtube::before {
	display: block;
	line-height: 0
}

.n-gateway-share-control.-youtube:focus,
.n-gateway-share-control.-youtube:hover {
	background-color: #cf2529
}

.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")
}

.n-gateway-share-control.-rss {
	background-color: #ccc;
	cursor: pointer;
	position: relative;
	vertical-align: top
}

.n-gateway-share-control.-rss::before {
	block-size: 40px;
	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
}

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

.n-gateway-share {
	margin-block: 40px 100px
}

.n-gateway-share-control {
	block-size: 40px;
	inline-size: 40px;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear
}

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

.n-gateway-share.article {
	margin-block: 0
}

.n-gateway-share.article .n-gateway-share-control {
	block-size: 32px;
	inline-size: 32px;
	-webkit-transition: background-color .2s linear;
	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
	}
}

.editorial-gateway .n-gateway-share {
	margin-block-start: 40px
}

.editorial-gateway .avenir-demi {
	font-weight: 300
}

.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 {
		-webkit-box-pack: center;
		display: -webkit-box;
		display: flexbox;
		display: flex;
		-ms-flex-pack: center;
		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
	}
}

.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: -webkit-box;
	display: flexbox;
	display: flex
}

.newsr-ankle .newsr-ankle--social>div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	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 {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		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 .newsr-ankle--item {
	list-style: none
}

.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;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .35s ease;
	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 {
		-webkit-transform: translateX(-16px);
		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;
	-webkit-transform: translateX(0);
	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-editorial-card_figure {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    block-size: 100%;
    inline-size: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}
