@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
* {
	max-width: 100%;
}
.horizontal-padding {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	box-sizing: border-box;
}
.vertical-padding {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.vertical-padding.condensed-above {
	padding-top: 0;
}
.vertical-padding.condensed-below {
	padding-bottom: 0;
}
@media screen and (max-width: 600px) {
	.horizontal-padding {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.vertical-padding {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
@media screen and (max-width: 400px) {
	.horizontal-padding {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.vertical-padding {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}
.limited-width {
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.limited-width .half-width {
	max-width: 20rem;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, table, form, blockquote, hr, figure {
	margin-top: 1em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
p:first-child, ul:first-child, ol:first-child, table:first-child, form:first-child, hr:first-child, blockquote:first-child, figure:first-child {
	margin-top: 0;
}
a {
	
}
h1, .h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-transform: none;
	font-size: 2.1rem;
	color: #161c4a;
	margin-top: 0.5em;
}
h2, .h2 {
	font-weight: 900;
	font-size: 1.5rem;
	color: #0055a3;
	margin-top: 2em;
}
h3, .h3 {
	font-weight: 900;
	font-size: 1.25rem;
	margin-top: 2em;
}
h4, .h4 {
	margin-top: 2em;
}
h5, .h5 {
	margin-top: 2em;
}
h1 a, h2 a, h3 a, h4 a,
.h1 a, .h2 a, .h3 a, .h4 a {
	color: inherit;
	text-decoration: inherit;
}
.highlight {
	display: inline;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	color: white;
	background: #161c4a;
	text-transform: uppercase;
	padding: 0.5rem;
	line-height: 1.5rem;
	font-size: 1.5rem;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-decoration: none;
}
.highlight.light {
	background-color: #0080c7;
}
.highlight.gold {
	background-color: #d6b36a;
}
.highlight a {
	color: inherit;
	text-decoration: inherit;
}
.highlight + br {
	display: block;
	content: '';
	line-height: 2.4rem;
	margin-top: 2.4rem;
}
.highlight.h1 {
	font-size: 2.1rem;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
}
h1:has(.highlight),
h2:has(.highlight),
p:has(.highlight) {
	padding-top: 0.65rem;
	padding-bottom: 0.65rem;
}
.highlight > .text {
	position: relative;
}

.large { font-size: 2rem; }
.x-large { font-size: 3rem; }
.xx-large { font-size: 4rem; }

@media screen and (max-width: 600px) {
	.large { font-size: 1.75rem; }
	.x-large { font-size: 2.5rem; }
	.xx-large { font-size: 3rem; }	
}

@media screen and (max-width: 400px) {
	.large { font-size: 1.5rem; }
	.x-large { font-size: 2rem; }
	.xx-large { font-size: 2.5rem; }	
}

img {
	border: none;
}
img[height],
video[height] {
	height: auto !important;
}
img.background {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
}
img.circular {
	border-radius: 100%;
}
img.placeholder {
	background-color: #9194aa;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
tt, pre {
	font-family: 'Courier New', 'Courier', monospace;
}
ul, ol {
	margin-left: 2em;
}
ul ul, ol ol, ul ol, ol ul {
	margin-top: 0;
}
table {
	border-collapse: collapse;
}
table td, table th {
	padding: 0.25em 0.5em;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}
table tr td:first-child, table tr th:first-child {
	padding-left: 0;
}
table tr td:last-child, table tr th:last-child {
	padding-right: 0;
}
th[align=left], td[align=left] { text-align: left !important; }
th[align=center], td[align=center] { text-align: center !important; }
th[align=right], td[align=right] { text-align: right !important; }
th[valign=top], td[valign=top] { vertical-align: top !important; }
th[valign=middle], td[valign=middle] { vertical-align: middle !important; }
th[valign=bottom], td[valign=bottom] { vertical-align: bottom !important; }

input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], button {
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
input,
textarea {
	font-family: inherit;
	font-size: 1rem;
	color: inherit;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	font-weight: normal;
	border: 1px solid black;
	padding: 0.3em;
	box-sizing: border-box;
	background-color: white;
	color: black;
	border-radius: 0;
}
.button, input[type="button"], input[type="submit"], input[type="reset"], button {
	border: none;
	border-radius: 1.4rem;
	background: #d8fc13;
	color: #161c4a;
	font-size: 1.1rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.6rem 1.5rem;
	box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
	vertical-align: middle;
	text-decoration: none;
}
.button.blue, input[type="button"].blue, input[type="submit"].blue, input[type="reset"].blue, button.blue {
	background-color: #0080c7;
}
.button {
	display: inline-block;
}
.button img, button img {
	display: block;
}
.button.icon, button.icon {
	padding: 0.825rem;
	border-radius: 100%;
}
.button.icon img, button.icon img {
	width: 1.2rem;
	height: 1.2rem;
}
.button.icon.small, button.icon.small,
.button.icon.medium, button.icon.medium {
	padding: 0;
	box-shadow: none;
}
.button.icon.medium img, button.icon.medium img {
	width: 1.51rem;
	height: 1.51rem;
}
.button.sponsor {
	color: #0080c7;
}
.button.sponsor::before {
	content: '';
	width: 2rem;
	height: 2rem;
	display: inline-block;
	vertical-align: middle;
	background: #0080c7 url('../images/icons/green/sponsor-wanted.svg') no-repeat scroll center center;
	background-size: contain;
	border-radius: 100%;
	margin-top: -0.8rem;
	position: relative;
	left: -1rem;
	top: 0.3rem;
}

.success, .warning, .error, .info, .instructions, .header-bar {
	border: 0.1rem solid #ccc;
	padding: 1rem;
	margin-top: 1rem;
	border-radius: 1rem;
	color: black;
	text-align: center;
	font-weight: 500;
}
.success:first-child, .warning:first-child, .error:first-child, .info:first-child, .instructions:first-child {
	margin-top: 0;
}
.success {
	border-color: #9C9;
	background-color: #CFC;
}
.warning {
	border-color: #CC9;
	background-color: #FFC;
}
.error {
	border-color: #C99;
	background-color: #FCC;
}
.clear {
	clear: both;
}
.centered {
	text-align: center;
}
hr {
	color: black;
	background: black;
	border: none;
	height: 1px;
	width: 100%;
}
.address-bar {
	color: #161c4a;
	display: flex;
	align-content: top;
	justify-content: space-between;
}
.address-bar p {
	margin: 0;
}
.address-bar p.address a,
.address-bar p.links a {
	display: inline-block;
	vertical-align: middle;
}
.address-bar p.address a {
	margin-right: 0.5rem;
}
.address-bar p.links a {
	margin-left: 0.5rem;
}
.address-bar p.address a img,
.address-bar p.links a img {
	width: 1.3rem;
}

.scroller .scroller-item-content {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding-right: 1rem;
	padding-bottom: 1.5rem;
	vertical-align: middle;
}
.scroller .scroller-item-content > a,
.scroller .scroller-item-content > a > img {
	display: block;
	width: 100%;
}
.scroller-button-container {
	display: flex;
}
.scroller-button {
	display: inline-block;
	vertical-align: middle;
	color: #0055a3;
	font-weight: 900;
}
.scroller-button + .scroller-button {
	margin-left: 0.5em;
}
.scroller-button.hand {
	margin-right: auto;
}
.scroller-button.hand img {
	display: block;
	width: 1.75rem;
}
.scroller-lightbox-enlarge {
	display: none;
}
.scroller-item-width {
	max-width: 33.25rem;
}
.scroller-container.scrollable:has(.scroller.draggable) .scroller-button.prev,
.scroller-container.scrollable:has(.scroller.draggable) .scroller-button.next {
	display: none;
}

.rounded {
	border-radius: 0.5rem;
	overflow: hidden;
}
.shadowed {
	box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
}
.bordered {
	border: 1px solid #707070;
}
.subtitle {
	font-size: 0.8rem;
	font-weight: 900;
	color: #0055a3;
}
.page-number,
.page-number-left,
.page-number-right {
	color: #161c4a;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	padding: 0.2em 0.4em;
	border-radius: 0.2em;
}
.page-number.selected {
	background-color: #d8fc13;
}
a.page-number,
a.page-number-left,
a.page-number-right {
	text-decoration: none;
}

.blue-gradient {
	color: white;
	background-color: #0080c7;
	background: linear-gradient(#0080c7, #0055a3);
}
.grass {
	color: white;
	background-color: #658540;
}
.alert {
	color: white;
	background-color: #e1261c;
}
.alert .alert-content {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: center;
}
.alert .alert-content a {
	text-decoration: inherit;
	color: inherit;
}
.alert .alert-content > * {
	margin: 0;
}
.blue-gradient h2, .grass h2,
.blue-gradient h3, .grass h3,
.blue-gradient h4, .grass h4 {
	color: inherit;
}

table.history {
	font-size: 1.25rem;
	width: 100%;
}
table.history th {
	font-size: 2.1rem;
	font-weight:  bold;
	color: #d8fc13;
	white-space: nowrap;
	text-align: right;
}
table.history th,
table.history td {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
table.history td {
	padding-top: 2.25rem;
}

@media screen and (max-width: 600px) {
	table.history,
	table.history tbody,
	table.history thead,
	table.history tr,
	table.history th,
	table.history td {
		display: block;
		text-align: left;
		padding: 0;
	}
	table.history tr + tr {
		margin-top: 2rem;
	}
}

.grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}
@media screen and (max-width: 600px) {
	.grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 320px) {
	.grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
.grid figure {
	margin: 1rem 0;
	color: #161c4a;
}
.grid figure h3 {
	color: inherit;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 1rem;
}
.grid figure p:not(:first-child) {
	margin-top: 0.5rem;
}
.grid figure .thumbnail img {
	display: block;
	width: 100%;
}
.grid figure h3 + p {
	margin-top: 0;
}
.grid figure .social-media-accounts a {
	display: inline-block;
	vertical-align: middle;
}
.grid figure .social-media-accounts a img {
	display: block;
	width: 1.2rem;
}

.accordion-page {
	margin: 1rem 0;
	border: 1px solid #161c4a;
	padding: 0.5rem;
}
.accordion-page-toggler {
	cursor: pointer;
	position: relative;
	color: #161c4a;
}

.accordion-page-toggler::before,
.accordion-page-toggler::after {
	content: '';
	background:  #161c4a;
	position: absolute;
	width: 20px;
	height: 4px;
	right: 2px;
	top: 13px;
	transition: transform 0.5s;
	transform: rotate(0);
}
.accordion-page-toggler.collapsed::before {
	transform: rotate(-90deg);
}
.accordion-page-toggler.collapsed::after {
	transform: rotate(180deg);
}

.accordion-page-element > *:first-child {
	margin-top: 1rem;
}

.legend {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.8rem;
	color: #161c4a;
	font-weight: bold;
	display: flex;
}
.legend p {
	display: flex;
	margin: 0 auto;
}
.legend p:first-child {
	margin-left: 0;
}
.legend p:last-child {
	margin-right: 0;
}
.legend p .button {
	margin-right: 0.4em;
}
.highlight span.back {
	background: url('../images/icons/white/chevron-left.svg') no-repeat center;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	height: 1.5rem;
	width: 1rem;
	margin-top: -0.2rem;
	text-indent: 2rem;
	overflow: hidden;
}
.address.small {
	background: url('../images/icons/blue/map-marker.svg') no-repeat scroll top left;
	background-size: 1.25rem 1.25rem;
	padding-left: 1.5rem;
}
.address.small a {
	display: block;
	margin-left: -1.5rem;
	padding-left: 1.5rem;
	text-decoration: inherit;
	color: inherit;
}
.back-share-toolbar {
	margin-top: 2rem;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	align-items: center;
}
.back-share-toolbar > * {
	margin: 0;
}
.sharing-widget.button {
	box-shadow: none;
	background: transparent !important;
	padding: 0 !important;
	color: #161c4a;
}
.sharing-widget.button a {
	padding: 0 !important;
	color: inherit !important;
}
.sharing-widget.button a::before {
	content: ' ';
	display: inline-block;
	background: transparent url('../images/icons/blue/share.svg') no-repeat scroll center center !important;
	background-size: contain;
	width: 1.2rem;
	height: 1.35rem;
	vertical-align: middle;
	margin-top: -0.25rem;
	
}
.sharing-widget.button a img {
	display: none !important;
}

.banner h1 {
	max-width: 30rem;
}
.banner.image,
.banner.video {
	position: relative;
}
.banner.image .banner-background,
.banner.video .banner-background,
.banner.image .banner-background img.background,
.banner.video .banner-background img.background,
.banner.video .banner-background video,
.banner.image .banner-background::after,
.banner.video .banner-background::after {
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	width: 100% !important;
	height: 100% !important;
}
.banner.image .banner-background img.background,
.banner.video .banner-background img.background {
	background-position: center center;
	background-size: cover;
}
.banner.image .banner-background::after,
.banner.video .banner-background::after {
	content: '';
	display: block;
	background: rgba(22, 28, 74, 0.47);
	mix-blend-mode: multiply;
}
.banner.image .banner-content,
.banner.video .banner-content {
	position: relative;
}
.banner.video .banner-background video {
	object-fit: cover;
}