@import url('https://rsms.me/inter/inter.css');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');

html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
	html { font-family: 'Inter var', sans-serif; }
	article { font-family: 'Raleway', sans-serif; }
}
html {
	background-color: #f8f8fb;
}
body {
	background-color: #f8f8fb;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
}

.width-wide {
	width: clamp(300px, 85%, 1050px);
	margin-left: auto;
	margin-right: auto;
}
.width-normal {
	width: clamp(300px, 85%, 850px);
	margin-left: auto;
	margin-right: auto;
}
.width-narrow {
	width: clamp(300px, 85%, 700px);
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 600px) {
	.width-wide, .width-normal, .width-narrow {
		width: 100%;
		padding: 0 12px;
		margin-left: 0;
		margin-right: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
}

.hide {
	display: none !important;
}

a {
	cursor: pointer;
}

main {
	min-height: calc( 90vh - 200px);
}

.wrapper > header {
	height: 100px;
}
article {
	margin-top: 30px;
	margin-bottom: 100px;
	
	font-family: 'Raleway', sans-serif;
	line-height: 1.6;
	font-size: 14pt;
}
article img {
	width: 100%;
	height: auto;
}
article * {
	margin: 5px 0;
}
article p {
	margin-bottom: 8px;
}
article h1, article h2, article h3 {
	margin-top: 15px;
}

.wrapper {
	margin-top: 35px;
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	min-height: 700px;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NAV Element - Sitewide
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
nav {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 23px 0 20px 0;
	color: #64b9f8;
	
	z-index: 5;
}
nav h1 {
	margin-right: 12px;
	margin-bottom: 7px;
	font-family: 'Baskerville', 'Libre Baskerville';
	font-weight: bold;
	font-size: 26px;
	color: #273B60;
}
nav #nav-right {
	justify-content: flex-end;
	display: flex;
	gap: 4px;
	font-family: 'Avenir', 'Avenir Next', 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, 'Raleway';
	font-size: 20px;
}
nav a, nav a:hover, nav a:visited, nav a:active {
	color: #368dce;
	text-decoration: none;
}

/*
▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲
Engage Partial
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.global_engage {
	width: 100%;
	background-color: #635a421e;
	padding: 20px 23px;
	margin: 20px 0;
	border-radius: 9px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.global_engage span {
	height: 100%;
	width: 2px;
	background-color: #0000005d;
	border-radius: 2px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Support Partial
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.support-extra {
	padding: 12px 16px;
	margin: 10px auto;
	box-sizing: border-box;
	border-radius: 12px;
	background: hsla(206, 100%, 97%, 0.75);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	
	font-family: 'Baskerville', 'Libre Baskerville';
	transition: transform 400ms, background 1s;
	
	display: flex;
	flex-direction: row;
	align-items: center;
}
div.support-extra a.close-btn {
	margin-right: 12px;
}
div.support-extra a.close-btn {
	color: rgb(82, 108, 120);
}
div.support-extra p {
	font-size: 21px;
	line-height: 1.3;
}
div.support-extra:hover {
	transform: scale(1.02);
	background: hsla(206, 100%, 98%, 0.858);
}
article div.support-extra {
	width: 100%;
}
/* Support Partial [End] */

/*
▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲
Pagination Element
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pagination {
	margin-bottom: 90px;
}


/*
▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲
Footer Partial
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.global_footer {
	width: 100%;
	background-color: #1e252d;
	padding: 70px 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.global_footer div.footer-links {
	width: 100%;
	max-width: 850px;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	white-space: nowrap;
	gap: 18px;
	border-top: 2px solid #5d5d5d;
	border-bottom: 2px solid #5d5d5d;
	padding: 11px 0;
	margin: 40px auto;
}
.global_footer a, .global_footer a:active, .global_footer a:visited {
	color: white;
	text-decoration: none;
	font-weight: 300;
}
.global_footer a:hover {
	color: #d7e2ea;
}
.global_footer > p {
	text-align: center;
	color: #c0d4e4;
	font-weight: 400;
	font-size: 18px;	
}
@media (max-width: 600px) {
	.global_footer div.footer-links {
		flex-direction: column;
	}
}
.footer_overscroll {
	position: fixed;
	width: 100%;
	height: 500px;
	bottom: 0;
	margin-bottom: -250px;
	background-color: #1e252d;
	z-index: -2;
}

/*
▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲
Table Styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table {
	border-collapse: collapse;
	margin-bottom: 40px;
}
th, td {
	padding: 4px 10px;
	text-align: left;
}
th {
	border-bottom: 1px solid black;
	background-color: #00000019;
}
td {
	border-bottom: 1px solid #00000019;
}
tr:hover {
	background-color: #5ea9cf26;
}
tr:nth-child(odd) {
	background-color: #6666660c;
}

/*
▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲
Theme Elements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.kg-gallery-row {
	
}
.kg-gallery-image {
	
}
.kg-bookmark-icon {
	
}