@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');

acronym, applet, bgsound, big, blink, center, dir, font, frame, frameset, listing, marquee, nobr, plaintext, spacer, strike, tt, xmp {
	display: none;
	height: 0;
	width: 0;
	visibility: hidden;
}

a, abbr, address, area, article, aside, audio, b, bdi, bdo, blockquote, body, br, button, canvas, caption, cite, code, col, colgroup, data, datalist, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, input, ins, kbd, keygen, label, legend, li, link, main, map, mark, menu, meter, nav, object, ol, optgroup, option, output, p, param, pre, progress, q, rp, rt, ruby, s, samp, section, select, small, span, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, var, video, wbr {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: 600;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

em {
	font-style: italic;
}

img {
	-ms-interpolation-mode: bicubic;
}

.animate {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-decoration-color: #ffc82e;
	text-decoration-thickness: 0.125em;
	text-underline-offset: 1.5px;
	color: #000;
}

strong {
	font-weight: 600;
}

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



@media only screen and (min-width : 600px) {
	a:hover {
	/* 	text-decoration: none; */
	}
}


body, html {
	color: #000;
	background-color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
button {
	display: inline-block;
	background-color: #00502E;
	border: 1px solid #00502E;
	color: #fff;
	padding: 10px 50px;
	cursor: pointer;
	margin: 2px;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
button.light {
	background-color: #E5E7EA;
	border: 1px solid #999;
	color: #666;
}


@media only screen and (min-width : 600px) {
	button:hover {
		background-color: #013f25;
	}
	button.light:hover {
		background-color: #d4d5d7;
	}
}

input[type="text"], input[type="password"] {
	padding: 10px;
	width: 80%;
	border: 1px solid #999;
}

.hidden {
	visibility: hidden;
	display: none;
	opacity: 0;
}

.error {
	width: 100%;
	max-width: 500px;
	padding: 10px;
	color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    margin: 0 auto 15px;
    font-weight: 600;
}
.warning {
	-webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #ffeeba;
    border-radius: .25rem;
    color: #856404;
    background-color: #fff3cd;
    margin-top: 1rem;
}
.success {
	-webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: .25rem;
    color: #155724;
    background-color: #d4edda;
    margin-top: 1rem;
}

header {
	background-color: #fff;
	clear: both;
}
header nav {
	background: #00502E;
	padding: 15px;
}

header .logo {
	float: left;
	display: block;
	padding: 20px 20px 0;
}
header .logo svg {
	display: inline-block;
	width: 200px;
}

.breadcrumbs {
	padding: 0 0 16px 0;
}
.breadcrumbs ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumbs ol li {
	text-transform: uppercase;
	display: inline-block;
}
.breadcrumbs ol li:after {
	content: ">";
	padding: 0 0.25rem;
}
.breadcrumbs ol li:last-child:after {
	display: none;
}
.breadcrumbs ol li a {
	font-weight: 600;
	font-size: 0.9em;
	text-decoration: none;
}

nav.secondary {
	margin-bottom: 25px;
}

main {
	background-color: #fff;
	padding-bottom: 50px;
}

section {
	visibility: visible;
	opacity: 1;
	display: block;
	padding: 15px;
	margin: 0 auto;
	max-width: 1200px;
}
section .title {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: inherit;
    font-weight: 700;
    margin-bottom: 0;
    color: rgba(0,0,0,1);
    font-size: 1.5rem;
}
section h1 {
	-webkit-text-size-adjust: 100%;
    margin: 0;
    letter-spacing: -.025em;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    line-height: 1;
    color: rgba(0,79,46,1);
    font-size: 4rem;
}
section h2 {
	-webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    margin: 0;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 1rem;
    color: rgba(0, 0, 0,1);
    letter-spacing: -.025em;
    font-size: 3rem;
}
section h3 {
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	margin: 1.75rem 0 1rem;
	font-family: Oswald, sans-serif;
	font-weight: 600;
	line-height: 1.25;
	color: rgba(0, 0, 0,1);
	letter-spacing: -.025em;
	font-size: 1.5rem;
}

section p {
	line-height: 140%;
	margin-bottom: 0.5rem;
}

section ul {
	list-style: disc;
	line-height: 140%;
	margin-bottom: 0.5rem;
}
section ul li {
	padding-left: 0.25rem;
	margin-left: 1.25rem;
}



div.card.loginBox {
	width: 100%;
	padding: 25px;
	background-color: rgb(229, 231, 235);
}

div.card.loginBox h2 {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 15px;
	color: rgb(0, 79, 46);
}

div.card.loginBox button {
	width: 100%;
}

div.card.loginBox p {
	line-height: 150%;
	margin-bottom: 15px;
}

div.fld {
	margin-bottom: 15px;
}

footer {
	padding: 100px 25px;
	color: #fff;
	text-align: center;
}

table {
	-webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: inherit;
    line-height: inherit;
    box-sizing: border-box;
    border-color: inherit;
    border-collapse: collapse;
    min-width: 100%;
}
table thead {  
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: inherit;
    line-height: inherit;
    text-indent: 0;
    box-sizing: border-box;
    background-color: rgba(245,236,209,1);
}
table thead tr {
	-webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: inherit;
    line-height: inherit;
    text-indent: 0;
    box-sizing: border-box;
}
table thead tr th {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    text-indent: 0;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 1rem;
    padding: .75rem 1.5rem;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .05em;
}

table thead tr th, table tbody tr td {
	border-bottom: 1px solid #000;
}

table tbody {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: inherit;
    line-height: inherit;
    text-indent: 0;
    box-sizing: border-box;
    background-color: rgba(255,255,255,1);
}
table tbody tr {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: inherit;
    line-height: inherit;
    text-indent: 0;
    box-sizing: border-box;
}
table tbody tr td {
	-webkit-text-size-adjust: 100%;
    font-size: 0.9em;
    font-family: inherit;
    line-height: inherit;
    box-sizing: border-box;
    padding: 1rem 1.5rem;
    white-space: nowrap;
}
table tbody tr:nth-child(even) td {
    -webkit-text-size-adjust: 100%;
    font-family: inherit;
    line-height: inherit;
    box-sizing: border-box;
    background-color: rgba(245,236,209,0.25);
}

.responsiveTable {
	overflow-x: auto;
}

@media only screen and (max-width : 600px) {
	
	.breadcrumbs {
		display: none;
	}
	
	nav.secondary button {
		padding: 10px;
	}
	
	div.card.loginBox {
		width: 100%;
		max-width: 100%;
		margin: 0px auto;
	}
	
	section h1 {
	    font-size: 3.5rem;
	}
	section h2 {
	    font-size: 2.5rem;
	}
	
}


.loginOptions {
	float: right;
	width: 100%;
	max-width: 600px;
	margin: 1rem 0 1rem 1rem;
}

@media only screen and (max-width : 600px) {
	.loginOptions {
		float: none;
		margin: 1rem 0 1rem;
	}
}



/* .loginOptions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
	margin: 25px 0 50px;
}
@media only screen and (max-width : 800px) {
	.loginOptions {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 1rem;
	}
} */