
.n-article {
	background-color: #fff;
	color: #4c4c4c;
	display: block;
	font-size: 20px;
	line-height: 28px;
	position: relative
}

@media (min-width:1450px) {
	.n-article {
		margin-left: auto;
		margin-right: auto;
		margin-top: -195px;
		max-width: 946.66667px;
		padding-left: 60.41667px;
		padding-right: 60.41667px;
		padding-top: 50px;
		width: 946.66667px
	}
}

@media (min-width:860px) and (max-width:1449px) {
	.n-article {
		margin-left: auto;
		margin-right: auto;
		margin-top: -170px;
		max-width: 705px;
		padding-left: 60.41667px;
		padding-right: 60.41667px;
		padding-top: 50px;
		width: 705px
	}
}

@media (max-width:859px) {
	.n-article {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: -120px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 30px
	}
}

.n-article-title {
	font-size: inherit;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 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 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: -.025em;
	text-align: center
}

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

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

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

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

@media (max-width:859px) {
	.n-article-byline-image {
		height: 50px;
		width: 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-bottom: 0;
	margin-top: 20px
}

.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 {
	-webkit-box-shadow: inset 0 -1px 0 0 #a9a9a9, inset 0 1px 0 0 #a9a9a9;
	box-shadow: inset 0 -1px 0 0 #a9a9a9, inset 0 1px 0 0 #a9a9a9;
	clear: both;
	margin-bottom: 52px;
	margin-top: 52px;
	min-height: 80px;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative
}

@media (min-width:1450px) {
	[dir=ltr] .n-article-author {
		margin-left: 60px
	}

	[dir=rtl] .n-article-author {
		margin-right: 60px
	}
}

.n-article-author-image {
	border-radius: 50%;
	height: 75px;
	width: 75px
}

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

@media (min-width:860px) and (max-width:1449px) {
	[dir=ltr] .n-article-author-image {
		left: -95px
	}

	[dir=rtl] .n-article-author-image {
		right: -95px
	}
}

@media (min-width:1450px) {
	[dir=ltr] .n-article-author-image {
		left: -95px
	}

	[dir=rtl] .n-article-author-image {
		right: -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;
	-webkit-transition: background-position .15s ease-in-out;
	transition: background-position .15s ease-in-out
}

[dir=ltr] .n-article-author-link {
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(16.5%, transparent), color-stop(66%, currentColor));
	background-image: linear-gradient(90deg, transparent, transparent 16.5%, currentColor 66%);
	background-position: calc(200% - 2px) 100%
}

[dir=rtl] .n-article-author-link {
	background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(16.5%, transparent), color-stop(66%, currentColor));
	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-banner {
	background-color: #000;
	background-position: 50% 50%;
	background-size: cover;
	height: 60vh;
	min-height: 339px;
	-webkit-transition: background-image 3s;
	transition: background-image 3s
}

.n-article-next {
	background-color: #f8f8f8;
	-webkit-box-shadow: inset 0 1px 0 0 #a9a9a9;
	box-shadow: inset 0 1px 0 0 #a9a9a9;
	padding-bottom: 60px;
	padding-top: 60px
}

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

@media (min-width:860px) {
	.n-article-next {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

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

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

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

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

@media (min-width:860px) {
	[dir=ltr] .n-article-next-image {
		margin-right: 20px
	}

	[dir=rtl] .n-article-next-image {
		margin-left: 20px
	}
}

.n-article-next-image-src {
	display: block;
	width: 342.5px
}

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

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

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

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

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

@media (min-width:860px) {
	.n-article-next-title {
		font-size: 24px;
		height: 60px;
		line-height: 30px;
		margin-bottom: 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 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: background-color .05s linear;
	transition: background-color .05s linear;
	white-space: nowrap;
	width: auto
}

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

.n-article-next-action {
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #0079c1;
	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 {
	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;
	height: 16px;
	vertical-align: top;
	width: 16px
}

.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-left: auto;
		margin-right: auto;
		max-width: 1450px
	}
}

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

@media (max-width:859px) {
	.n-article-related-content {
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
		max-width: 760px;
		padding-left: 30px;
		padding-right: 30px
	}
}

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

.n-article-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	margin-top: 20px
}

.n-article-tags-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase
}

[dir=ltr] .n-article-tags-title+.n-article-tags-list {
	margin-left: 10px
}

[dir=rtl] .n-article-tags-title+.n-article-tags-list {
	margin-right: 10px
}

.n-article-tags-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	line-height: 20px;
	list-style-type: none;
	margin-bottom: 32px;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0
}

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

[dir=ltr] *+.n-article-tags-item {
	margin-left: 5px
}

[dir=rtl] *+.n-article-tags-item {
	margin-right: 5px
}

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

.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-height: 32px;
	text-transform: uppercase
}

.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 {
	height: 16px;
	width: 16px
}

[dir=ltr] .n-author-connect-control:not(:first-child) {
	margin-left: 10px
}

[dir=rtl] .n-author-connect-control:not(:first-child) {
	margin-right: 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-bottom: 40px;
	margin-top: 40px
}

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

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

.n-gallery {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin-bottom: 30px;
	margin-top: 30px;
	max-width: 50em;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	width: 100%
}

.n-gallery-item {
	-ms-flex-preferred-size: 100%;
	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 {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

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

.n-gallery-caption {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 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 {
	-moz-appearance: none;
	-webkit-appearance: button;
	-webkit-appearance: none;
	appearance: none;
	background-color: rgba(50, 50, 50, .8);
	border-width: 0;
	bottom: 0;
	color: inherit;
	font: inherit;
	height: 100%;
	line-height: inherit;
	margin: 0;
	opacity: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	text-transform: none;
	top: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	width: 32px
}

.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 {
	left: 0
}

[dir=ltr] .n-gallery-next-control,
[dir=rtl] .n-gallery-previous-control {
	right: 0
}

[dir=rtl] .n-gallery-next-control {
	left: 0
}

.n-gallery-pagination-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	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 {
	-moz-appearance: none;
	-webkit-appearance: button;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border-width: 0;
	-webkit-box-shadow: inset 0 0 0 1px #ccc;
	box-shadow: inset 0 0 0 1px #ccc;
	color: inherit;
	font: inherit;
	height: 80px;
	line-height: inherit;
	margin: 0 0 -1px;
	overflow: visible;
	padding: 10px 30px;
	text-transform: none;
	width: 120px
}

[dir=ltr] .n-gallery-pagination-control+.news-gallery-pagination-control {
	margin-left: -1px
}

[dir=rtl] .n-gallery-pagination-control+.news-gallery-pagination-control {
	margin-right: -1px
}

.n-gallery-pagination-control:hover,
.news-gallery-active-control {
	background-color: #e2f1fb;
	-webkit-box-shadow: inset 0 0 0 1px #0079c1;
	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-bottom: 0;
	margin-top: 0
}

.n-gateway-carousel-logo-image {
	fill: #fff;
	height: 60px;
	position: absolute;
	top: 60px;
	width: 180px;
	z-index: 1
}

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

	[dir=rtl] .n-gateway-carousel-logo-image {
		right: 20px
	}
}

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

	[dir=rtl] .n-gateway-carousel-logo-image {
		right: 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-bottom: 48px;
	min-height: 60vh;
	padding-bottom: 120px;
	padding-top: 120px;
	position: relative;
	text-shadow: 0 0 3px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .5);
	-webkit-transition: background-image .4s, padding 75ms;
	transition: background-image .4s, padding 75ms
}

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

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

.n-gateway-carousel:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

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

@media (max-width:859px) {
	.n-gateway-carousel[data-theme="0"]:before {
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .66)));
		background-image: linear-gradient(90deg, rgba(0, 0, 0, .66))
	}
}

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

	[dir=rtl] .n-gateway-carousel[data-theme="0"]:before {
		background-image: linear-gradient(-67.5deg, rgba(0, 0, 0, .7) 40%, rgba(0, 0, 0, .4) 60%, rgba(0, 0, 0, .01) 80%)
	}
}

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

@media (max-width:1449px) {
	.n-gateway-carousel[data-theme="1"]:before {
		background-color: rgba(255, 255, 255, .5)
	}
}

@media (min-width:1450px) {
	[dir=ltr] .n-gateway-carousel[data-theme="1"]:before {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 255, 255, .6)), color-stop(90%, rgba(255, 255, 255, 0)));
		background-image: linear-gradient(90deg, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, 0) 90%)
	}

	[dir=rtl] .n-gateway-carousel[data-theme="1"]:before {
		background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(255, 255, 255, .6)), color-stop(90%, rgba(255, 255, 255, 0)));
		background-image: linear-gradient(-90deg, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, 0) 90%)
	}
}

.n-gateway-carousel-immediate-control,
.n-gateway-carousel-pagination-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	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 {
	bottom: 0;
	cursor: pointer;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	width: 30px
}

.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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

[dir=ltr] .n-gateway-carousel-previous-control {
	left: 0
}

[dir=rtl] .n-gateway-carousel-previous-control {
	right: 0
}

.n-gateway-carousel-next-control {
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, .5))
}

[dir=ltr] .n-gateway-carousel-next-control {
	right: 0
}

[dir=rtl] .n-gateway-carousel-next-control {
	left: 0
}

.n-gateway-carousel-pagination-controls {
	bottom: -33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 30px;
	position: absolute;
	right: 30px;
	z-index: 1
}

.n-gateway-carousel-pagination-control {
	background-color: #0079c1;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 3px transparent;
	box-shadow: 0 0 0 3px transparent;
	cursor: pointer;
	display: block;
	height: 66px;
	transition: box-shadow .2s, filter .2s, height .4s, outline-width .4s, width .4s, -webkit-filter .2s;
	width: 176px
}

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

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

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

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

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

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

[dir=rtl] .n-gateway-carousel-pagination-control:not(:last-child) {
	margin-left: 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] {
	-webkit-box-shadow: 0 0 0 3px #fff;
	box-shadow: 0 0 0 3px #fff
}

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

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

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

@media (min-width:1450px) {
	.n-gateway-carousel-article {
		min-height: 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-bottom: 0;
	margin-top: 0;
	max-width: 825.83333px;
	overflow: hidden
}

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

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

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

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

.n-gateway-carousel-article-action {
	margin-bottom: 0;
	margin-top: 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;
	-webkit-transition: background-position .15s ease-in-out;
	transition: background-position .15s ease-in-out
}

[dir=ltr] .n-gateway-carousel-article-action-link {
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(16.5%, transparent), color-stop(66%, currentColor));
	background-image: linear-gradient(90deg, transparent, transparent 16.5%, currentColor 66%);
	background-position: calc(200% - 2px) 100%
}

[dir=rtl] .n-gateway-carousel-article-action-link {
	background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(16.5%, transparent), color-stop(66%, currentColor));
	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-bottom: 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
}

[dir=ltr] .n-gateway-carousel-article-action-link:after {
	margin-left: .25em
}

[dir=rtl] .n-gateway-carousel-article-action-link:after {
	margin-right: .25em
}

.n-gateway-carousel-article-action-link:after {
	height: 16px;
	vertical-align: text-bottom;
	width: 16px
}

[dir=rtl] .n-gateway-carousel-article-action-link:after {
	-webkit-transform: scale(-1);
	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 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
	margin-top: 40px
}

.n-gateway-filter-title {
	color: #4c4c4c;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px
}

[dir=ltr] .n-gateway-filter-title {
	margin-right: 20px
}

[dir=rtl] .n-gateway-filter-title {
	margin-left: 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
}

[dir=ltr] .n-gateway-filter-title:before {
	margin-right: 10px
}

[dir=rtl] .n-gateway-filter-title:before {
	margin-left: 10px
}

.n-gateway-filter-title:before {
	height: 16px;
	vertical-align: text-top;
	width: 16px
}

.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 {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border-width: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #4c4c4c;
	cursor: pointer;
	display: block;
	font: inherit;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	min-width: 200px;
	padding: 5px 10px;
	position: relative;
	width: 100%;
	z-index: 1
}

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

.n-gateway-filter-category-select select+:after,
.n-gateway-filter-daterange-select select+:after {
	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;
	height: 16px;
	top: 12px
}

[dir=ltr] .n-gateway-filter-category-select select+:after,
[dir=ltr] .n-gateway-filter-daterange-select select+:after {
	right: 12px
}

[dir=rtl] .n-gateway-filter-category-select select+:after,
[dir=rtl] .n-gateway-filter-daterange-select select+:after {
	left: 12px
}

.n-gateway-filter-category-select select+:after,
.n-gateway-filter-daterange-select select+:after {
	position: absolute;
	width: 16px
}

.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 {
	-webkit-box-shadow: inset 0 0 0 1px #0079c1;
	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-height: 30px;
	padding: 0
}

[dir=ltr] .n-gateway-filter-category-select,
[dir=ltr] .n-gateway-filter-daterange-select {
	margin-left: 10px
}

[dir=rtl] .n-gateway-filter-category-select,
[dir=rtl] .n-gateway-filter-daterange-select {
	margin-right: 10px
}

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

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

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

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

.n-gateway-hero:before {
	-webkit-transform: scaleZ(1.1);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleZ(1.1);
	z-index: -1
}

@media (max-width:859px) {
	.n-gateway-hero:before {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, .66)), color-stop(75%, rgba(0, 0, 0, .01)));
		background-image: linear-gradient(90deg, rgba(0, 0, 0, .66) 50%, rgba(0, 0, 0, .01) 75%)
	}
}

@media (min-width:860px) and (max-width:1449px) {
	[dir=ltr] .n-gateway-hero:before {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, .66)), color-stop(75%, rgba(0, 0, 0, .01)));
		background-image: linear-gradient(90deg, rgba(0, 0, 0, .66) 50%, rgba(0, 0, 0, .01) 75%)
	}

	[dir=rtl] .n-gateway-hero:before {
		background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(0, 0, 0, .66)), color-stop(75%, rgba(0, 0, 0, .01)));
		background-image: linear-gradient(-90deg, rgba(0, 0, 0, .66) 50%, rgba(0, 0, 0, .01) 75%)
	}
}

@media (min-width:1450px) {
	[dir=ltr] .n-gateway-hero:before {
		background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, rgba(0, 0, 0, .66)), color-stop(66%, rgba(0, 0, 0, .01)));
		background-image: linear-gradient(90deg, rgba(0, 0, 0, .66) 33%, rgba(0, 0, 0, .01) 66%)
	}

	[dir=rtl] .n-gateway-hero:before {
		background-image: -webkit-gradient(linear, right top, left top, color-stop(33%, rgba(0, 0, 0, .66)), color-stop(66%, rgba(0, 0, 0, .01)));
		background-image: linear-gradient(-90deg, rgba(0, 0, 0, .66) 33%, rgba(0, 0, 0, .01) 66%)
	}
}

.n-gateway-hero ::-moz-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-bottom: 20px;
	margin-top: 0;
	text-transform: uppercase
}

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

[dir=ltr] .n-gateway-hero-section-link {
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(16.5%, transparent), color-stop(66%, currentColor));
	background-image: linear-gradient(90deg, transparent, transparent 16.5%, currentColor 66%);
	background-position: calc(200% - 2px) 100%
}

[dir=rtl] .n-gateway-hero-section-link {
	background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(16.5%, transparent), color-stop(66%, currentColor));
	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-bottom: -2px;
	padding-bottom: 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-bottom: 0;
	margin-top: 0;
	max-width: calc(54.16667% - 20px);
	-webkit-transition: font-size 67ms;
	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-bottom: 0;
	margin-top: 25px;
	-webkit-transition: max-width 67ms;
	transition: max-width 67ms
}

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

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

.n-gateway-hero-image {
	-webkit-animation: hero_card-image 40s ease-in-out infinite;
	animation: hero_card-image 40s ease-in-out infinite;
	bottom: 0;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 25%;
	object-position: 50% 25%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -2
}

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

	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

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

	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

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

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

.n-gateway-hero-action-link {
	background-repeat: no-repeat;
	background-size: 200% 1px;
	color: inherit;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	-webkit-transition: background-position .15s ease-in-out;
	transition: background-position .15s ease-in-out
}

[dir=ltr] .n-gateway-hero-action-link {
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(16.5%, transparent), color-stop(66%, currentColor));
	background-image: linear-gradient(90deg, transparent, transparent 16.5%, currentColor 66%);
	background-position: calc(200% - 2px) 100%
}

[dir=rtl] .n-gateway-hero-action-link {
	background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(16.5%, transparent), color-stop(66%, currentColor));
	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-bottom: 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
}

[dir=ltr] .n-gateway-hero-action-link:after {
	margin-left: .25em
}

[dir=rtl] .n-gateway-hero-action-link:after {
	margin-right: .25em
}

.n-gateway-hero-action-link:after {
	height: 16px;
	vertical-align: text-bottom;
	width: 16px
}

[dir=rtl] .n-gateway-hero-action-link:after {
	-webkit-transform: scale(-1);
	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")
}

@-webkit-keyframes esri-search-filled-label {
	0% {
		opacity: 0;
		top: -6px
	}

	to {
		opacity: 1;
		top: -12px
	}
}

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

	to {
		opacity: 1;
		top: -12px
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.n-gateway-search-control {
	bottom: 0;
	top: 0
}

[dir=ltr] .n-gateway-search-control {
	left: 0
}

[dir=rtl] .n-gateway-search-control {
	right: 0
}

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

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

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

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

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

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

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

.n-gateway-search-measure {
	bottom: 0;
	inline-inline-start: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	white-space: nowrap;
	width: 0
}

@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 {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-webkit-box-shadow: inset 0 -1px 0 0 #0079c1;
	box-shadow: inset 0 -1px 0 0 #0079c1;
	-webkit-transition: width .3s;
	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 {
	bottom: 0;
	clip: rect(0, 0, 0, 0);
	inline-inline-start: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	white-space: pre;
	width: 0
}

.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 {
	bottom: 0;
	top: 0
}

[dir=ltr] .n-gateway-search-label {
	left: 0
}

[dir=rtl] .n-gateway-search-label {
	right: 0
}

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

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

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

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

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

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

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

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

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

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

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

[dir=ltr] .n-gateway-search-submit {
	right: 0
}

[dir=rtl] .n-gateway-search-submit {
	left: 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 {
		height: 16px;
		margin-left: 9.5px;
		margin-right: 9.5px;
		width: 16px
	}
}

@media (min-width:720px) {
	.n-gateway-search-submit:before {
		height: 22px;
		margin-left: 9px;
		margin-right: 9px;
		width: 22px
	}
}

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

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

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

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

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

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

[dir=ltr] .n-gateway-search-cancel {
	bottom: -45px;
	right: 0
}

[dir=rtl] .n-gateway-search-cancel {
	bottom: -45px;
	left: 0
}

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

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

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

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

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

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

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

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

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

.n-gateway-tiles-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 10px;
	padding-right: 10px
}

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

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

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

@media (min-width:860px) {
	[dir=ltr] .n-gateway-tile:first-child {
		margin-left: 10px;
		margin-right: 5px
	}

	[dir=rtl] .n-gateway-tile:first-child {
		margin-left: 5px;
		margin-right: 10px
	}
}

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

@media (min-width:860px) {
	[dir=ltr] .n-gateway-tile:nth-child(2) {
		margin-left: 5px;
		margin-right: 10px
	}

	[dir=rtl] .n-gateway-tile:nth-child(2) {
		margin-left: 10px;
		margin-right: 5px
	}
}

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

@media (min-width:860px) {
	.n-gateway-tile:nth-child(-n+2) {
		width: 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-height: 25px
	}
}

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

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

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

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

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

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

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

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

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

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

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

.n-gateway-tile:nth-child(n+3) .n-gateway-tile-headline {
	-webkit-transition: font-size .4s, line-height .4s;
	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-height: 40px
	}
}

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

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

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

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

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

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

@media (min-width:480px) and (max-width:859px) {
	[dir=ltr] .n-gateway-tile:nth-child(2n+3) {
		margin-left: 10px;
		margin-right: 5px
	}

	[dir=ltr] .n-gateway-tile:nth-child(2n+4),
	[dir=rtl] .n-gateway-tile:nth-child(2n+3) {
		margin-left: 5px;
		margin-right: 10px
	}

	[dir=rtl] .n-gateway-tile:nth-child(2n+4) {
		margin-left: 10px;
		margin-right: 5px
	}
}

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

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

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

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

	[dir=rtl] .n-gateway-tile:nth-child(4n+6) {
		margin-left: 10px;
		margin-right: 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 {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.n-gateway-tile-image-src {
	bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	right: 0;
	transition: -webkit-transform 1s ease-in-out;
	transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out
}

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

.n-gateway-tile-content {
	-webkit-transform: scaleZ(1.1);
	color: #fff;
	transform: scaleZ(1.1);
	-webkit-transition: height .4s, padding .4s;
	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: rgba(0, 0, 0, .6);
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0
	}
}

@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-bottom: 0;
	margin-top: 0;
	overflow: hidden
}

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

.n-gateway-recent-card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	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-width: 660px
	}
}

@media (min-width:1450px) {
	.n-gateway-recent-card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 40px auto 70px;
		max-width: 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 {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

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

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

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

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

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

.n-gateway-recent-card-image-tag {
	background-color: rgba(255, 255, 255, .8);
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase
}

@media (max-width:1449px) {
	.n-gateway-recent-card-image-tag {
		background-color: #fff;
		bottom: 0;
		font-size: 18px;
		left: 0;
		line-height: 25px;
		padding-bottom: 5px;
		padding-top: 25px;
		position: absolute;
		right: 0
	}
}

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

.n-gateway-recent-card-image-src {
	background-color: #ccc;
	transition: -webkit-transform 4s ease-in-out;
	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 {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	transition: -webkit-transform 12s ease-out;
	transition: transform 12s ease-out, -webkit-transform 12s ease-out
}

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

.n-gateway-recent-card-section {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .075em;
	line-height: 25px;
	margin-bottom: 0;
	margin-top: 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;
	-webkit-transition: background-position .15s ease-in-out;
	transition: background-position .15s ease-in-out
}

[dir=ltr] .n-gateway-recent-card-section-link {
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(16.5%, transparent), color-stop(66%, currentColor));
	background-image: linear-gradient(90deg, transparent, transparent 16.5%, currentColor 66%);
	background-position: calc(200% - 2px) 100%
}

[dir=rtl] .n-gateway-recent-card-section-link {
	background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(16.5%, transparent), color-stop(66%, currentColor));
	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-bottom: 0;
	margin-top: 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-top: 5px
	}
}

@media (min-width:1450px) {
	.n-gateway-recent-card-headline {
		margin-top: 15px
	}
}

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

.n-gateway-recent-card-summary {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 0;
	margin-top: 15px
}

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

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

.n-gateway-recent-card-action-link {
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #0079c1;
	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
}

[dir=ltr] .n-gateway-recent-card-action-link:after {
	margin-left: .375em
}

[dir=rtl] .n-gateway-recent-card-action-link:after {
	margin-right: .375em
}

.n-gateway-recent-card-action-link:after {
	height: 14px;
	width: 14px
}

[dir=rtl] .n-gateway-recent-card-action-link:after {
	-webkit-transform: scale(-1);
	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-left: auto;
		margin-right: auto;
		max-width: 1450px
	}
}

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

@media (max-width:859px) {
	.n-gateway-cards-content {
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
		max-width: 760px;
		padding-left: 30px;
		padding-right: 30px
	}
}

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

.n-gateway-card {
	border: solid 1px #ccc;
	position: relative;
	-webkit-transition: border .15s;
	transition: border .15s
}

@media (max-width:859px) {
	.n-gateway-card {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: -1px;
		padding: 20px
	}
}

@media (min-width:860px) {
	.n-gateway-card {
		-ms-flex-preferred-size: calc(33.33333% - 20px);
		flex-basis: calc(33.33333% - 20px);
		margin-bottom: 30px;
		margin-left: 10px;
		margin-right: 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 {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

@media (max-width:859px) {
	.n-gateway-card-image {
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	[dir=ltr] .n-gateway-card-image {
		margin-right: 20px
	}

	[dir=rtl] .n-gateway-card-image {
		margin-left: 20px
	}

	.n-gateway-card-image {
		width: 250px
	}
}

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

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

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

.n-gateway-card:focus .n-gateway-card-image-src,
.n-gateway-card:hover .n-gateway-card-image-src {
	-webkit-transform: scale3d(1.075, 1.075, 1.075);
	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 {
		left: calc(100% + 20px);
		top: 0
	}

	[dir=rtl] .n-gateway-card-image-tag {
		right: calc(100% + 20px);
		top: 0
	}

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

@media (min-width:860px) {
	.n-gateway-card-image-tag {
		background-color: rgba(255, 255, 255, .8);
		bottom: 0;
		left: 0;
		padding: 5px 30px;
		position: absolute;
		right: 0
	}
}

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

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

.n-gateway-card-headline {
	font-size: 20px;
	font-weight: inherit;
	line-height: 25px;
	margin-bottom: 0;
	margin-top: 0;
	max-height: 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-bottom: 0;
	margin-top: 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-top: 5px
	}
}

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

[dir=ltr] .n-gateway-card-author-link {
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(16.5%, transparent), color-stop(66%, currentColor));
	background-image: linear-gradient(90deg, transparent, transparent 16.5%, currentColor 66%);
	background-position: calc(200% - 2px) 100%
}

[dir=rtl] .n-gateway-card-author-link {
	background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(16.5%, transparent), color-stop(66%, currentColor));
	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 {
	border-left: 1px solid rgba(76, 76, 76, .25);
	content: "";
	display: inline-block;
	height: 1em
}

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

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

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

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

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

.n-gateway-card-action {
	bottom: 0;
	font-size: 16px;
	font-weight: 400;
	left: 0;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 15px 35px;
	position: absolute;
	right: 0
}

@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-left: -.25em
}

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

.n-gateway-card-action-link:after {
	height: 16px;
	opacity: 0;
	-webkit-transition: margin-left .15s, margin-right .15s, opacity .15s;
	transition: margin-left .15s, margin-right .15s, opacity .15s;
	vertical-align: text-top;
	width: 16px
}

[dir=rtl] .n-gateway-card-action-link:after {
	-webkit-transform: scale(-1);
	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-left: .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-right: .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-bottom: 80px;
	margin-top: 20px;
	text-align: center
}

.n-gateway-share-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: uppercase
}

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

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

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

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

.n-gateway-share-control:before {
	height: 32px;
	margin: 14px;
	width: 32px
}

.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-bottom: 75px;
	padding-top: 70px
}

@media (min-width:1474px) {
	.news-profile {
		margin-left: auto;
		margin-right: auto;
		min-height: 340px;
		padding-left: 300px;
		width: 1424px
	}
}

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

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

.news-profile-image {
	border-radius: 50%;
	height: 270px;
	width: 270px
}

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

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

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

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

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

.news-profile-description {
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	max-width: 824px;
	vertical-align: top
}

.news-profile-description p {
	margin-bottom: 20px;
	margin-top: 20px
}

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

.news-profile-share {
	margin-bottom: 30px
}

@media (min-width:1474px) {
	.news-profile-share {
		max-width: 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-height: 32px;
	text-transform: uppercase
}

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

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

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

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

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

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

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

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

.news-profile-posts {
	margin-top: 100px
}

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

@media (min-width:1474px) {
	.news-profile-posts-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
		padding-left: calc(50% - 712px);
		padding-right: calc(50% - 712px)
	}
}

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

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

@media (max-width:1449px) {

	.n-image--end,
	.n-image--start {
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:479px) {

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

@media (min-width:1450px) {
	[dir=ltr] .n-image--start {
		float: left
	}

	[dir=rtl] .n-image--start {
		float: right
	}

	[dir=ltr] .n-image--start {
		margin-left: -282.08333px;
		margin-right: 20px
	}

	[dir=rtl] .n-image--start {
		margin-left: 20px;
		margin-right: -282.08333px
	}

	[dir=ltr] .n-image--end {
		float: right
	}

	[dir=rtl] .n-image--end {
		float: left
	}

	[dir=ltr] .n-image--end {
		margin-left: 20px;
		margin-right: -282.08333px
	}

	[dir=rtl] .n-image--end {
		margin-left: -282.08333px;
		margin-right: 20px
	}
}

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

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

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

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

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

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

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

@media (max-width:859px) {
	.n-sidebar {
		margin-bottom: 30px;
		padding: 40px
	}
}

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

.n-sidebar h1,
.n-sidebar h2,
.n-sidebar h3,
.n-sidebar h4,
.n-sidebar h5,
.n-sidebar h6 {
	font-size: 24px;
	font-weight: inherit;
	line-height: 30px;
	margin-bottom: 0;
	margin-top: 0
}

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

[dir=ltr] .n-sidebar ol,
[dir=ltr] .n-sidebar ul {
	padding-left: 25px
}

[dir=rtl] .n-sidebar ol,
[dir=rtl] .n-sidebar ul {
	padding-right: 25px
}

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

[dir=ltr] .n-sidebar .alignleft {
	float: left
}

[dir=rtl] .n-sidebar .alignleft {
	float: right
}

[dir=ltr] .n-sidebar .alignleft {
	margin-bottom: 20px;
	margin-right: 20px
}

[dir=rtl] .n-sidebar .alignleft {
	margin-bottom: 20px;
	margin-left: 20px
}

[dir=ltr] .n-sidebar .alignright {
	float: right
}

[dir=rtl] .n-sidebar .alignright {
	float: left
}

.n-sidebar .alignright {
	margin-top: 20px
}

[dir=ltr] .n-sidebar .alignright {
	margin-left: 20px
}

[dir=rtl] .n-sidebar .alignright {
	margin-right: 20px
}

.n-sidebar .aligncenter {
	margin-block-bottom: 20px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:1449px) {

	.n-sidebar--end,
	.n-sidebar--start {
		margin-left: auto;
		margin-right: auto
	}
}

@media (min-width:1450px) {
	[dir=ltr] .n-sidebar--start {
		clear: left
	}

	[dir=rtl] .n-sidebar--start {
		clear: right
	}

	[dir=ltr] .n-sidebar--start {
		float: left
	}

	[dir=rtl] .n-sidebar--start {
		float: right
	}

	[dir=ltr] .n-sidebar--start {
		margin-left: -300px;
		margin-right: 16px
	}

	[dir=rtl] .n-sidebar--start {
		margin-left: 16px;
		margin-right: -300px
	}
}

@media (min-width:1450px) {
	[dir=ltr] .n-sidebar--end {
		clear: right
	}

	[dir=rtl] .n-sidebar--end {
		clear: left
	}

	[dir=ltr] .n-sidebar--end {
		float: right
	}

	[dir=rtl] .n-sidebar--end {
		float: left
	}

	[dir=ltr] .n-sidebar--end {
		margin-left: 16px;
		margin-right: -300px
	}

	[dir=rtl] .n-sidebar--end {
		margin-left: -300px;
		margin-right: 16px
	}
}

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

.n-subscribe-title {
	font-size: 34px;
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 0;
	margin-top: 0
}

[dir=ltr] .n-subscribe-title {
	margin-bottom: 30px;
	margin-right: 20px
}

[dir=rtl] .n-subscribe-title {
	margin-bottom: 30px;
	margin-left: 20px
}

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

.n-subscribe-action {
	-moz-appearance: none;
	-webkit-appearance: none;
	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;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: calc(100% - 40px);
	-webkit-transition: height .3s ease-in-out, visibility 0s .3s;
	transition: height .3s ease-in-out, visibility 0s .3s;
	width: 825.83333px
}

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

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

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

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

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

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

.n-video--youtube {
	display: block;
	margin-left: auto;
	margin-right: auto
}

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

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

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


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

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

.news-results-title {
	color: #4c4c4c;
	font-weight: 400;
	margin-bottom: 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 {
	-webkit-box-shadow: inset 0 -1px 0 0 #ccc;
	box-shadow: inset 0 -1px 0 0 #ccc;
	position: relative
}

.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 {
	cursor: text;
	left: 0;
	position: absolute;
	top: 0;
	user-select: none
}

.news-search--result-query:valid~.news-search--result-label {
	-webkit-animation: news-search--result-label .3s;
	animation: news-search--result-label .3s;
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 0;
	padding-top: 0;
	top: 0
}

@-webkit-keyframes news-search--result-label {
	0% {
		opacity: 0;
		top: 6px
	}

	to {
		opacity: 1;
		top: 0
	}
}

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

	to {
		opacity: 1;
		top: 0
	}
}

.news-search--result-query {
	background-color: transparent;
	border-style: none;
	bottom: 0;
	color: #000;
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

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

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

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

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

.news-search--result-query-underline {
	-webkit-box-shadow: inset 0 -1px 0 0 #0079c1;
	box-shadow: inset 0 -1px 0 0 #0079c1;
	-webkit-transition: width .3s;
	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;
	bottom: 0;
	cursor: pointer;
	outline-offset: -2px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-image .3s, background-size .3s;
	transition: background-image .3s, background-size .3s;
	width: 60px
}

.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-length {
	font-style: normal;
	font-weight: 600
}

.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 {
		margin-right: 76px;
		width: 404px
	}
}

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

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

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

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

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

@media (min-width:1474px) {
	.news-card--result-content {
		padding-right: 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 {
	-webkit-box-shadow: -4px 0 0 -3px;
	box-shadow: -4px 0 0 -3px;
	display: inline-block;
	margin-left: .5em;
	padding-left: .5em
}

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

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

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

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

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

@media (min-width:1474px) {

	.-content,
	.news-profile-posts-content,
	.related-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-left: calc(50% - 712px);
		padding-right: calc(50% - 712px)
	}
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	margin: 0
}

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


body,
html {
	-moz-osx-font-smoothing: grayscale;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #4c4c4c;
	font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.15
}

ol,
ul {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
	margin-left: 0
}

li {
	margin: 0
}

.mt-35 {
	margin-top: 35px
}

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

.n-image--center .n-image-src,
.n-image-caption----center {
	margin-right: auto;
	margin-left: auto
}

@media (min-width:1450px) {

	[dir=ltr] .n-image--start,
	[dir=ltr] .n-sidebar--start,
	[dir=rtl] .n-image--end,
	[dir=rtl] .n-sidebar--end {
		float: left;
		clear: left;
		margin-left: -274px;
		margin-right: 20px
	}

	[dir=ltr] .n-image--end,
	[dir=ltr] .n-sidebar--end,
	[dir=rtl] .n-image--start,
	[dir=rtl] .n-sidebar--start {
		float: right;
		clear: right;
		margin-right: -274px;
		margin-left: 20px
	}
}

.n-image-caption {
	margin-top: 10px
}

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

.n-article-tags-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

[dir=ltr] .n-article-tags-item {
	margin-left: 0;
	margin-right: 5px
}

[dir=rtl] .n-article-tags-item {
	margin-left: 5px;
	margin-right: 0
}

.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;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

[dir=ltr] .n-gateway-card-type-link {
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(16.5%, transparent), color-stop(66%, currentColor));
	background-image: linear-gradient(90deg, transparent, transparent 16.5%, currentColor 66%);
	background-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: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(16.5%, transparent), color-stop(66%, currentColor));
	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 {
	color: #0079c1;
	background-repeat: no-repeat;
	background-size: 200% 1px;
	text-decoration: none;
	-webkit-transition: background-position .15s ease-in-out;
	transition: background-position .15s ease-in-out
}

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

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

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

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

.news-card--result-type-link {
	color: #0079c1;
	text-decoration: none;
	-webkit-box-shadow: -4px 0 0 -3px;
	box-shadow: -4px 0 0 -3px;
	display: inline-block;
	margin-left: .5em;
	padding-left: .5em
}

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

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

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

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

.n-gateway-recent-card-image:before {
	padding-top: 0;
	padding-bottom: 0
}

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

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

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

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

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

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

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

	.n-gateway-carousel:before,
	.n-gateway-hero:before {
		background: rgba(0, 0, 0, .6)
	}

	.n-gateway-card {
		padding: 0
	}

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

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

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

	.n-gateway-card-image {
		width: 150px
	}

	.n-gateway-card-image>:first-child {
		top: 1px;
		left: 1px
	}

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

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

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

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

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

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

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

	.n-gateway-card-show-summary::after {
		background-image: url('data:image/svg+xml;utf8,<svg style="fill: #7C7C7C;" xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 32 32" class="svg-icon"><path d="M28 9v5L16 26 4 14V9l12 12L28 9z"></path></svg>');
		background-image: url(data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDogIzdDN0M3QzsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGNsYXNzPSJzdmctaWNvbiI+PHBhdGggZD0iTTI4IDl2NUwxNiAyNiA0IDE0VjlsMTIgMTJMMjggOXoiPjwvcGF0aD48L3N2Zz4=)
	}

	.n-gateway-card-hide-summary::after {
		background-image: url('data:image/svg+xml;utf8,<svg style="fill: #7C7C7C;" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" class="svg-icon"><path d="M4 23v-5L16 6l12 12v5L16 11 4 23z"/></svg>');
		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-height: 500px;
		visibility: visible;
		opacity: 1;
		-webkit-transition: max-height .6s linear, opacity .6s linear;
		transition: max-height .6s linear, opacity .6s linear
	}

	.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 {
		width: 115px
	}

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

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

	.n-gateway-card-headline {
		font-size: 17px;
		line-height: 21px;
		max-height: 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-width: 500px
}

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

#music {
	display: none
}

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

#timeline {
	height: 10px;
	background-color: rgba(193, 193, 193, .9);
	width: 100%
}

#timeline:hover {
	cursor: pointer
}

#playhead {
	width: 0;
	max-width: 100%;
	height: 10px;
	margin-top: 1px;
	background: #00b9f1;
	position: relative
}

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

#playhead:after {
	content: ' ';
	width: 20px;
	height: 20px;
	background-color: #fff;
	display: none;
	right: -15px;
	position: absolute;
	top: -5px;
	border: 2px solid #00b9f1;
	border-radius: 50%
}

.player-container {
	background-color: #464646;
	height: 54px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

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

.audio-volume,
.timers {
	color: #fff;
	line-height: 54px;
	font-size: 18px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: top
}

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

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

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

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

.audio-on:hover {
	opacity: 1
}

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

.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;
	display: block;
	width: 16px;
	height: 54px;
	padding-top: 18px;
	padding-bottom: 18px;
	margin: 0 auto;
	opacity: .75
}

.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 {
	display: none;
	position: absolute;
	width: 40px;
	height: 120px;
	background-color: #323232;
	top: -120px;
	left: -15px;
	padding: 10px 15px
}

.volume-slider-container:after {
	content: ' ';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #32324a;
	position: absolute;
	left: 5px;
	bottom: -12px
}

.volume-slider {
	width: 10px;
	height: 100px;
	background: #999;
	position: relative
}

.audio-volume .volume-state {
	display: inline-block;
	width: 100%;
	height: 0;
	background-color: #fff;
	position: absolute;
	bottom: 0
}

.download-tooltip {
	display: none;
	position: absolute;
	background: #4c4c4c;
	font-size: 16px;
	line-height: 32px;
	min-width: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	left: -580%;
	bottom: 125%;
	color: #fff
}

.download-tooltip:after {
	content: ' ';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #4c4c4d;
	position: absolute;
	left: 84px;
	bottom: -12px
}

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

.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;
	position: absolute;
	right: 30px
}

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

.link-blue {
	position: relative
}

.link-blue:after {
	height: 14px;
	width: 14px;
	display: inline-block;
	line-height: 0;
	position: absolute;
	top: 4px;
	margin-left: 5px
}

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


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


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

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

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

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

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

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

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

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

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

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

.n-gallery .n-gallery-caption {
	margin-top: calc(17px * 1.3);
	margin-bottom: 17px;
	min-height: 100px
}

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

.n-gallery .n-gallery-pagination-control {
	width: 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 {
	content: ' ';
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px
}

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

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

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

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

.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 {
	padding: 1px 15px 15px 1px;
	background-color: #ccc
}

.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 {
		-ms-flex-preferred-size: calc(33.33333% - 1.5rem);
		flex-basis: calc(33.33333% - 1.75rem);
		width: calc(33.33333% - 1.5rem)
	}

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

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

iframe#newsr_pardort {
	width: 480px
}

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

.js-modal.modal-overlay:not(.is-active) {
	top: -3000px
}

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

.nr-pagination-nav .page-numbers {
	text-decoration: none;
	background: 0 0;
	color: #0079c1;
	border: none;
	font-size: 15.9375px;
	line-height: 26.35px;
	padding: 5.27px 15.3px
}

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

.nr-pagination-nav .page-numbers.current {
	position: relative;
	display: inline-block;
	width: auto;
	color: #fff;
	border: 1px solid #0079c1;
	background-color: #0079c1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 50ms linear;
	transition: all 50ms linear;
	cursor: pointer;
	white-space: nowrap
}

.all-caps {
	text-transform: uppercase
}

.text-gray {
	color: #959595
}

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

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


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

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

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

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

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

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


svg.svg-icon-loader {
	position: absolute;
	top: calc(50% + 44px);
	left: calc(50% - 24px);
	width: 48px;
	height: 48px;
	fill: #0079c1;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

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

.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-left: 0;
		padding-left: 75%
	}

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

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

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


.article-info-bar {
	margin-top: 20px;
	margin-bottom: 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: left
	}
}

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

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

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

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

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

.article-info-bar .aib-authors--portrait {
	display: inline-block;
	width: calc(((100vw - 52px)/ 2)/ 3);
	height: calc(((100vw - 52px)/ 2)/ 3);
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block
}

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

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

.article-info-bar .aib-authors--portrait img {
	border-radius: 50%;
	width: 48px;
	height: 48px
}

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

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

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

.article-info-bar .aib-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 50%;
	width: 50%;
	float: right;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 40px
}

@media screen and (max-width:482px) {
	.article-info-bar .aib-action {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 20px
	}
}

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

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

.article-info-bar .aib-action--download {
	margin-bottom: 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-left: 10px
}

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

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

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

	.article-info-bar .aib-action,
	.article-info-bar .aib-authors,
	.article-info-bar .aib-meta {
		max-width: calc(100% / 3);
		width: calc(100% / 3);
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.article-info-bar .aib-meta {
		min-width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.article-info-bar .aib-authors {
		border-left: thin solid #ccc;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

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

	.article-info-bar.no-download .aib-authors {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left
	}

	.article-info-bar.no-download.single-author .aib-authors {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		border-left: thin solid #ccc
	}

	.article-info-bar.no-download.no-authors .aib-meta {
		max-width: 100%;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: center
	}

	.article-info-bar.no-download.no-authors .aib-meta span:last-child {
		border-left: none;
		padding-left: 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-left: none;
		padding-left: 0
	}
}

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

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

.article-info-bar.no-download .aib-authors,
.article-info-bar.no-download .aib-meta {
	max-width: calc(100% / 2);
	width: calc(100% / 2);
	min-width: calc(100% / 2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.article-info-bar.no-download .aib-meta {
	margin-bottom: 5px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-right: 20px;
	float: left
}

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

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

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

.article-info-bar.no-download .aib-authors {
	border-right: none;
	border-left: thin solid #ccc
}

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

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

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

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

.article-info-bar.no-download .aib-authors.single-author .aib-authors--portrait {
	min-width: 60px;
	min-height: 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-left: 20px;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}

.article-info-bar.no-download.single-author .aib-authors,
.article-info-bar.no-download.single-author .aib-meta {
	max-width: calc(100% / 2);
	width: calc(100% / 2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

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

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

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

.article-info-bar.no-download.single-author .aib-authors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: thin solid #ccc
}

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

.article-info-bar.no-download.single-author .aib-authors--portraits {
	margin-left: 15px;
	margin-top: 0;
	min-width: 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-width: auto;
	text-align: left
}

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

.article-info-bar.no-authors .aib-meta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 50%;
	width: 50%
}

.article-info-bar.no-authors .aib-action {
	float: none;
	min-width: 50%;
	width: 50%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column
}

.article-info-bar.no-download.no-authors .aib-meta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 100%;
	width: 100%
}

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


.n-article-author-bio {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
	margin-top: 8px
}

.news-blockquote--quote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 52px;
	margin-top: 52px;
	overflow: hidden
}

@media (min-width:1454px) {
	[dir=ltr] .news-blockquote--quote {
		margin-left: -295px;
		margin-right: -145px
	}

	[dir=rtl] .news-blockquote--quote {
		margin-left: -145px;
		margin-right: -295px
	}
}

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

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

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

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

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

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

@media (min-width:860px) {
	[dir=ltr] .news-blockquote-image--quote {
		margin-right: 25px
	}

	[dir=rtl] .news-blockquote-image--quote {
		margin-left: 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-top: 72px
	}
}

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

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

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

.news-blockquote-footer--quote {
	margin-top: 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: ""
}

[dir=ltr] .news-blockquote-citation--quote:before {
	left: 0;
	top: -18px
}

[dir=rtl] .news-blockquote-citation--quote:before {
	right: 0;
	top: -18px
}

.news-blockquote-citation--quote:before {
	height: 1px;
	position: absolute;
	width: 70px
}

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

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

	[dir=ltr] .news-blockquote-share--quote {
		text-align: right
	}

	[dir=rtl] .news-blockquote-share--quote {
		text-align: left
	}
}

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

@media (max-width:1453px) and (max-width:859px) {
	[dir=ltr] .news-blockquote-share--quote {
		margin-left: 215px
	}

	[dir=rtl] .news-blockquote-share--quote {
		margin-right: 215px
	}

	.news-blockquote-share--quote {
		min-width: 100%
	}
}

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

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

.n-gateway-cards [aria-hidden=true],
.newsr-cards [aria-hidden=true],
.newsr-editorial-cards [aria-hidden=true] {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	height: 0;
	margin-bottom: 0;
	margin-left: -4000px;
	opacity: 0
}

.n-gateway-cards [aria-hidden=false],
.newsr-cards [aria-hidden=false],
.newsr-editorial-cards [aria-hidden=false] {
	height: 100%;
	margin-bottom: 30px
}

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

.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 {
	display: inline-block;
	cursor: pointer
}

.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-top: -20px
	}
}

.n-gateway-cards .view-more,
.newsr-cards .view-more,
.newsr-editorial-cards .view-more {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 15px 35px;
	color: #0079c1;
	text-decoration: none
}

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

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

.n-gateway-cards .view-more svg,
.newsr-cards .view-more svg,
.newsr-editorial-cards .view-more svg {
	fill: #0079c1;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle
}

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

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

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

.tertiary-nav .tertiary-nav-container ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0
}

@media (min-width:860px) {
	.tertiary-nav .tertiary-nav-container ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		min-height: 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-left: 3px solid #49b0f2;
	border-bottom: 0
}

.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-left: 0;
		-webkit-box-shadow: inset 0 -3px 0 0 #49b0f2;
		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 {
	color: #fff;
	-webkit-box-shadow: inset 0 -3px 0 0 #49b0f2;
	box-shadow: inset 0 -3px 0 0 #49b0f2;
	text-decoration: none
}

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

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

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

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

.n-article-tags {
	display: block
}

@media screen and (max-width:1024px) {
	.newsroom-gateway .hideTablet {
		display: none
	}
}

@media only screen and (min-width:1800px) {
	.grid-container.expanded {
		width: 100%;
		padding: 0 100px
	}

	.grid-container.expanded.bannercarousel {
		max-width: 100%;
		padding: 0;
		padding: 0 0 0 150px;
		overflow: hidden
	}
}

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

.gist tr {
	border-bottom: none
}