#masthead.home-hero {
	background: #0a3e52;
	height: 748px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

#masthead.home-hero:before,
#masthead.home-hero:after {
	display: none;
}

.home-hero__media {
	background-image: var(--home-hero-image);
	background-position: center;
	background-size: cover;
	inset: 0;
	position: absolute;
}

.home-hero__panel {
	height: auto;
	left: 0;
	position: absolute;
	top: 50px;
	width: 57.57%;
}

#masthead.home-hero header.home-hero__content {
	margin: 0;
	padding: 0;
	width: 100%;
}

#masthead.home-hero header.home-hero__content h1 {
	color: #fff;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 80px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 75px;
	margin: 0 0 47px;
}

#masthead.home-hero header.home-hero__content h1 span {
	display: block;
	white-space: nowrap;
}

#masthead.home-hero .home-hero__tag,
.image-credit-tag {
	align-items: center;
	background: #fff;
	color: #525457;
	display: flex;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	gap: 12px;
	height: 56px;
	margin: 0;
	padding: 10px 16px;
	position: absolute;
	width: 190px;
	z-index: 3;
}

#masthead.home-hero .home-hero__tag {
	bottom: auto;
	left: auto;
	right: 0;
	top: 50px;
}

.home-hero__tag i,
.image-credit-tag i {
	color: #8d9396;
	font-size: 15px;
	line-height: 1;
}

#masthead.home-hero .home-hero__tag span,
.image-credit-tag span {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.home-hero__tag strong,
.image-credit-tag strong,
.home-hero__tag em,
.image-credit-tag em {
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: .9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-hero__tag strong,
.image-credit-tag strong {
	font-size: 16px;
}

.home-hero__tag em,
.image-credit-tag em {
	font-size: 14px;
}

.home-quick-links {
	background: #f2f2f2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: -65px auto 78px;
	max-width: 1318px;
	position: relative;
	z-index: 4;
}

.home-quick-links__item {
	align-items: center;
	color: inherit;
	display: flex;
	gap: 16px;
	height: 128px;
	justify-content: center;
	min-width: 0;
	padding: 0 32px;
	position: relative;
	text-decoration: none;
}

.home-quick-links__item + .home-quick-links__item {
	border-left: 1px solid #e5e5e5;
}

.home-quick-links__image {
	background: #86888b;
	display: block;
	height: 94px;
	position: relative;
	width: 128px;
}

.home-quick-links__image img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.home-quick-links__arrow {
	align-items: center;
	background: #d60038;
	bottom: 0;
	color: #fff;
	display: flex;
	height: 27px;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 28px;
}

.home-quick-links__arrow i {
	color: #fff;
	font-size: 18px;
	line-height: 27px;
}

.home-quick-links__image.red-block:hover .home-quick-links__arrow i,
.home-quick-links__item:focus .home-quick-links__image.red-block .home-quick-links__arrow i {
	animation: arrowSlide .5s cubic-bezier(.52, .01, .16, 1) normal;
}

.home-quick-links__copy {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 4px;
	width: 212px;
}

.home-quick-links__copy strong,
.home-quick-links__copy em {
	font-style: normal;
	letter-spacing: 0;
}

.home-quick-links__copy strong {
	color: #245264;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}

.home-quick-links__copy em {
	color: #636363;
	font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
}

.home-prosperity {
	height: 700px;
	margin-bottom: 80px;
	position: relative;
}

.home-prosperity__copy {
	background: #fff;
	display: flex;
	gap: 32px;
	height: 570px;
	left: 7.15%;
	padding-top: 100px;
	position: absolute;
	top: 0;
	width: 52.7%;
	z-index: 2;
}

.home-prosperity__copy > span {
	background: #d60038;
	height: 112px;
	width: 8px;
}

.home-prosperity__copy h2 {
	color: #0a3e52;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 60px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 62px;
	margin: 0 0 42px;
	max-width: 565px;
}

.home-prosperity__copy p {
	color: #5a5a5a;
	font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0;
	max-width: 421px;
}

.home-prosperity__cta {
	align-items: center;
	background: #d60038;
	bottom: 0;
	color: #fff;
	display: flex;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	gap: 36px;
	height: 85px;
	justify-content: flex-end;
	left: 0;
	letter-spacing: 0;
	line-height: 1.5;
	padding-right: 56px;
	position: absolute;
	text-decoration: none;
	width: 100%;
	overflow: hidden;
	isolation: isolate;
}

.home-prosperity__cta::before {
	background: #0a3e52;
	content: "";
	inset: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: 100% 50%;
	transition: transform .35s cubic-bezier(.52, .01, .16, 1);
	z-index: 0;
}

.home-prosperity__cta:hover,
.home-prosperity__cta:focus {
	color: #fff;
	text-decoration: none;
}

.home-prosperity__cta:hover::before,
.home-prosperity__cta:focus::before {
	transform: scaleX(1);
}

.home-prosperity__cta span {
	position: relative;
	transition: transform .5s cubic-bezier(.52, .01, .16, 1);
	z-index: 1;
}

.home-prosperity__cta:hover span,
.home-prosperity__cta:focus span {
	transform: translateX(12px);
}

.home-prosperity__cta i {
	font-size: 28px;
	position: relative;
	transition: transform .35s cubic-bezier(.52, .01, .16, 1);
	z-index: 1;
}

.home-prosperity__cta:hover i,
.home-prosperity__cta:focus i {
	transform: translateX(-4px);
}

.home-prosperity__image {
	height: 700px;
	left: 28.8%;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 62.64%;
}

.home-prosperity__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.image-credit-tag {
	right: 0;
	top: 50px;
}

.home-entities {
	margin: 0 auto 90px;
	max-width: 1240px;
}

.home-entities header {
	margin-bottom: 90px;
	max-width: 395px;
}

.home-entities header p {
	color: #606060;
	font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .6px;
	line-height: 28px;
	margin: 0 0 32px;
	text-transform: uppercase;
}

.home-entities header h2 {
	color: #0a3e52;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 45px;
	margin: 0;
}

.home-entities__grid {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-entities__grid article {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: space-between;
	min-height: 197px;
	padding: 0 39px;
	position: relative;
	text-align: center;
}

.home-entities__grid article + article:before {
	background: #e5e5e5;
	content: "";
	height: 100%;
	left: -20px;
	position: absolute;
	top: 0;
	width: 1px;
}

.home-entities__grid img {
	height: 42px;
	max-width: 200px;
	object-fit: contain;
	width: 100%;
}

.home-entities__grid p {
	color: #5a5a5a;
	font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0;
}

#section-news.home-news {
	margin-top: -175px;
	padding: 0;
	position: relative;
	z-index: 0;
}

#section-news.home-news > .row {
	background: #f2f2f2;
	display: block;
	margin: 0 30px;
	padding: 210px 0 96px;
}

.home-news__inner {
	align-items: start;
	display: grid;
	gap: 49px;
	grid-template-columns: minmax(0, 731px) minmax(360px, 460px);
	margin: 0 auto;
	max-width: 1240px;
	width: calc(100% - 80px);
}

.home-news__feature {
	margin: 0;
}

.home-news__feature-media {
	background-color: #0a3e52;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: block;
	height: 518px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.home-news__feature-media:hover {
	color: #fff;
	text-decoration: none;
}

.home-news__feature-shade {
	background: linear-gradient(90deg, rgba(0, 0, 0, .56) 0%, rgba(0, 0, 0, .36) 58%, rgba(0, 0, 0, .08) 100%);
	inset: 0;
	position: absolute;
	z-index: 1;
}

.home-news__feature-content {
	bottom: 100px;
	display: block;
	left: 72px;
	max-width: 575px;
	position: absolute;
	right: 120px;
	z-index: 2;
}

.home-news__eyebrow {
	color: #fff;
	display: block;
	font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .6px;
	line-height: 18px;
	margin-bottom: 28px;
	padding-left: 20px;
	position: relative;
	text-transform: uppercase;
}

.home-news__eyebrow:before {
	background: #00acd7;
	border-radius: 999px;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 8px;
}

.home-news__eyebrow a,
.home-news__eyebrow a:hover {
	color: #fff;
	text-decoration: none;
}

.home-news__feature-title {
	color: #fff;
	display: block;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: .4px;
	line-height: 48px;
}

.home-news__arrow {
	align-items: center;
	background: #d8272f;
	bottom: 0;
	color: #fff;
	display: flex;
	height: 30px;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 30px;
	z-index: 3;
}

.home-news__arrow i {
	color: #fff;
	font-size: 18px;
	line-height: 1;
}

.home-news__arrow--large {
	height: 100px;
	width: 100px;
}

.home-news__arrow--large i {
	font-size: 28px;
}

.home-news__feature-media:hover .home-news__arrow i,
.home-news__feature-media:focus .home-news__arrow i,
.home-news__thumb:hover .home-news__arrow i,
.home-news__thumb:focus .home-news__arrow i {
	animation: arrowSlide .5s cubic-bezier(.52, .01, .16, 1) normal;
}

.home-news__more:hover i {
	transform: translateX(4px);
}

.home-news__latest {
	padding-top: 0;
}

.home-news__header {
	margin: 0 0 48px;
}

.home-news__header p {
	align-items: center;
	color: #606060;
	display: inline-flex;
	font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 48px;
	letter-spacing: .6px;
	line-height: 28px;
	margin: 0 0 10px;
	padding: 10px;
	text-transform: uppercase;
}

.home-news__header h2 {
	color: #0a3e52;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: .4px;
	line-height: 48px;
	margin: 0;
	padding-left: 10px;
}

.home-news__list article {
	align-items: center;
	border-bottom: 1px solid #d8d8d8;
	display: grid;
	gap: 30px;
	grid-template-columns: 100px minmax(0, 1fr);
	margin: 0;
	padding: 0 0 36px;
}

.home-news__list article + article {
	padding-top: 36px;
}

.home-news__thumb {
	background: #d8d8d8;
	display: block;
	height: 90px;
	overflow: hidden;
	position: relative;
	width: 100px;
}

.home-news__thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.home-news__list h3 {
	font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 22px;
	margin: 0 0 8px;
}

.home-news__list h3 a {
	color: #0a3e52;
	text-decoration: none;
}

.home-news__list h3 a:hover {
	color: #00acd7;
	text-decoration: none;
}

.home-news__list time {
	color: #606060;
	display: block;
	font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 18px;
}

.home-news__more,
.home-news__more:hover {
	align-items: center;
	color: #124458;
	display: inline-flex;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	gap: 8px;
	letter-spacing: .16px;
	line-height: 24px;
	margin-top: 38px;
	padding-left: 10px;
	text-decoration: none;
}

.home-news__more i {
	font-size: 24px;
	line-height: 1;
	transition: transform .35s cubic-bezier(.52, .01, .16, 1);
}

#section-events {
	margin: 0 auto 105px;
}

@media (max-width: 1439.98px) {
	.home-hero__panel {
		width: 64%;
	}

	#masthead.home-hero header.home-hero__content {
		width: 100%;
	}

	#masthead.home-hero header.home-hero__content h1 {
		font-size: 72px;
		line-height: 68px;
	}

}

@media (max-width: 1279.98px) {
	.home-hero__panel {
		width: 70%;
	}

	#masthead.home-hero header.home-hero__content {
		width: 100%;
	}

	#masthead.home-hero header.home-hero__content h1 {
		font-size: 68px;
		line-height: 64px;
	}
}

@media (max-width: 1199.98px) {
	.home-hero__panel {
		width: 78%;
	}

	#masthead.home-hero header.home-hero__content {
		width: 100%;
	}

	#masthead.home-hero header.home-hero__content h1 {
		font-size: 68px;
		line-height: 64px;
	}

	.home-quick-links,
	.home-entities {
		margin-left: 30px;
		margin-right: 30px;
	}

	.home-news__inner {
		gap: 42px;
		grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
	}

	.home-quick-links__item {
		padding: 0 18px;
	}

	.home-prosperity__copy {
		left: 30px;
		width: 58%;
	}

	.home-prosperity__image {
		left: 38%;
		width: calc(100% - 60px - 38%);
	}
}

@media (max-width: 991.98px) {
	#masthead.home-hero {
		height: 620px;
	}

	.home-hero__panel {
		height: auto;
		width: 90%;
	}

	#masthead.home-hero header.home-hero__content {
		width: 100%;
	}

	#masthead.home-hero header.home-hero__content h1 {
		font-size: 52px;
		line-height: 52px;
		max-width: 620px;
	}

	#masthead.home-hero .home-hero__tag {
		top: auto;
		bottom: 24px;
	}

	.home-quick-links {
		grid-template-columns: 1fr;
		margin-bottom: 36px;
		margin-top: 0;
	}

	.home-quick-links__item + .home-quick-links__item {
		border-left: 0;
		border-top: 1px solid #e5e5e5;
	}

	.home-prosperity {
		height: auto;
		margin: 0 30px 70px;
	}

	.home-prosperity__copy,
	.home-prosperity__image {
		left: auto;
		position: relative;
		width: 100%;
	}

	.home-prosperity__copy {
		height: auto;
		padding: 60px 0 120px;
	}

	.home-prosperity__image {
		height: 430px;
	}

	.home-entities__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#section-news.home-news {
		margin-top: 0;
	}

	#section-news.home-news > .row {
		margin: 0 30px;
		padding: 72px 0;
	}

	.home-news__inner {
		gap: 46px;
		grid-template-columns: 1fr;
		max-width: 720px;
	}

	.home-news__latest {
		display: contents;
	}

	.home-news__header {
		margin-bottom: 0;
		order: 1;
	}

	.home-news__feature {
		order: 2;
	}

	.home-news__list {
		order: 3;
	}

	.home-news__more {
		order: 4;
	}

	.home-entities__grid article:nth-child(3):before {
		display: none;
	}
}

@media (max-width: 767.98px) {
	#masthead.home-hero {
		height: 520px;
	}

	.home-hero__media {
		background-position: 58% center;
	}

	.home-hero__panel {
		height: auto;
		top: 32px;
		width: 100%;
	}

	#masthead.home-hero header.home-hero__content {
		width: 100%;
	}

	#masthead.home-hero header.home-hero__content h1 {
		font-size: 42px;
		line-height: 44px;
		margin-bottom: 30px;
		max-width: 360px;
	}

	#masthead.home-hero .home-hero__tag {
		bottom: auto;
		height: 44px;
		padding: 7px 12px;
		right: 0;
		top: 20px;
		width: 176px;
	}

	.home-hero__tag strong,
	.image-credit-tag strong {
		font-size: 13px;
	}

	.home-hero__tag em,
	.image-credit-tag em {
		font-size: 12px;
	}

	.home-quick-links,
	.home-entities {
		margin-left: 0;
		margin-right: 0;
	}

	.home-quick-links__item {
		gap: 20px;
		justify-content: flex-start;
		padding: 20px;
	}

	.home-quick-links__image {
		flex: 0 0 118px;
		height: 87px;
		width: 118px;
	}

	.home-quick-links__arrow {
		height: 30px;
		width: 30px;
	}

	.home-quick-links__arrow i {
		font-size: 16px;
		line-height: 30px;
	}

	.home-quick-links__copy {
		flex: 1 1 0;
		min-width: 0;
		width: auto;
	}

	.home-prosperity {
		margin-bottom: 45px;
		margin-left: 24px;
		margin-right: 24px;
	}

	.home-prosperity__copy {
		gap: 18px;
		padding-top: 36px;
	}

	.home-prosperity__copy h2 {
		font-size: 38px;
		line-height: 42px;
	}

	.home-prosperity__copy p {
		font-size: 15px;
		line-height: 26px;
	}

	.home-prosperity__cta {
		font-size: 18px;
		justify-content: flex-start;
		padding-left: 26px;
	}

	.home-prosperity__image {
		height: 320px;
	}

	.home-entities {
		margin-bottom: 45px;
		padding: 0 24px;
	}

	.home-entities header {
		margin-bottom: 45px;
	}

	.home-entities header h2 {
		font-size: 32px;
		line-height: 36px;
	}

	.home-entities__grid {
		grid-template-columns: 1fr;
	}

	.home-entities__grid article {
		border-top: 1px solid #e5e5e5;
		padding: 34px 0;
	}

	.home-entities__grid article:before {
		display: none;
	}

	#section-news.home-news > .row {
		margin: 0;
		padding: 54px 24px;
	}

	.home-news__inner {
		width: 100%;
	}

	.home-news__feature-media {
		height: 420px;
	}

	.home-news__feature-content {
		bottom: 86px;
		left: 30px;
		right: 88px;
	}

	.home-news__eyebrow {
		font-size: 11px;
		line-height: 16px;
		margin-bottom: 18px;
	}

	.home-news__feature-title,
	.home-news__header h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.home-news__arrow--large {
		height: 72px;
		width: 72px;
	}

	.home-news__header {
		margin-bottom: 0;
	}

	.home-news__list article {
		gap: 18px;
		grid-template-columns: 88px minmax(0, 1fr);
		padding-bottom: 28px;
	}

	.home-news__list article + article {
		padding-top: 28px;
	}

	.home-news__thumb {
		height: 78px;
		width: 88px;
	}

	.home-news__list h3 {
		font-size: 15px;
		line-height: 21px;
	}
}

@media (max-width: 479.98px) {
	.home-news__feature-media {
		height: 360px;
	}

	.home-news__feature-content {
		bottom: 72px;
		left: 22px;
		right: 22px;
	}

	.home-news__feature-title,
	.home-news__header h2 {
		font-size: 28px;
		line-height: 34px;
	}

	.home-news__list article {
		align-items: start;
		grid-template-columns: 1fr;
	}
}

#section-subscribe .subscribe-info > div > a:hover,
#section-subscribe .subscribe-info > div > a:focus,
#section-subscribe .subscribe-info > div > a:hover i,
#section-subscribe .subscribe-info > div > a:focus i {
	color: #0a3e52;
}
