/* GBARC CSS by W1LAG */
:root {
 --accent: #0b6fb7;
 --dark: #0d2b3a;
 --muted: #6b7b88;
 --card: #ffffff;
 --bg: #fafaff;
 --radius: 12px;
}
*, *::before, *::after {
	box-sizing: border-box;
}
.inter-<uniquifier> {
 font-family: "Inter", sans-serif;
 font-optical-sizing: auto;
 font-weight: <weight>;
 font-style: normal;
}
a:focus, a:hover {
	color: #23527c;
	text-decoration: underline;
}
.nobullet {
	list-style-type: none;
	list-style-position: outside;
}
.main_text {
	padding-top: 10px;
}
.mobile_margin {
	display: none;
}
.bg-main {
	background-color: #CCDDF1;
	border-radius: 12px;
	float: right;
	/*width: 30%;*/
	margin-right: 3px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-box-shadow: 5px 5px 3px 1px rgba(157,157,157,1.00);
	box-shadow: 5px 5px 3px 1px rgba(157,157,157,1.00);
	margin-left: 5px;
	margin-top: 10px;
}
.list-group-item {
	padding-top: 2px;
	padding-bottom: 2px;
	border-width: 0px;
}
hr {
	margin-top: 5px;
	margin-bottom: 15px;
}
.center_hr {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 2px;
	border-top: 5px dotted #CCDDF1;
	background-color: #fff;
}
.table1 {
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	margin-top: 0px;
	vertical-align: top;
}
.collapsed-menu {
	background-color: rgba(255,255,255,1);
	display: none;
	border: 4px solid rgba(32,64,128,1);
	border-radius: 9px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 100%;
}
.hamburger {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
body {
	margin: 0;
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	/* background: linear-gradient(180deg,#fafaff 0%, var(--bg) 100%);*/
	background: #f9f9ff;
	/*color: var(--dark);*/
	line-height: 1.45;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 18px;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
p {
	font-size: 1.0em;
	line-height: 1.4em;
	color: #000;
	margin-bottom: 8px;
	width: auto;
}
.normtext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	line-height: 1.4;
	color: #000;
	margin-bottom: 8px;
	width: auto;
}
.normtext_sm {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	line-height: 1.0;
	color: #000;
	margin-bottom: 8px;
	width: auto;
}
hr {
	max-width: 400px;
	border-color: #999999;
}
.menushow {
	display: none;
}
.brand, .address-bar {
	display: none;
}
.navbar-brand {
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
}
.navbar-nav {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
}
.img-full {
	min-width: 100%;
}
.brand-before, .brand-name {
	text-transform: capitalize;
}
.brand-before {
	margin: 15px 0;
}
.brand-name {
	margin: 0;
	font-size: 4em;
}
.tagline-divider {
	margin: 15px auto 3px;
	max-width: 250px;
	border-color: #999999;
}
.box {
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.intro-text {
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: 1px;
}
.img-border {
	float: none;
	margin: 0 auto 0;
	border: #999999 solid 1px;
}
.img-left {
	float: none;
	margin: 0 auto 0;
}
footer {
	background: transparent;
	margin-top: 28px;
	padding: 18px 0;
	text-align: center;
	font-size: 12px;
}
.card {
	background: var(--card);
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(14,30,37,0.05);
	padding-bottom: 7px;
	padding-left: 16px;
	padding-right: 16px;
	margin-right: 20px;
	background-color: #FFF;
	padding-top: 3px;
	margin-bottom: 8px;
	box-shadow: 0 8px 20px rgba(11,111,183,0.12);
	box-shadow: 5px 5px 3px 1px rgba(157, 157, 157, 1.00);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 3px 3px rgba(193, 203, 230, 0.3);
	margin-top: 8px;
	left: auto;
	right: auto;
	width: 100%;
	border: 1px solid #ECECEC;
}

@media screen and (min-width:768px) {
.brand {
	display: inherit;
	margin: 0;
	padding: 30px 0 10px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 5em;
	font-weight: 700;
	line-height: normal;
	color: #fff;
}
.top-divider {
	margin-top: 0;
}
.img-left {
	float: left;
	margin-right: 25px;
}
.menushow {
	display: block;
}
.address-bar {
	display: inherit;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 3px;
	color: #fff;
	height: 34px;
}
.navbar {
	border-radius: 0;
}
.navbar-header {
	display: none;
}
.navbar {
	min-height: 0;
	max-height: 30px;
}
.navbar-default {
	border: none;
	background: #fff;
	background: rgba(255,255,255,0.9);
}
.nav>li>a {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.navbar-nav>li>a {
	line-height: normal;
}
.navbar-nav {
	display: table;
	float: none;
	margin: 0 auto;
	table-layout: fixed;
	font-size: 1.25em;
}
}
.left_title {
	float: left;
	text-align: left;
}
.title_center {
	margin-left: 91px;
	margin-right: 85px;
	line-height: 88px;
	vertical-align: middle;
	text-align: center;
}
.title_right {
	width: 85px;
	float: right;
}
.title {
	max-width: 1000px;
	height: 88px;
	display: table;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.h1, h1, .folderTitle {
	color: rgba(211,64,81,1.00);
	font-size: 34px;
}
.folderTitle {
	font-size: 25px;
}
.h4, h4 {
	padding-top: 5px;
	color: rgba(32,64,128,1.00);
}
.list-group-item {
	padding-top: 2px;
	padding-bottom: 2px;
	border-width: 0px;
}
hr {
	margin-top: 5px;
	margin-bottom: 15px;
}
.navbar-image2 {
	max-width: 80%;
	min-width: 50%;
	display: inline;
	overflow-x: hidden;
	overflow-y: hidden;
	float: none;
}
.topgrid {
	display: grid;
	grid-template-columns: 7fr 5fr;
	grid-template-rows: auto;
	gap: 15px;
}
.three_col_grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-template-rows: auto;
	gap: 15px;
	align-items: middle;
}
.two_col_grid {
	display: grid;
	grid-template-columns: 6fr 6fr;
	grid-template-rows: auto;
	gap: 15px;
}
.one_col_grid {
	display: grid;
	grid-template-columns: 12fr;
	grid-template-rows: auto;
}
.griditem {
/*grid-row: span 2;*/
}
.sticky-div {
	position: sticky;
	top: 0; /* Sticks to the top of the viewport */
	width: 100%;
	display: inline-block;
}

@media screen and (max-width:767px) {
.bg-main {
	background-color: #CCDDF1;
	border-radius: 9px;
	float: left;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 10px;
	margin-left: 0px;
	margin-top: 10px;
}
.two_col_grid {
	grid-template-columns: 6fr;
}
@media screen and (max-width:767px) and (orientation:landscape) {
.bg-main {
 background-color: #CCDDF1;
 border-radius: 9px;
 float: left;
 width: 30%;
 margin-right: 10px;
 margin-bottom: 2px;
 padding-right: 10px;
 padding-left: 10px;
}
}
.navbar {
	margin-bottom: 5px;
}
.address-bar {
	padding-bottom: 10px;
}
.mobile_margin {
	display: none;
}
/*.sticky-div {
	position: sticky;
	top: 0; /* Sticks to the top of the viewport */
}
*/ .pressed {
 color: rgba(233,25,29,1.00);
}
.h2 {
	text-align: center;
}
.h2left {
	text-align: left;
}
th, td {
	padding: 5px;
}
.fieldday {
	float: right;
	margin-right: 1px;
}
.FDimages {
	display: block;
	margin-left: auto;
	padding-bottom: 10px;
	margin-right: auto;
}
.zoom_hint {
	text-align: center;
	margin-left: 15px;
	font-size: 12px;
	margin-bottom: 20px;
}
.photocaption {
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	padding-top: 7px;
}
