/* BEGIN BASE */
html, body {
	margin: 0;
	padding: 0;
	font: 14px/22px "Lato", Arial, sans-serif;
	color: #2a2a2a;
	background-color: #f7f7f7;
	background-color: #f7fbfc;
	/*background-color: #fcfcfb;*/
}

body.accessible-large-text-size {
	font-size: 18px;
	line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 1.35em;
}

h1 {
	margin: 4px 0/* 0*/;
	line-height: 1.25em;
}

p {
	margin: 7px 0;
	padding: 2px 0;
}

p.padded {
	margin: 15px 0;
}

address {
	font-style: normal;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.show-bullets {
	list-style-type: initial;
	padding-left: 1rem;
}

li {
	line-height: 1.55em;
}

nav ul li {
	display: inline-block;
}

nav ul a {
	text-decoration: none;
}

.page-content ul {
	margin-top: 3px;
}

.page-content li {
	margin-bottom: 3px;
/*	line-height: 1.65em;*/
	line-height: 1.45em;
	padding: 2px 0;
}


dt {
	margin: 11px 0 0;
}

dd {
	margin-inline-start: 11px;
}

a {
	color: #345c97;
}

.dark a, a.dark {
	color: #e0e0e0;
}

hr {
	border: 1px solid #e9e9e9;
}

iframe {
	border-radius: 2px;
}

.bold {
	font-weight: bold;
}

.no-select {
	user-select: none;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-right {
	margin-right: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-margin-left {
	margin-left: 0 !important;
}

.no-margin, * .no-margin, .page-content .no-margin {
	margin: 0 !important;
}

/* END BASE */

/* BEGIN LAYOUT */
.triple-grid-layout, .triple-grid-layout-desktop,
.double-grid-layout, .double-grid-layout-desktop {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-count: 3;
	gap: 4px;
	align-items: start;
	justify-items: start;
	justify-content: start;
	align-content: space-evenly;
	line-height: 1.25em;
}

.double-grid-layout, .double-grid-layout-desktop {
	grid-template-columns: repeat(2, 1fr);
	column-count: 2;
}

ul.triple-grid-layout, ul.triple-grid-layout-desktop {
	padding: 0 11px 0 1.25rem;
	list-style-type: initial;
}

ul.triple-grid-layout li, ul.triple-grid-layout-desktop li {
	break-inside: avoid;
	page-break-inside: avoid;
	margin-right: 20px;
}

.flex-layout {
	display: flex;
}

.flex-layout.align-top, .flex-layout-desktop.align-top {
	align-items: flex-start;
}

.flex-layout.align-middle, .flex-layout-desktop.align-middle {
	align-items: center;
}

.flex-layout.align-bottom, .flex-layout-desktop.align-bottom {
	align-items: flex-end;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-layout.padded > *, .flex-layout > *.padded {
	margin-right: 3%;
}

.flex-layout.padded > *:last-child {
	margin-right: 0;
}

.full-flex {
	flex: 1;
}

.half-flex {
	flex: 0.5;
}

.third-flex {
	flex: 0.33;
}

.quarter-flex {
	flex: 0.25;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.larger-text {
	line-height: 1.45em;
	line-height: 1.5em;
	font-size: 1.1em;
}

.larger-text p {
	line-height: inherit;
}

.page-width {
	margin: auto;
	padding: 0 11px;
	width: 1175px;
	max-width: 89%;
}

.page-header {
	flex-direction: row;
	align-items: center;
	line-height: 84px;
}

.page-top {
	background-color: #fcfcfc;
	border-bottom: 5px solid #626466;
}

.page-content {
	margin-top: 32px;
}

.primary-logo {
	padding: 11px 0;
	width: 244px;
	height: 62px;
	vertical-align: middle;
	background: url("/resources/img/Primary Logo.png") center center no-repeat;
	background-size: contain;
	border-radius: 5px;
}

.page-navigation {
	position: relative;
	margin: 0 auto;
	padding-top: 14px;
	padding-bottom: 12px;
	border-top: 1px solid #cad7c9;
}

.page-navigation nav {
	width: 100%;
}

.page-navigation a {
	display: inline-block;
	margin: 3px 18px 3px 0;
	padding: 2px 0;
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
	font-size: 1em;
	text-transform: uppercase;
	font-optical-sizing: auto;
	color: #333;
}

.page-navigation a:hover {
	color: #127309;
}

.page-navigation a.active {
	text-decoration: underline;
	text-underline-position: under;
	text-decoration-thickness: from-font;
	color: #114e0b;
}

.page-navigation h4 {
	line-height: 1.55em;
}

.page-navigation .dropdown > a:after {
	display: inline-block;
	content: "";
	margin-left: 5px;
	width: 17px;
	height: 17px;
	vertical-align: sub;
	background: url("/resources/img/Chevron Icon.png") center center no-repeat;
}

.page-navigation .dropdown a + * {
	z-index: 100;
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	padding: 11px 0 22px;
	width: 100%;
	border-radius: 2px;
	background-color: #fcfcfc;
}

.page-navigation .dropdown:hover a + * {
	display: block;
}

.page-navigation .dropdown .flex-layout {
	padding: 0 15px;
}

.page-navigation .dropdown li {
	min-width: 220px;
	vertical-align: top;
}

.page-navigation .dropdown a + *:before {
	display: block;
	content: "";
	margin: auto auto 11px;
	width: 97%;
	height: 1px;
	background-color: #d0d0d0;
}

.page-navigation .dropdown a + * a {
	padding: 15px;
	text-transform: none;
}

.page-footer {
	margin-top: 50px;
	color: #e0e0e0;
	background-color: #203d6a;
}

.page-footer-content {
	padding-top: 24px;
	color: #d4d4d4;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
}

.page-footer li {
	line-height: 1.45em;
	padding: 3px 0;
}

.page-footer-content:last-child {
	justify-content: flex-start;
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #2e599b;
}

.page-footer-content > section {
	flex: 1;
	margin: 0 35px 25px 0;
	min-width: 150px;
}

.footer-logo {
	display: inline-block;
	margin: 0 auto 11px;
	width: 42px;
}

.page-footer .copyright-info-text {
	flex: auto;
	text-align: right;
}

.page-footer h2 {
	margin: 17px 0 15px;
	font-weight: normal;
	color: #bfc5ce;
}

.page-footer h3 {
	color: #e0e0e0;
}

.page-footer a {
	text-decoration: none;
	/*color: #e0ebff;*/
}

.page-footer a:hover {
	text-decoration: underline;
}

.page-footer-content .sub-footer-link {
	margin-right: 35px;
	white-space: nowrap;
}

.page-top p, .page-footer p {
	line-height: 1.35em;
}

.hero-section {
	position: relative;
	min-height: 450px;
	color: #efefef;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.hero-section > * {
	position: relative;
	z-index: 2;
}

.hero-section.background-darken:after {
	z-index: 1;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #171719;
	opacity: 0.78;
}

.hero-section .attribution-text {
	position: relative;
	padding: 0 11px;
	user-select: none;
	text-align: right;
	font-size: 0.8em;
	color: #8a8a8a;
}

.hero-section .attribution-text a {
	color: #999;
}

a.button {
	display: inline-block;
	/*margin: auto 25px;*/
	margin: auto 5px;
	padding: 8px 11px;
	white-space: nowrap;
	text-decoration: none;
	font-size: 0.925em;
	color: #f7f7f7;
	background-color: #345c97;
	border: 1px solid #345c97;
	border-radius: 3px;
}

a.button.outline-style {
	color: #345c97;
	background-color: transparent;
	border: 1px solid #345c97;
}

a.button.primary, a.button.primary-inverse, a.button.secondary-inverse {
	user-select: none;
	line-height: 1.25em;
	font-weight: bold;
}

a.button.primary {}

a.button.primary:hover {
	background-color: #4571b2;
	border-color: #4571b2;
}

a.button.primary-inverse {
	color: #345c97;
	background-color: transparent;
	border: 1px solid #345c97;
}

a.button.primary-inverse:hover {
	text-decoration: underline;
	color: #4571b2;
	border-color: #4571b2;
}

a.button.secondary-inverse {
	color: #296a23;
	background-color: transparent;
	border: 1px solid #34792d;
}

a.button.secondary-inverse:hover {
	text-decoration: underline;

}

a.extern-link:after {
	display: inline-block;
	content: "";
	margin-left: 5px;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	background: url("/resources/img/Etern Link Icon.png") center center no-repeat;
	background-size: contain;
}

.dark a.extern-link:after, a.extern-link.dark:after {
	background-image: url("/resources/img/Etern Link Dark Icon.png");
}

.aspect-ratio-16-9 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.aspect-ratio-16-9 > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 568px) {
	.triple-grid-layout-desktop, .double-grid-layout-desktop {
		display: revert;
		column-count: 1;
	}

	.flex-layout-desktop {
		display: revert;
	}

	.flex-layout-desktop > *:not(:last-child) {
		margin-bottom: 11px;
	}

	.block-layout-mobile {
		display: block;
	}

	.inline-block-layout-mobile {
		display: inline-block;
	}

	.page-header {
		display: block;
		margin: 0 auto;
		padding: 11px 0;
		line-height: 2.5em;
		font-size: 0.9em;
	}

	.page-navigation nav {
		margin-bottom: 4px;
	}

	.page-navigation li {
		display: block;
	}

	.page-navigation .dropdown a + * {
		position: relative;
		top: 0;
		padding: 0;
	}

	.page-navigation .dropdown a + *:before {
		display: none;
	}

	.page-navigation .dropdown a + *:after {
		display: block;
		content: "";
		margin: auto auto 11px;
		width: 97%;
		height: 1px;
		background-color: #d0d0d0;
	}

	.page-navigation .dropdown .flex-layout {
		padding: 0;
	}

	.page-footer .copyright-info-text {
		margin-top: 11px;
		line-height: 1.35em;
		text-align: left;
	}
}

@media screen and (min-width: 569px) {
	.flex-layout-desktop {
		display: flex;
	}

	.flex-layout-desktop.padded > *, .flex-layout-desktop > *.padded {
		margin-right: 3%;
	}

	.flex-layout-desktop.padded > *:last-child {
		margin-right: 0;
	}

	.not-padded-desktop, .padded.not-padded-desktop, .padded .not-padded-desktop {
		margin: 0 !important;
	}

	.not-padded-top-desktop, .padded.not-padded-top-desktop, .padded .not-padded-top-desktop {
		margin-top: 0 !important;
	}

	.hidden-desktop {
		display: none;
	}
}
/* END LAYOUT */

.section {
	/*margin-bottom: 51px;*/
	margin: 20px 5px;
}

h2.section-heading {
	margin: 20px 0 9px;
	color: #333;
	color: #2e3033;
}

h3.section-heading {
	margin: 15px 0 3px;
	color: #333;
	/*color: #2e3033;*/
}

/* BEGIN COMPONENTS */
.info-box {
	display: flex;
	margin: 15px 2px;
	padding: 15px 32px 15px 15px;
	width: fit-content;
	max-width: 650px;
	align-items: center;
	background: #e9e1d2;
	border-radius: 2px;
}

.info-box.less-padding {
	padding: 11px 20px 11px 10px;
}

.info-box:before {
	display: inline-block;
	content: "i";
	margin: 0 19px 0 8px;
	padding: 0 9px;
	height: min-content;
	color: #999;
	border: 1px solid #999;
	border-radius: 50%;
}

.info-box.less-padding:before {
	margin-right: 15px;
}

.nav-search-button {
	line-height: 1.35em;
	display: inline-block;
	margin-left: 9px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none; color: #626466;
	border-radius: 2px;
}

.nav-search-button img {
	height: 17px;
	vertical-align: middle;
}

.nav-search-button span {
	display: block;
	font-size: 0.8em;
	text-align: center;
}

.video-listing {
	/*min-width: 250px;*/
	min-width: 240px;
	max-width: 20%;
	margin: 7px 11px 9px 0;
	flex: .2;
}

.video-listing h3 {
	margin: 7px auto 4px;
	padding: 0 4px;
	line-height: 1.25em;
	font-weight: normal;
	color: #111;
}

.video-listing p {
	padding: 0 4px;
	line-height: 1.32em;
	color: #4a4a4a;
}
/* END COMPONENTS */