body {
	margin: 0;
}

.c-snav-subitem::marker {
	color: rgba(0,0,0,0);
}

.c-snav-submenu ul {
	display: block;
}

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

	.c-snav-submenu ul {
		display: flex;
		align-items: center;
	}

} 

/* Start of Sub Nav styling */
.c-snav, .c-snav *, .c-snav :after, .c-snav :before, .c-snav:after, .c-snav:before,
.tertiary, .tertiary *, .tertiary :after, .tertiary :before .tertiary:after, .tertiary:before {
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.c-snav-barrier,
.tertiary-barrier {
	min-height: 50px;
	transition: min-height 75ms;
}

.c-snav,
.tertiary {
	background-color: #323232;
	min-height: 50px;
	color: #efefef;
	display: flex;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	-webkit-transition: background-color 75ms,min-height 75ms;
	transition: background-color 75ms, min-height 75ms;
	user-select: none;
	z-index: 1000;
	align-items: center;
}

.c-snav-title,
.tertiary-title,
.tertiary-mobile-title {
	font-size: 16px;
	line-height: 20px;
	padding: 15px 0px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0;
	max-width: 100vw;
	overflow-x: hidden;
	position: relative;
	text-overflow: ellipsis;
	-webkit-transition: font-size 75ms,line-height 75ms,padding 75ms;
	transition: font-size 75ms,line-height 75ms,padding 75ms;
	white-space: nowrap;
}

.c-snav-menu-title,
.tertiary-menu-title {
	left: 0;
	bottom: 0;
	color: transparent;
	top: 0;
	height: 50px;
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
	position: absolute;
	width: 100vw;
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	-moz-appearance: none;
	-webkit-appearance: button;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border-width: 0;
	cursor: pointer;
	font: inherit;
	margin: 0;
	outline-offset: -3px;
	text-transform: none;
}

.c-snav-submenu,
.tertiary-submenu {
	display: none;
	right: 0;
	height: calc(100vh - 50px);
	width: 100vw;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	position: absolute;
	background-color: #222;
	top: 100%;
}

.c-snav-submenu {
	top: 0%;
}

.c-snav-submenu-mobile {
	top: 50px;
}

.c-snav-menu-title::after,
.tertiary-menu-title::after {
	right: 20px;
	top: 17px;
	height: 14px;
	line-height: 0;
	position: absolute;
	transition: -webkit-transform .25s;
	transition: transform .25s,-webkit-transform .25s;
	width: 14px;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' style='fill:%23efefef' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10L16 24 2 10h28z'/%3E%3C/svg%3E");
}

.c-snav-menu-title[aria-expanded=true]:after,
.tertiary-menu-title[aria-expanded=true]:after {
	-webkit-transform: rotateX(180deg) translateY(1px);
	transform: rotateX(180deg) translateY(1px);
}

.c-snav-sublist,
.tertiary-sublist {
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}

li {
	margin: 0;
}

ol, ul {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	list-style-position: inside;
}

a:hover {
	color: #005e95;
	text-decoration: underline;
}

.c-snav-title {
	color: #efefef;
}

.c-snav-title:hover {
	text-decoration: none;
	color: #efefef;
}

.c-snav-subitem,
.tertiary-subitem {
	position: relative;
}

.c-snav-subitem-subscribe {
	position: absolute;
	bottom: 0%;
	top: 30%;
	width: 100%;
}

@media screen and (min-width: 860px) {
	.c-snav-subitem-subscribe {
		position: relative;
		width: auto;
		top: 0%;
	}
}

.c-snav-sublink,
.tertiary-sublink {
	display: block;
	font-size: 16px;
	line-height: 25px;
	outline-offset: -4px;
	padding: 17.5px 20px;
	color: #efefef;
	cursor: pointer;
	text-decoration: none!important;
}

.c-snav-sublink[aria-controls],
.tertiary-sublink[aria-controls] {
	padding-right: 44px;
	position: relative;
}

.c-snav-sublink[aria-controls]:after,
.tertiary-sublink[aria-controls]:after {
	right: 20px;
	height: 15px;
	line-height: 0;
	position: absolute;
	transition: -webkit-transform .15s;
	transition: transform .15s,-webkit-transform .15s;
	width: 15px;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='10' height='25'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%23fff'/%3E%3C/svg%3E");
	top: 25px;
}

.c-snav-sublink[aria-expanded=true]:after,
.tertiary-sublink[aria-expanded=true]:after {
	-webkit-transform: rotateX(180deg) translateY(1px);
	transform: rotateX(180deg) translateY(1px);
}

.c-snav-termenu,
.tertiary-termenu {
	padding-left: 35px;
	font-size: 14px;
	overflow: hidden;
	-webkit-transition: max-height 1.5s;
	transition: max-height 1.5s;
}

.c-snav-termenu[aria-hidden=false],
.tertiary-termenu[aria-hidden=false] {
	max-height: 300vh;
}

.c-snav-termenu[aria-hidden=true],
.tertiary-termenu[aria-hidden=true] {
	max-height: 0vh;
}

.c-snav-terlist,
.tertiary-terlist {
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}

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

.c-snav-terlink::after,
.tertiary-terlink::after {
	right: 20px;
	height: 16px;
	opacity: 0;
	position: absolute;
	transition: opacity .25s,transform .25s,-webkit-transform .25s;
	width: 16px;
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%2349b0f2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E");
	top: calc(50% - 8px);
}

.c-snav-sublink[aria-current]:not([aria-expanded=true]),
.tertiary-sublink[aria-current]:not([aria-expanded=true]) {
	-webkit-box-shadow: inset 3px 0 0 0 #49b0f2;
	box-shadow: inset 3px 0 0 0 #49b0f2;
	color: #fff;
	background-color: #151515;
}

.tertiary-sublink[aria-current]:not([aria-expanded=true]) {
	background: none;
}

.c-snav-subscribe,
.tertiary-subscribe {
	background: #0079c1;
	padding: 10px 20px;
	margin: 0;
	display: block;
	font-size: 16px;
	line-height: 25px;
	outline-offset: -4px;
	color: #efefef;
	cursor: pointer;
	text-decoration: none!important;
}

@media screen and (min-width: 860px) {
	.c-snav-barrier {
		min-height: 60px;
	}

	.c-snav-container {
		display: flex;
		align-items: center;
	}
	.c-snav-title {
		padding: 0;
		font-size: 18px;
		overflow: visible;
	}

	.c-snav-menu-title {
		display: none;
	}

	.c-snav-sublist {
		display: flex;
		align-items: center;
	}

	.c-snav-submenu {
		display: flex;
		position: relative;
		height: 100%;
		width: auto;
		top: 0;
		background: none;
	}

	.c-snav-submenu-mobile {
		top: 0;
	}

	.c-snav-subscribe {
		background: #0079c1;
		padding: 10px 20px;
		margin: 0px 10px;
		display: block;
		font-size: 16px;
		line-height: 25px;
		outline-offset: -4px;
		color: #efefef;
		cursor: pointer;
		text-decoration: none!important;
	}

	.c-snav-subscribe:hover,
	.c-snav-sublink:hover {
		color: #FFFFFF;
	}

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

/* End of Sub Nav styling */

/* Start of Tertiary Additional Styling */

.tertiary {
	background: black;
	min-height: 40px;
	height: 40px;
	z-index: 999;
}

.tertiary-container {
	height: 100%;
	display: flex;
	align-items: center;
}

.tertiary-submenu {
	height: calc(100vh - 50px);
	overflow: hidden;
	background: black;
}

.tertiary-subitem {
	height: 100%;
	padding-right: 20px;
}

.tertiary-sublink {
	height: 100%;
	display: flex;
	align-items: center;
}

.tertiary-title,
.tertiary-mobile-title {
	width: auto;
}

.tertiary-title {
	display: none;
}
.tertiary-mobile-title {
	display: block;
}

@media screen and (min-width: 1200px) {
	.tertiary-mobile-title {
		display: none;
	}
	.tertiary-title {
		display: block;
	}

	.tertiary-menu {
		width: 100%;
	}
	.tertiary-title,
	.tertiary-mobile-title {
		padding: 15px 0px;
		font-size: 18px;
		min-width: 175px;
	}

	.tertiary-sublink {
		padding: 0;
		white-space: nowrap;
	}

	.tertiary-menu-title {
		display: none;
	}

	.tertiary-sublist {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
	}

	.tertiary-submenu {
		display: flex;
		position: relative;
		height: 100%;
		width: auto;
		top: 0;
		background: none;
		height: 40px;
	}

	.tertiary-subscribe {
		background: #0079c1;
		padding: 10px 20px;
		display: block;
		font-size: 16px;
		line-height: 25px;
		outline-offset: -4px;
		color: #efefef;
		cursor: pointer;
		text-decoration: none!important;
	}

	.tertiary-subscribe:hover,
	.tertiary-sublink:hover {
		color: #FFFFFF;
	}

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

/* End of Tertiary Additional Styling */


/*Article template - Backward compatability support.*/
.newsr-art-hero.has-img-bg {
	background-color: #000;
	background-position: 50% 50%;
	background-size: cover;
	height: 60vh;
	min-height: 339px;
	-webkit-transition: background-image 3s;
	transition: background-image 3s
}

@media screen and (max-width:480px) {
	.newsr-art-hero.has-img-bg {
		max-height: 645px
	}
}

.newsr-art-hero.has-gradient {
	min-width: 100%;
	height: 250px
}

@media screen and (min-width:860px) {
	.newsr-art-hero.has-gradient {
		height: 300px
	}
}

.newsr-art-hero.has-gradient.red_orange {
	background: #dd2901;
	background: -webkit-gradient(linear, left top, right top, from(#dd2901), to(#f9a845));
	background: linear-gradient(to right, #dd2901 0, #f9a845 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.newsr-art-hero.has-gradient.violet_light-violet {
	background: #3a1e61;
	background: -webkit-gradient(linear, left top, right top, from(#3a1e61), to(#940b45));
	background: linear-gradient(to right, #3a1e61 0, #940b45 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.newsr-art-hero.has-gradient.violet_red {
	background: #3a1e61;
	background: -webkit-gradient(linear, left top, right top, from(#3a1e61), to(#dd2901));
	background: linear-gradient(to right, #3a1e61 0, #dd2901 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.newsr-art-hero.has-gradient.violet_light-blue {
	background: #3a1e61;
	background: -webkit-gradient(linear, left top, right top, from(#3a1e61), to(#288fce));
	background: linear-gradient(to right, #3a1e61 0, #288fce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.newsr-art-hero.has-gradient.violet_pink {
	background: #3d1244;
	background: -webkit-gradient(linear, left top, right top, from(#3d1244), to(#df4ea6));
	background: linear-gradient(to right, #3d1244 0, #df4ea6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.newsr-art-hero.has-gradient.violet_pink {
	background: #3d1244;
	background: -webkit-gradient(linear, left top, right top, from(#3d1244), to(#df4ea6));
	background: linear-gradient(to right, #3d1244 0, #df4ea6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.newsr-art-hero.has-gradient.red_yellow {
	background: #dd2901;
	background: -webkit-gradient(linear, left top, right top, from(#dd2901), to(#f8e44d));
	background: linear-gradient(to right, #dd2901 0, #f8e44d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.newsr-art-hero.has-gradient.dark-blue_teal {
	background: #00304e;
	background: -webkit-gradient(linear, left top, right top, from(#00304e), to(#00b8b4));
	background: linear-gradient(to right, #00304e 0, #00b8b4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.newsr-art-hero.has-gradient.dark-blue_light-blue {
	background: #00304e;
	background: -webkit-gradient(linear, left top, right top, from(#00304e), to(#2890cd));
	background: linear-gradient(to right, #00304e 0, #2890cd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.newsr-art-hero.has-gradient.green_yellow {
	background: #1a6324;
	background: -webkit-gradient(linear, left top, right top, from(#1a6324), to(#f8e44e));
	background: linear-gradient(to right, #1a6324 0, #f8e44e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.newsr-art-hero.has-gradient.dark-green_green {
	background: #0d3f15;
	background: -webkit-gradient(linear, left top, right top, from(#0d3f15), to(#35ab46));
	background: linear-gradient(to right, #0d3f15 0, #35ab46 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.newsr-art-hero.has-gradient.brown_light-brown {
	background: #51320e;
	background: -webkit-gradient(linear, left top, right top, from(#51320e), to(#ac8a61));
	background: linear-gradient(to right, #51320e 0, #ac8a61 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.banner-gradient-nav {
	position: absolute;
	top: 400px;
	border: 1px solid #005e95;
	padding: 5px 5px 5px 100px;
	background-color: #005e95;
	overflow: visible;
	z-index: 10;
	-webkit-box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .42), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .42), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
	left: -315px;
	-webkit-transition: left 1s ease;
	transition: left 1s ease
}

.banner-gradient-nav:hover {
	left: 0
}

.banner-gradient-nav:after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 50%;
	background-color: #005e95;
	height: 100%;
	width: 100%;
	right: -15%;
	top: 0;
	z-index: -1;
	-webkit-box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .42), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .42), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.banner-gradient-nav div {
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px
}

.banner-gradient-nav div>span {
	font-size: 14px;
	line-height: 30px;
	display: block;
	padding-left: 20px;
	position: relative;
	margin-bottom: 2px
}

.banner-gradient-nav div>span:hover {
	background-color: #efefef;
	cursor: pointer
}

.banner-gradient-nav div>span.red_orange:after {
	background: #dd2901;
	background: -webkit-gradient(linear, left top, right top, from(#dd2901), to(#f9a845));
	background: linear-gradient(to right, #dd2901 0, #f9a845 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.banner-gradient-nav div>span.violet_light-violet:after {
	background: #3a1e61;
	background: -webkit-gradient(linear, left top, right top, from(#3a1e61), to(#940b45));
	background: linear-gradient(to right, #3a1e61 0, #940b45 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.banner-gradient-nav div>span.violet_red:after {
	background: #3a1e61;
	background: -webkit-gradient(linear, left top, right top, from(#3a1e61), to(#dd2901));
	background: linear-gradient(to right, #3a1e61 0, #dd2901 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.banner-gradient-nav div>span.violet_light-blue:after {
	background: #3a1e61;
	background: -webkit-gradient(linear, left top, right top, from(#3a1e61), to(#288fce));
	background: linear-gradient(to right, #3a1e61 0, #288fce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.banner-gradient-nav div>span.violet_pink:after {
	background: #3d1244;
	background: -webkit-gradient(linear, left top, right top, from(#3d1244), to(#df4ea6));
	background: linear-gradient(to right, #3d1244 0, #df4ea6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.banner-gradient-nav div>span.violet_pink:after {
	background: #3d1244;
	background: -webkit-gradient(linear, left top, right top, from(#3d1244), to(#df4ea6));
	background: linear-gradient(to right, #3d1244 0, #df4ea6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.banner-gradient-nav div>span.red_yellow:after {
	background: #dd2901;
	background: -webkit-gradient(linear, left top, right top, from(#dd2901), to(#f8e44d));
	background: linear-gradient(to right, #dd2901 0, #f8e44d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.banner-gradient-nav div>span.dark-blue_teal:after {
	background: #00304e;
	background: -webkit-gradient(linear, left top, right top, from(#00304e), to(#00b8b4));
	background: linear-gradient(to right, #00304e 0, #00b8b4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.banner-gradient-nav div>span.dark-blue_light-blue:after {
	background: #00304e;
	background: -webkit-gradient(linear, left top, right top, from(#00304e), to(#2890cd));
	background: linear-gradient(to right, #00304e 0, #2890cd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.banner-gradient-nav div>span.green_yellow:after {
	background: #1a6324;
	background: -webkit-gradient(linear, left top, right top, from(#1a6324), to(#f8e44e));
	background: linear-gradient(to right, #1a6324 0, #f8e44e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.banner-gradient-nav div>span.dark-green_green:after {
	background: #0d3f15;
	background: -webkit-gradient(linear, left top, right top, from(#0d3f15), to(#35ab46));
	background: linear-gradient(to right, #0d3f15 0, #35ab46 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.banner-gradient-nav div>span.brown_light-brown:after {
	background: #51320e;
	background: -webkit-gradient(linear, left top, right top, from(#51320e), to(#ac8a61));
	background: linear-gradient(to right, #51320e 0, #ac8a61 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$right-hex', endColorstr='$left-hex', GradientType=1)
}

.banner-gradient-nav div>span:last-child {
	padding-bottom: 0;
	margin-bottom: 0
}

.banner-gradient-nav div>span:first-child {
	padding-top: 0
}

.banner-gradient-nav div>span:after {
	content: '';
	display: inline-block;
	padding-left: 10px;
	height: 30px;
	width: 50px;
	vertical-align: middle;
	text-align: right;
	position: absolute;
	right: 10%
}

.newsr-art-heading {
	background-color: #fff;
	color: #4c4c4c;
	display: block;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 30px;
	position: relative;
	min-height: 120px
}

@media screen and (max-width:859px) {
	.newsr-art-heading {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: -120px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 30px
	}
}

@media screen and (max-width:1449px) and (min-width:860px) {
	.newsr-art-heading {
		margin-left: auto;
		margin-right: auto;
		margin-top: -110px;
		max-width: 705px;
		padding-left: 60.41667px;
		padding-right: 60.41667px;
		padding-top: 50px;
		width: 705px;
		min-height: 170px
	}
}

@media screen and (min-width:1450px) {
	.newsr-art-heading {
		margin-left: auto;
		margin-right: auto;
		margin-top: -100px;
		max-width: 946.66667px;
		padding-left: 60.41667px;
		padding-right: 60.41667px;
		padding-top: 50px;
		width: 946.66667px;
		min-height: 195px
	}
}

.newsr-art-heading--category {
	left: 0;
	top: -50px;
	letter-spacing: .1em;
	padding: 15px 20px;
	position: absolute;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, .8);
	color: #0079c1;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: none
}

.newsr-art-heading--logo {
	height: 50px;
	width: 200px;
	left: 0;
	top: -50px;
	padding: 0 20px;
	position: absolute;
	background-color: #4c4c4c
}

.newsr-art-heading--title {
	margin-bottom: 0;
	margin-top: 0;
	text-align: center
}

@media screen and (max-width:479px) {
	.newsr-art-heading--title {
		font-size: 30px;
		line-height: 36px
	}
}

.newsr-art-heading--byline {
	line-height: 20px;
	margin-top: 30px;
	-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 screen and (max-width:859px) {
	.newsr-art-heading--byline {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 15px;
		margin-top: 15px
	}
}

@media screen and (max-width:540px) {
	.newsr-art-heading--byline {
		text-align: left
	}
	.newsr-art-heading--byline .mobile-top {
		display: inline-block
	}
}

.newsr-art-heading--byline-image {
	height: 75px;
	width: 75px;
	border-radius: 50%;
	margin-right: 20px
}

@media screen and (max-width:540px) {
	.newsr-art-heading--byline-image {
		margin-bottom: 20px
	}
}

@media screen and (max-width:859px) {
	.newsr-art-heading--byline-image {
		height: 50px;
		width: 50px
	}
}

@media screen and (max-width:480px) {
	.newsr-art-heading--byline-content>* {
		display: block;
		padding-bottom: 5px;
		line-height: 1rem
	}
}

.newsr-art-heading--byline-content>div {
	display: block
}

@media screen and (min-width:1450px) {
	.newsr-art-heading--byline-content>div {
		display: inline-block
	}
}

@media screen and (max-width:1449px) {
	.newsr-art-heading--byline-content .byline-top {
		text-align: left;
		line-height: 1.55rem
	}
	.newsr-art-heading--byline-content .byline-top span:last-child {
		display: none
	}
}

@media screen and (max-width:480px) {
	.newsr-art-heading--byline-content .byline-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		line-height: 1.55rem
	}
}

.newsr-art-heading .n-article-byline-link,
.newsr-art-heading .newsr-art--byline-link {
	text-decoration: none
}

.newsr-art-heading .n-article-byline-link:hover,
.newsr-art-heading .newsr-art--byline-link:hover {
	text-decoration: none
}

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

.newsr-art-content table {
	border: none
}

.newsr-art-content table tbody {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

@media screen and (min-width:860px) and (max-width:1449px) {
	.newsr-art-content>div {
		margin-left: auto;
		margin-right: auto;
		max-width: 705px;
		padding-left: 60.41667px;
		padding-right: 60.41667px;
		width: 705px
	}
}

.newsr-art-content>div figure {
	max-width: 100%
}

.newsr-art-content>div>h2:not([class]),
.newsr-art-content>div>h3:not([class]),
.newsr-art-content>div>ol:not([class]),
.newsr-art-content>div>p:not([class]),
.newsr-art-content>div>ul:not([class]) {
	margin-bottom: 20px;
	margin-top: 10px
}

.newsr-art-content>div>ul:not([class]) {
	list-style-position: inside;
	padding-left: 40px
}

.newsr-art-content>div>ol:not([class]) {
	list-style-position: outside;
	padding-left: 100px!important
}

@media screen and (min-width:1450px) {
	.newsr-art-content>div>:not([class]) {
		margin-left: auto!important;
		margin-right: auto!important;
		max-width: 946.66667px;
		padding-left: 60.41667px;
		padding-right: 60.41667px;
		width: 946.66667px;
		display: block
	}
}

.newsr-art-content>div .authors-wrapper,
.newsr-art-content>div .n-article-tags,
.newsr-art-content>div .n-gallery,
.newsr-art-content>div .news-podcast,
.newsr-art-content>div .wp-block-code,
.newsr-art-content>div .wp-block-embed,
.newsr-art-content>div>div,
.newsr-art-content>div>figure,
.newsr-art-content>div>h2,
.newsr-art-content>div>h3,
.newsr-art-content>div>h4,
.newsr-art-content>div>h5,
.newsr-art-content>div>h6,
.newsr-art-content>div>p,
.newsr-art-content>div>section:not(.news-blockquote--quote),
.newsr-art-content>div>ul:not([class]) {
	margin-bottom: 20px;
	margin-top: 10px;
	display: block
}

@media screen and (min-width:1450px) {
	.newsr-art-content>div .authors-wrapper,
	.newsr-art-content>div .n-article-tags,
	.newsr-art-content>div .n-gallery,
	.newsr-art-content>div .news-podcast,
	.newsr-art-content>div .wp-block-code,
	.newsr-art-content>div .wp-block-embed,
	.newsr-art-content>div>div,
	.newsr-art-content>div>figure,
	.newsr-art-content>div>h2,
	.newsr-art-content>div>h3,
	.newsr-art-content>div>h4,
	.newsr-art-content>div>h5,
	.newsr-art-content>div>h6,
	.newsr-art-content>div>p,
	.newsr-art-content>div>section:not(.news-blockquote--quote),
	.newsr-art-content>div>ul:not([class]) {
		margin-left: auto;
		margin-right: auto;
		max-width: 825.83333px;
		width: 825.83333px
	}
}

.newsr-art-author {
	clear: both;
	min-height: 80px;
	padding-top: 30px;
	position: relative
}

.newsr-art-author:first-child {
	margin-top: 52px
}

.newsr-art-author:last-child {
	margin-bottom: 52px
}

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

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

@media screen and (min-width:860px) {
	.newsr-art-author--image {
		left: -95px;
		position: absolute;
		top: 30px
	}
}

.newsr-art-author--title {
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	margin: 0
}

.newsr-art-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%;
	background-repeat: no-repeat;
	background-size: 200% 1px;
	-webkit-transition: background-position .15s ease-in-out;
	transition: background-position .15s ease-in-out;
	color: #0079c1
}

.newsr-art-author--link:hover {
	background-position: 100% 100%;
	color: #005e95;
	text-decoration: none
}

.newsr-art-author--bio {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
	margin-top: 0
}

.authors-wrapper+.authors-wrapper {
	margin-top: -10px
}

.authors-wrapper+.authors-wrapper .newsr-art-author {
	padding-top: 0
}

.authors-wrapper+.authors-wrapper .newsr-art-author h2 {
	margin: 0
}

.newsr-art-content .newsr-aside+.authors-wrapper,
.newsr-art-content .newsr-image+.authors-wrapper {
	margin-top: 50px
}

@media screen and (min-width:1450px) {
	.newsr-art-content .newsr-image.newsr-image--end,
	.newsr-art-content .newsr-image.newsr-image--start {
		max-width: 580px!important
	}
}

@media (min-width:1450px) {
	[dir=ltr] .n-image--start,
	[dir=ltr] .n-sidebar--start,
	[dir=rtl] .n-image--end,
	[dir=rtl] .n-sidebar--end {
		margin-left: 0
	}
	[dir=ltr] .n-image--end,
	[dir=ltr] .n-sidebar--end,
	[dir=rtl] .n-image--start,
	[dir=rtl] .n-sidebar--start {
		margin-right: 0
	}
	[dir=ltr] .n-sidebar--start {
		margin-left: 0
	}
	[dir=rtl] .n-sidebar--start {
		margin-right: 0
	}
	[dir=ltr] .n-sidebar--end {
		margin-right: 0
	}
	[dir=rtl] .n-sidebar--end {
		margin-left: 0
	}
}

.news-blockquote--quote {
	color: #4c4c4c;
	position: relative;
	overflow: visible
}

.news-blockquote--quote {
	padding-left: 240.416px;
}

.news-blockquote--quote .news-blockquote-image--quote {
	position: absolute;
	margin-left: -239px;
	height: 190px;
	width: 190px;
}

@media screen and (min-width:461px) and (max-width:860px) {
	.news-blockquote--quote {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row
	}
	.news-blockquote--quote .news-blockquote-image--quote {
		margin-right: 40px
	}
}

@media screen and (min-width:861px) {
	.news-blockquote--quote {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

@media screen and (min-width:1450px) {
	.news-blockquote--quote {
		margin-left: auto!important;
		margin-right: auto!important;
		max-width: 946.66667px;
		padding-left: 60.41667px;
		padding-right: 60.41667px;
		width: 946.66667px
	}
	.news-blockquote--quote .news-blockquote-image--quote {
		position: absolute;
		margin-left: -310px!important;
		height: 270px;
		width: 270px
	}
}

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

	.news-blockquote--quote .news-blockquote-image--quote {
		position: initial;
		margin: 0;
	}

}

@media screen and (max-width: 861px) {
	.news-blockquote--quote {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-left: 0;
	}
	.news-blockquote--quote .news-blockquote-image--quote {
		position: initial;
		margin: 0 !important;
	}
}

.news-blockquote--quote .news-blockquote-block--quote {
	border-left: 0;
	padding-left: 0
}

@media (min-width:860px) {
	.news-blockquote--quote {
		margin-right: 0;
		margin-left: 0
	}
	.news-blockquote--quote blockquote p {
		font-size: 30px;
		line-height: 36px
	}
}

@media (max-width:859px) {
	.news-blockquote--quote blockquote p {
		font-size: 24px;
		line-height: 30px
	}
}


.news-blockquote--quote .news-blockquote-block--author {
	max-width: 60%;
	margin-top: 20px
}

.news-blockquote--quote .news-blockquote-block--author>span {
	display: block
}

.news-blockquote--quote .news-blockquote-block--author .divider {
	width: 50px;
	height: 3px;
	background-color: #0079c1;
	margin-bottom: 13px
}

.n-image.n-image--center .n-image-src {
	height: auto
}

@media screen and (max-width:859px) {
	.n-image.n-image--center .n-image-src {
		margin-left: auto;
		margin-right: auto;
		max-width: calc(95vw - 40px)
	}
}

@media screen and (min-width:860px) and (max-width:1449px) {
	.n-image.n-image--center .n-image-src {
		margin-left: auto;
		margin-right: auto;
		max-width: 584.16666px;
		width: 584.16666px;
		width: auto
	}
}

@media screen and (min-width:1450px) {
	.n-image.n-image--center .n-image-src {
		margin-left: auto;
		margin-right: auto;
		max-width: 825.83333px;
		width: auto
	}
}

@media (max-width:479px) {
	.n-image--end,
	.n-image--start {
		width: calc(100% - 40px);
		margin-left: auto;
		margin-right: auto
	}
}

.n-article-tags-link:hover {
	text-decoration: none
}

.newsr-storymap {
	display: block;
	height: auto;
	margin-bottom: 50px;
}

@media screen and (max-width:859px) {
	.newsr-storymap {
		margin-left: auto;
		margin-right: auto;
		max-width: calc(95vw - 40px);
		width: calc(95vw - 40px);
		height: 600px;
		max-height: 60vh
	}
}


@media screen and (min-width:860px) {
	.newsr-storymap {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: 584.16666px;
		width: 785.41667px;
		max-width: 51.45833vw;
		margin: 0;
		height: 600px;
		height: 328.59375px;
		width: 584.16667px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width:1450px) {
	.newsr-storymap {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: 785.41667px;
		max-width: 51.45833vw;
		margin: 0;
		height: 600px
	}
}

.newsr-art-content>div .authors-wrapper {
	margin-top: 50px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 32px;
	clear: both
}

.newsr-art-content>div .authors-wrapper h2 {
	text-transform: uppercase;
	margin: 0
}

.newsr-vertical-image .newsr-image_content {
	max-width: 520px;
	margin: 0 auto;
	display: block
}

.newsr-vertical-image .newsr-image_content img.newsr-image_src {
	width: auto;
	margin: 0 auto;
	display: block
}

.industries-content h1 {
	color: #151515
}

.industries-content .block-editor-quote blockquote {
	padding-left: 0;
	padding-top: 120px;
	background-size: 84px 84px;
	min-height: 84px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

@media screen and (min-width:480px) {
	.industries-content .block-editor-quote blockquote {
		padding-top: 134px
	}
}

@media screen and (min-width:860px) {
	.industries-content .block-editor-quote blockquote {
		padding-top: 0
	}
}

.industries-content .block-editor-quote blockquote .block-editor-pullquote-body {
	margin-left: 0;
	color: #151515;
	font-style: normal;
	font-size: 18px;
	line-height: 1.3875;
	font-weight: 600
}

@media screen and (min-width:480px) {
	.industries-content .block-editor-quote blockquote .block-editor-pullquote-body {
		font-size: 1.28779rem
	}
}

@media screen and (min-width:860px) {
	.industries-content .block-editor-quote blockquote .block-editor-pullquote-body {
		margin-left: 140px;
		font-size: 1rem;
		line-height: 1.5;
		font-weight: 400
	}
}

.industries-content .block-editor-quote blockquote .news-blockquote-block--author {
	margin-left: 0;
	max-width: 100%
}

@media screen and (min-width:860px) {
	.industries-content .block-editor-quote blockquote .news-blockquote-block--author {
		margin-left: 140px
	}
}

.industries-content .block-editor-quote blockquote .news-blockquote-block--author cite,
.industries-content .block-editor-quote blockquote .news-blockquote-block--author span {
	color: #151515;
	font-size: 14px;
	line-height: 1.5
}

.industries-content .single-quote p {
	margin-left: 0;
	color: #151515;
	font-style: normal;
	font-size: 18px;
	line-height: 1.3875;
	font-weight: 600
}

@media screen and (min-width:480px) {
	.industries-content .single-quote p {
		font-size: 26px
	}
}

@media screen and (min-width:860px) {
	.industries-content .single-quote p {
		margin-left: 140px
	}
}

.industries-content .wp-block-embed iframe,
.industries-content .wp-block-embed-youtube iframe {
	display: block;
	margin-left: auto;
	margin-right: auto
}

@media (min-width:1450px) {
	.industries-content .wp-block-embed iframe,
	.industries-content .wp-block-embed-youtube iframe {
		height: 464.53125px;
		width: 825.83333px
	}
}

@media (min-width:480px) and (max-width:1449px) {
	.industries-content .wp-block-embed iframe,
	.industries-content .wp-block-embed-youtube iframe {
		height: 328.59375px;
		width: 584.16667px
	}
}

@media (max-width:479px) {
	.industries-content .wp-block-embed iframe,
	.industries-content .wp-block-embed-youtube iframe {
		height: calc(56.25vw - 54px);
		width: calc(100vw - 54px)
	}
}

.industries-content .wp-block-embed iframe {
	display: block;
	margin-left: auto;
	margin-right: auto
}

@media (min-width:1450px) {
	.industries-content .wp-block-embed iframe {
		width: 825.83333px
	}
}

@media (min-width:480px) and (max-width:1449px) {
	.industries-content .wp-block-embed iframe {
		width: 584.16667px
	}
}

@media (max-width:479px) {
	.industries-content .wp-block-embed iframe {
		width: calc(100vw - 54px)
	}
}

.industries-content .wp-block-code {
	border-radius: 0;
	background: #323232
}

.industries-content code {
	border: none
}

.industries-content figcaption {
	font-size: 14px;
	line-height: 1.5;
	color: #4a4a4a;
	font-weight: 400;
	font-style: italic
}

.industries-content .prism-titlename {
	margin: 0;
	padding: 0;
	font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #fff;
	background-color: transparent
}

.industries-content .wp-block-code {
	padding-left: 20px
}

@media screen and (min-width:860px) {
	.industries-content .wp-block-code {
		padding-left: 3.8rem
	}
}

.industries-content .wp-block-code code {
	font-size: 14px
}

.industries-content audio {
	background: #f1f3f4
}

.industries-content .wp-block-gallery {
	display: none
}

.industries-content .gallery-sub-img {
	list-style: none;
	margin: auto;
	margin-top: 10px;
	padding: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100px;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.industries-content .gallery-sub-img li {
	float: left;
	width: 100px;
	overflow: hidden;
	position: relative;
	margin: 0 1px;
	height: 64.229px
}

.industries-content .gallery-sub-img li:hover {
	cursor: pointer
}

.industries-content .gallery-container {
	position: relative;
	text-align: center
}

.industries-content .gallery-main-img-container {
	position: relative
}

.industries-content .gallery-main-img::after,
.industries-content .gallery-thumbnail::after {
	display: block;
	content: "";
	padding-bottom: 56.25%
}

.industries-content .gallery-main-img,
.industries-content .gallery-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media screen and (max-width:540px) {
	.industries-content .gallery-thumbnail {
		height: 3px;
		border-top: solid #d4d4d4 3px
	}
	.industries-content .gallery-sub-img {
		width: 100%
	}
}

.industries-content .gallery-paddle-container {
	height: 100%;
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	padding: 0 5px
}

.industries-content .gallery-paddle-container>button {
	border-radius: 50%;
	height: 36px;
	width: 36px;
	background: rgba(255, 255, 255, .85);
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	color: rgba(0, 0, 0, .75);
	border: none
}

.industries-content #gallery-right-paddle {
	background-image: url(https://www.esri.com/en-us/industries/blog/wp-content/themes/arcgis_blog/placeholders/icon-caret-right.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center
}

.industries-content #gallery-left-paddle {
	background-image: url(https://www.esri.com/en-us/industries/blog/wp-content/themes/arcgis_blog/placeholders/icon-caret-left.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center
}

.industries-content .selected-thumbnail {
	border-top: #007ac2 solid 3px
}

.industries-content>div .authors-wrapper,
.industries-content>div .n-article-tags,
.industries-content>div .n-gallery,
.industries-content>div .news-podcast,
.industries-content>div .wp-block-code,
.industries-content>div>div,
.industries-content>div>figure,
.industries-content>div>h2,
.industries-content>div>h3,
.industries-content>div>h4,
.industries-content>div>h5,
.industries-content>div>h6,
.industries-content>div>p,
.industries-content>div>section:not(.news-blockquote--quote),
.industries-content>div>ul:not([class]) {
	margin-bottom: 40px;
	margin-top: 40px
}

.newsr-aside {
	background: #f8f8f8;
	-webkit-box-shadow: inset 0 0 0 1px #b4b4b4;
	box-shadow: inset 0 0 0 1px #b4b4b4;
	margin-bottom: 20px;
	color: #4c4c4c;
	margin-top: 20px
}

.wherenext .wn-article-content-container .newsr-aside_custom-content{
	padding: 25px;
}

@media (min-width:860px) {
	.wherenext .wn-article-content-container .newsr-aside_custom-content{
		padding: 45px;
	}
}

.wherenext .wn-article-content-container .newsr-aside_custom-content p{
	margin-bottom: 0;
}


@media (min-width:860px) {
	.newsr-aside {
		float: none;
		width: 483.3333px;
		max-width: 31.66667vw;
	}
}


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

	[dir=ltr] .newsr-aside.newsr-aside--start {
		float: left;
		margin-right: 20px !important;
		margin-left: 0 !important;
		margin-top: 0;
		/* width: 35%; */

		width: 785.41667px;
		max-width: 51.45833vw;
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: none;
	}
	[dir=rtl] .newsr-aside.newsr-aside--start {
		float: right;
		margin-left: 20px !important;
		margin-right: 0 !important;
		margin-top: 0;
		/* width: 35%; */

		width: 785.41667px;
		max-width: 51.45833vw;
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: none;
	}
	[dir=ltr] .newsr-aside.newsr-aside--end {
		float: right;
		margin-left: 20px !important;
		margin-right: 0 !important;
		margin-top: 0;
		/* width: 35%; */

		width: 785.41667px;
		max-width: 51.45833vw;
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: none;
	}
	[dir=rtl] .newsr-aside.newsr-aside--end {
		float: left;
		margin-right: 20px !important;
		margin-left: 0 !important;
		margin-top: 0;
		/* width: 35%; */

		width: 785.41667px;
		max-width: 51.45833vw;
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: none;
	}
	.newsr-aside.newsr-aside--center {
		margin-left: auto;
		margin-right: auto;
		float: none;
		width: 785.41667px;
		max-width: 51.45833vw;
		margin-left: 0;
		margin-right: 0;
	}

	[class*="column-"]:last-of-type:after {
		content: none;
	}
}

@media (min-width:1450px) {

	[dir=ltr] .newsr-aside.newsr-aside--start {
		float: left;
		margin-right: 30px !important;
		margin-left: -90px !important;
		margin-top: 0;
		width: 45%;
		max-width: 38.66667vw;
	}
	[dir=rtl] .newsr-aside.newsr-aside--start {
		float: right;
		margin-left: 30px !important;
		margin-right: 0 !important;
		margin-top: 0;
		width: 45%;
		max-width: 38.66667vw;
	}
	[dir=ltr] .newsr-aside.newsr-aside--end {
		float: right;
		margin-left: 30px !important;
		margin-right: 0 !important;
		margin-top: 0;
		width: 45%;
		max-width: 38.66667vw;
	}
	[dir=rtl] .newsr-aside.newsr-aside--end {
		float: left;
		margin-right: 30px !important;
		margin-left: -90px !important;
		margin-top: 0;
		width: 45%;
		max-width: 38.66667vw;
	}
	.newsr-aside.newsr-aside--center {
		margin-left: auto;
		margin-right: auto;
		float: none;
		width: 785.41667px;
		max-width: 51.45833vw;
	}

	[class*="column-"]:last-of-type:after {
		content: none;
	}
}


.newsr-aside_main-heading {
	font-size: 1.414rem;
	line-height: 1.55rem;
	font-weight: 400
}

@media screen and (max-width:859px) {
	.newsr-aside_main-heading {
		font-size: 1.33rem
	}
}

@media screen and (max-width:479px) {
	.newsr-aside_main-heading {
		font-size: 1.25rem
	}
}

.newsr-aside_section-title {
	font-size: 1rem;
	line-height: 1.55rem;
	font-weight: 400;
	font-style: italic
}

.newsr-aside_section-body {
	font-size: .9375rem;
	line-height: 1.55rem;
	font-weight: 300
}

.newsr-aside_section-body:last-child {
	margin-bottom: 0
}

.newsr-aside_section-body ol,
.newsr-aside_section-body ul {
	margin-left: 0
}

.newsr-aside_section-body ol:last-child,
.newsr-aside_section-body ul:last-child {
	margin-bottom: 0
}

.newsr-aside_section-body ol li,
.newsr-aside_section-body ul li {
	margin-left: 1.2rem;
	padding-left: .5rem
}

.newsr-aside_custom-content ol,
.newsr-aside_custom-content ul {
	margin-left: 0
}

.newsr-aside_custom-content ol:last-child,
.newsr-aside_custom-content ul:last-child {
	margin-bottom: 0
}

.newsr-aside_custom-content ol li,
.newsr-aside_custom-content ul li {
	margin-left: 1.2rem;
	padding-left: .5rem
}

.newsr-aside_section-list {
	margin-left: 0
}

.newsr-aside_section-list:last-child {
	margin-bottom: 0
}

.newsr-aside_section-list-item {
	margin-left: 1.2rem;
	padding-left: .5rem
}

.newsr-aside_image-reference {
	font-size: .9375rem;
	line-height: 1.55rem;
	font-weight: 300;
	font-style: italic
}

.newsr-aside_image-reference:last-child {
	margin-bottom: 0
}

.newsr-aside_code-block-wrapper {
	position: relative
}

.newsr-aside_code-block {
	background: #efefef;
	padding: 30px 30px 20px;
	overflow: auto;
	font-size: 14px;
	white-space: pre;
	overflow-x: auto;
	overflow-y: hidden;
	display: block;
	resize: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 1!important;
	margin: 0;
	outline: 0;
	font-family: Consolas, "Andale Mono", "Lucida Console", Monaco, monospace
}

.newsr-aside_code-block:focus {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.newsr-aside_code-copy {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
	border: none;
	outline: 0;
	background: #ccc
}

.newsr-aside_code-copy:hover {
	background: #a9a9a9
}

.newsr-aside_spotlight-image {
	margin-bottom: 20px;
	width: 140px;
	height: 140px
}

@media (min-width:480px) {
	.newsr-aside_spotlight-image {
		margin-bottom: 35px
	}
	[dir=ltr] .newsr-aside_spotlight-image {
		float: left;
		margin-right: 20px
	}
	[dir=rtl] .newsr-aside_spotlight-image {
		float: right;
		margin-left: 20px
	}
}

.newsr-aside_spotlight-title {
	font-size: 1rem;
	line-height: 1.55rem;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 1rem
}

.newsr-aside_spotlight-name {
	font-size: 1.414rem;
	line-height: 1.55rem;
	font-weight: 400
}

@media screen and (max-width:859px) {
	.newsr-aside_spotlight-name {
		font-size: 1.33rem
	}
}

@media screen and (max-width:479px) {
	.newsr-aside_spotlight-name {
		font-size: 1.25rem
	}
}

.newsr-aside_spotlight-body {
	clear: both;
	font-size: .9375rem;
	line-height: 1.55rem;
	font-weight: 300
}

.newsr-aside_spotlight-body:last-child {
	margin-bottom: 0
}

.newsr-image {
	margin-bottom: 20px;
	margin-top: 20px;
	color: #4c4c4c;
	padding: 0;
	max-width: 100%;
	width: 100%;
}

@media (min-width:860px) and (max-width:1449px) {
	.newsr-image {
		float: none;
		margin-left: auto!important;
		margin-right: auto!important;
		width: 100%;
		max-width: 100%;

		width: 785.41667px;
		max-width: 51.45833vw;
		margin: 0 !important;
	}
}

.newsr-image_caption {
	text-align: center;
	margin: 0 auto;
	font-style: normal
}

@media (min-width:860px) {
	.newsr-image_caption {
		max-width: 584.16667px
	}
}

.newsr-image_src {
	width: 100%
}

@media (min-width:1450px) {
	.newsr-image {
		width: 785.41667px;
		max-width: 51.45833vw;
	}

	[dir=ltr] .newsr-image--start,
	[dir=ltr] .newsr-image--start[class*=column-] {
		clear: left;
		float: left;
		margin-right: 20px;
		margin-left: 0;
	}
	[dir=rtl] .newsr-image--start,
	[dir=rtl] .newsr-image--start[class*=column-] {
		clear: right;
		float: right;
		margin-inline-end: 20px;
	}
}

@media (min-width:1450px) {
	[dir=ltr] .newsr-image--end,
	[dir=ltr] .newsr-image--end[class*=column-] {
		clear: right;
		float: right;
		margin-left: 20px;
		margin-right: 0;
	}
	[dir=rtl] .newsr-image--end,
	[dir=rtl] .newsr-image--end[class*=column-] {
		clear: left;
		float: left;
		margin-right: 20px;
		margin-left: 0;
	}
}

@media (min-width:1450px) {
	[dir=ltr] .newsr-image--center,
	[dir=ltr] .newsr-image--center[class*=column-] {
		clear: both!important;
		float: none
	}
}

.newsr-image--center .newsr-image_src,
.newsr-image--center[class*=column-] .newsr-image_src {
	max-width: 100%
}

@media (min-width:860px) {
	.newsr-image--center-start,
	.newsr-image--center-start[class*=column-] {
		width: 845.83333px;
		max-width: 55.41667vw
	}
}

@media (min-width:1450px) {
	.newsr-image--center-start,
	.newsr-image--center-start[class*=column-] {
		max-width: 946px;
		padding-left: 60.41667px;
		padding-right: 60.41667px
	}
	[dir=ltr] .newsr-image--center-start,
	[dir=ltr] .newsr-image--center-start[class*=column-] {
		clear: both;
		float: none;
		margin-left: calc((100% - 946px)/ 2);
		margin-inline-end: auto;
		width: auto
	}
}


[dir=ltr] .newsr-image--center-start .newsr-image_caption,
[dir=ltr] .newsr-image--center-start .newsr-image_content,
[dir=ltr] .newsr-image--center-start[class*=column-] .newsr-image_caption,
[dir=ltr] .newsr-image--center-start[class*=column-] .newsr-image_content {
	text-align: start
}

@media (min-width:860px) {
	.newsr-image--center-end,
	.newsr-image--center-end[class*=column-] {
		width: 845.83333px;
		max-width: 100%
	}
}

@media (min-width:1450px) {
	.newsr-image--center-end,
	.newsr-image--center-end[class*=column-] {
		max-width: 946px;
		padding-left: 60.41667px;
		padding-right: 60.41667px
	}
	[dir=ltr] .newsr-image--center-end,
	[dir=ltr] .newsr-image--center-end[class*=column-] {
		clear: both;
		float: none;
		margin-right: calc((100% - 946px)/ 2);
		margin-inline-start: auto;
		width: auto
	}
}

[dir=ltr] .newsr-image--center-end .newsr-image_caption,
[dir=ltr] .newsr-image--center-end .newsr-image_content,
[dir=ltr] .newsr-image--center-end[class*=column-] .newsr-image_caption,
[dir=ltr] .newsr-image--center-end[class*=column-] .newsr-image_content {
	text-align: start;
}

.in-article-form-dropdown,
.newsr-aside.form {
	background-color: #323232;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 70px!important;
	margin-bottom: 70px!important;
	position: relative;
	z-index: 0
}

.in-article-form-dropdown:after,
.newsr-aside.form:after {
	content: '';
	display: inline-block;
	background: url(../public/placeholders/components/newsroom/fed_components/article/forms/form-background-bottom-right.jpg) no-repeat bottom right;
	background-size: cover;
	width: 186px;
	height: 300px;
	position: absolute;
	right: 0;
	bottom: 0
}

.in-article-form-dropdown:before,
.newsr-aside.form:before {
	content: '';
	display: inline-block;
	background: url(../public/placeholders/components/newsroom/fed_components/article/forms/form-background-top-left.jpg) no-repeat top left;
	background-size: cover;
	width: 193px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0
}

.in-article-form-dropdown-heading,
.newsr-aside.form-heading {
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
	z-index: 1
}

.in-article-form-dropdown-copy,
.newsr-aside.form-copy {
	text-align: center;
	margin: 0 150px 30px;
	position: relative;
	z-index: 1
}

@media screen and (max-width:1449px) {
	.in-article-form-dropdown-copy,
	.newsr-aside.form-copy {
		margin: 0 80px 30px
	}
}

@media screen and (max-width:583px) {
	.in-article-form-dropdown-copy,
	.newsr-aside.form-copy {
		margin: 0 40px 30px
	}
}

.in-article-form-dropdown-footer,
.newsr-aside.form-footer {
	text-align: center;
	margin-bottom: 0;
	position: relative;
	z-index: 1
}

.in-article-form-dropdown-btn,
.newsr-aside.form-btn {
	-webkit-box-shadow: inset 0 0 0 1px transparent;
	box-shadow: inset 0 0 0 1px transparent;
	color: #49b0f2;
	border: thin solid #49b0f2;
	font-size: 1rem
}

.in-article-form-dropdown-btn:hover,
.newsr-aside.form-btn:hover {
	-webkit-box-shadow: inset 0 0 0 2px #74c6ff;
	box-shadow: inset 0 0 0 2px #74c6ff;
	color: #74c6ff!important
}

.in-article-form-dropdown-btn:after,
.newsr-aside.form-btn:after {
	display: none
}

.in-article-form-dropdown-btn.inactive,
.newsr-aside.form-btn.inactive {
	-webkit-box-shadow: inset 0 0 0 1px transparent;
	box-shadow: inset 0 0 0 1px transparent;
	color: #a9a9a9!important;
	border: thin solid #a9a9a9!important
}

.in-article-form-dropdown-form,
.newsr-aside.form-form {
	width: 65%;
	margin: 30px auto;
	position: relative;
	z-index: 1;
	margin-top: 0
}

.newsr-aside.form {
	padding-bottom: 0!important
}

.newsr-aside.form:after {
	display: none
}

.newsr-aside.form:before {
	background: url(../public/placeholders/components/newsroom/fed_components/article/forms/form-background-top-right.jpg) no-repeat top left!important;
	width: 180px;
	height: 170px;
	right: 0!important;
	top: 0!important;
	left: auto
}

.newsr-aside.form .in-article-form-dropdown-copy {
	text-align: center;
	margin: 0 40px 30px;
	position: relative;
	z-index: 1
}

@media screen and (max-width:1449px) {
	.newsr-aside.form .in-article-form-dropdown-copy {
		margin: 0 40px 30px
	}
}

.newsr-aside.form .in-article-form-dropdown-form {
	width: 100%;
	position: relative;
	z-index: 0
}

.newsr-aside.form iframe {
	min-height: 345px
}

.newsr-aside.form .newsr-aside_custom-content {
	position: relative;
	z-index: 9
}

.in-article-form-dropdown {
	min-height: 300px
}

@media screen and (min-width:860px) and (max-width:1156px) {
	.newsr-cards .block-group-4-up>.block {
		-ms-flex-preferred-size: calc(33.33333% - 1.5rem);
		flex-basis: calc(33.33333% - 1.5rem);
		width: calc(33.33333% - 1.5rem)
	}
}

.newsr-card {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: #ccc 1px solid
}

.newsr-card:not(.no-figure) .newsr-card--info {
	position: relative
}

@media screen and (max-width:860px) {
	.newsr-card {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.newsr-card.block-group-3-up>.block {
		-ms-flex-preferred-size: calc(33.33333% - 1.5rem);
		flex-basis: calc(33.33333% - 1.75rem);
		width: calc(33.33333% - 1.5rem)
	}
	.newsr-card.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-card:hover {
	border: #0079c1 1px solid;
	z-index: 1
}

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

.newsr-card:hover .newsr-card--cta:after {
	margin-left: .25em;
	opacity: 1
}

.newsr-card .newsr-card--figure {
	position: relative;
	overflow: hidden
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--figure {
		width: 150px;
		margin-right: 20px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
}

.newsr-card .newsr-card--caption {
	background: rgba(255, 255, 255, .92);
	color: #4c4c4c;
	font-style: normal;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	padding-top: .4rem;
	padding-bottom: 0;
	text-transform: uppercase;
	letter-spacing: .15rem
}

.newsr-card .newsr-card--caption-cat {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 86%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.newsr-card .newsr-card--caption-time {
	position: absolute;
	right: 0;
	width: 30%;
	display: inline-block;
	text-align: right;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (min-width:861px) and (max-width:1270px) {
	.newsr-card .newsr-card--caption {
		padding-left: 1rem
	}
	.newsr-card .newsr-card--caption-cat {
		max-width: 75%
	}
	.newsr-card .newsr-card--caption-time {
		width: 40%
	}
	.newsr-card .newsr-card--caption-time:before {
		content: ' ';
		display: inline-block;
		width: 10px;
		position: absolute;
		top: 0;
		height: 26px;
		left: -5px;
		background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#f0f0f0));
		background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #f0f0f0 100%)
	}
}

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

.newsr-card .newsr-card--mobile-cat {
	display: none
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--mobile-cat {
		display: block;
		text-transform: uppercase
	}
}

@media screen and (max-width:480px) {
	.newsr-card .newsr-card--mobile-cat {
		font-size: 3.5vw
	}
}

.newsr-card .newsr-card--link {
	position: absolute;
	bottom: 0
}

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

.newsr-card .newsr-card--img {
	background-color: #ccc;
	height: auto;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	width: 100%;
	display: block
}

.newsr-card .newsr-card--info {
	padding-bottom: 30px
}

@media screen and (max-width:479px) {
	.newsr-card .newsr-card--info {
		padding-left: 0;
		padding-right: 0
	}
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--info {
		margin: 15px 5px 0 0;
		width: 100%;
		min-height: auto;
		padding-bottom: 0
	}
}

@media screen and (min-width:861px) {
	.newsr-card .newsr-card--info:after {
		position: absolute;
		content: "";
		height: 40px;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
		bottom: 50px;
		left: 0;
		right: 0
	}
}

.newsr-card .newsr-card--cta {
	color: #0079c1;
	text-decoration: none!important
}

.newsr-card .newsr-card--cta: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;
	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;
	margin-left: -.25em
}

.newsr-card .newsr-card--cta[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;
	margin-top: 3px
}

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

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

.newsr-card .newsr-card--heading {
	margin-bottom: 8px;
	line-height: 1.8rem
}

@media screen and (max-width:479px) {
	.newsr-card .newsr-card--heading {
		font-size: 4vw;
		line-height: 5vw
	}
}

@media screen and (min-width:480px) and (max-width:860px) {
	.newsr-card .newsr-card--heading {
		font-size: 20px;
		line-height: 25px
	}
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--heading {
		color: #0079c1
	}
}

.newsr-card .newsr-card--byline {
	margin-bottom: 8px
}

.newsr-card .newsr-card--content {
	line-height: 1.4rem
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--content {
		height: auto;
		max-height: 0;
		opacity: 0;
		margin: .5rem 0;
		font-size: 14px;
		line-height: 20px;
		display: block;
		overflow: hidden;
		-webkit-transition: max-height .4s linear, opacity .35s ease;
		transition: max-height .4s linear, opacity .35s ease
	}
}

.newsr-card .newsr-card--toggle-summary {
	display: none
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--toggle-summary {
		display: block;
		border-top: 1px solid #e0e0e0;
		margin: .5rem 0;
		padding-top: .5rem;
		font-size: 14px;
		line-height: 20px;
		height: 30px
	}
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--show-summary {
		display: block;
		height: 20px
	}
	.newsr-card .newsr-card--show-summary:after {
		background-image: url(data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDogIzdDN0M3QzsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGNsYXNzPSJzdmctaWNvbiI+PHBhdGggZD0iTTI4IDl2NUwxNiAyNiA0IDE0VjlsMTIgMTJMMjggOXoiPjwvcGF0aD48L3N2Zz4=)
	}
}

@media screen and (max-width:480px) {
	.newsr-card .newsr-card--show-summary {
		font-size: 3.5vw
	}
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--hide-summary {
		display: none
	}
	.newsr-card .newsr-card--hide-summary:after {
		background-image: url(data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDogIzdDN0M3QzsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIGNsYXNzPSJzdmctaWNvbiI+PHBhdGggZD0iTTQgMjN2LTVMMTYgNmwxMiAxMnY1TDE2IDExIDQgMjN6Ii8+PC9zdmc+)
	}
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--hide-summary:after,
	.newsr-card .newsr-card--show-summary:after {
		display: inline-block;
		width: 12px;
		height: 10px;
		margin-left: 2px;
		content: "";
		background-size: 100%
	}
}

@media screen and (min-width:861px) {
	.newsr-card .newsr-card--info {
		height: 250px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
	.newsr-card .newsr-card--heading {
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	.newsr-card .newsr-card--byline {
		-ms-flex-negative: 1;
		flex-shrink: 1
	}
	.newsr-card .newsr-card--content {
		-ms-flex-negative: 2;
		flex-shrink: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}

@media screen and (max-width:860px) {
	.newsr-card .newsr-card--info.show-summary .newsr-card--content {
		max-height: 500px;
		visibility: visible;
		opacity: 1
	}
}

.newsr-card .newsr-card--info.show-summary .newsr-card--show-summary {
	display: none
}

.newsr-card .newsr-card--info.show-summary .newsr-card--hide-summary {
	display: block
}

.newsr-card--minimal .newsr-card--info {
	min-height: 165px
}

.newsr-card--minimal .newsr-card--content {
	margin-bottom: 0
}

@media screen and (max-width:479px) {
	.newsr-card.no-figure .newsr-card--info {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

@media screen and (min-width:860px) and (max-width:1270px) {
	.newsr-card.no-figure {
		padding-top: 40px
	}
	.newsr-card.no-figure .newsr-card--heading {
		line-height: 2rem;
		font-size: 1.3rem
	}
}

.newsr-card.no-figure .newsr-card--cat {
	margin-bottom: .8rem;
	text-transform: uppercase
}

@media screen and (min-width:861px) {
	.newsr-card.no-figure .newsr-card--info {
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
	.newsr-card.no-figure .newsr-card--figure {
		height: 32px
	}
}

@media screen and (min-width:861px) and (max-width:1270px) {
	.newsr-card:not(.no-figure) .newsr-card--content {
		line-height: 1.3rem;
		max-height: 68px;
		height: 68px
	}
}

@media screen and (max-width:1270px) {
	.newsr-card.no-figure .newsr-card--figure {
		display: none
	}
}

.newsr-related-art--title {
	letter-spacing: .075em;
	margin-bottom: 30px;
	margin-top: 60px;
	text-transform: uppercase
}

.newsr-inb {
	background-color: #f8f8f8;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 45px;
	padding-bottom: 45px;
	max-width: 100%
}

.newsr-inb .newsr-inb p {
	margin-bottom: 5px
}

.newsr-inb .newsr-inb--content {
	text-align: center
}

.newsr-inb .newsr-inb--figure {
	margin-bottom: 1rem
}

.newsr-inb .newsr-inb--cat {
	text-transform: uppercase;
	margin-bottom: .5rem
}

.newsr-inb .newsr-inb--cta,
.newsr-inb .newsr-inb--title {
	margin-bottom: 1rem
}

.newsr-inb .newsr-inb--pdf .icon-ui-documentation:before {
	font-size: 16px
}

.newsr-inb .newsr-inb--download-size {
	display: inline-block;
	color: #959595;
	vertical-align: top
}

.newsr-inb .newsr-inb--download {
	margin-bottom: 0
}

@media screen and (min-width:480px) and (max-width:640px) {
	.newsr-inb .newsr-inb--link {
		font-size: 2.8vw!important
	}
}

.newsr-inb .horizontal-img {
	width: 148px;
	height: 84px;
	min-width: 148px
}

.newsr-inb .vertical-img {
	width: 125px;
	min-width: 125px
}

.newsr-inb .mobile-long-text-btn {
	font-size: 4.3vw
}

@media screen and (min-width:480px) {
	.newsr-inb .mobile-long-text-btn {
		font-size: inherit
	}
}

.newsr-inb.no-download .newsr-inb--download {
	display: none
}

.newsr-inb.no-download .newsr-inb--cta {
	margin-bottom: 0
}

.newsr-inb.double .newsr-inb--wrapper {
	position: relative
}

.newsr-inb.double .newsr-inb--wrapper:first-child {
	margin-bottom: 45px;
	padding-bottom: 40px
}

.newsr-inb.double .newsr-inb--wrapper:first-child:after {
	content: "";
	background: #ccc;
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 100%
}

.newsr-inb.double .newsr-inb--wrapper .newsr-inb--cat {
	margin-bottom: 0;
	text-transform: uppercase
}

@media screen and (min-width:280px) {
	.newsr-inb {
		padding-top: 60px;
		padding-bottom: 60px
	}
	.newsr-inb .newsr-inb--wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.newsr-inb .newsr-inb--figure {
		margin-right: initial;
		margin-left: initial
	}
	.newsr-inb .newsr-inb--content {
		text-align: left;
		padding-left: 30px
	}
	.newsr-inb .newsr-inb .vertical-img {
		width: 148px;
		min-width: 148px
	}
}

@media screen and (min-width:480px) and (max-width:960px) {
	.newsr-inb .newsr-inb--figure {
		margin-bottom: 10px
	}
	.newsr-inb .newsr-inb--content {
		max-width: 400px;
		width: 59.5238vw
	}
	.newsr-inb .newsr-inb--wrapper {
		float: none;
		margin-left: auto;
		margin-right: auto;
		min-width: 95vw
	}
	.newsr-inb .horizontal-img {
		width: 220px;
		height: 124px;
		min-width: 220px
	}
	.newsr-inb .vertical-img {
		width: 220px;
		min-width: 220px;
		padding-left: 18.5px;
		padding-right: 18.5px
	}
	.newsr-inb.double .newsr-inb--wrapper {
		position: relative
	}
	.newsr-inb.double .newsr-inb--wrapper:first-child {
		margin-bottom: 60px;
		padding-bottom: 40px
	}
	.newsr-inb.double .newsr-inb--wrapper:first-child:after {
		content: "";
		background: #ccc;
		position: absolute;
		bottom: 0;
		height: 1px;
		width: 75%
	}
}

@media screen and (min-width:960px) {
	.newsr-inb .horizontal-img {
		width: 330px;
		height: 186px;
		min-width: 330px
	}
	.newsr-inb .vertical-img {
		width: 183px;
		height: 230px;
		min-width: 183px
	}
	.newsr-inb .newsr-inb--title {
		font-size: 1.2rem;
		line-height: 1.7rem
	}
	.newsr-inb .newsr-inb--figure {
		margin-bottom: 0
	}
	.newsr-inb.single .newsr-inb--wrapper {
		float: none;
		margin-left: auto;
		margin-right: auto
	}
	.newsr-inb.double .newsr-inb--wrapper {
		position: relative
	}
	.newsr-inb.double .newsr-inb--wrapper:first-child {
		margin-bottom: 0;
		padding-bottom: 0
	}
	.newsr-inb.double .newsr-inb--wrapper:first-child:after {
		content: "";
		background: #ccc;
		position: absolute;
		bottom: 20%;
		top: 5%;
		right: 0;
		height: 80%;
		width: 1px
	}
}

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

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

.n-gateway-share-control.-rss:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	margin: 0
}

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

.n-gateway-share-control.-rss:before {
	content: '';
	background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h\a 0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNOS41IDIyLj\aM1YTEuODQ5IDEuODQ5IDAgMSAxIDAtMy43IDEuODUgMS44NSAwIDAgMSAwIDMuN3pNOCAxMi45O\aTh2Mi4zOTdjMy42NDIgMCA2LjYwNiAyLjk2MyA2LjYwNiA2LjYwNGgyLjM5N2MuMDAxLTQuOTYy\aLTQuMDM5LTkuMDAxLTkuMDAzLTkuMDAxeiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xNy45IDE\ayLjEwMkExMy45MDggMTMuOTA4IDAgMCAwIDggOHYyLjM4YzMuMTA0IDAgNi4wMjEgMS4yMDkgOC\a 4yMTcgMy40MDRBMTEuNTQ0IDExLjU0NCAwIDAgMSAxOS42MiAyMkgyMmMwLTMuNzM5LTEuNDU2L\aTcuMjU0LTQuMS05Ljg5OHoiLz48L3N2Zz4=") 50% 50% no-repeat;
	background-size: contain
}

.n-gateway-share {
	margin-bottom: 100px;
	margin-top: 40px
}

.n-gateway-share-control {
	width: 40px;
	height: 40px;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear
}

.n-gateway-share-control:before {
	height: 21px;
	margin: 10px;
	width: 21px
}

.n-gateway-share.article {
	margin-bottom: 0;
	margin-top: 0
}

.n-gateway-share.article .n-gateway-share-control {
	width: 32px;
	height: 32px;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear
}

.n-gateway-share.article .n-gateway-share-control:before {
	height: 16px;
	margin: 8px;
	width: 16px
}

.n-gateway-share.article .n-gateway-share-control.-rss:before {
	height: 26px;
	margin: 3px;
	width: 26px
}

@media screen and (min-width:859px) {
	.n-gateway-share.article {
		display: none
	}
}

.newsr-subscription {
	background-color: #323232;
	color: #fff;
	text-align: center
}

.newsr-subscription--btn {
	padding: 25px 60px
}


/* Start of Author Headers styling */

.wn-author-header-title-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 40px;
	padding-bottom: 25px;
}

.wn-author-header-title {
	margin: 0;
	color: #151515;
}

.wn-author-header-title-container > a {
	margin-left: 20px;
	font-size: 11px;
	margin-top: 7px;
}

.wn-author-header-card,
.wn-premium-author-featured-card {
	margin-bottom: 60px;
}

.wn-author-header-card-heading {
	color: #151515;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 26px;
	font-size: 22px;

	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

.wn-author-header-card:last-child {
	margin-bottom: 0;
}

.wn-author-header-card-byline {
	margin: 15px 0px 0px 0px;
	font-size: 12px;
	color: #959595;
	line-height: 1rem;
}

.wn-author-article-container {
	border-bottom: #ccc solid 1px !important;
}

#wherenext-author-articles .grid-container:last-child .wn-author-article-container {
	border: none;
	margin-bottom: 0;
}

.wn-author-header-card-container {
	padding-bottom: 30px;
}

@media screen and (min-width: 860px) {
	.wn-author-header-title {
		font-size: 1.414rem;
		line-height: 1.55rem;
	}

	.wn-author-header-title-container a {
		font-size: 16px;
	}

	.wn-author-header-title-container {
		margin-top: 0px;
		margin-bottom: 48px;
		padding-bottom: 0px;
	}

	.wn-author-header-card-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-bottom: 0px;
	}

	.wn-author-header-card {
		max-width: 24%;
		margin-right: 1.325%;
	}

	.wn-premium-author-featured-card {
		max-width: 32.45%;
		margin-right: 1.325%;
	}

	.wn-author-header-card:nth-child(4n+4),
	.wn-premium-author-featured-card:nth-child(3n+3) {
		margin-right: 0%;
	}

	.wn-author-header-card:last-child {
		margin-bottom: 60px;
	}

	.wn-author-article-container {
		margin-top: 75px;
	}
}

/* End of Author Headers styling */

.wn-author-header-card-heading a {
	color: #151515;
	text-decoration: none;
	line-height: 1.8rem;
}

.wn-author-header-card-heading a:hover {
	color: #0079c1;
	cursor: pointer;
}

/* Start of Author Info styling */

.wn-author-info-container {
	display: flex;
	flex-direction: column;
}

.wn-author-image {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	margin: 40px auto;
}

.wn-author-name,
.wn-author-desc {
	color: #151515;
	margin: 0px;
}

.wn-line-break {
	width: 50px;
	height: 3px;
	background: #0061E2;
	margin: 15px 0px;
	border: none;
}

.wn-author-connect-controls {
	display: flex;
	justify-content: center;
	margin: 30px 0px;
}

.wn-author-connect-control {
	cursor: pointer;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-size: 40px;
	background-position: center;
	margin: 0px 8px;
}

.wn-author-connect-control:hover {
	background-color: #127CB3 !important;
}

@media screen and (min-width: 860px) {
	#wherenext-author-info {
		background: #f8f8f8;
	}

	#wherenext-author-info > .grid-container {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 240px;
		padding: 100px 0px;
	}

	.wn-author-info-container {
		flex-direction: row;
	}

	.wn-author-image {
		margin-right: 75px;
	}

	.wn-author-connect-controls {
		justify-content: flex-start;
		margin-top: 24px;
		margin-bottom: 0px;
	}

	.wn-author-connect-controls a:first-child {
		margin-left: 0px;
	}
}

/* End of Author Info styling */

/* Start of Author Show More styling */

.wn-show-more-container {
	text-align: center;
	margin: 50px auto;
}

#wherenext-author-show-more a {
	font-size: 11px;
}

@media screen and (min-width: 860px) {
	#wherenext-author-show-more a {
		font-size: 16px;
	}

	.wn-show-more-container {
		margin-top: 0px;
	}
}

/* End of Author Show More styling */

/* Start of Author Footer styling */

#author-page-footer {
	background: #202020;
	min-height: 300px;
	display: flex;
	align-items: center;
	color: #fff;
}

#author-page-footer .wn-connect-social-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#author-page-footer h3 {
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#author-page-footer p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

#author-page-footer .wn-social-container{
	display: flex;
	height: 45px;
	width: 100px;
	justify-content: space-between;
}

#author-page-footer .wn-social-container span{
	height: 45px;
	width: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#author-page-footer .wn-social-btn {
	height: 40px;
	min-width: 40px;
	border-radius: 50%;
}

#author-page-footer .wn-social-btn:hover {
	height: 45px;
	width: 45px;
}

#author-page-footer .wn-brief-and-social-container {
	min-height: min-content;
}

/* End of Author Footer styling */

/* Start of Premium Author styling */

#wherenext-premium-author {
	background: #f8f8f8;
}

.wn-premium-author-container {
	display: flex;
	flex-direction: column;
	padding-right:50px;
}

.wn-premium-author-img {
	width: 100%;
}

.wn-premium-author-img {
	background: url("https://www.esri.com/en-us/industries/blog/wp-content/uploads/2021/06/a-school-district-leads-the-way-card-image.png");
	height: 100%;
	width: 100vw;
	background-size: cover;
	height: 55vw;
}

.wn-premium-author-credentials,
.wn-premium-author-title,
.wn-premium-author-name {
	margin-top: 10px;
	margin-bottom: 0;
}

.wn-premium-author-name {
	color: #151515;
}

.wn-premium-author-credentials {
	color: #6a6a6a;
}

.wn-premium-author-title {
	color: #151515;
}

.wn-premium-author-btn {
	width: auto;
	text-align: center;
	color: #0058CD;
	border: #0058CD solid 1px;
	background: none;
	margin: auto;
	margin-bottom: 65px;
}

.wn-premium-author-text-container {
	width: auto;
	max-width: 95vw;
	margin: auto;
}

#wherenext-premium-author .wn-line-break {
	margin: 20px 0px;
}

#wherenext-premium-author .wn-departments-text {
	color: #4a4a4a;
	line-height: 1.55rem;
	padding: 0;
}

.wn-premium-author-name,
.wn-premium-author-title,
.wn-premium-author-credentials {
	max-width: 85%;
}

@media screen and (min-width: 860px) {
	#wherenext-premium-author {
		min-height: 600px;
		height: 600px;
		margin: auto;

		overflow: hidden;
		display: flex;
		/* flex-wrap: wrap; */
		overflow: hidden;
		position: relative;
		width: 100%;
	}

	#wherenext-premium-author img {
		order: 1;
		width: 50vw;
		position: absolute;
		height: auto;
		max-width: 50vw;
		display: block;
	}

	.wn-premium-author-img {
		position: absolute;
		max-width: 50vw;
		width: 50vw;
		height: 100%;
	}

	.wn-premium-author-img-container {
		height: auto;
		width: 100%;
		flex: 0 0 50%;
		max-width: 50%;
		position: relative;
		overflow: hidden;
		text-align: center;
		flex: 1 0 100%;
		padding: var(--space-20) var(--space-5);
		background-position: center;
		transition: all .25s ease-in-out;
		--bg-color: var(--calcite-ui-background);
		color: var(--calcite-ui-text-1);
	}

	.wn-premium-author-btn {
		margin-left: 0;
		margin-top: 35px;
		margin-bottom: 0px;
	}

	.wn-premium-author-header {
		margin-top: 100px;
		margin-bottom: 0;
	}

	.wn-premium-author-text-container {
		margin-left: 75px;
	}
}

/* End of Premium Author styling */