@keyframes c-snav-fadein {
	0% {
		clip-path: inset(25px 0 0 0);
		opacity: 0;
		transform: translateY(-25px)
	}

	100% {
		clip-path: inset(0 0 0 0);
		opacity: 1
	}
}

@keyframes c-snav-fadein {
	0% {
		clip-path: inset(25px 0 0 0);
		opacity: 0;
		transform: translateY(-25px)
	}

	100% {
		clip-path: inset(0 0 0 0);
		opacity: 1
	}
}

body,
html {
	font-weight: 300;
	line-height: 1.15
}

ol,
ul {
	font-size: inherit;
}

.mt-35 {
	margin-block-start: 35px
}

.c-snav,
.c-snav *,
.c-snav ::after,
.c-snav ::before,
.c-snav::after,
.c-snav::before {
	background-repeat: no-repeat;
}

.c-snav {
    align-items: center;
	background-color: rgb(50 50 50 / 95%);
	box-shadow: 0 1px 0 0 #1f1f1f;
	color: #efefef;
	display: flex;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	transition: background-color 75ms, min-height 75ms;
	user-select: none;
	z-index: 1000;
}

@media (max-width:975px) {
	.c-snav[data-expanded] {
		background-color: #000
	}
}

	.c-snav {
		min-block-size: 50px
	}

.c-snav[data-fixed] {
	inset-block-start: 0;
	inset-inline: 0;
	position: fixed
}

@media (min-width:1456px) {
	.c-snav {
		padding-inline: calc(50vw - 740px) calc(50vw - 712px)
	}
}

.c-snav-barrier {
    background-color : #323232;
	transition: min-height 75ms;
}

.c-snav-title {
	flex-grow: 1;
	font-size: inherit;
	font-weight: 400;
	margin-block: 0;
	max-inline-size: 100vw;
	overflow-x: hidden;
	position: relative;
	text-overflow: ellipsis;
	transition: font-size 75ms, line-height 75ms, padding 75ms;
	white-space: nowrap
}

	.c-snav-title {
		font-size: 14px;
		padding-inline: 15px
	}

@media (min-width:616px) {
	.c-snav-title {
		font-size: 20px;
		line-height: 25px;
		padding-inline: 25px
	}
}

.c-snav-title a.link-white:active,
.c-snav-title a.link-white:focus,
.c-snav-title a.link-white:hover {
	color: #49b0f2;
    text-decoration: none;
}

@media (min-width:976px) {
	.c-snav-sublink[aria-controls]::after {
		block-size: 5px;
		content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='10' height='25'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%23fff'/%3E%3C/svg%3E");
		inline-size: 10px;
		inset-block-start: 25px;
		position: absolute
	}
}

.c-snav-title-link {
	color: inherit;
	text-decoration: none
}

.c-snav-title-link:focus,
.c-snav-title-link:hover {
	color: #49b0f2
}

.c-snav-menu-title {
	appearance: none;
	background-color: transparent;
	border-width: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: inherit;
	margin: 0;
	outline-offset: -3px;
	overflow: visible;
	padding: 0;
	position: relative;
	text-transform: none
}

@media (max-width:975px) {
	.c-snav-menu-title {
		display: block;
		font-size: 16px;
		line-height: 20px;
		padding-inline: 20px
	}

	.c-snav-menu-title::after {
		content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' style='fill:%23efefef' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10L16 24 2 10h28z'/%3E%3C/svg%3E");
        inset-inline-end: 20px
    }

	.c-snav-menu-title::after {
		block-size: 14px;
		inline-size: 14px;
        inset-block-start: 17px;
		line-height: 0;
		position: absolute
	}
}

@media (max-width:975px) and (min-width:616px) and (max-width:975px) {
	.c-snav-menu-title::after {
		inset-block-start: 22px
	}
}

@media (max-width:975px) {
	.c-snav-menu-title[aria-expanded="true"]::after {
		transform: rotateX(180deg) translateY(1px)
	}
}

@media (max-width:615px) {
	.c-snav-menu-title {
		color: transparent;
		inset-block: 0;
        inset-inline-start: 0
	}

	.c-snav-menu-title {
		block-size: 50px;
		inline-size: 100vw;
		overflow: hidden;
		padding-block: 15px;
		position: absolute
	}
}

@media (min-width:616px) and (max-width:975px) {
	.c-snav-menu-title {
		padding-block: 20px
	}

	.c-snav-menu-title {
		padding-inline-end: 45px
	}
}

@media (min-width:976px) {
	.c-snav-menu-title {
		display: none
	}
}

@media (max-width:975px) {
	.c-snav-submenu {
		background-color: #222;
		inset-block-start: 100%;
        inset-inline-end: 0;
	}

	.c-snav-submenu {
		position: absolute
	}

	.c-snav-submenu:not([aria-hidden="false"]) {
		display: none
	}
}

@media (max-width:975px) {
	.c-snav-submenu {
		overflow-y: auto
	}
}

@media (max-width:615px) {
	.c-snav-submenu {
		block-size: calc(100vh - 50px);
		inline-size: 100vw
	}
}

@media (min-width:616px) and (max-width:975px) {
	.c-snav-submenu {
		inline-size: 320px;
		max-block-size: calc(100vh - 60px)
	}
}

.c-snav-sublist {
	list-style-type: none;
	margin-block: 0;
	padding-inline: 0
}

@media (min-width:976px) {
	.c-snav-sublist {
		display: flex
	}
}

.c-snav-subitem {
    margin:0;
	position: relative;
}

.c-snav-sublink {
	color: #efefef;
	cursor: pointer;
	display: block;
	text-decoration: none !important
}

@media (max-width:975px) {
	.c-snav-sublink {
		font-size: 16px;
		line-height: 25px;
		outline-offset: -4px;
		padding: 17.5px 20px
	}
}

@media (max-width:975px) and (hover) {
	.c-snav-sublink:hover {
		background-color: rgb(50 50 50 / 95%);
		color: #fff
	}
}

@media (max-width:975px) {
	.c-snav-sublink[aria-current]:not([aria-expanded="true"]) {
		box-shadow: inset 3px 0 0 0 #49b0f2;
		color: #fff
	}

	 .c-snav-sublink[aria-controls] {
		padding-inline-end: 44px
	}

	.c-snav-sublink[aria-controls] {
		position: relative
	}

	.c-snav-sublink[aria-controls]::after {
		block-size: 5px;
		content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='10' height='25'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%23fff'/%3E%3C/svg%3E");
		inline-size: 10px;
		inset-block-start: 25px;
		position: absolute
	}
    .c-snav-sublink[aria-controls]::after {
		inset-inline-end: inset-inline-end
	}

	.c-snav-sublink[aria-controls]::after {
		block-size: 15px;
		inline-size: 15px;
		line-height: 0;
		position: absolute;
		transition: transform .15s, -webkit-transform .15s
	}

	.c-snav-sublink[aria-controls][aria-expanded="true"]::after {
		transform: rotateX(180deg)
	}
}

@media (min-width:976px) {
	.c-snav-sublink {
		box-shadow: inset 0 0 0 0 #49b0f2;
		font-size: 16px;
		font-weight: 400;
		line-height: 25px;
		outline-offset: -3px;
		padding: 17.5px 25px;
		position: relative;
		transition: background-color 75ms, box-shadow 75ms;
		user-select: none;
		white-space: nowrap
	}

	.c-snav-sublink:hover,
	.c-snav-sublink[aria-current],
	.c-snav-sublink[aria-expanded="true"] {
		color: #fff
	}

	.c-snav-sublink:not([aria-expanded="true"]):hover,
	.c-snav-sublink[aria-current]:not([aria-expanded="true"]) {
		box-shadow: inset 0 -3px 0 0 #49b0f2
	}

	.c-snav-sublink[aria-current] {
		background-color: #000
	}

	.c-snav-sublink[aria-controls] {
		padding-inline-end: 45px
	}

	.c-snav-sublink[aria-controls]::after {
		block-size: 5px;
		content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='10' height='25'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%23fff'/%3E%3C/svg%3E");
		inline-size: 10px;
		inset-block-start: 25px;
        inset-inline-end: 25px;
		position: absolute
	}

	.c-snav-sublink[aria-controls]::after {
		block-size: 5px;
		inline-size: 10px;
		line-height: 0;
		position: absolute
	}

	.c-snav-sublink[aria-controls][aria-expanded="true"] {
		background-color: #222
	}

	.c-snav-sublink[aria-controls][aria-expanded="true"]::after {
		content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' style='fill:%2349b0f2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10L16 24 2 10h28z'/%3E%3C/svg%3E")
	}
}

.c-snav-termenu {
	overflow-y: auto;
	transform: scaleX(1)
}

@media (max-width:975px) {
	.c-snav-termenu {
		font-size: 14px;
		overflow: hidden
	}

    .c-snav-termenu {
		padding-inline-start: 35px
	}

	.c-snav-termenu {
		transition: max-height .75s, visibility 0s .5s
	}
}

@media (min-width:976px) {
	.c-snav-termenu {
		background-color: #222;
		inset-block-start: 100%;
        inset-inline-end: 0
	}

	.c-snav-termenu {
		max-block-size: calc(100vh - 60px);
		padding-block-end: 25px
	}

    .c-snav-termenu {
		padding-inline-start: 25px
	}

	.c-snav-termenu {
		inline-size: 320px;
		position: absolute
	}
}

@media (max-width:975px) {
	.c-snav-termenu:not([aria-hidden="false"]) {
		max-block-size: 0;
		visibility: hidden
	}
}

@media (min-width:976px) {
	.c-snav-termenu:not([aria-hidden="false"]) {
		display: none
	}
}

@media (max-width:975px) {
	.c-snav-termenu[aria-hidden="false"] {
		max-block-size: 300vh;
		transition: max-height 1.5s
	}
}

@media (min-width:976px) {
	.c-snav-termenu[aria-hidden="false"] {
		animation: c-snav-fadein .25s
	}
}

.c-snav-terlist {
	list-style-type: none;
	margin-block: 0;
	padding-inline: 0
}

.c-snav-terlink {
	background-image: linear-gradient(90deg, #49b0f2 50%, #3f3f3f 0);
	background-position: 100% 100%;
	background-size: 200% 1px;
	color: #bcbcbc;
	cursor: pointer;
	display: block;
	line-height: 25px;
	outline-offset: -3px;
	padding-block: 15px;
	text-decoration: none
}

.c-snav-terlink:hover {
	text-decoration: none
}

.c-snav-terlink {
	padding-inline-end: 30px
}

.c-snav-terlink {
	position: relative;
	transition: background-position .25s
}

.c-snav-terlink:focus,
.c-snav-terlink:hover {
	background-position-x: 0;
	color: #fff
}

.c-snav-terlink:focus::after,
.c-snav-terlink:hover::after {
	opacity: 1;
    transform: translateX(10px)
}

[dir="rtl"] .c-snav-terlink:focus::after,
[dir="rtl"] .c-snav-terlink:hover::after {
	transform: translateX(-10px) scale(-1)
}

.c-snav-terlink::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");
	inset-block-start: calc(50% - 8px);
    inset-inline-end: 20px
}

.c-snav-terlink::after {
	block-size: 16px;
	inline-size: 16px;
	opacity: 0;
	position: absolute;
	transition: opacity .25s, transform .25s, -webkit-transform .25s
}

[dir="rtl"] .c-snav-terlink::after {
	transform: scale(-1)
}

@media (max-width:975px) {
	:last-child>.c-snav-terlink {
		margin-block-end: 15px
	}
}

.c-snav-terlink[aria-current] {
	color: #fff
}

[dir="rtl"] .c-snav-terlink[aria-current] {
	inset-inline-end: -25px
}

.c-snav-terlink[aria-current]::before {
	background-color: #49b0f2;
	block-size: 100%;
	content: "";
	inline-size: 3px;
	inset-block: 0;
	inset-inline-start: -25px;
	position: absolute
}

@media (max-width:615px) {
	.c-snav-more {
		display: flex;
		justify-content: center
	}
}

.c-snav-more-button::-moz-focus-inner {
	border-style: none;
	outline: 1px dotted ButtonText;
	padding: 0
}

.c-snav-more-button:-moz-focusring {
	outline: 1px dotted ButtonText
}

.c-snav-more-button {
	appearance: none;
	background-color: transparent;
	border-width: 0;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	inline-size: auto;
	line-height: inherit;
	margin: 0;
	overflow: visible;
	padding: 10px 15px;
	text-transform: none;
	transition: background-color .05s linear;
	white-space: nowrap
}

.c-snav-more-button:disabled {
	cursor: not-allowed;
	opacity: .5
}

.c-snav-more-button {
	background-color: #0079c1;
	color: #fff
}

.c-snav-more-button:focus,
.c-snav-more-button:hover {
	background-color: #005e95
}

.c-snav-more-button {
	margin-inline: 10px
}

@media (max-width:615px) {
	.c-snav-more-button {
		margin-block: 40px 80px
	}
}

@media (min-width:616px) {
	.c-snav-more-button {
		margin-block: 10px
	}
}

.wp-block-list li{
    padding-block-end: 12px;
 }

.n-article {
	background-color: #fff;
	color: #4c4c4c;
	display: block;
	font-size: 20px;
	line-height: 28px;
	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: rgb(255 255 255 / 80%);
	color: #0079c1;
	font-size: 18px;
	font-weight: 600;
	inset-block-start: -50px;
    inset-inline-start: 0;
	line-height: 20px;
	text-decoration: none
}

.n-article-category {
	letter-spacing: .1em;
	padding: 15px 20px;
	position: absolute;
	text-transform: uppercase
}

.n-article-title {
	font-size: inherit;
	font-weight: 300;
	margin-block: 0;
	text-align: center
}

@media (min-width:480px) {
	.n-article-title {
		font-size: 48px;
		line-height: 56px
	}
}

@media (max-width:479px) {
	.n-article-title {
		font-size: 30px;
		line-height: 36px
	}
}

.n-article-byline {
	align-items: center;
	display: flex;
	justify-content: center;
	letter-spacing: -.025em;
	text-align: center
}

@media (min-width:860px) {
	.n-article-byline {
		font-size: 20px;
		line-height: 20px;
		margin-block: 30px
	}
}

@media (max-width:859px) {
	.n-article-byline {
		font-size: 16px;
		line-height: 16px;
		margin-block: 15px
	}
}

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

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

@media (max-width:859px) {
	.n-article-byline-image {
		block-size: 50px;
		inline-size: 50px
	}
}

.n-article-byline-link {
	color: #0079c1;
	text-decoration: none
}

.n-article-byline-link:focus,
.n-article-byline-link:hover {
	color: #005e95
}

.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: #0079c1
}

.n-article-content a:not([class]):focus,
.n-article-content a:not([class]):hover {
	color: #005e95
}

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

@media (min-width:1450px) {
	.n-article-author {
		margin-inline-start: 60px
	}
}

.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: 18px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase
}

.n-article-author-link {
	color: #0079c1;
	text-decoration: none
}

.n-article-author-link:focus,
.n-article-author-link:hover {
	color: #005e95;
	text-decoration: none
}

.n-article-author-link {
	background-repeat: no-repeat;
	background-size: 200% 1px;
	transition: background-position .15s ease-in-out
}

[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: 14px;
	line-height: 24px;
	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: #f8f8f8;
	box-shadow: inset 0 1px 0 0 #a9a9a9;
	padding-block: 60px
}

@media (max-width:859px) {
	.n-article-next {
		text-align: center
	}
}

@media (min-width:860px) {
	.n-article-next {
		display: flex
	}
}

@media (max-width:859px) {
	.n-article-next {
		padding-inline: 20px
	}
}

@media (min-width:860px) {
	.n-article-next {
		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
}

.n-article-next-description {
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	margin-block: 0;
	text-transform: uppercase
}

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

@media (max-width:859px) {
	.n-article-next-description {
		margin-block-end: 15px
	}
}

.n-article-next-title {
	font-size: inherit;
	font-weight: 300;
	margin-block: 0
}

@media (max-width:859px) {
	.n-article-next-title {
		font-size: 18px;
		line-height: 25px;
		margin-block-end: 15px
	}
}

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

.n-article-next-title-link {
	color: #323232;
	text-decoration: none
}

.n-article-next-title-link:focus,
.n-article-next-title-link:hover {
	color: #323232;
	text-decoration: none
}

.n-article-next-action {
	color: inherit;
	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 {
	background-color: #fff;
	box-shadow: inset 0 0 0 1px #0079c1;
	color: #0079c1
}

.n-article-next-action:focus,
.n-article-next-action:hover {
	background-color: #0079c1;
	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;
	line-height: 30px;
	margin-block: 60px 30px;
	text-align: center;
	text-transform: uppercase
}

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

@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: 16px;
	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;
	font-size: 15px;
	line-height: 20px;
	list-style-type: none;
	margin-block: 0 32px;
	padding-inline: 0
}

.n-article-tags-item {
	margin-block-end: 5px
}

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

.n-article-tags-link {
	background-color: #efefef;
	border-radius: 18px;
	color: #4c4c4c;
	display: block;
	font-size: 12px;
	min-inline-size: 42px;
	padding: 5px 12px;
	text-align: center;
	text-decoration: none
}

.n-article-tags-link:focus,
.n-article-tags-link:hover {
	background-color: #0079c1;
	color: #fff
}

.n-author-connect {
	display: block
}

.n-author-connect-title {
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	line-height: 32px;
	min-block-size: 32px;
	text-transform: uppercase
}

.n-author-connect-controls{
    display:block;
}

.n-author-connect-control {
	border-radius: 50%;
	color: inherit;
	display: inline-block;
	padding: 8px;
	text-decoration: none;
	vertical-align: top
}

.n-author-connect-control::before {
	block-size: 16px;
	inline-size: 16px
}

.n-author-connect-control:not(:first-child) {
	margin-inline-start: 10px
}

.n-author-connect-control.-facebook {
	background-color: #ccc;
	cursor: pointer
}

.n-author-connect-control.-facebook::before {
	display: block;
	line-height: 0
}

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

.n-author-connect-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-author-connect-control.-google {
	background-color: #ccc;
	cursor: pointer
}

.n-author-connect-control.-google::before {
	display: block;
	line-height: 0
}

.n-author-connect-control.-google:focus,
.n-author-connect-control.-google:hover {
	background-color: #3d5a96
}

.n-author-connect-control.-google::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-author-connect-control.-twitter {
	background-color: #ccc;
	cursor: pointer
}

.n-author-connect-control.-twitter::before {
	display: block;
	line-height: 0
}

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

.n-author-connect-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-blockquote {
	margin-block: 40px
}

.n-blockquote-block {
	box-shadow: inset 1px 0 0 0 #0079c1;
	margin: 0;
	padding: 12px 20px
}

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

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

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

@media (max-width:1453px) {
	.news-blockquote--quote {
		flex-wrap: wrap
	}
}

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

.news-blockquote-image--quote {
	border-radius: 50%;
	flex-shrink: 0
}

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

@media (max-width:1453px) {
	.news-blockquote-image--quote {
		block-size: 190px;
		inline-size: 190px
	}
}

@media (max-width:859px) {
	.news-blockquote-image--quote {
		margin-inline: auto
	}
}

@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;
	font-style: italic;
	font-weight: 300;
	margin: 0
}

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

@media (max-width:859px) {
	.news-blockquote-block--quote {
		background-size: 40px 40px;
		font-size: 24px;
		inline-size: 100%;
		line-height: 30px;
		padding-block-start: 52px
	}
}

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

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

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

.news-blockquote-citation--quote::before {
	background-color: #0079c1;
	content: "";
	inset-block-start: -18px;
    inset-inline-start: 0
}

.news-blockquote-citation--quote::before {
	block-size: 1px;
	inline-size: 70px;
	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: inset-inline-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
	}

	.news-blockquote-share--quote {
		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 {
	margin: 0
}

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

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

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

.n-gallery-image::before {
	padding-block-start: 56.25%
}

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

.n-gallery-immediate-control::-moz-focus-inner {
	border-style: none;
	outline: 1px dotted ButtonText;
	padding: 0
}

.n-gallery-immediate-control:-moz-focusring {
	outline: 1px dotted ButtonText
}

.n-gallery-immediate-control {
	appearance: none;
	background-color: rgb(50 50 50 / 80%);
	block-size: 100%;
	border-width: 0;
	color: inherit;
	font: inherit;
	inline-size: 32px;
	inset-block: 0;
	line-height: inherit;
	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
}

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

[dir="ltr"] .n-gallery-next-control,
[dir="rtl"] .n-gallery-previous-control {
	inset-inline-end: 0
}

[dir="rtl"] .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::-moz-focus-inner {
	border-style: none;
	outline: 1px dotted ButtonText;
	padding: 0
}

.n-gallery-pagination-control:-moz-focusring {
	outline: 1px dotted ButtonText
}

.n-gallery-pagination-control {
	appearance: none;
	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 #0079c1;
	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) {
	 .n-gateway-carousel-logo-image {
		inset-inline-start: 20px
	}
}

@media (min-width:1450px) {
	.n-gateway-carousel-logo-image {
		inset-inline-start: 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(90deg, rgb(0 0 0 / 66%))
	}
}

@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;
	color: inherit;
	font: inherit;
	line-height: inherit;
	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)
}

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

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

 .n-gateway-carousel-next-control {
	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: #0079c1;
	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: inherit;
	font-size: 16px;
	line-height: 20px;
	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 {
	color: #49b0f2;
	display: inline-block;
	font-weight: 500;
	padding-block-end: 5px
}

.n-gateway-carousel-article-action-link::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");
	display: inline-block;
	line-height: 0;
    margin-inline-start: .25em
}

.n-gateway-carousel-article-action-link::after {
	block-size: 16px;
	inline-size: 16px;
	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
}

.n-gateway-filter-title {
	text-transform: uppercase
}

.n-gateway-filter-title::before {
	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;
    margin-inline-end: 10px
}

.n-gateway-filter-title::before {
	block-size: 16px;
	inline-size: 16px;
	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;
	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: inherit;
	font-size: 16px;
	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;
	inset-block-start: 12px;
    inset-inline-end: 12px
}

.n-gateway-filter-category-select select+::after,
.n-gateway-filter-daterange-select select+::after {
	inline-size: 16px;
	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 #0079c1
}

.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,
.n-gateway-filter-daterange-select {
	margin-inline-start: 10px
}

.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 ::selection {
	background-color: #000;
	color: #fff
}

.n-gateway-hero ::selection {
	background-color: #000;
	color: #fff
}

.n-gateway-hero-section {
	font-size: 18px;
	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: inherit;
	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 {
	color: #49b0f2;
	display: inline-block;
	font-style: italic;
	margin-block-end: -2px;
	padding-block-end: 2px
}

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

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

@media (max-width:1449px) {
	.n-gateway-hero-headline {
		font-size: 48px;
		line-height: 50px
	}
}

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

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

@media (max-width:1449px) {
	.n-gateway-hero-description {
		max-inline-size: 500px
	}
}

@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;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 25%;
	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;
	font-size: 16px;
	line-height: 20px;
	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 {
	color: #49b0f2;
	display: inline-block;
	padding-block-end: 5px
}

.n-gateway-hero-action-link::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");
	display: inline-block;
	line-height: 0;
    margin-inline-start: .25em
}

.n-gateway-hero-action-link::after {
	block-size: 16px;
	inline-size: 16px;
	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 {
	max-inline-size: 1060px;
	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 {
    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 {
    font-size: 18px;
	line-height: 35px;
	white-space: nowrap
}

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

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

.n-gateway-search-control {
    inline-size: calc(100% - 35px);
	position: absolute
}

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

.n-gateway-search-control {
	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-size: 0;
	inset-block: 0;
	margin-inline-start: 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 {
	box-shadow: inset 0 -1px 0 0 #0079c1;
	transition: width .3s;
	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-size: 0;
	inset-block: 0;
	margin-inline-start: 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;
    inset-inline-start: 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] {
	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 {
	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;
    inset-inline-end: 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 {
	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;
    inset-inline-end: 0;
	line-height: 20px
}

.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: 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
	}
}

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

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

@media (min-width:860px) {
	.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: 20px;
		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-block-start .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: 16px;
		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: 16px;
		line-height: 20px;
		max-block-size: 40px
	}
}

@media (min-width:860px) {
	.n-gateway-tile:nth-child(n+3) .n-gateway-tile-headline {
		font-size: 20px;
		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-block-start .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+3) {
		margin-inline: 10px 5px
	}

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

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

	[dir="rtl"] .n-gateway-tile:nth-child(4n+3) {
		margin-inline: 5px 10px
	}

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

	[dir="ltr"] .n-gateway-tile:nth-child(4n+6) {
		margin-inline: 5px 10px
	}

	[dir="rtl"] .n-gateway-tile:nth-child(4n+6) {
		margin-inline: 10px 5px
	}
}

.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;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out
}

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

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

@media (max-width:479px) {
	.n-gateway-tile-content {
		background-color: #000;
		display: block
	}
}

@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 (max-width:859px) {
	.n-gateway-tile-content {
		padding: 20px
	}
}

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

.n-gateway-tile-headline {
	font-size: inherit;
	font-weight: inherit;
	margin-block: 0;
	overflow: hidden
}

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

.n-gateway-recent-card {
	align-items: center
}

@media (max-width:730px) {
	.n-gateway-recent-card {
		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 {
	color: inherit;
	display: block;
	position: relative;
	text-decoration: none
}

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

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

.n-gateway-recent-card-image {
	min-block-size: 465px;
	overflow: hidden
}

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

.n-gateway-recent-card-image::before {
	padding-block-start: 41.841%
}

@media (max-width:1449px) {
	.n-gateway-recent-card-image::before {
		padding-block-end: 55px
	}
}

@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%);
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase
}

@media (max-width:1449px) {
	.n-gateway-recent-card-image-tag {
		background-color: #fff;
		font-size: 18px;
		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, -webkit-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, -webkit-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: 18px;
	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;
	color: inherit;
	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-section-link {
	font-style: italic
}

.n-gateway-recent-card-headline {
	font-size: inherit;
	font-weight: 400;
	margin-block: 0
}

@media (max-width:1449px) {
	.n-gateway-recent-card-headline {
		font-size: 36px;
		line-height: 40px
	}
}

@media (min-width:1450px) {
	.n-gateway-recent-card-headline {
		font-size: 30px;
		line-height: 40px
	}
}

@media (max-width:1449px) {
	.n-gateway-recent-card-headline {
		margin-block-start: 5px
	}
}

@media (min-width:1450px) {
	.n-gateway-recent-card-headline {
		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: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-block: 15px 0
}

.n-gateway-recent-card-action-link {
	color: inherit;
	cursor: pointer;
	display: inline-block;
	inline-size: auto;
	padding: 10px 15px;
	text-decoration: none;
	transition: background-color .05s linear;
	white-space: nowrap
}

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

.n-gateway-recent-card-action-link {
	background-color: #fff;
	box-shadow: inset 0 0 0 1px #0079c1;
	color: #0079c1
}

.n-gateway-recent-card-action-link:focus,
.n-gateway-recent-card-action-link:hover {
	background-color: #0079c1;
	color: #fff
}

.n-gateway-recent-card-action-link {
	font-size: 16px;
	font-weight: 500
}

.n-gateway-recent-card-action-link::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");
	display: inline-block;
	line-height: 0
}

.n-gateway-recent-card-action-link::after {
	margin-inline-start: .375em
}


.n-gateway-recent-card-action-link::after {
	block-size: 14px;
	inline-size: 14px
}

[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 {
	border: solid 1px #ccc;
	position: relative;
	transition: border .15s
}

@media (max-width:859px) {
	.n-gateway-card {
		align-items: flex-start;
		display: flex;
		margin-block-end: -1px;
		padding: 20px
	}
}

@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 #0079c1;
	z-index: 1
}

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

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

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

	.n-gateway-card-image {
		margin-inline-end: 20px
	}

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

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

.n-gateway-card-image::before {
	padding-block-start: 56.25%
}

.n-gateway-card-image-src {
	background-color: #ccc;
	block-size: auto;
	inline-size: 100%;
	transition: transform .6s ease, -webkit-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;
	line-height: 20px;
	text-transform: uppercase;
	white-space: nowrap
}

@media (max-width:859px) {
	[dir="ltr"] .n-gateway-card-image-tag {
		inset-block-start: 0;
		inset-inline-start: calc(100% + 20px)
	}

	[dir="rtl"] .n-gateway-card-image-tag {
		inset-block-start: 0;
		inset-inline-end: calc(100% + 20px)
	}

	.n-gateway-card-image-tag {
		position: absolute
	}
}

@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;
		position: absolute
	}
}

@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: 20px;
	font-weight: inherit;
	line-height: 25px;
	margin-block: 0;
	max-block-size: 50px;
	overflow: hidden
}

@media (max-width:859px) {
	.n-gateway-card-headline {
		color: #0079c1
	}
}

@media (max-width:479px) {
	.n-gateway-card-headline {
		font-size: 16px;
		line-height: 20px
	}
}

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

.n-gateway-card-date {
	color: #6e6e6e;
	margin-block: 0
}

@media (max-width:479px) {
	.n-gateway-card-date {
		font-size: 12px;
		line-height: 20px
	}
}

@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;
	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 {
	color: #0079c1
}

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

[dir="ltr"] .n-gateway-card-author-link+.n-gateway-card-time::before {
	margin-inline: .25em .5em
}

[dir="rtl"] .n-gateway-card-author-link+.n-gateway-card-time::before {
	margin-inline: .5em .25em
}

.n-gateway-card-author-link+.n-gateway-card-time::before {
	vertical-align: middle
}

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

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

.n-gateway-card-action {
	font-size: 16px;
	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: #0079c1;
	text-decoration: none
}

.n-gateway-card-action-link::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");
	display: inline-block;
	line-height: 0
}

[dir="ltr"] .n-gateway-card-action-link::after {
	margin-inline-start: -.25em
}

[dir="rtl"] .n-gateway-card-action-link::after {
	margin-inline-end: -.25em
}

.n-gateway-card-action-link::after {
	block-size: 16px;
	inline-size: 16px;
	opacity: 0;
	transition: margin-inline-start .15s, margin-inline-end .15s, opacity .15s;
	vertical-align: text-top
}

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

[dir="ltr"] .n-gateway-card:focus .n-gateway-card-action-link::after,
[dir="ltr"] .n-gateway-card:hover .n-gateway-card-action-link::after {
	margin-inline-start: .25em
}

[dir="rtl"] .n-gateway-card:focus .n-gateway-card-action-link::after,
[dir="rtl"] .n-gateway-card:hover .n-gateway-card-action-link::after {
	margin-inline-end: .25em
}

.n-gateway-card:focus .n-gateway-card-action-link::after,
.n-gateway-card:hover .n-gateway-card-action-link::after {
	opacity: 1
}

.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 {
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin-block: 0;
	padding-inline: 0
}

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

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

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

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

@media (max-width:753px) {
	.news-profile {
		margin-inline: 25px
	}
}

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

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

@media (max-width:1473px) {
	.news-profile-image {
		display: block;
		margin-inline: auto
	}
}

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

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

@media (max-width:1473px) {
	.news-profile-title {
		text-align: center
	}
}

.news-profile-description {
	font-size: 20px;
	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
}

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

@media (max-width:1473px) {
	.news-profile-share {
		text-align: center
	}
}

.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/app/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
}

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

	.n-image--start {
		margin-inline: -282.08333px 20px
	}

	 .n-image--end {
		float: inline-end
	}

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

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

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

@media (max-width:859px) {
	.n-image-caption {
		max-inline-size: 100%
	}
}

.n-image-src {
	background-color: #ccc;
	display: block
}

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

@media (max-width:859px) {
	.n-image-src {
		max-inline-size: 100%
	}
}

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

@media (max-width:859px) {
	.n-sidebar {
		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{
	font-size: 24px;
	font-weight: inherit;
	line-height: 30px;
	margin-block: 0
}

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

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

.n-sidebar .alignleft {
	float: inline-start
}

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

.n-sidebar .alignright {
	float: inline-end
}

.n-sidebar .alignright {
	margin-block-start: 20px
}

.n-sidebar .alignright {
	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
	}

 .n-sidebar--start {
		margin-inline: -300px 16px
	}
}

@media (min-width:1450px) {
	.n-sidebar--end {
		clear : inline-end
	}

 .n-sidebar--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
}

 .n-subscribe-title {
	margin-block-end: 30px;
	margin-inline-end: 20px
}

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

.n-subscribe-action {
	appearance: none;
	background-color: #0079c1;
	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 {
	display: block;
	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
	}
}

@media (max-width:479px) {
	.n-video--youtube {
		block-size: calc(56.25vw - 54px);
		inline-size: calc(100vw - 54px)
	}
}

.news-results {
	background-color: #fff;
	display: block;
	margin-block-end: 75px;
	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
	}
}

@media (max-width:753px) {
	.news-results {
		margin-inline: 25px
	}
}

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

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

@media (max-width:639px) {
	.news-results-title {
		font-size: 24px;
		line-height: 30px
	}
}

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

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

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

@media (max-width:1473px) {
	.news-search--result {
		margin-block-end: 30px
	}
}

.news-search--result-label,
.news-search--result-query,
.news-search--result-query-measure,
.news-search--result-query-underline {
	font-size: 18px;
	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 {
	animation: news-search--result-label .3s;
	font-size: 12px;
	inset-block-start: 0;
	line-height: 12px;
	padding-block: 0
}

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

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

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

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

.news-search--result-query {
	background-color: transparent;
	border-style: none;
	color: #000;
	inline-size: 100%;
	inset: 0;
	padding: 0;
	position: absolute
}

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

.news-search--result-query::-webkit-search-cancel-button {
	margin-inline-end: 60px
}

.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 #0079c1;
	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: 16px;
		line-height: 25px
	}
}

.news-card--result-title-link {
	color: #0079c1;
	text-decoration: none
}

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

.news-card--result-byline-link {
	color: #0079c1;
	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: #0079c1;
	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;
	margin-block-end: 24px;
	overflow: hidden;
	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 (max-width:639px) {

	.card--more,
	.card--related {
		inline-size: 100%;
		min-block-size: 103px;
		padding: 20px 10px 20px 132px
	}
}

@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;
	display: inline-block;
	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
	}
}

@media (max-width:639px) {

	.card--more-image,
	.card--related-image {
		block-size: 63px;
		inline-size: 112px
	}
}

.card--more-title,
.card--related-title {
	color: #0079c1;
	font-size: inherit;
	font-weight: inherit;
	margin-block: 0
}

@media (min-width:640px) {

	.card--more-title,
	.card--related-title {
		font-size: 24px;
		line-height: 30px
	}
}

@media (max-width:639px) {

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

.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: #0079c1;
	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: 16px;
	line-height: 24px
}

@media (max-width:1473px) {

	.card--more-excerpt,
	.card--related-excerpt {
		display: none
	}
}

.card--more-ante {
	font-size: 16px;
	line-height: 20px
}

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

.card--more-action {
	color: #0079c1;
	font-size: 16px;
	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
}

[data-onclick-for] {
	cursor: pointer
}

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

.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 {
		margin-inline: -274px 20px
	}


	.n-image--start,
	.n-sidebar--start,
	.n-image--end,
	.n-sidebar--end {
		clear : inline-start;
		float: inline-start;
	}
}

.n-image-caption {
	margin-block-start: 10px
}

.n-article-next-image-src {
	max-inline-size: 100%
}

.n-article-tags-list {
	flex-wrap: wrap;
	justify-content: center
}

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

.n-article-tags-link {
	white-space: nowrap
}

.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: #0079c1;
	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: #0079c1;
	display: inline-block;
	margin-inline-start: .5em;
	padding-inline-start: .5em;
	text-decoration: none
}

.news-blockquote--quote {
	clear: both
}

.n-gateway-recent-card-image {
	block-size: 465px;
	min-block-size: 0
}

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

.n-gateway-recent-card-image>:first-child {
	block-size: auto;
	position: static
}

.n-gateway-recent-card-image::before {
	padding-block: 0
}

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

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

	.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;
		-webkit-transition: max-height .6s linear, opacity .6s linear;
		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
	}
}

.n-gateway-hero-headline {
	max-inline-size: 500px
}

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

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

#timeline:hover {
	cursor: pointer
}

#playhead {
	background: #00b9f1;
	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;
	display: inline-block;
	font-size: 18px;
	line-height: 54px;
	margin-inline-start: 15px;
	vertical-align: top
}

.play-btn {
	background: url("data:image/svg+xml;base64, PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI2LjEsMTVMNC40LDI5LjhjMC0yLjcsMC01LjMsMC03LjdzMC00LjgsMC03LjFzMC00LjcsMC03LjFzMC01LDAtNy43TDI2LjEsMTV6IE02LjQsMjYuMUwyMi42LDE1TDYuNCwzLjkKCQlWMjYuMXoiLz4KPC9nPgo8L3N2Zz4=") no-repeat center center;
	block-size: 54px;
	display: block;
	inline-size: 16px;
	margin: 0 auto;
	opacity: .75;
	padding-block: 18px
}

.pause-btn {
	background: url("data:image/svg+xml;base64, PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTguNiwwLjNoMi43djI5LjVIOC42VjAuM3ogTTE5LjMsMC4zaDIuN3YyOS41aC0yLjdWMC4zeiIvPgo8L2c+Cjwvc3ZnPg==") no-repeat center center;
	block-size: 54px;
	display: block;
	inline-size: 16px;
	margin: 0 auto;
	opacity: .75;
	padding-block: 18px
}

.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: url("data:image/svg+xml;base64, PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmc vMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PS IwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb 3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0 ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M 9InN0MCIgZD0iTTI1LjMsOS41YzEuMywwLjQsMi40LDEuMiwzLjIsMi4zYzAuOCwxLjEsMS4yLD IuNCwxLjIsMy45YzAsMC45LTAuMiwxLjctMC41LDIuNHMtMC43LDEuNC0xLjIsMgoJCWMtMC41L DAuNi0xLjEsMS0xLjcsMS4zYy0wLjYsMC4zLTEuMywwLjUtMiwwLjVjMCwwLDAsMC0wLjEsMGMw LDAsMCwwLTAuMSwwdi0xLjloMC4xYzAuOCwwLDEuNi0wLjQsMi40LTEuMwoJCWMwLjgtMC45LDE uMi0xLjksMS4yLTMuMWMwLTEtMC4zLTEuOS0wLjktMi44Yy0wLjYtMC44LTEuMy0xLjQtMi4zLT EuN2wtMS4xLTAuM2wtMC4xLTEuMmMtMC4xLTAuOS0wLjQtMS43LTAuOC0yLjUKCQljLTAuNC0wL jgtMC45LTEuNC0xLjUtMnMtMS4zLTEtMi0xLjNzLTEuNi0wLjUtMi40LTAuNWMtMS4yLDAtMi40 LDAuMy0zLjQsMVMxMS41LDYsMTAuOCw3LjJsLTAuNywxLjNMOC43LDguMgoJCWMtMC4yLDAtMC4 zLTAuMS0wLjQtMC4xQzguMiw4LDgsOCw3LjksOEM3LjMsOCw2LjcsOC4yLDYuMiw4LjdjLTAuNS wwLjUtMC43LDEtMC44LDEuN2wtMC4xLDFsLTAuOSwwLjVjLTAuOCwwLjQtMS40LDEtMS44LDEuN woJCVMyLDE1LjEsMiwxNS45QzIsMTcsMi40LDE4LDMuMSwxOC44czEuNiwxLjMsMi42LDEuM2gx LjlWMjJjLTAuNCwwLTAuOCwwLTEuMSwwcy0wLjYsMC0wLjcsMGMtMC44LDAtMS41LTAuMi0yLjI tMC41CgkJYy0wLjctMC4zLTEuMy0wLjgtMS44LTEuNHMtMC45LTEuMi0xLjItMmMtMC4zLTAuNy 0wLjQtMS41LTAuNC0yLjNjMC0xLjIsMC4zLTIuNCwxLTMuM3MxLjUtMS44LDIuNS0yLjNjMC4xL TEuMSwwLjYtMi4xLDEuNC0yLjkKCQlzMS44LTEuMiwzLTEuMmMwLjIsMCwwLjQsMCwwLjYsMC4x UzksNi4zLDkuMiw2LjRjMC40LTAuNywwLjgtMS40LDEuNC0yczEuMS0xLjEsMS44LTEuNWMwLjc tMC40LDEuNC0wLjcsMi4xLTEKCQljMC44LTAuMiwxLjUtMC4zLDIuMy0wLjNjMS4xLDAsMi4xLD AuMiwzLjEsMC42czEuOCwxLDIuNiwxLjdzMS40LDEuNiwxLjksMi41QzI0LjksNy40LDI1LjIsO C40LDI1LjMsOS41eiBNMTYuOCwyNi4ybDUuNi01LjYKCQl2Mi42bC02LjUsNi41bC02LjUtNi41 di0yLjZsNS42LDUuNlYxNC42aDEuOVYyNi4yeiIvPgo8L2c+Cjwvc3ZnPg==") no-repeat center center;
	block-size: 54px;
	display: block;
	inline-size: 16px;
	margin: 0 auto;
	opacity: .75;
	padding-block: 18px
}

.download-audio:hover {
	opacity: 1
}

.download-link {
	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: 16px;
	inset-block-end: 125%;
	inset-inline-start: -580%;
	line-height: 32px;
	min-inline-size: 200px;
	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-start: 84px;
	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
}

.link-blue[aria-role="internal"]::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")
}

.btn-animated-border {
	background: 0 0;
	border: thin solid #0079c3;
	box-shadow: inset 0 0 0 1px transparent;
	color: #0079c1;
	display: inline-block;
	padding: 15px 20px;
	text-decoration: none;
	transition: .3s
}

.btn-animated-border:focus,
.btn-animated-border:hover {
	background: 0 0;
	box-shadow: inset 0 0 0 2px #0079c3;
	color: #0079c1;
	text-decoration: none
}

.btn-animated-border::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");
	display: inline-block;
	line-height: 0
}

.btn-animated-border[data-link-type="document"]::after {
	content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+");
	display: inline-block;
	line-height: 0
}

.btn-animated-border[data-link-type="external"]::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=");
	display: inline-block;
	line-height: 0
}

.btn-animated-border[data-link-type="video"]::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=");
	display: inline-block;
	line-height: 0
}

.btn-animated-border[data-link-type="emailclient"]::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' style='fill:%230079c1' viewBox='0 0 36 36' class='svg-icon'%3E%3Cpath d='M0 4v24h32V4H0zm30 2v.519l-14.051 9.395L2 6.581V6h28zM2 26V8.649l12.039 7.991 1.91 1.359 1.91-1.359v.001L30 8.577v17.422H2z'/%3E%3C/svg%3E");
	content: "";
	display: inline-block;
	line-height: 0
}

.btn-animated-border::after {
	margin-inline-start: .375em
}

.btn-animated-border::after {
	block-size: 14px;
	inline-size: 14px
}

[dir="rtl"] .btn-animated-border::after {
	transform: scale(-1)
}

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

.news-search--result-query {
	block-size: 100%;
	line-height: 26px
}

.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;
		-o-border-image: initial;
		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
	}
}

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

@media (min-width:1450px) {
	.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
}

.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-gallery .n-gallery-pagination-control {
	inline-size: 98px
}

.n-article-content .pdf-link {
	color: #0079c1;
	font-weight: 500
}

.n-article-content .n-small-text {
	color: #6e6e6e;
	font-size: 16px;
	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
}

.n-author-connect-control.-google {
	background-color: #ccc;
	padding: 1px 15px 15px 1px
}

.n-author-connect-control.-google:focus,
.n-author-connect-control.-google:hover {
	background-color: #dd4c3c
}

.n-author-connect-control.-google::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FFF' d='M11.958 14.083v2.629h3.544a3.707 3.707 0 1 1-1.073-4.145l1.857-1.816a6.296 6.296 0 1 0 1.91 3.332h-6.238zm11.438.199V12.09H21.8v2.191h-2.191v1.595H21.8v2.191h1.596v-2.191h2.191v-1.595h-2.191z'/%3E%3C/svg%3E")
}

.n-author-connect-control.-email {
	background-color: #ccc;
	padding: 1px 15px 15px 1px
}

.n-author-connect-control.-email:focus,
.n-author-connect-control.-email:hover {
	background-color: #8ec449
}

.n-author-connect-control.-email::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath fill='%23FFF' d='M15 14.451l8-4.48V9.6c0-.88-.721-1.6-1.6-1.6H8.6C7.72 8 7 8.72 7 9.6v.371l8 4.48z'/%3E%3Cpath fill='%23FFF' d='M15 16.836l-8-4.96V20.4c0 .879.72 1.6 1.6 1.6h12.8c.879 0 1.6-.721 1.6-1.6v-8.525l-8 4.961z'/%3E%3C/svg%3E");
	display: block;
	line-height: 0
}

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

	.block-group-4-up>.block {
		flex-basis: calc(25% - 1.75rem);
		inline-size: calc(25% - 1.5rem)
	}
}

.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: #0079c1;
	border-color: #0079c1;
	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, transform .35s ease .2s, opacity .45s 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: #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
}

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

.nr-pagination-nav .page-numbers {
	background: 0 0;
	border: none;
	color: #0079c1;
	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: #0079c1;
	border: 1px solid #0079c1;
	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: #0079c1;
	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
}

@keyframes rotating {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.rotating {
	-webkit-animation: rotating 1s linear infinite;
	animation: rotating 1s linear infinite
}

svg.svg-icon-loader {
	block-size: 48px;
	fill: #0079c1;
	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: #0079c1 !important
}

.n-author-connect-control {
	background-color: #ccc
}

@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: inset-inline-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: #0079c1;
	color: #0079c1;
	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: #0079c1;
		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: #0079c1;
	block-size: 3px;
	inline-size: 42px;
	margin-block-end: 19px
}

.tertiary-nav {
	background-color: #222
}

.tertiary-nav--title {
	background-color: transparent;
	block-size: 40px;
	border: none;
	color: #fff;
	font-size: 15px;
	inline-size: 100%;
	padding: 0 20px;
	position: relative;
	text-align: start
}

.tertiary-nav--title::after {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15' width='15' height='15'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%23fff'/%3E%3C/svg%3E");
	inset-block-start: 50%;
	inset-inline-end: 19px;
	position: absolute;
	transform: translateY(-30%)
}

@media (min-width:860px) {
	.tertiary-nav--title {
		display: none
	}
}

.tertiary-nav .tertiary-nav-container {
	transition: all .35s ease-out
}

.tertiary-nav .tertiary-nav-container[aria-hidden="true"] {
	block-size: 0;
	min-block-size: 0;
	overflow: hidden
}

.tertiary-nav .tertiary-nav-container[aria-hidden="false"] {
	block-size: 100vh;
	min-block-size: 100vh
}

@media (min-width:860px) {
	.tertiary-nav .tertiary-nav-container {
		min-block-size: 40px;
		overflow: hidden
	}

	.tertiary-nav .tertiary-nav-container[aria-hidden="true"] {
		block-size: 43px;
		min-block-size: 40px;
		overflow: hidden
	}

	.tertiary-nav .tertiary-nav-container[aria-hidden="false"] {
		block-size: 43px;
		min-block-size: 40px;
		overflow: hidden
	}
}

.tertiary-nav .tertiary-nav-container ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0
}

@media (min-width:860px) {
	.tertiary-nav .tertiary-nav-container ul {
		flex-direction: row;
		min-block-size: 42px;
		overflow: hidden
	}
}

.tertiary-nav .tertiary-nav-container ul li {
	border: 0;
	margin: 0;
	padding: 5px 0 5px 20px
}

.tertiary-nav .tertiary-nav-container ul li[aria-current="true"] {
	background: #000;
	border-block-end: 0;
	border-inline-start: 3px solid #49b0f2
}

.tertiary-nav .tertiary-nav-container ul li[aria-current="true"] a {
	color: #fff
}

@media (min-width:860px) {
	.tertiary-nav .tertiary-nav-container ul li[aria-current="true"] {
		background-color: #000;
		border-inline-start: 0;
		box-shadow: inset 0 -3px 0 0 #49b0f2
	}
}

@media (min-width:860px) {
	.tertiary-nav .tertiary-nav-container ul li {
		padding: 5px 10px
	}
}

.tertiary-nav .tertiary-nav-container ul li:hover {
	box-shadow: inset 0 -3px 0 0 #49b0f2;
	color: #fff;
	text-decoration: none
}

.tertiary-nav .tertiary-nav-container ul li:hover a {
	color: #fff
}

.tertiary-nav .tertiary-nav-container ul li a {
	border-block-end: 0;
	color: #bcbcbc;
	display: inline-block;
	font-size: 15px;
	inline-size: 100%;
	padding: 9px 0 4px;
	text-decoration: none
}

.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: inline-start
}

.author-bio .author-social-content ul {
	float: inline-start;
	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: inline-start;
	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: inline-end;
	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: inline-start;
	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: inline-start;
	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
	}
}

.n-article-tags {
	display: block
}

.media-relations .divider-bar {
	background: #0079c0;
	block-size: 3px;
	border: none;
	inline-size: 50px;
	margin: 20px auto 20px 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--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 ul li {
	line-height: 1.55rem
}

.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: #0079c1
}

.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: inline-start;
	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: #323232
}

.newsroom-gateway--ankle .ankle-subheader {
	color: #ccc
}

.newsroom-gateway--ankle ul li {
	color: #fff;
	list-style: none;
	padding-block-end: 10px
}

.newsroom-gateway--ankle ul li a {
	color: #fff;
	font-weight: 500;
	line-height: 1.55;
	position: relative
}

.newsroom-gateway--ankle ul li a::after {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	block-size: 13px;
	content: "";
	display: inline-block;
	inline-size: 13px;
	inset-block-start: 4px;
	margin-inline-start: -5px;
	opacity: 0;
	position: absolute;
	transition: visibility .4s, opacity .4s linear, all .5s ease-in-out;
	visibility: hidden
}

.newsroom-gateway--ankle ul li a:hover {
	text-decoration: none
}

.newsroom-gateway--ankle ul li a:hover::after {
	margin-inline-start: 5px;
	opacity: 1;
	visibility: visible
}

.newsroom-gateway--ankle ul li a::after {
	background: url("data:image/svg+xml;base64, PHN2ZyBjbGFzcz0iYXJyb3ciIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE2IDE2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICAgPGc+PHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTgsMTQuMjk2ODc1bDUuMzEyNS01LjMxMjVIMFY4aDEzLjI4MTI1TDgsMi43MDMxMjVWMS4yODEyNUwxNS4yMTg3NSw4LjVMOCwxNS43MTg3NVYxNC4yOTY4NzV6Ij48L3BhdGg+PC9nPgo8L3N2Zz4=") no-repeat center center
}

.newsroom-gateway--ankle ul li a:hover {
	color: #74c6ff
}

.newsroom-gateway--ankle ul li a:hover {
	color: #74c6ff
}

.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: #fff;
	inline-size: 40px
}

.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: inline-start
	}
}

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

@media (min-width:768px) {
	html[dir="rtl"] .newsroom-gateway--ankle .ankle-container-subscriptions {
		border-inline-end: none;
		border-inline-start: solid 1px #595959
	}

	html[dir="rtl"] .newsroom-gateway--ankle .ankle-container-contact {
		border-inline-start: none
	}
}

.accordion {
	border: none
}

.faq-accordion--outer .show-hide-all {
	block-size: 50px;
	float: inline-end;
	margin: 0 10px 15px;
	transition: background .1s ease-in-out
}

.faq-accordion--outer .show-hide-all span {
	display: inline-block;
	margin-block-start: 9px;
	margin-inline-end: 10px
}

.faq-accordion--outer .show-hide-all-icon {
	block-size: 44px;
	border-radius: 100%;
	float: inline-end;
	inline-size: 44px;
	position: relative;
	transition: all .25s ease-out;
	transition: background .1s ease-in-out
}

.faq-accordion--outer .show-hide-caret {
	block-size: 17px;
	inline-size: 14px;
	inset-block-start: 40%;
	inset-inline-start: 47%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: background .1s ease-in-out
}

.faq-accordion--outer .accordion {
	background-color: #fff;
	border: none
}

.faq-accordion--outer .faq-accordion-item .accordion-content {
	margin-inline-end: 20px;
	padding: 0 0 40px 46px
}

@media screen and (min-width:479px) {
	.faq-accordion--outer .faq-accordion-item .accordion-content {
		inline-size: 80%;
		padding: 0 46px 40px
	}
}

@media screen and (min-width:1366px) {
	.faq-accordion--outer .faq-accordion-item .accordion-content {
		inline-size: 60%;
		padding: 0 46px 40px
	}
}

.faq-accordion--outer .faq-accordion-item .accordion-content p {
	font-size: .8125rem;
	font-weight: 300;
	line-height: 1.55rem
}

@media screen and (min-width:768px) {
	.faq-accordion--outer .faq-accordion-item .accordion-content p {
		font-size: .875rem;
		line-height: 1.55rem
	}
}

@media screen and (min-width:1024px) {
	.faq-accordion--outer .faq-accordion-item .accordion-content p {
		font-size: .9375rem;
		line-height: 1.55rem
	}
}

.faq-accordion--outer .faq-accordion-item .accordion-section {
	transition: background .1s ease-in-out
}

.faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title {
	padding: 46px
}

.faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title h3 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55rem
}

@media screen and (min-width:768px) {
	.faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title h3 {
		font-size: 15px;
		line-height: 1.55rem
	}
}

@media screen and (min-width:1024px) {
	.faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title h3 {
		font-size: 16px;
		line-height: 1.55rem
	}
}

.faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title svg {
	block-size: 14px;
	fill: #959595;
	float: inline-end;
	inline-size: 17px;
	transform: rotate(-360deg);
	transition: background .1s ease-in-out
}

.faq-accordion--outer .faq-accordion-item .accordion-section.is-active .accordion-title svg {
	transform: rotate(-180deg)
}

.faq-accordion--outer[data-theme="darktheme"] {
	background: #4c4c4c
}

.faq-accordion--outer[data-theme="darktheme"] .accordian {
	background: #323232
}

.faq-accordion--outer[data-theme="darktheme"] .faq-accordion-item {
	background: #323232;
	border-block-start: 1px solid #595959
}

.faq-accordion--outer[data-theme="darktheme"] .faq-accordion-item:first-child {
	border-block-start: 0
}

.faq-accordion--outer[data-theme="darktheme"] .faq-accordion--heading h2 {
	color: #4c4c4c
}

.faq-accordion--outer[data-theme="darktheme"] .faq-accordion--heading h2[data-theme="lighttext"] {
	color: #fff
}

.faq-accordion--outer[data-theme="darktheme"] .show-hide-all {
	color: #f8f8f8
}

.faq-accordion--outer[data-theme="darktheme"] .show-hide-all[data-theme="darktext"] {
	color: #323232
}

.faq-accordion--outer[data-theme="darktheme"] .show-hide-all .show-hide-all-icon {
	background: #323232
}

.faq-accordion--outer[data-theme="darktheme"] .show-hide-all .show-hide-all-icon .show-hide-caret {
	color: #49b0f2
}

.faq-accordion--outer[data-theme="darktheme"] .show-hide-all .show-hide-all-icon .show-hide-caret[data-theme="darktext"] {
	color: #0079c1
}

.faq-accordion--outer[data-theme="darktheme"] .show-hide-all:hover {
	color: #fff;
	cursor: pointer
}

.faq-accordion--outer[data-theme="darktheme"] .show-hide-all:hover[data-theme="darktext"] {
	color: #191919
}

.faq-accordion--outer[data-theme="darktheme"] .show-hide-all:hover .show-hide-all-icon {
	background: #252525
}

.faq-accordion--outer[data-theme="darktheme"] .show-hide-all:hover .show-hide-all-icon .show-hide-caret {
	color: #74c6ff
}

.faq-accordion--outer[data-theme="darktheme"] .svg-icon {
	color: #56a5d8;
	transform: rotate(-360deg)
}

.faq-accordion--outer[data-theme="darktheme"] .faq-accordion-item-section.accordion-section {
	background-color: #323232;
	border-inline-start: 3px solid #323232
}

.faq-accordion--outer[data-theme="darktheme"] .faq-accordion-item-section.accordion-section .accordion-title {
	background-color: inherit;
	border-block-start: none;
	color: #fff
}

.faq-accordion--outer[data-theme="darktheme"] .faq-accordion-item-section.accordion-section .accordion-title svg {
	fill: #959595
}

.faq-accordion--outer[data-theme="darktheme"] .faq-accordion-item-section.accordion-section .accordion-content {
	background-color: #323232;
	color: #fff
}

.faq-accordion--outer[data-theme="darktheme"] .faq-accordion-item-section.accordion-section:hover {
	background-color: #252525;
	border-inline-start: 3px solid transparent
}

.faq-accordion--outer[data-theme="darktheme"] .faq-accordion-item-section.accordion-section:hover svg {
	fill: #0079c1
}

.faq-accordion--outer[data-theme="darktheme"] .faq-accordion-item-section.accordion-section.is-active {
	background-color: #323232;
	border-inline-start: 3px solid #74c6ff
}

.faq-accordion--outer[data-theme="darktheme"] .faq-accordion-item-section.accordion-section.is-active .accordion-content {
	border-inline-start: 3px solid #74c6ff;
	margin-inline-start: -3px
}

.faq-accordion--outer[data-theme="darktheme"] .faq-accordion-item-section.accordion-section.is-active svg {
	fill: #959595
}

.faq-accordion--outer[data-theme="lighttheme"] {
	background: #efefef
}

.faq-accordion--outer[data-theme="lighttheme"] .faq-accordion-item {
	border-block-start: 1px solid #ccc
}

.faq-accordion--outer[data-theme="lighttheme"] .faq-accordion-item:first-child {
	border-block-start: 0
}

.faq-accordion--outer[data-theme="lighttheme"] .faq-accordion--heading h2 {
	color: #4c4c4c
}

.faq-accordion--outer[data-theme="lighttheme"] .faq-accordion--heading h2[data-theme="lighttext"] {
	color: #fff
}

.faq-accordion--outer[data-theme="lighttheme"] .show-hide-all {
	color: #323232
}

.faq-accordion--outer[data-theme="lighttheme"] .show-hide-all[data-theme="lighttext"] {
	color: #f8f8f8
}

.faq-accordion--outer[data-theme="lighttheme"] .show-hide-all .show-hide-all-icon {
	background: #fff
}

.faq-accordion--outer[data-theme="lighttheme"] .show-hide-all .show-hide-all-icon .show-hide-caret {
	color: #0079c1
}

.faq-accordion--outer[data-theme="lighttheme"] .show-hide-all .show-hide-all-icon .show-hide-caret[data-theme="lighttext"] {
	color: #49b0f2
}

.faq-accordion--outer[data-theme="lighttheme"] .show-hide-all:hover {
	color: #191919;
	cursor: pointer
}

.faq-accordion--outer[data-theme="lighttheme"] .show-hide-all:hover[data-theme="lighttext"] {
	color: #fff
}

.faq-accordion--outer[data-theme="lighttheme"] .show-hide-all:hover .show-hide-all-icon {
	background: #f8f8f8
}

.faq-accordion--outer[data-theme="lighttheme"] .show-hide-all:hover .show-hide-all-icon .show-hide-caret {
	color: #005e95
}

.faq-accordion--outer[data-theme="lighttheme"] .svg-icon {
	color: #56a5d8
}

.faq-accordion--outer[data-theme="lighttheme"] .faq-accordion-item-section.accordion-section {
	background-color: #fff;
	border-inline-start: 3px solid transparent
}

.faq-accordion--outer[data-theme="lighttheme"] .faq-accordion-item-section.accordion-section .accordion-title {
	background-color: inherit;
	border-block-start: none;
	color: #4c4c4c
}

.faq-accordion--outer[data-theme="lighttheme"] .faq-accordion-item-section.accordion-section .accordion-title svg {
	fill: #959595
}

.faq-accordion--outer[data-theme="lighttheme"] .faq-accordion-item-section.accordion-section .accordion-content {
	color: #4c4c4c
}

.faq-accordion--outer[data-theme="lighttheme"] .faq-accordion-item-section.accordion-section:hover {
	background-color: #f8f8f8
}

.faq-accordion--outer[data-theme="lighttheme"] .faq-accordion-item-section.accordion-section:hover svg {
	fill: #0079c1
}

.faq-accordion--outer[data-theme="lighttheme"] .faq-accordion-item-section.accordion-section.is-active {
	background-color: #fff;
	border-inline-start: 3px solid #0079c1
}

.faq-accordion--outer[data-theme="lighttheme"] .faq-accordion-item-section.accordion-section.is-active .accordion-content {
	border-inline-start: 3px solid #0079c1;
	margin-inline-start: -3px
}

.faq-accordion--outer[data-theme="lighttheme"] .faq-accordion-item-section.accordion-section.is-active svg {
	fill: #a9a9a9
}

.faq-accordion .faq-accordion--outer .faq-accordion-item .accordion-section {
	transition: background .1s ease-in-out
}

html[dir="rtl"] body .faq-accordion--outer .show-hide-all {
	float: inline-start
}

html[dir="rtl"] body .faq-accordion--outer[data-theme="darktheme"] .faq-accordion-item-section.accordion-section .accordion-icon {
	float: inline-start
}

html[dir="rtl"] body .faq-accordion--outer[data-theme="darktheme"] .faq-accordion-item-section.accordion-section.is-active {
	border-inline-end: 3px solid #74c6ff;
	border-inline-start: none;
	margin-inline: 0 -3px
}

html[dir="rtl"] body .faq-accordion--outer[data-theme="darktheme"] .faq-accordion-item-section.accordion-section.is-active .accordion-content {
	border-inline-start: none
}

html[dir="rtl"] body .faq-accordion--outer[data-theme="lighttheme"] .faq-accordion-item-section.accordion-section .accordion-icon {
	float: inline-start
}

html[dir="rtl"] body .faq-accordion--outer[data-theme="lighttheme"] .faq-accordion-item-section.accordion-section.is-active {
	border-inline-end: 3px solid #0079c1;
	border-inline-start: none;
	margin-inline: 0 -3px
}

html[dir="rtl"] body .faq-accordion--outer[data-theme="lighttheme"] .faq-accordion-item-section.accordion-section.is-active .accordion-content {
	border-inline-start: none
}

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

.gateway-news-section a:hover {
	text-decoration: none
}

.gateway-news-section a:hover .news-content {
	border: 1px solid #0079c1
}

.gateway-news-section a:hover .news-content .description-text {
	color: #0079c1
}

.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[href*='esri.com'] .news-content .description-text::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+")
}

.gateway-news-section .news-content-wrapper a.news-link:not([href*="esri.com"]) .news-content .description-text::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==")
}

.gateway-news-section .news-content-wrapper a.news-link[href^=".."] .news-content .description-text::after,
.gateway-news-section .news-content-wrapper a.news-link[href^="/"] .news-content .description-text::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+")
}

.gateway-news-section .news-content-wrapper a.news-link[href$=".doc"] .news-content .description-text::after,
.gateway-news-section .news-content-wrapper a.news-link[href$=".pdf"] .news-content .description-text::after,
.gateway-news-section .news-content-wrapper a.news-link[href$=".zip"] .news-content .description-text::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+")
}

.gateway-news-section .news-content-wrapper a.news-link[href$=".mov"] .news-content .description-text::after,
.gateway-news-section .news-content-wrapper a.news-link[href$=".mp4"] .news-content .description-text::after,
.gateway-news-section .news-content-wrapper a.news-link[href^="https://www.esri.com/videos/"] .news-content .description-text::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=")
}

.gateway-news-section .news-content-wrapper a.news-link[href*="tel:"] .news-content .description-text::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==")
}

.gateway-news-section .news-content-wrapper a.news-link:hover {
	color: #0079c1;
	text-decoration: none
}

.gateway-news-section .news-content-wrapper a.news-link:hover .news-content p.description-text {
	color: #0079c1
}

.gateway-news-section .news-content-wrapper a.news-link:hover .news-content p.description-text::after {
	margin-inline-start: 5px;
	opacity: 1;
	visibility: visible
}

.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 .description-text {
	font-size: 1rem;
	line-height: 1.55rem
}

.gateway-news-section .news-content-text .description-text::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
}

@media screen and (min-width:768px) {
	.gateway-news-section .news-content-text .description-text {
		font-size: 1.414rem;
		line-height: 1.55rem
	}
}

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

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

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

div#disqus_thread {
	margin: 0 auto;
	padding: 25px 15%
}

.page-template-template_watch_gateway .modal-content {
	padding: 1.55rem !important
}

.gist tr {
	border-block-end: none
}

.grid-container #twitter.twitter-left {
	float: inline-start;
	inline-size: auto
}

@media screen and (max-width:1449px) {
	.grid-container #twitter.twitter-left {
		float: none
	}
}

.grid-container #twitter.twitter-right {
	float: inline-end;
	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
}