@charset "utf-8";
/* CSS Document */


@media screen and (max-width: 600px) and (orientation: portrait){	 
 
  
#wrapper {
    display: flex;
	flex-direction: column;
	/*height: 100vh;*/
	width:95%;	
}

body,td,th {
	color: rgba(0,0,0,1);
	font-family: merriweather, Roman, Verdana, Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
}

body {
	background-color: rgba(240,240,240,1);
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;	
}

p {
	color: black;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
}

#displayMobile {
	width: 100%;
}

#headerMobile {
	margin-top: 1em;
}

#headerMobile img{
	float: left;
	max-width: 242px;	
}

#LogoImage img{
	display: none;
}

#menuMobile {
	float: right;
}

.mobileForm {
	clear: both;
}

#mobileTable {
	clear: both;
	display: block;
	margin-top: 7em;
}

#mobileLeftArrow {
	display: block;
}

#mobileRightArrow {
	display: block;
}

#mobileImage {
	align-self: center;
	display: block;
	height: auto;
	max-height: 500px;
	margin-left: auto;
	margin-right: auto;
    /*-o-object-fit: contain;
    object-fit: contain;*/
	width: auto;
	max-width: 100%;	
}

#mobileCaption {
	display: block;
	margin-top: 15px;
}

#Logo img {
	display: none;
}

table { 
	border: none; 
	border-collapse: collapse; 
	display: block;
}

#table1 {
	display: none;
}

td #left{
	margin-bottom: 0px;
	padding-bottom: -10px;
	margin-left: -190;
	margin-right: 0;
	padding-right: 0;
	margin-top: 200px;
	padding-top: 70px;
	width: 30%;
	min-width: 190px;
}

table .table2 {
	min-height: 95vh;
	margin-bottom: -5px;
	padding-bottom: -5px;
	margin-top: -10px;
	padding-top: -5px;
	width: 100%;
}
	
.table1 {
	display: none;
}

ul {
	display: block;
	list-style-type: none;
	margin-top: -8px;
}

ul li {
	margin-left: 0px;
	padding-left: 0px;
	/*padding-bottom: 1.4px;*/
}

nav #info {
	margin-top: 0em;
}

nav ul {
	margin-top: 0px;
	padding-top: 0px;
}

#nav {
	background-color: rgba(240,240,240,1);
	display: none;
	z-index: 5;
}

a {
	color: rgba(50,50,118,1);
	font-size: 1em;
	font-weight: normal;
	line-height: 2.5em;
	text-decoration: none;
}

#navMobile {
	margin-top: 1em;
}

.currentPage a {
	color: rgba(161,20,102,1);
}

a:hover {
	color: rgba(55,47,159,1.00);
	font-size: 1em;
	font-weight: normal;
}

td img{
	display:none;
	width: 100%;
}

#mobileTable{
	border-collapse: collapse; 
	display: block;
	height: 97vh;
	margin-bottom: -7em;
	padding-bottom: 0px;
	table-layout: fixed;
	width: 100%;	
}

#displayMobile figure figcaption {
	border-bottom: solid 1px;
	padding-bottom: 5px;
	display: block;
	/*margin-top: 1em;*/
}

td figcaption {
	display: none;
	/*margin-top: 1em;*/
}
	 
#moveToTop {
	display: none;
	width: 100%; 
	text-align: center; 
}

#footer {
	display: block;
	left: 0px; 
	margin-left: 1em; 
	margin-right: 0px;
	position: absolute;
	top: 70px;
	width: 70%;
}

#footer p {
	font-size: .75em;
	line-height: .1em;
	/*margin-left: -2em;*/
}

/* Search bar */
	
	#tfheader {
		margin-left: 2px;
	}
		
	#tfnewsearch {
		padding-bottom: 4px;
		padding-left: 4px;
		padding-right: 4px;
		padding-top: 4px;
	}
		
	.tftextinput{
		border: 1px solid black;
		margin-left: 2em;
	}
		
	.tfbutton {
		background-color: rgba(134,161,215,1.00);
		border: solid 1px #00099;
		color: #030303;
		cursor: pointer;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 4px;
		/*give the corners a small curve*/
		margin-left: 0em;
		margin-top: .5em;
		outline: none;
		text-align: center;
		text-decoration: none;
	}
		
	.tfbutton:hover {
		background-color: rgba(102,102,204,1);
		text-decoration: none;
	}
	
	/* Fixes submit button height problem in Firefox */
	.tfbutton::-moz-focus-inner {
		border: 0;
	}
}

@media screen and (max-width: 823px) and (orientation: landscape) {
	 
#wrapper {
    display: flex;
	height: 100vh;
	margin-top: 0px;
	width: 95%;	
}

#headerMobile {
	display: none;
}

#displayMobile{
  	display: none;
}
 
#mobileTable{
	display: none;
}

body,td,th {
	color: rgba(0,0,0,1);
	font-family: merriweather, Roman, Verdana, Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
}

body {
	background-color: rgba(240,240,240,1);
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;	
}

p {
	color: black;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
}

#Logo img{
	display: block;
	/*width: 100%;
	min-width: 160px;*/
	width: 82%;
}


table {
	border: none;
	border-collapse: collapse;
	padding-top: -5px;
	table-layout: fixed;
}

#left{
	cellpadding: 0px;
	cellspacing: 0px;
	display: block;
	height: 99vh;
	margin-right:0;
	padding-right: 1em;
	margin-top: 0em;
	position: absolute;
	top: 0px;
	vertical-align: top;
	width: 240px;
	max-width: 240px;
	/*min-width: 190px;*/
}

#nav {
	height: 81vh;
	margin-top: 2em;
	padding-right: .25em;
	overflow: auto;
	width: 240px;
}

table1 td:last-child {
    width: 100%;
}

table .table2 {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 2em;
	width: 24%;
	min-width: 200px;	
}

table .table2 td {
	border: none;
	cellpadding: 0px;
	cellspacing: 0px;
	margin-bottom: 0%;
	width: 240px;
	min-width: 200px;
}

table .table3 td {
	border: none;	
	max-width: 240px;
	min-width: 190px;	
}

ul {
	list-style-type: none;
	margin-top: 0em;
	padding-top: 0px;
}

ul li {
	padding-bottom: 1.4px;
	margin-left: 0px;
	padding-left: 0px;	
}

nav #info {
	margin-top: 0em;
}

nav ul {
	list-style-type: none;
	padding-top: 0;
}

a {
	color: rgba(0,0,0,1);
	font-size: 1em;
	font-weight: normal;
	line-height: 2.25em;
	text-decoration: none;
}

.currentPage a {
	color: rgba(161,20,102,1);
}

a:hover {
	color: rgba(102,102,204,1);
	font-size: 1em;
	font-weight: normal;	
}

#full {	
	margin-left: 0;
	margin-right: 0;
	margin-top: 2%;
	padding: 0;
	width: 60%;
}


td #fullImage {
	display: block;
	margin-left: 0;
	padding-left: 2em;
	margin-right: 2px;
	margin-top: 2em;
	width: 98%;
	vertical-align: center;
}

.caption {
	padding-bottom: 3px;	
}

figcaption {
	margin-left: 0em;
	padding-left: 3em;
	margin-top: 1em;		
}


#footer {
	display: block;
	left: 0px; 
	margin-left: 1em; 
	margin-right: 0px;
	position: absolute;
	top: 120px;
	width: 70%;
}

#footer p {
	font-size: .75em;
	line-height: .1em;
	/*margin-left: -2em;*/
}


/* Search bar */
	
	#tfheader {
		margin-left: 2px;
	}
		
	#tfnewsearch {
		padding-bottom: 4px;
		padding-left: 4px;
		padding-right: 4px;
		padding-top: 4px;
	}
		
	.tftextinput{
		border: 1px solid black;
		margin-left: 2em;
	}
		
	.tfbutton {
		background-color: rgba(134,161,215,1.00);
		border: solid 1px #00099;
		color: #030303;
		cursor: pointer;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 4px;
		/*give the corners a small curve*/
		margin-left: 0em;
		margin-top: .5em;
		outline: none;
		text-align: center;
		text-decoration: none;
	}
		
	.tfbutton:hover {
		background-color: rgba(102,102,204,1);
		text-decoration: none;
	}
	
	/* Fixes submit button height problem in Firefox */
	.tfbutton::-moz-focus-inner {
		border: 0;
	}
}

@media screen and (min-width: 600px) and (max-width: 823px) and (orientation: portrait) {
	 
#wrapper {
    display: flex;
	height: 100vh;
	margin-top: 0px;
	width: 95%;	
}

#headerMobile {
	display: none;
}

#displayMobile{
  	display: none;
}
 
#mobileTable{
	display: none;
}

body,td,th {
	color: rgba(0,0,0,1);
	font-family: merriweather, Roman, Verdana, Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
}

body {
	background-color: rgba(240,240,240,1);
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;	
}

p {
	color: black;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
}

#Logo img{
	display: block;
	/*width: 100%;
	min-width: 160px;*/
	width: 82%;
}


table {
	border: none;
	border-collapse: collapse;
	padding-top: -5px;
	table-layout: fixed;
}

#left{
	cellpadding: 0px;
	cellspacing: 0px;
	display: block;
	height: 99vh;
	margin-right:0;
	padding-right: 1em;
	margin-top: 0em;
	position: absolute;
	top: 0px;
	vertical-align: top;
	width: 240px;
	max-width: 240px;
	/*min-width: 190px;*/
}

#nav {
	height: 81vh;
	padding-right: .25em;
	overflow: auto;
	width: 240px;
}

table1 td:last-child {
    width: 100%;
}

table .table2 {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 2em;
	width: 24%;
	min-width: 200px;	
}

table .table2 td {
	border: none;
	cellpadding: 0px;
	cellspacing: 0px;
	margin-bottom: 0%;
	width: 240px;
	min-width: 200px;
}

table .table3 td {
	border: none;	
	max-width: 240px;
	min-width: 190px;	
}

ul {
	list-style-type: none;
	margin-top: 0em;
	padding-top: 0px;
}

ul li {
	padding-bottom: 1.4px;
	margin-left: 0px;
	padding-left: 0px;	
}

nav #info {
	margin-top: 0em;
}

nav ul {
	list-style-type: none;
	padding-top: 0;
}

a {
	color: rgba(0,0,0,1);
	font-size: 1em;
	font-weight: normal;
	line-height: 2.25em;
	text-decoration: none;
}

.currentPage a {
	color: rgba(161,20,102,1);
}

a:hover {
	color: rgba(102,102,204,1);
	font-size: 1em;
	font-weight: normal;	
}

#full {	
	margin-left: 0;
	margin-right: 0;
	margin-top: 2%;
	padding: 0;
	width: 65%;
}


td #fullImage {
	display: block;
	margin-left: 0;
	padding-left: 3em;
	padding-right: 3em;
	margin-right: 0;
	margin-top: 2em;
	width: 100%;
	vertical-align: center;
}

.caption {
	padding-bottom: 3px;	
}

figcaption {
	margin-left: 0em;
	padding-left: 3em;
	margin-top: 1em;		
}


#footer{
	background-color: rgba(240,240,240,1);
	bottom: 0px;
	left: 0px;
	margin-top: 0%;
	position: absolute;
	width: 240px;
	z-index: 10;
}

#footerParagraph{
	margin-left: 1em;
	margin-top: 0%;
}

#footer p {
	font-size: .75em;
	line-height: 1em;
	margin-left: 1em;	
}

/* Search bar */
	
	#tfheader {
		margin-left: 2px;
	}
		
	#tfnewsearch {
		padding-bottom: 4px;
		padding-left: 4px;
		padding-right: 4px;
		padding-top: 4px;
	}
		
	.tftextinput{
		border: 1px solid black;
		margin-left: 2em;
	}
		
	.tfbutton {
		background-color: rgba(134,161,215,1.00);
		border: solid 1px #00099;
		color: #030303;
		cursor: pointer;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 4px;
		/*give the corners a small curve*/
		margin-left: 0em;
		margin-top: .5em;
		outline: none;
		text-align: center;
		text-decoration: none;
	}
		
	.tfbutton:hover {
		background-color: rgba(102,102,204,1);
		text-decoration: none;
	}
	
	/* Fixes submit button height problem in Firefox */
	.tfbutton::-moz-focus-inner {
		border: 0;
	}
}
 

 


 @media screen and (min-width: 824px) {
	 
#wrapper {
    display: flex;
	height: 100vh;
	margin-top: 0px;
	width: 95%;	
}

#headerMobile {
	display: none;
}

#displayMobile{
  	display: none;
}
 
#mobileTable{
	display: none;
}

body,td,th {
	color: rgba(0,0,0,1);
	font-family: merriweather, Roman, Verdana, Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
}

body {
	background-color: rgba(240,240,240,1);
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;	
}

p {
	color: black;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
}

#Logo img{
	display: block;
	/*width: 100%;
	min-width: 160px;*/
	width: 82%;
}


table {
	border: none;
	border-collapse: collapse;
	padding-top: -5px;
	table-layout: fixed;
}

#left{
	cellpadding: 0px;
	cellspacing: 0px;
	display: block;
	height: 99vh;
	margin-right:0;
	padding-right: 1em;
	margin-top: 0em;
	position: absolute;
	top: 0px;
	vertical-align: top;
	width: 240px;
	max-width: 240px;
	/*min-width: 190px;*/
}

#nav {
	height: 81vh;
	padding-right: .25em;
	overflow: auto;
	width: 240px;
}

table1 td:last-child {
    width: 100%;
}

table .table2 {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 2em;
	width: 24%;
	min-width: 200px;	
}

table .table2 td {
	border: none;
	cellpadding: 0px;
	cellspacing: 0px;
	margin-bottom: 0%;
	width: 240px;
	min-width: 200px;
}

table .table3 td {
	border: none;	
	max-width: 240px;
	min-width: 190px;	
}

ul {
	list-style-type: none;
	margin-top: 0em;
	padding-top: 0px;
}

ul li {
	padding-bottom: 1.4px;
	margin-left: 0px;
	padding-left: 0px;	
}

nav #info {
	margin-top: 0em;
}

nav ul {
	list-style-type: none;
	padding-top: 0;
}

a {
	color: rgba(0,0,0,1);
	font-size: 1em;
	font-weight: normal;
	line-height: 2.25em;
	text-decoration: none;
}

.currentPage a {
	color: rgba(161,20,102,1);
}

a:hover {
	color: rgba(102,102,204,1);
	font-size: 1em;
	font-weight: normal;	
}

#full {	
	margin-left: 0;
	margin-right: 0;
	margin-top: 2%;
	padding: 0;
	width: 65%;
}


td #fullImage {
	display: block;
	margin-left: 0;
	padding-left: 3em;
	margin-right: 0;
	margin-top: 2em;
	width: 100%;
	vertical-align: center;
}

.caption {
	padding-bottom: 3px;	
}

figcaption {
	margin-left: 0em;
	padding-left: 3em;
	margin-top: 1em;		
}


#footer{
	background-color: rgba(240,240,240,1);
	bottom: 0px;
	left: 0px;
	margin-top: 0%;
	position: absolute;
	width: 240px;
	z-index: 10;
}

#footerParagraph{
	margin-left: 1em;
	margin-top: 0%;
}

#footer p {
	font-size: .75em;
	line-height: 1em;
	margin-left: 1em;	
}

/* Search bar */
	
	#tfheader {
		margin-left: 2px;
	}
		
	#tfnewsearch {
		padding-bottom: 4px;
		padding-left: 4px;
		padding-right: 4px;
		padding-top: 4px;
	}
		
	.tftextinput{
		border: 1px solid black;
		margin-left: 2em;
	}
		
	.tfbutton {
		background-color: rgba(134,161,215,1.00);
		border: solid 1px #00099;
		color: #030303;
		cursor: pointer;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 4px;
		/*give the corners a small curve*/
		margin-left: 0em;
		margin-top: .5em;
		outline: none;
		text-align: center;
		text-decoration: none;
	}
		
	.tfbutton:hover {
		background-color: rgba(102,102,204,1);
		text-decoration: none;
	}
	
	/* Fixes submit button height problem in Firefox */
	.tfbutton::-moz-focus-inner {
		border: 0;
	}
}
 
