@charset "UTF-8";
/* @charset "UTF-8"; must be 1st line in css file */ 

/* START OF: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_modal_img */
#gall_image {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#gall_image:hover {opacity: 0.7;}



							/* 251203: copied all textblok to 49club webs css from kce allCSS */
.textblok_def {
	font-weight: inherit;
	font-style: normal;
}

.textblok_sel_hilite {
	background-color: orange;
}
								
.textblok_notsel_hilite {
	background-color: yellow;
}

.textblok_ulli_li_sel_hilite {
	background-color: #3cb0fd9c;
}

.textblok_ulli_li_notsel_hilite {
	background-color: #b0d4ec9c;
}
.nowisBOLD {
	font-weight: bold;
	background-color: white;	
}

.textBOLD{
	font-weight: bold;
}

.textItalic{
	font-style: italic;
}

.textH1{
	font-family: Arial Narrow;
 	font-weight: bold;
	line-height: 1.25;
	margin-block-start: 0.83em;
    margin-block-end: 0.83em;
	margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.textL {
	text-align: left;
							/* 250116: do not use display: block; as it causes browser to inject random span into the DOM e.g.:
										<span style="background-color: inherit; font-size: calc(14px + (2 * (100vw - 380px)) / 2100); text-align: center;">Chapel </span>
							*/
	/* display: block; */
}
.textC {
	text-align: center;
	display: block;
	width: 95%;
}
.textR {
	text-align: right;
	display: block;
	width: 95%;
}
.subScript {
	vertical-align:sub;  
	font-size: 80%;  
}
.superScript {
	vertical-align:super;  
	font-size: 80%;  
}
/*
.NewLine {
	content: "\a";
}		
*/
.figcaption_textbox {
	min-width: 350px;
	text-align: center;
}

.figcaption_textbox_350 {
	min-width: 350px;
	text-align: center;
}

.figcaption_textbox_700 {
	min-width: 700px;
	text-align: center;
}

.caption_placeholder {
	max-height: 4px;
	font-size: 2px;
	font-color: white;
}

.image_caption_table {
	border: 1px solid white;
}

			/* END OF copied all textblok to 49club webs css from kce allCSS */





/* The Modal (background) */
.modalORIG {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 60px; /* Location of the box */
  left: 30px;
  top: 60px;
  /* width: 80%; */ /* Full width */
  /* height: 80%; */ /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(187,187,187); /* Fallback color */
  background-color: rgba(187,187,187,0.7); /* grey w/ opacity */
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  /* padding-top: 10px; */		/* Location of the box */
  padding: 4px;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(187,187,187); /* Fallback color */
  background-color: rgba(187,187,187,0.7); /* grey w/ opacity */
  max-width: 95%;
  max-height: 95%;
  width: 95%;
  /* height: 95% */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 95%;
  max-height: 95%;
 /* width: 700px; */
  /* max-width: 800px; */
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  max-width: 90%;
  /* max-width: 800px; */
  text-align: center;
  color: #ccc;
  /* padding: 10px 0; */
  /* height: 150px; */
}

.figcaption_350 {
	max-width: 350px;
}
.figcaption_350_artic {
	max-width: 350px;
}


/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  /* top: 15px; */
  left: 25px;
  /* color: #f1f1f1; */
  color: ##f6ef19;				/* mustard */
  font-size: 36px;
  font-weight: bold;
  opacity: 0.8;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
/*@media only screen and (max-width: 1200px){ */		/* 240212: all @media should be at bottom? moved down */
  /*.modal-content {
    width: 90%;
  }
} */

/* END OF: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_modal_img */

/* BasketButton_HTML= "<button class='nvgWHNbasket_btn WSPPs' id='hidparmstr" & this_AddToBasket_itemid & "' value='" & this_param_str & "'><a id='" & this_param_str & "' href='" & WebStorage_PayPal_AddToBasket_href & "' target='_self'>View Basket</a></button>"

.nvgWHNbasket_btn
*/

.nvgWHNbasket_btn a {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	border-radius: 10px;
	font-family: Arial; color: #ffffff; font-size: 18px; padding: 3px 3px 3px 3px;min-height: 24px; text-decoration: none!important;		
	float: left; min-width: 100px; list-style-type: none; margin: 3px;
}
/*
.nvgWHNbasket_btn a:hover{text-decoration: none!important;}
*/			
.nvgWHNbasket_btn:hover a {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	border-radius: 10px;
	
}

.li_span_butt ul li {
  display: inline-block;
}

.li_span_butt span {
  display: inline-block; 
}
						/* only thing that would take the underline off the button text */
.li_span_butt span a {
  text-decoration: none!important;
}

.li_span_butt div {
  display: inline-block; 
}

#buttext_slideshow {
	/* background: #ffffff; */
	margin-left: 50px;
}
	
.dno{display: none;}
.dyes{display: block;}

.parastat_dno{display: none;}

.dyes_important{display: block!important;}

										/* NAT stuff: */
	
.NAT_main {
	min-width:	380px;
	/* width: 0.95vw; */
}
				/* 240126: may also be OK to use with sstc? */
.NATtab {
						/* as was .ontop */
	text-align: center;
	font-weight:400;
	/* 231208: TESTING OFF font-size: calc(1rem + 1vw); */
	color: #404040;
	/* background-color: #e6fff2; */
	width: fit-content;
	/* height: 30px; */
	/* padding: 4px;
	margin:	0.5px; */
	
	padding: 0;
	margin:	0;
}

.NAT_sstc_tab {
						/* as was .ontop */
	text-align: center;
	font-weight:400;
	/* 231208: TESTING OFF font-size: calc(1rem + 1vw); */
	color: #404040;
	/* background-color: #e6fff2; */
	width: fit-content;
	/* height: 30px; */
	/* padding: 4px;
	margin:	0.5px; */
	
	padding: 0;
	margin:	0;
}

.NATnav_tab_boxno_infocus {
	background-color: #e6fff2;
	font-weight:bold;
}
.NATnav_tab_boxno_behind {
	background-color: #d6eee1;
	font-weight:400;
}


.NAT_sstc_nav_tab_boxno_infocus {
	/* background-color: #e6fff2; */
	background-color: #dddfe3;
	font-weight:bold;
}
.NAT_sstc_nav_tab_boxno_behind {
	/* background-color: #d6eee1; */
	background-color: #eee;			/* light grey */
	font-weight:400;
}

					/* not used */
/*.NATtab_packer {
	text-align: center;
	font-weight:400;
	font-size: 1rem;
	color: #404040;
	background-color: #e6fff2;}	/* q_backgcolrG1 */
	/*width: 26px;
	height: 26px;
}
*/

.NATroundedtabinFocus {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
									/* 230405: add padding to .roundedtab */
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	
	background-color: #e6fff2;
}

.NAT_sstc_roundedtabinFocus {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
									/* 230405: add padding to .roundedtab */
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	
	/* background-color: #e6fff2; */
	background-color: #dddfe3;
}

.NATroundedtabBehind {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
									/* 230405: add padding to .roundedtab */
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	
	background-color: #d6eee1;
}

.NAT_sstc_roundedtabBehind {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
									/* 230405: add padding to .roundedtab */
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	
	/* background-color: #d6eee1; */
	background-color: #eee;			/* light grey */
}

.NATtabshadowyes {
	/* background: #fff; */
	color: darken(#232c88, 1%); 
	/* box-shadow: 0 0 2px 0 ; */
	box-shadow: 1px 0 2px 0 ;
/*position: absolute;
	z-index: 5;	*/
}
						
.NATtabshadowinfocus {
	/* background: #fff; */
	color: darken(#232c88, 1%); 
									/* SYNTAX - box-shadow: none|h-offset v-offset blur spread color |inset|initial|inherit; 
										https://www.w3schools.com/cssref/css3_pr_box-shadow.php
									*/
	box-shadow: 1px -1px 0 0;
	/* position: absolute;
	z-index: 1; */
}	

.k_flextext {
	display: flex;
	flex-direction: row wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

.k_floatpic_right {
	float: right;
	/* width: 25%; */
	padding: 1%;
}
												/* https://css-tricks.com/almanac/properties/f/flex-wrap/ */
.flex-container {
  /* We first create a flex layout context */
  display: flex;
  
  /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
  flex-direction: row wrap;
  
  /* Then we define how is distributed the remaining space */
  /* justify-content: space-around; */	/* tabs will gap if this is set */
  
  padding: 0;
  margin: 0;
  list-style: none;
}

.wrap-reverse         { 
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}  
.flex-item {
  background: white;
   padding: 5px; 
  /* padding: 0; */
  width: 80px;
  height: 60px;
  margin-top: 10px;
  line-height: 60px;
  color: black;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}

.Rolo_flex-container {
    display: flex;
	flex-wrap: wrap;
}

.Rolo_flex-child {
    flex: 1;
}  

.Rolo_flex-child:first-child {
    margin-right: 20px;
} 

.gall_flex_container {
  /* We first create a flex layout context */
  display: flex;
  
  flex-direction: row wrap;
  
  padding: 0;
  margin: 0;
  list-style: none;
}

.gall_wrap_forward { 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}  

.gall_flex_item {
  background: white;
   padding: 2px; 
  /* padding: 0; */
  /* width: 180px; */
  /* height: 60px; */
  margin-top: 2px;
  /* line-height: 60px; */
  color: black;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.gall_table {
	/* width: 85%; 231228: try off as issue with gall 12/13 not showing pics side-by-side */
}

							/* 240101: articles_ flex */
.NAT_artic_flex_wrapper {
	display: flex;
	flex-wrap: wrap;	
	flex-direction: row wrap;
	list-style: none;
	
}
.NAT_artic_flex_box {
  font-size: 20px;
  margin: 0;
}
/*
.NAT_artic_flex_item {
	background: white;
	padding: 2px; 
	margin-top: 2px;
	color: black;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.NAT_artic_floatpic {
	float: right;
	padding: 1%;
	display: flex;	
	flex-direction: column;
	justify-content: flex-end;
	shape-outside: inset(calc(100% - 100px) 0 0);
}
.NAT_artic_floatpic ~ .NAT_artic_floatpic {
  float: right;
  margin-right: -110px;
  margin-left: 15px;
}
img {
  float: left;
  margin-right: 10px;
}
img ~ img {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.NAT_artic_floatpic img {
  margin: 0;
}
*/
/*
.NATcontent_articles_img {
	padding: 1%;
}
*/
.NAT_artic_floatpic_R {
	float: right;
	/* width: 25%; */
							/* 240103: remove padding else ghost box for img shows - NO 
								tried .NATcontent_articles_img{} but the padding arrived after the text had wrapped
								so am using _N in the filename, which works as there is no .NAT_artic_floatpic_N {}
							*/
	padding: 1%;
	display: flex;
	/* align-items:flex-start; */
	margin-block-start: 0.25em;
    margin-block-end: 0.25em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.NAT_artic_floatpic_L {
	float: left;
	/* width: 25%; */
	padding: 1%;
	display: flex;
	/* align-items:flex-start; */
	 margin-block-start: 0.25em;
    margin-block-end: 0.25em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.NAT_artic_floatpic_NE {
	float: right;
	/* width: 25%; */
	padding: 1%;
	display: flex;
  align-items:flex-start;
}
.NAT_artic_floatpic_SE {
	float: right;
	/* width: 25%; */
	padding: 1%;
}
.NAT_artic_floatpic_SW {
	float: left;
	/* width: 25%; */
	padding: 1%;
	/* margin-bottom: 10px; */
	display: flex;
  align-items:flex-end;
}
.NAT_artic_floatpic_NW {
	float: left;
	/* width: 25%; */
	padding: 1%;
}

.NATcontent_anigif {
	display: block;
	float: left;
	/* width: 350px; */
	/* height: 100px; */
}

.NATcontent_gallery_img {
	display: block;
	float: left;
	width: 350px;
	/* height: 100px; */
}

.ssects_Rolodexes_wrapper {
	padding: 4px;
	border: 0;
	margin: 0;
	/* width:	100%; */
	/* min-width:	380px; */
	background-color: #e6fff2;
	/* min-height: 30px; */
							/* 231214: try off? */
	display: flex;
	align-items: flex-end;
}

/* 231214: what was this rogue brace???
}
*/

.ssects_Rolodexes {
	padding: 0;
	border: 0;
	margin: 0;
	width:	100%;
	/* min-width:	380px; */
}

select {
	/* 231208: TESTING FLUID-TYPOGRAPHY OFF font-size: 0.5rem; */
}

.NATforcefont {
	font-family: Arial!important;
 	font-weight: 400!important;
	color: #404040!important;	
}

.NATforcefont p span {
	font-family: Arial!important;
 	font-weight: 400!important;
	color: #404040!important;	
}

.NATforcefont b span {
	font-family: Arial!important;
 	font-weight: 700!important;
	color: #404040!important;	
}

.NATforcefont em span {
	font-family: Arial!important;
 	font-weight: 400!important;
	color: #404040!important;	
	font-style: italic;
}

.NATcontent_nav {
	font-family: Arial;
 	font-weight: 400;
	/* 231208: TESTING FLUID-TYPOGRAPHY OFF font-size: calc(0.6rem + 1vw); */
	color: #404040;
	/* background-color: white; */
  text-align: right;
  padding: 4px;
}

.NATcontent_nav_RoloSelect {
	font-family: Arial;
 	font-weight: 400;
	/* 231208: TESTING FLUID-TYPOGRAPHY OFF font-size: calc(0.75rem + 1vw); */
	color: #404040;
	/* background-color: white; */
 
	text-align: left;
						/* 231214: try off? */
	display: flex;
	/* 231215 try off
	align-items: flex-end;
	justify-content: flex-end; */
	
	/* flex-wrap: wrap; */
	
	/* position: static;
	right: 0; */
}


.NATcontent_nav_RoloSelect option {
	font-family: Arial;
 	font-weight: 400;
	/* 231208: TESTING FLUID-TYPOGRAPHY OFF font-size: calc(0.25rem + 1vw); */
	color: #404040;
	/* background-color: white; */
  text-align: left;
}


.NATcontent_title {
  background: white;
 /* padding: 5px;
  width: inherit;
  margin-top: 5px;
  */
	font-family: Arial Black;
 	font-weight: bold;
	/* 231208: TESTING FLUID-TYPOGRAPHY OFF font-size: calc(1.25rem + 1vw); */
	/* color: #404040; */
	background-color: white;
  text-align: left;
}

/* 231204: try disabling as 0s instead of 4s */
table td{
	padding: 0;
	border-spacing: 0;
	margin: 0;
}

h1 {
	font-family: Arial Narrow;
 	font-weight: bold;
	line-height: 1.25;
}

h2 {
	font-family: Arial;
 	font-weight: bold;
	line-height: 1.25;
}

.NATfooter_uni a:link {
	font-family: Arial;	
	padding: 3px;
 	font-weight:400;
	font-size: 11px;
	font-style: italic;
	background-color: #eee;
	color: grey;	
	text-align: centre;	
	text-decoration: none!important;	
}

.NATfooter_uni p {
	font-family: Arial;	
	padding: 3px;
 	font-weight:400;
	font-size: 11px;
	font-style: italic;
	background-color: #eee;
	color: grey;	
	text-align: centre;	
	text-decoration: none!important;	
}

.NATcontent_main {
	font-family: Arial;
  background: white;
  padding: 3px;
  /* width: inherit;
  margin-top: 5px;
  */
 	font-weight:400;
	/* 231208: TESTING FLUID-TYPOGRAPHY OFF font-size: calc(1rem + 1vw); */
	/* color: #404040; */
	background-color: white;
  text-align: left;
  
  /* word-spacing: 0; line-height: 100%; margin-top: 0; margin-bottom: 0 */
}


p {
	font-family: Arial;
    display: block;
    margin-block-start: 0.25em;
    margin-block-end: 0.25em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.NATcontent_main p {
	word-spacing: 0; 
	line-height: 125%; 
	margin-top: 0; 
	margin-bottom: 0;
}

.NATcontent_main td {
	padding: 4px;
}

.NATcontent_main select option {
  background: white;
  padding: 3px;
 
 	font-weight:400;
	/* 231208: TESTING FLUID-TYPOGRAPHY OFF font-size: calc(1rem + 1vw); */
	/* color: #404040; */
	background-color: white;
  text-align: left;

}

.NATcontent_maintable table tr td{
	font-family: Arial;
  background: white;
  padding: 3px;
  /* width: inherit;
  margin-top: 5px;
  */
 	font-weight:400;
	/* 231208: TESTING FLUID-TYPOGRAPHY OFF font-size: calc(1rem + 1vw); */
	/* color: #404040; */
	background-color: white;
  text-align: left;
}

.NATcontent_greenrow {
	background-color: #e6fff2;
	padding: 0;
	border-spacing: 0;
	margin: 0;
}

.NATcontent_mainimg {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.NATcontent_mainimg_300 {
	width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.NATcontent_hdranigif {
	width: 240px;
	/* height: 150px; */
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.NAT_parastat_debugwindow {
	background-color: #ddd;	
	height: 220px;
	max-width: 900px;
	margin: 0;
}

.NAT_parastat_debugwindow a:link {
	text-decoration: none!important;
}

.NAT_parastat_debugwindow_links {
	background-color: #fff;
	font-weight: bold;
}

xmp{
    white-space: pre-wrap;
}

.NAT_hdr_parent {
	text-align: left;
  	/* max-width: 500px; */

}
.NAT_hdr_child {
	display: inline-block;
	vertical-align: middle;
  	/* text-align: right; */
}

.NAT_tabheader {
	background-color: #e6fff2;
	/* background-color: #d6eee1; */
	padding: 0;
	border: 0;
	border-spacing: 0;
	margin: 0;
	width:	100%;
	min-width:	380px;
}


.NAT_tabheader table tbody tr td{
	/* background-color: #e6fff2; */
	padding: 0;
	border: 0;
	border-spacing: 0;
	margin: 0;
}

										/* 231130: not now working but that's OK */
.NATtab_tr table tbody tr td{
	/* background-color: #f7e6ffad;	*/	/* #f7e6ffad is 2/3 transparent version of #f7e6ff */
	/* background-color: #e6fff2ad; */
	
	/* background-color: #d6eee1; */
	/* width: 0.95vw; */
	padding: 4px;
	margin:	0.5px; 
	border: 0;
	border-spacing: 0;
}

.NAT_sstc_tab_tr table tbody tr td{
	padding: 4px;
	margin:	0.5px; 
	border: 0;
	border-spacing: 0;
}

.NAT_tabcontent {
	padding: 0;
	border: 0;
	border-spacing: 0;
	margin: 0;
	background-color: #e6fff2;
	/* width:	100%; */
	min-width:	380px;
}

						/* adding table works for Events page but messes-up other pages!  */
/* .NAT_contentdiv table{ */
.NAT_contentdiv {
	background-color: #ffffff;
	/* min-width:	380px; */
	width:	98%;
	/*
	width:	95%;
	table-layout: fixed;
	*/
	margin: 4px;
	border-spacing: 0;
}

.NAT_contentdiv_tablefixed table {
	background-color: #ffffff;
	/* min-width:	380px; */		/* better to use JS resizeEnd to link widths
										to width of .NATtab_tr which changes dynamically when tabs are clicked */
	width:	98%;
	table-layout: fixed;
	margin: 4px;
	border-spacing: 0;
}

.NAT_contentdiv_tablefixed_screx table {
	background-color: #ffffff;
	/* min-width:	380px; */		/* better to use JS resizeEnd to link widths
										to width of .NATtab_tr which changes dynamically when tabs are clicked */
	width:	98%;
	table-layout: fixed;
	margin: 4px;
	border-spacing: 0;
}

/*
.NAT_contentdiv.table{
	width:	95%;
	table-layout: fixed;
}

.NAT_contenttable{
	min-width:	380px;
	width:	95%;
	table-layout: fixed;
}
*/

.NAT_tabheader li a{color: #404040;text-decoration: none;}
.NAT_tabheader a:link{background-color: transparent; color: #404040;text-decoration: none!important;cursor: pointer;}
.NAT_tabheader a{text-decoration: none!important;}
.NAT_tabheader a:hover{text-decoration: none!important;}

/*
p{text-decoration: none!important;}
p:hover{text-decoration: none!important;}
*/

.k_centre {
	text-align: center;
}
						/* just use <sup>?? */
/*.k_superscript {
	font-size: calc(0.4rem + 1vw);
	font-style:normal;*/
	/* font-weight:bold; */
	/*vertical-align:super;
}
*/

.NATcontent_main_ul {
	list-style-type: disc;
	list-style-position: outside;
	background: #d0edf878;		/* transparent very light blue - #e6f8ff63 did not shoe hardlky at all on a PARADYN page so try #d0edf878 */
	color: black;
	margin-left: -10px;
	line-height: 1.25;
}	

.NATcontent_main_ul li {
	width: inherit;
}

.NATcontent_main_ul ul {
	width: inherit;
}

.NATcontent_main_ulul{
	list-style-type: disc;
	list-style-position: outside;
	/* background: #e6fff270; */		/* transparent light green */
	color: black;
	margin-left: -20px;
}	

.NATcontent_main_ulul li {
	width: inherit;
}

.NATcontent_main_ulul ul {
	width: inherit;
}

.NATcontent_main_ul_nodisc {
	list-style-type: none;
	list-style-position: outside;
	background: #e6fff270; 			/* transparent light green */
	/* background: #e6f8ff63; */		/* transparent very light blue */
	color: black;
	margin-left: -10px;
	line-height: 1.25;
}	


/*
ul {
    margin-left: 0;
}

ul > ul {
    margin-left: 0;
}

ul li {
	list-style-type: disc;
	list-style-position: outside;
	background: #e6fff270;		/* transparent light green */
	/*color: black;
	margin: 0px;
	margin-left: -10px;
	padding: 0px;
	padding-left: 0px;
	padding-inline-start: 0px;
	text-indent: 0;
	padding-block-start: 0px;
}
*/
/*
marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
*/

a.caption_href_undecorated:link {
	text-decoration: none!important;
}

li a{color: #404040;text-decoration: underline;}
a:link{background-color: #e6fff2; color: #404040;text-decoration: underline!important;cursor: pointer;}
/* a{text-decoration: underline!important;} */
a:hover{text-decoration: underline!important;}



body{
	font-family:Arial!important;
	color:#404040;
	background-color: #e6fff2;
	/* font-size: max(1.25em, 14px); */
	/* font-size: max(4vw, 2em, 2rem); */
	
	height: 95vw;
	width:	95vw;		/* 240213: try */
}

html body {
    font-family:Arial!important;
	color:#404040;
	background-color: #e6fff2;
	/* font-size: max(1.25em, 14px); */
}

.NAT_cookieconsentdiv {
	font-family: Arial;
	/* background-color: #ffffff; */
	width:	90%;
	margin: 10px;
}

#myCookieConsent {
    z-index: 999;
    min-height: 20px;
    /* font-family: OpenSans, arial, "sans-serif"; */
    padding: 10px 20px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    /* bottom: 0px; */
	top: 0px;
    right: 10px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
#myCookieConsent div {
    padding: 5px 0 0;
}
#myCookieConsent a {
    color: #ffba55;
    display: inline-block;
    padding: 0 10px;
}
#myCookieConsent a:hover {
	color: #fda016;
}
#myCookieConsent a#cookieButton {
    display: inline-block;
    color: #000000;
    font-size: 1.1em;
	background: #ffba55;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 20px;
    float: center;
    border-radius: 20px;
}
#myCookieConsent a#cookieButton:hover {
    background: #fda016;
	color: #000;
}


.NAT_cookieconsentdiv_pstat {
	font-family: Arial;
	/* background-color: #ffffff; */
	width:	95%;
	height: 95%;
	margin: 5px;
}

#myCookieConsent_pstat {
    z-index: 999;
    min-height: 20px;
    /* font-family: OpenSans, arial, "sans-serif"; */
    padding: 10px 20px;
    background: rgb(34 52 17 / 51%);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    /* bottom: 0px; */
	top: 0px;
    right: 10px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
#myCookieConsent_pstat div {
    padding: 5px 0 0;
}
#myCookieConsent_pstat a {
    color: #ffba55;
    display: inline-block;
    padding: 0 10px;
}
#myCookieConsent_pstat a:hover {
	color: #fda016;
}
#myCookieConsent_pstat a#cookieButton_pstat {
    display: inline-block;
    color: #000000;
    font-size: 1.1em;
	background: #ffba55;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 20px;
    float: center;
    border-radius: 20px;
}
#myCookieConsent_pstat a#cookieButton_pstat:hover {
    background: #fda016;
	color: #000;
}

					/* https://www.w3schools.com/howto/howto_js_scroll_to_top.asp */
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 50px; /* Place the button at the bottom of the page */
  left: 0px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  /*background-color: red; /* Set a background color */
  /*background-color: #ff000054;	/* transparent red */
  background-color: #e3e453b5;		/* transparent mustard */
  color: black; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 2 2 2 2; /* Some padding */
  border-radius: 4px; /* Rounded corners */
  font-size: 16px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.nvg_btnUniWrap{float: left; max-width: 290px;padding: 3px 6px 3px 6px;}
.nvg_btnWHNWrap{float: left; max-width: 110px;padding: 3px 6px 3px 6px;}
.nvg_btnASPPpaginWrap{float: left; max-width: 80px;padding: 3px 3px 3px 3px;}
.nvg_btnWrapSLZ{float: left; width: 180px;padding: 3px 6px 3px 6px;}
.nvg_btnUniWrapWide{float: left; max-width: 600px;}


/*
@media (min-width: 0px) {
  .NATtab{font-size:calc(1rem + 1vw);}
  .NATcontent_title{font-size:calc(1.25rem + 1vw);}
  .NATcontent_main{font-size:calc(1rem + 1vw);}
  .NATcontent_maintable{font-size:calc(1rem + 1vw);}
  .k_superscript {font-size: calc(0.6rem + 1vw);}
  .NATcontent_nav_RoloSelect option {font-size: calc(0.35rem + 1vw);}
}
@media (min-width: 495px) {
  .NATtab{font-size:calc(1rem + 1vw);}
  .NATcontent_title{font-size:calc(1.25rem + 1vw);}
  .NATcontent_main{font-size:calc(1rem + 1vw);}
  .NATcontent_maintable table tr td{font-size:calc(1rem + 1vw);}
  .k_superscript {font-size: calc(0.6rem + 1vw);}
  .NATcontent_nav_RoloSelect option {font-size: calc(0.35rem + 1vw);}
}
@media (min-width: 1001px){
  /* .NATcontent_main{font-size:calc(0.75rem);} */
 
/* 
  .NATtab{font-size:calc(0.6rem + 1vw);}
  .NATcontent_title{font-size:calc(0.75rem + 1vw);}
  .NATcontent_main{font-size:calc(0.6rem + 1vw);}
  .NATcontent_maintable table tr td{font-size:calc(0.6rem + 1vw);}  
  .k_superscript {font-size: calc(0.4rem + 1vw);}
  .NATcontent_nav_RoloSelect option {font-size: calc(0.35rem + 1vw);}
}
*/
					/* 231208: TESTING FLUID-TYPOGRAPHY:
					https://www.smashingmagazine.com/2016/05/fluid-typography/ */
					
/* testing for article-wrapping 
html body { font-size: clamp(16px, 100vw, 20px)!important; }
*/
/* 240102: this worked!!
p span { font-size: clamp(16px, 100vw, 20px)!important; }
*/
	
/* table { */
									/* 240103: gud as it works on tables within tables e.g. articles */
						
table .NATcontent_main {			/* 240215: try */
	/* font-size: inherit!important; */
}

/* 251204: try this from GAI - 350 images side by side but decay gracefully into above/below if screen narrower than 800 
			otherwise wrapping text can get in-between the images and be too narrow to read
*/
	
/* Mobile-first approach: items stack by default */
.NAT_artic_flex_column_2_350 {
  display: flex;
  flex-direction: column; /* Stacks vertically by default */
  gap: 10px; /* Adds space between the stacked images */
}

.NAT_artic_flex_image_item img {
  width: 100%; /* Ensures images scale within their container */
  height: auto; /* Maintains aspect ratio */
  display: block; /* Helps with alignment and spacing */
}

/* Media query for screens larger than a specific breakpoint (e.g., 600px) */
@media (min-width: 800px) {
  .NAT_artic_flex_column_2_350 {
    flex-direction: row; /* Places items side-by-side on larger screens */
  }

  .NAT_artic_flex_image_item {
    flex: 1; /* Distributes available space equally between the items */
  }
}	
	
@media screen and (min-width: 25em){
	
  /*.NATcontent_main { font-size: calc( 16px + (16 - 16) * (100vw - 380px) / (2480 - 380) )!important; } */	/* 240215: try: */
	.NATcontent_main {font-size: calc( 17px + 	(18 - 17) 				* 	(100vw - 380px) / 	(2480 - 380) 		)!important; }
					/* calc( (minfontsize+(maxfontsize-minfontsize) * (100vw-minscrnsize) / (maxscrnsize-minscrnsize) ) */
	
	/* html body table td { font-size: calc( 16px + (24 - 16) * (100vw - 400px) / (800 - 400) ); } */
	
												/* 240103: was 16px + (16 - 20) */
	html body table td font div span p b { font-size: calc( 14px + (16 - 14) * (100vw - 380px) / (2480 - 380) )!important; }
	
			/* Arial Narrow */
	h1 { font-size: calc( 18px + (20 - 18) * (100vw - 380px) / (2480 - 380) )!important; }
	
		/* Arial Black */
	.NATcontent_title { font-size: calc( 18px + (20 - 18) * (100vw - 380px) / (2480 - 380) )!important; }
	
			/* 240102: add 5 */
	/* for article-wrapping these may not be needed? 
	.NATcontent_main .NATcontent_maintable .NATforcefont { font-size: calc( 16px + (16 - 20) * (100vw - 380px) / (1200 - 380) )!important; }
	*/
	/* for article-wrapping these 2 are very good */
	h2 { font-size: calc( 16px + (16 - 16) * (100vw - 380px) / (2480 - 380) )!important; }
	
							/* this is better than 16px + (16 - 20 */
	p span { font-size: calc( 14px + (16 - 14) * (100vw - 380px) / (2480 - 380) )!important; }
	
	.NATcontent_nav { font-size: calc( 14px + (16 - 14) * (100vw - 380px) / (2480 - 380) )!important; }
	
	/* .nav_tab_text_class { font-size: calc( 18px + (18 - 22) * (100vw - 380px) / (1200 - 380) )!important; } */
	
	.nav_tab_text_class {font-size: calc( 16px + 	(18 - 16) 				* 	(100vw - 380px) / 	(2480 - 380) 		)!important; }
							/* calc( (minfontsize+(maxfontsize-minfontsize) * (100vw-minscrnsize) / (maxscrnsize-minscrnsize) ) */
		
		/* 240213: changed max screen size from 1200 to 2480 otherwise on screens over 1200 all text became huge 
					and changed a lot more and synched the minfontsize pairs
		*/
								
	.nav_sstc_tab_text_class { font-size: calc( 14px + (18 - 14) * (100vw - 380px) / (2480 - 380) )!important; }
	
	.NATcontent_nav_RoloSelect { font-size: calc( 14px + (18 - 18) * (100vw - 380px) / (2480 - 380) )!important; }
	
	.gall_flex_item  { font-size: calc( 14px + (16 - 14) * (100vw - 380px) / (2480 - 380) )!important; }
}
	/* Samsung Galaxy A51 and A32 has viewport size 412 x 915 Pixels and its pixel ratio is about 2.625.

	*/
	
										/*	231220: now done in JS hdranigif_hdsh() with matchMedia
													otherwise thsi CSS was much faster than JS and caused anigif to show quickly
													even if cookies would later hide it
										*/
/*													
@media (min-width: 660px){
	#header_image {display: none;}
	#anigif {display: block;}
	#header_image_above {display: block;}
}
*/


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 1200px){ 		/* 240212: all @media should be at bottom? moved down */
  .modal-content {
    width: 90%;
  }
}







