/* CSS definition file containing sitestyle stylesheets */

:root {
	--frontis-button: RGB(255, 227, 153);
	--frontis-button-hover: RGB(255, 188,4);
	--frontis-tab: RGB(255, 227, 153);
	--frontis-tab-hover: RGB(255, 188,4);
	--frontis-form-bg: RGB(255, 227, 153);


}

BODY {
  font-family: Arial, Sans-serif, sans-serif;
  margin: 0;
  padding: 0;
  /* text-align: center; */
}

@media screen and (max-width: 1020px) {
  BODY {
        width: 850px;
        font-size: 2em;
  }
}


A {
  color: rgb(68, 56, 200);
  text-decoration:none;
}

A:active {
  color: rgb(68, 56, 200);
}

A:link {
  color: rgb(68, 0, 200);
}


 A:visited {
  color: rgb(68, 56, 200); 
}

A:hover {
  background-color: inherit;
  color: rgb(255, 128, 128);
}

P {
  font-family: 'Arial', Sans-serif, sans-serif;
  font-size: 0.8em;
}
@media screen and (max-width: 1020px) {
  P {
      font-size:2em  ;
        
  }
}
.pagetitle {
  font-family: Arial, Sans-serif, sans-serif;
  font-variant: small-caps;
  font-size: 1.2em;
  font-weight: bold;
}


/* The area outside the main area in the browser */

.screenframe {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url(./images/bground.gif);
  background-repeat: repeat-x;
  color: inherit;
  text-align: center;
  background-color: inherit;
}
@media screen and (max-width: 1020px) {
  .screenframe {
        padding-top: 0;
  padding-bottom: 0;
  }
}


/*The style of the title row on the page*/
TD.titlerow {padding-bottom:12px;border-bottom: 1px #25177a solid ;background-color: #ffffdf}

.headerarea {
  background-color: white;
  font-size: 100%;
  width: 75%;
  border-top: 1px solid #99f;
  border-left: 1px solid #99f;
  border-right: 1px solid #99f;
 // background-image: url(./images/newlogo.jpg);
  background-size: contain; /*auto 95%;*/
  background-repeat: no-repeat;
  text-align: center;
  background-position: 12px 12px;
  margin-left:auto;
  margin-right:auto;
}

@media screen and (max-width: 1020px) {
  .headerarea {
        display:none;
  }
}


/* The main area in the browser */




TABLE.mainarea {
  table-layout: auto;
  color: inherit;
  border: 1px solid #99f;
  text-align: left;
  background-color: white;
  width: 75%;
  margin-left:auto;
  margin-right:auto;
}

@media screen and (max-width: 1020px) {
  .mainarea {
        width: 100%;
  }
}


/* The footer area in the browser */

 .footerarea {
  color: inherit;
  border: 1px solid #99f;
  text-align: left;
  background-color: white;
  width: 75%;
  margin-left:auto;
  margin-right:auto;
}


@media screen and (max-width: 1020px) {
  .footerarea {
        display:none;
  }
}


/*The style of the box which holds the menu items*/

TD.menuboxbody, TD.mainmenuboxbody {
  padding: 0;
  line-height: 1.3em;
}
/*The style of the box which holds the browse menu*/

TD.browsemenuboxbody {
  padding-left: 3px;
  padding-right: 0px;
  padding-bottom: 0;
  padding-top: 1px;
}
/* the style of the text of the menu heading */

.menutitle {
  font-family: Arial, Sans-serif;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 1em;
}
/* The style of the boxes which surround each group of menu items*/

.loginmenubox {
  border: 0;
  padding: 0;
  margin-right: 0px;
}

.menubox, .mainmenubox, .quicksearchmenubox, .browsemenubox, .FilterBox {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0;
  margin-right: 6px;
  margin-top: 6px;
  /* background: url(./images/titlebg.gif) no-repeat; */
  background-color: #eee;
  width: 100%;
}

.class-description
{
	margin: 0px 12px 12px 12px; 
	border: 1px solid #ccc;
	border-radius:8px;
	padding: 10px;
	font-family:Arial, san-serif;
	font-size: 0.8em;
	
	
}
/* the style of the text of the news menu heading i.e. News*/

.newsmenutitle {
  border: 1px solid #ddd;
  padding: 0;
  margin-right: 0px;
  background: url(./images/titlebg.gif) no-repeat;
}
/* The style of the boxes which surround the admin menu button*/

.adminmenubox {
 /* border: 1px solid #ddd; */
  padding: 0;
 /* padding-right:6px; */
  margin-right:0px;
/*  background: url(./images/titlebg.gif) no-repeat; */
 background-color: var(--frontis-button); 
 width:130px;
 height: auto;
 /* box-shadow:6px 6px #ccc; */
 
}

.adminmenubox:hover {
	background-color: var(--frontis-button-hover);
	
}
/* the style of the cell which contains the title of a group of menu items */

TD.menuboxtitle, TD.browsemenuboxtitle, TD.newsboxtitle, td.quickmenuboxtitle, td.mainmenuboxtitle {

  padding: 1px;
}
/* the style of the cell which contains the title of a group of menu items */

TD.newsboxtitle {
  padding: 0;
  margin: 0;
}
/* The style of the text of items in a menu */

.menuboxitems, .mainmenutext, .filterListItem {
  font-family: 'Arial', Sans-serif;
  font-size: 0.8em;
  margin-left: 2px;
  padding-left:6px;
  
}
/* The style of the text of items in a popup menu */

.popupmenuboxitems {
  font-family: 'Arial', Sans-serif;
  font-size: 0.8em;
  margin-left: 2px;
  text-align:left;
    padding-left:6px;
}


/* The style of the text of items in the admin menu box */

.adminmenuboxitems {
  font-family: 'Arial', Sans-serif;
  font-size: 0.8em;
  margin-left: 2px;
}
/* The style of the text of items in the news menu */
 
.newsboxitems {
  font-family: 'Arial', Sans-serif;
  font-size: 0.75em;
  margin-left: 2px;
}
/* The style of the text of subitems in a menu */

LI.menuboxsubitemslist {
  list-style-type: square;
}

SPAN.menuboxsubitems {
  font-family: 'Arial', Sans-serif;
  font-size: 9pt;
}

UL.menuboxsubitemslistx {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  margin-left: 0;
}
/*The style of the box which holds the lhs menu boxes*/

.leftmenu {
  padding: 6px;
  width: 180px;
  padding-left: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 12px;
}
/*The style of the box which holds the rhs menu boxes*/

.rightmenu {
  padding: 0;
  margin: 0;
 /* position:absolute; */
 right:20px;
 top:0px;
 background-color: #fff;
  
}
/*The style of the box which holds the main data screen area*/

TD.dataarea {
  padding: 0;
  padding-top: 10px;
}

/*The style of the box which holds the news items*/

TD.newsboxbody {
  padding-top: 10px;
  border-bottom: 1px #ddd dashed;
}
/* The style of the push buttons on forms*/

INPUT.apsbutton {
  cursor: pointer;
  width: 100px;
  height: 30px;
  border: 1px solid #ccc;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 3px;
  margin-top: 3px;
  background: var(--frontis-button);
}

.apsbutton:hover {
	background: var(--frontis-button-hover);
	
}
.apsselect {
  height:30px;
  font-size: 1.0em;
  border: 1px solid #ccc;
}


/* The style of the edit input boxes on forms*/

 .apsedit {
  cursor: text;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
  height:30px;
  width: 200px;
/*  background: url(./images/editbg.png) repeat-x; */
  font-size: 1.0em;
  
}
/* The style of the boxes which surround the popup menubox*/
.apsedit:focus{
	background-color:RGB(255,242,198);
	
}

.popupmenubox {
  border: 1px solid #99f;
  padding: 0;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
/*  background: url(./images/titlebg.gif) no-repeat; */
 background-color:white;
 border-radius:6px;
 
}
/* The title in the browse screens */

.browsetitle, .formtitle {
  font-family: Arial, Sans-serif;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 1.1em;
}
/* The sub titles in the browse screens */

.browsesubtitle {
  font-family: Arial, Sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  
}
/* The info messages in the browse screens */

.browseinfo {
  font-family: Arial, Sans-serif;
  font-style: italic;
  font-size: 0.8em;
}
/* The in and out buttons */
/**************** do not change *****************/

IMG.adminicon {
  border: 0 none;
  margin-right: 2px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 2px;
}

IMG.buttonlink {
  border: 0 none;
  margin-right: 2px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 2px;
  vertical-align:middle;
  
}
/************************************************/
/* Form text */

.formtext {
  font-family: 'Arial', Sans-serif;
  font-size: 0.8em;
}
/* Form text */

.treetext {
  font-family: 'courier';
  font-size: 1.0em;
}
/* Context text */

.contexttext {
  font-family: Arial, Sans-serif;
  font-size: 0.8em;
}
/* Context text for flat fileplan print*/

.contexttext2 {
  font-family: Arial, Sans-serif;
  font-size: 0.8em;
}
/* Form error messages */

.formerrormsg, .errormsg {
  background-color: inherit;
  font-family: Arial, Sans-serif;
  font-size: 0.8em;
  color: red;
}
/* Menubox error messages */

.menuerrormsg {
  background-color: inherit;
  font-family: Arial, Sans-serif;
  font-size: 1.0em;
  color: red;
}

/* search forms */
.searchform {
	width:80%;
  color: inherit;
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 0px 10px 10px 10px;
  margin: 0 12px 12px 0;
	}


/*The data import wizard form which includes the importheader and importbody*/

.dataimportform, .formarea {
  width: 100%;
  color: inherit;
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 10px;
  margin: 0 12px 12px 0;
  /* padding:12px; */
}
/* The block of text which forms the header for the import wizard*/

.importheader, .formheader {
  color: inherit;/*background: #c3ccf9;*/
 /* background: url(./images/formheader.gif) repeat-y; */
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-top: 0em;
  margin-bottom: 1em;
  margin-top: 0;
}
/* The form which forms the body of the import wizard*/

.importbody, .formbody {
  color: inherit;
  padding:5px;
  margin: 6px;
}

TABLE.classconfigtable {
  margin:0 !important;
  padding:0 !important;
  border:0 none !important;
  background-image: url(./images/tablehead.gif);
  background-repeat: repeat-x;
}
/* The table headers in the class configuration page */

TD.classconfigtitle {
  margin:0 !important;
  padding:0 !important;
  border:0 none !important;
  font-family: 'Arial Narrow', Sans-serif;
  font-size: 1.0em;
  text-align: center;
}
/* The cells which hold the action buttons */

TD.classconfigaction {
  width: 20px;
  color: inherit;
  margin: 0;
  padding: 0;
  border-top: 0 none;
  border-bottom: 1px solid #E5E5E5;
  font-family: 'Arial Narrow', Sans-serif;
  font-size: 0.9em;
  text-align: center;
}
/* The cells which hold the classification  */

TD.classconfig {
  color: inherit;
  margin: 0;
  padding: 0;
  border-top: 0 none;
  border-bottom: 1px solid #E5E5E5;
  font-family: 'Arial', Sans-serif;
  font-size: 0.8em;
  text-align: left;
}
/* The cells which hold the classification  */

TR.classconfig {
  margin: 0;
  border: 0 none;
  padding: 0;
  line-height: 1em;
}

.newstitle {
  font-family: Arial, Sans-serif;
  font-variant: small-caps;
  font-size: 1em;
}
/* The context sensitive horizontal menu bar on the page body */
TABLE.menubartable {
  border-collapse: collapse;
  padding: 0;
  text-align: left;
}

TD.menubar {
  border: #ccc 1px solid;
  margin-left: 5px;
  font-size: 0.8em;
  color: inherit;
  width: 90px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px, 10px, 0px, 0px;
  background-color: #eee;
 /* background: url(./images/tablehead.gif) no-repeat; */
}

TR.menubarrow {
  border-collapse: collapse;
  padding: 0;
}



TD.menubarcurrent {
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  border-bottom: RGB(255,242,198) 1px solid;
  margin-top: 2px;
  font-size: 0.8em;
  color: black;
  width: 90px;
  text-align: center;
  cursor: auto;
  font-weight: bold;
  background-color: var(--frontis-tab);
  /* background: url(./images/menucurrent.gif) no-repeat; */
}

.menubar:hover{
	background-color: var(--frontis-tab-hover);
}

DIV.menubarseparator {
  border-top: #0000ff 1px solid;
  margin: 0;
  padding: 0;
}


/* any small text */

.smalltext {
  font-size: 0.75em;
}
/* any info text */

.infotext {
  font-family: Arial, sans-serif;
  font-size: 0.8em;
}
/* a general header row for tables */

TR.headerrow {
 /* background-image: url(./images/tablehead.gif);
  background-repeat: repeat-x; */
  background: #eee;
  height: 25px;
  border: #ddd 1px solid;
  color:auto;
}

 .statusrow {
  border-top: 1px #ddd dashed;
}
/* The names of fields in details screens */

.fieldname {
  vertical-align:middle;	
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  color: #118;
  display:inline-block;
}
/* The fields data in details screens */

.fielddata {
  vertical-align:middle;	
  font-family: Arial, sans-serif;
  font-size: 0.8em;
}
/* The style of the boxes which surround each group of data lists*/

.datalist {
  width: 100% !important;
  color: inherit;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0;
  margin: 0;
}
/* a   row in datalist tables */

TR.datarow {
  background-image: none;
}

TR.datarow1 {
  background-image: none;
  background-color: #fff;
  vertical-align:top;
}

TR.datarow2 {
  background-image: none;
  background-color: #eee;
  vertical-align:top;
}
/* The style for bulleted lists in text.*/

ul.apslist {
  list-style-image: url("./images/bullet1.gif");
  margin-left: 15px;
}

ul.apslist2 {
  list-style-image: url("./images/bullet2.gif");
  margin-left: 15px;
}

.indextable, .databox {
  vertical-align: top;
  border: RGB(192, 192, 224) 1px solid;
}
/* the text which summarizes the search criteria on the results page */

.searchsummary {
  font-family: 'Arial';
  font-size: 0.75em;
  font-weight: bold;
}

.searchtitle {
  color: black;
  font-family: Arial, Sans-serif;
  font-size: medium;
  font-variant: small-caps;
  font-weight: bold;
}

.thumbnail {
  border-bottom: RGB(192, 192, 224) 1px solid;
}
/* the text styles of the page labelling when printing lists of item e.g. Page 1 of 10   */

.pagelabel {
  font-family: 'Arial';
  font-size: 0.8em;
}

.pagelabelbold {
  font-family: 'Arial';
  font-size: 0.8em;
  font-weight: bold;
}

.pagelabelitalic {
  font-family: 'Arial';
  font-size: 0.8em;
  font-style: italic;
}

.pagelabelbolditalic {
  font-family: 'Arial';
  font-size: 0.75em;
  font-weight: bold;
  font-style: italic;
}

.admintable {
  border: 0 none;
  width: 100%;
  text-align: center;
}

.admintext {
  text-align: center;
  font-size: 0.75em;
}

.TextNavBar {
  font-family: Tahoma, Verdana, Arial, Sans-serif, sans-serif;
  font-size: 0.8em;
}
/* The style of the boxes which surround each group of menu items*/
/* .menubox {border: 1px solid #ddd; padding:0;margin-right:0px;background: url(./images/titlebg.gif) no-repeat;}*/
/* the style of the text of the news menu heading i.e. News*/
/* The style of the text of items in a menu */
/* .menuboxitems  {font-family: 'Arial', Sans-serif; font-size: 0.8em; margin-left:2px;}*/
/*The style of the box which holds the menu items*/

td.loginmenuboxtitle {
  /* font-size: x-small; */
  margin: 0;
  padding: 0;
}

TD.loginmenuboxbody {
  padding: 0;
}
/* the style of the text of the login menu heading */

.loginmenutitle {
  COLOR: black;
  font-family: Arial, Sans-serif;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 1em;
}
/*   text in the login menu box*/

.loginmenutext {
  font-size: 0.7em;
  color: black;
}

/* the style of the row which contains the title of a popup menu */

.popupmenuboxtitle {
  background: none;
  margin: 0;
  padding: 0;
}

/* the style of the text of the heading for the popup menu boxes */

.popupmenutitle {
  font-family: arial, Sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: black;
  padding-left: 0px;
}
/* the style of the text of the menu heading */

.mainmenutitle, .filterheader {
  font-family: Arial, Sans-serif;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 1em;
}

.returnbox{
  text-align: right;
  vertical-align: top;
  border: 1px solid #dd9999;
  font-size: 0.85em;
  background-color: #fdf9f5;
  margin-bottom: 10px;
}

.infobox {
  border: 1px solid #dd9999;
  margin: 0 18px 0 18px;
  padding: 6px;
  vertical-align: top;
  background-color: #ffffdf;
}

.viewertoolbox {
  border: 1px solid #dd9999;
  margin: 6px 18px 0 18px;
  padding: 6px;
  vertical-align: center;
  background-color: #ffffdf;
 /*   background: url(./images/tablehead.gif) repeat-x; */
  height: auto;
}

.toolbaritem {
	margin: 3px;
	display: inline;
	/* height: 20px !important;
	width: 30px !important; */
}

.toolbaritem a {
	margin: 3px;
	display: inline-block;
	height: 20px !important;
	width: 30px !important;
}

.web_page{
  font-family: inherit;
}

.waitbanner {
  -moz-opacity: 0.85;
  background: var(--frontis-button);
  border: 1px solid RGB(221,110,20);
  font-family: 'Arial', Sans-serif;
  font-size: 0.8em;
  opacity: 0.85;
  padding: 5px;
  text-align: center;
}

/* in PrintResults() */
tr.resultsrow {}

tr.resultsrow:hover {
	background=#ccc;
}


td.datarow_button {}


/* in function print_sources($rsResults, $count, $mode, $source_id) */
table.list_sources {}
tr.list_sources_header {}
td.list_sources_header_action {}
td.list_sources_header_field {}

td.list_sources_action {}
td.list_sources_field {vertical-align:middle; font-size:21px;color:#ff8040;
 }

 
 .ui-state-active:active {
 background-color: #ccc;
 }
 
 
 .fplink{
 margin:3px;
 padding-top: 3px;
 padding-bottom:3px;
 }
 
 .fplink:hover {
 background: var(--frontis-tab-hover);
 color:rgb(68, 0, 200); 
 
 }
 
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	 background-color: var(--frontis-tab) !important;
	 border-color: var(--frontis-tab-hover) !important;
	
} 






/* RESPONSIVE */



#menu-bar{
		display: none;
	}
.menu-bg{
		display: none;
}
#nav2{
		display: none;
	}
.newsearchbrowse{
		display: none;
	}
	.newdataarea{
	display:none;}

@media screen and (max-width: 800px){
	
	body {
	font-size: 28px;
}
	.formtext {
	font-size: 28px;	
	}
	
	.smalltext {
		font-size: 28px;
	}
	/* The names of fields in details screens */
.fieldname {
	color: #118;
	font-size: 28px;
	
}
/* The fields data in details screens */
.fielddata {
	vertical-align: middle;
	font-size: 28px;
}

.browsesubtitle {
	font-size: 28px;
}
	.headerarea {
		 /* display:none; */
		  height:auto;
		  background-color: white;
		  font-size: 90%;
		  width: 98%;
		 /* border-top: 1px solid #99f;
		  border-left: 1px solid #99f;
		  border-right: 1px solid #99f; 
		  background-size: 20%;
		  background-repeat: no-repeat; */
		  text-align: center;
		  background-position: 12px 12px;
		  margin-left:1%;
			
	}
	.headerarea div{
		margin-left: 2%;
	}
	.headertable{
		width: 100%;
	}
	.headertable tr td .headingdiv{
		text-align: left; margin-left: 5%; width: 100%; font-size: 62%; margin-top: 20%;;

	}
	.headertable tr td .headingdiv h1{
	}
	.headertable tr td .loginmenubox{
		margin-left:0%;
	}
	TABLE.mainarea {
	  table-layout: auto;
	  width: 98%;
	  color: inherit;
	 /* border: 1px solid #99f;*/
	  text-align: left;
	 /* background-color: white; */
	/*   width: 75%; */
	  margin-left:1%;
	  margin-top:6px;
	 
	}

	TD.leftmenu {
	  padding: 6px;
	  width: 10%;
	  padding-left: 6px;
	  padding-top: 6px;
	  padding-bottom: 6px;
	  padding-right: 12px;font-size: 80%;position: absolute;display:none;
	}
	
	
	TD.dataarea {
	  padding: 0;
	  padding-top: 10px;
	  width: 100%;
	}
	.returnbox{
	 border: none;
	  font-size: 11pt;
	  margin-left:12%;
	  margin-right: 2%;
	  padding: 6px;
	  text-align: right;
	  vertical-align: top;
	  background-color: #ffffdf;
	  top:0;width: 80%;
	}
	TD.dataarea p{
	  margin-left:2%;
	  margin-right: 2%;
	  padding: 6px;
	  vertical-align: top;
	  top:0;width: 92%;
	}
	.dataareatable TD{
		width: 33%; text-align: left; height:auto;display: none;
	}
	
	.datalist td {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
	.list_sources td {
		padding-top: 12px;
		padding-bottom: 12px;

	}
	#quicksearchmenubox{
		 display: inline-block;
	 }
	 

	.footerarea {
	  color: inherit;
	 /* border: 1px solid #99f;*/
	  text-align: left;
	  background-color: white;
	/*  width: 75%; */
	  margin-left:1%;
	  width: 98%;	  
	}
	#menu{
	width: 50px;
	height: 30px;
	margin-top: 50px;
	margin-left: 25px;
	cursor: pointer;
	/* background-color: white;*/
	}
	.bar{
		height: 6px;
		width: 100%;
		background-color: #250175;
		display: block;
		border-radius: 5px; 
		transition: 0.3s ease;
	}
	#bar1{
		transform: translateY(-6px);
	}
	#bar3{
		transform: translateY(6px);
	}
	.nav li a{
		color: black;
		font-size: 150%;
		text-decoration: none;
	}
	.nav li a:hover{
		font-weight: bold;
	}
	.nav li{
		list-style: none;
		padding: 10px 0;
		margin-left: 15px;
	}
	.nav{
		padding: 6px;
		margin: 0 20px;
		transition: 0.3s ease;
		display: none;
		/* background-color: lightgray;*/
	}
	.menu-bg, #menu-bar{
		top: 0;
		left: 0;
		position: absolute;
	}
	.menu-bg{
		z-index: 1;
		width: 0;
		height: 0;
		margin-top: 0px;
		background-color: #f5f3eb; /* radial-gradient(circle,lightgray,lightgray); */
		border-radius: 2%;
		transition: 0.3s ease;
		display: inline;
	}
	#menu-bar{
		z-index: 200;	
		display: inline;
	}
	.change-bg{
		width: 1400px;
		height: 1050px;
		border: 1px solid #d4cec3; 
		margin-left: 20px;margin-top: 0px;
		transform: translate(-60%,-30%);
	}
	.change .bar{
		/* background-color: white; */
	}
	.change #bar1{
		transform: translateY(4px) rotateZ(-45deg);
	}
	.change #bar3{
		transform: translateY(-6px) rotate(45deg);
	}
	.change #bar2{
		opacity: 0;
	}
	.change{
		display: block;
	}
	#nav2{
		display: none;
	}
	.newsearchbrowse{
		margin-top: 10%;height: 500px; width: 98%;margin-left: 1%;background-color:white;display: block;margin-bottom: 5%;
	}
	.newquicksearch{
		width: 65%;height: 40%;
		margin-left:15%;margin-top: 2%;
		float: left;background-color:#eee;
	}
	.newbrowserecords{
		width: 65%;height: 40%;
		margin-left:15%;margin-top: 4%;
		float: left;background-color:#eee;margin-bottom: 2%;
	}
	.newdataarea{
		display:block;
		margin-top: 3%;height: 1250px; width: 98%;margin-left: 1%;background-color:white;display: block;margin-bottom: 5%;
	}
	.column1{
		width: 60%;
		margin-left:15%;margin-top: 4%;
		float: left;background-color:#eee;
		padding: 12px; height: 30%; border: 2px solid #ccc; border-radius: 10px; 
	}
	.column2{
		width: 60%;
		margin-left:15%;margin-top: 4%;
		float: left;background-color:#eee;
		padding: 12px; height: 38%; border: 2px solid #ccc; border-radius: 10px; 
	}
	.column3{
		width: 60%;
		margin-left:15%;margin-top: 4%;
		float: left;background-color:#eee;
		padding: 12px; height: 30%; border: 2px solid #ccc; border-radius: 10px; 
	}
	.datalist{
		margin-top: 10%;
	}
}
 
 
 // WETHERDEN STYLES
 
 
.wp-block-site-logo{line-height:0}.wp-block-site-logo a{display:inline-block}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}


.wp-block-site-title{font-size: var(--wp--preset--font-size--medium);font-weight: 500;text-decoration: none;}


.wp-block-site-tagline{font-family: var(--wp--preset--font-family--heading-font);font-size: var(--wp--preset--font-size--small);}

.wp-block-group{box-sizing:border-box}


.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word;word-break:normal}.wp-block-navigation .wp-block-navigation-item__description{display:none}
.wp-block-navigation-link{font-family: var(--wp--preset--font-family--heading-font);font-size: var(--wp--preset--font-size--tiny);letter-spacing: 0.05em;text-transform: uppercase;}

.wp-block-navigation{font-size: var(--wp--custom--font-sizes--normal);}


.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}


.wp-block-post-template,.wp-block-query-loop{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.wp-block-post-template,.wp-block-query-loop.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container,.wp-block-query-loop.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container li,.wp-block-query-loop.is-flex-container li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}


h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}


.wp-block-spacer{clear:both}


.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important;margin-bottom:1.75em}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}


.wp-block-media-text{direction:ltr;display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{grid-column:1;grid-row:1;margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;grid-column:2;grid-row:1;padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{grid-column:2;grid-row:1}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{grid-column:1;grid-row:1}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}
