@charset "utf-8";
/*media queries are at the end*/
html {
/*	font-family: Verdana, Geneva, sans-serif;*/
	font-family: "Times New Roman", Times, serif;

}

body {
	background-color: #fffffc; /* The default BG Colour but each section has its own setting */
	/*background-image: url(site_images/Village_montage.jpg);*/


	color: #000;
	font-family: "MS Serif", "New York", serif;
/*	font-size: 1.0em;*/
	/*line-height: 2.0em;*/
}



/*https://css-tricks.com/molten-leading-css*/
/*Nice if it worked*/


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 10px;
	padding-left: 10px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}


table {
  border-collapse: collapse;
  width: 90%;
  margin-left:auto; 
  margin-right:auto;
  overflow:scroll;

}

td, th {
  border:1px solid #555555;
  border-width:thin;
  word-wrap:break-all;
  text-align:center;
  vertical-align:middle;
  padding-left:5px;
  padding-right:5px;
  padding-top:4px;
  padding-bottom:4px;
  border: 1px solid black;


}

tr:nth-child(odd) {
  background-color: #eeeeee;
}

img  {
    width: 100%;
    height: auto;
/*	border: 1px solid #000*/;
/*	border-radius: 3px 3px 3px 3px;*/
/*	padding: 2px;*/
/*	padding-bottom:20px*/;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
 border: none;
}

/* ~~ Styling for the site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #990000;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #0099FF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #F90;
	text-align: left;
}

.body {
	/* center page horizontally */
	margin-left:1%;
	margin-right:1%;
	margin-top:10px;
	margin-bottom:10px;
	width: 98%;
	height: auto;
	padding-bottom: 10px;
	/*margin-left: 10%; margin-right: 10%*/;
	/*float:right;*/
/*	max-width: 1200px;*/
	/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
/*	min-width: 400px;*/
	/* the min width is needed to stop the body becoming too small. IE6 does not respect this declaration. */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. ~~ */
/*obsolete header Now I use reactive code for Mobiles*/
.header {
	background-color: #fffffa;
	color: #333;
	<!--height: 190px;-->
	height: auto;
	<!--width: auto;-->
	width:100%;
	border-radius: 92px 92px 0px 0px;
	position: relative;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;

	/*	background-image: url(site_images/autumn_panorama_full_crop_no_shadow.jpg);*/
	background-image: url(site_images/hennock_panorama_skinny.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.header_text {
	color: #000;
	text-align: left;
	vertical-align: top;
	font-size: 2em;
	font-weight: bold;
	line-height: 12px;
	clip: rect(auto,auto,auto,auto);
	margin-bottom: 0px;
}

.header_sub_text_line_1 {
	color: #000;
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	line-height: 12px;
	clip: rect(auto,auto,auto,auto);
}

.header_sub_text_line_2 {
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	line-height: 12px;
	clip: rect(auto,auto,auto,auto);

}

.header_sub_text_line_3 {
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	line-height: 14px;
	clip: rect(auto,auto,auto,auto);
}

.header_sub_text_line_4 {
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	line-height: 8px;
	clip: rect(auto,auto,auto,auto);
} 

.mastheadimage_style_left{
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

.mastheadimage_style_right{
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	top: 0px;
	right: 0px;
	position: absolute;
}

/*format the Ward Q and A text */
.question_para_indent {
    font-size: calc(12px + (24 - 10) * ((100vw - 400px) / (1600 - 400)));
	margin-left:6px; 
	text-indent:-38px; 
	padding-left:36px;
}

#breadcrumbs{
	font-size: 0.8em;
	padding-left:5%;
}

video {
	width:100%;
	height:auto;
    object-fit: fill;
}

/* Navbar container */
.navbar {
  overflow: hidden;
  font-size: calc(11px + (26 - 11) * ((100vw - 400px) / (1600 - 400)));
  line-height: calc(1.2em + (2.0 - 1.2) * ((100vw - 400px)/(1600 - 400)));
  background-color: #fffffa;
  width:40em;
  margin-left:32%;
  margin-right:auto;

}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: calc(12px + (26 - 12) * ((100vw - 400px) / (1600 - 400)));
  line-height: calc(1.2em + (2.0 - 1.2) * ((100vw - 400px)/(1600 - 400)));
  color: red;
  text-align: center;
  padding: 8px 8px;
  text-decoration:none;
  border-style: none;
  border-width: 1px;
  border-radius: 14px;

}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;

}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: calc(12px + (26 - 12) * ((100vw - 400px) / (1600 - 400)));
  line-height: calc(1.2em + (2.0 - 1.2) * ((100vw - 400px)/(1600 - 400)));
  border:none;
  outline: none;
  color: blue;
  padding: 10px 10px; 
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0;  /* Important for vertical align on mobile phones */
  border-style: none;
  border-width: 1px;
  border-radius: 14px;

}

/* Add a red background colour to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
  color:white;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fffffa;
  width:75%;
  padding-top:5px;
  padding-bottom:5px;
  height:auto;
  left: 0;
  margin-left:20%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
}

/* Mega Menu header, if needed */
.dropdown-content .header {
  background: red;
  padding: 20px;
  color: white;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;

}

/* Create columns that floats next to each other */
.navcolumn {
  float: left;
  margin-left:6px;
  width: 20%;
  padding: 1px;
  padding-right:8px;
  background-color: #fffffc;
  height: auto;
  border-style:solid;
  border-width:1px;
  border-color:#ffffc;
  border-radius:16px;
}

/* Style links inside the columns */
.navcolumn a {
  float: none;
  color: blue;
  padding-top:8px;
  padding-bottom:8px;
  margin-bottom:5px;
  text-decoration: none;
  display: block;
  text-align: center;
  overflow-wrap: break-word;

}

/* Add a background color on hover */
.navcolumn a:hover {
  background-color: #F00;
}

/* Clear floats after the columns */
.navrow:after {
  content: "";
  display: table;
  clear: both;
}

/*Col head text size */
.navcol_title {
  font-size: calc(10px + (24 - 10) * ((100vw - 400px) / (1600 - 400)));
  line-height: calc(1.2em + (2.0 - 1.2) * ((100vw - 400px)/(1600 - 400)));
  margin-top: 6px;
  margin-bottom: 2px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:2px;
  font-weight:bold;
  text-align:center;
  border-bottom-style:dashed;
  border-width:1px;

}


/*End of Nav bar*/


/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
/* The old side bar menu not needed now may want it one day */
.sidebar1 {
	width: 20%;
	float: left;
	background-color: #fffffc;
	padding-bottom: 10px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom:8px;
	font-size: calc(12px + (30 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.2em + (1.4 - 1.0) * ((100vw - 400px)/(1600 - 400)));

}


.content {
	float: left;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 10px;
	padding-bottom: 2px;
}


.content_header {
	float: left;
	
}

.content_body {
	float:left;
}


/* text in page frames prints, image frames do not print*/
.page_frame_thin {
	border-color: #000;
	background-color:#fffffc;	
	text-align: center;
	margin:2px;
	padding:4px;
	padding-bottom:10px;
	border-style: solid;
	border-width: 2px;
	border-radius: 4px 4px 4px 4px;	
}

.page_frame_tiny {
	border-color: #000;
	background-color:#fffffc;	
	text-align: center;
	margin:2px;
	padding:4px;
	padding-bottom:10px;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;	
}

.page_frame_noborder {
	background-color:#fffffc;	
	text-align: center;
	margin:2px;
	padding:4px;
	padding-bottom:10px;
	border-style: solid;
	border-width: 0px;
	border-radius: 4px 4px 4px 4px;	
}

/*responsive text the algorithm*/
 /*   font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw -
    [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/

/*    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));*/
 /*   line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));*/


.content_title_headline {
	color: #C30;
    font-size: calc(16px + (30 - 16) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.4em + (1.6 - 1.4) * ((100vw - 400px)/(1600 - 400)));
	font-weight: bold;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 1px;
}

.content_title {
    font-size: calc(14px + (30 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.3em + (1.6 - 1.3) * ((100vw - 400px)/(1600 - 400)));
	font-weight: bold;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 1px;
}

.content_title_large {
	color: #000;
    font-size: calc(14px + (32 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.2em + (1.6 - 1.2) * ((100vw - 400px)/(1600 - 400)));
	font-weight: bold;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 1px;
}

.content_title_x_large_left {
	color: #000;
    font-size: calc(16px + (36 - 16) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.4em + (1.6 - 1.4) * ((100vw - 400px)/(1600 - 400)));
	font-weight: bold;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 1px;
}

.content_title_x_large {
	color: #000;
    font-size: calc(16px + (36 - 16) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.4em + (1.6 - 1.4) * ((100vw - 400px)/(1600 - 400)));
	font-weight: bold;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 1px;
}

.content_title_xx_large {
	color: #000;
    font-size: calc(18px + (38 - 18) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.6em + (2.0 - 1.6) * ((100vw - 400px)/(1600 - 400)));
	font-weight: bold;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 1px;
}

.content_sub_title {
	color: #000;
    font-size: calc(12px + (28 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.4em + (1.6 - 1.4) * ((100vw - 400px)/(1600 - 400)));
	text-align: center;
	font-weight:bold;
	margin-top: 4px;
	margin-bottom: 1px;
}

.content_sub_title_justified {
	color: #000;
    font-size: calc(14px + (30 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.4em + (1.6 - 1.4) * ((100vw - 400px)/(1600 - 400)));
	font-size: 5vw;
	text-align: justify;
	margin-top: 4px;
	margin-bottom: 1px;
}

.content_sub_title_left {
	color: #000;
    font-size: calc(14px + (30 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.4em + (1.68 - 1.4) * ((100vw - 400px)/(1600 - 400)));
	text-align: left;
	margin-top: 4px;
	margin-bottom: 1px;
}

 /*   font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw -
    [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/

.content_text {
	color: #000;
    font-size: calc(14px + (26 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.2em + (1.8 - 1.2) * ((100vw - 400px)/(1600 - 400)));	
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: left;
}

.content_text_extra_line_height {
	color: #000;
    font-size: calc(14px + (26 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.4em + (1.8 - 1.4) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 16px;
	font-weight: normal;
	text-align: left;
}

.content_text_11pt {
	color: #000;
    font-size: calc(11px + (26 - 11) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.3em + (1.7 - 1.3) * ((100vw - 400px)/(1600 - 400)));	
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: left;
}

.content_text_10pt {
	color: #000;
    font-size: calc(10px + (26 - 10) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.2em + (1.6 - 1.2) * ((100vw - 400px)/(1600 - 400)));	
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: left;
}

.content_text_bold {
	color: #000;
    font-size: calc(14px + (26 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.2em + (1.8 - 1.2) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: left;
}

.content_text_medium_center_plain {
	color: #000;
    font-size: calc(14px + (28 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.2em + (1.6 - 1.2) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 4px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: center;
}

.content_text_medium_center {
	color: #000;
    font-size: calc(14px + (28 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.2em + (1.6 - 1.2) * ((100vw - 400px)/(1600 - 400)));
	margin-bottom: 1px;
	font-weight: bold;
	text-align: center;
}


.content_text_bold_medium {
	color: #000;
    font-size: calc(14px + (28 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.2em + (1.6 - 1.2) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: left;
}

.content_text_medium {
	color: #000;
    font-size: calc(14px + (28 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.2em + (1.4 - 1.2) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 4px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: left;
}

.content_text_small {
	color: #000;
    font-size: calc(8px + (20 - 8) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.1em + (1.4 - 1.1) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: left;
}

.content_text_xsmall {
	color: #000;
    font-size: calc(6px + (18 - 6) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.0em + (1.2 - 1.0) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: left;
}

.content_text_bold_large {
	color: #000;
    font-size: calc(18px + (32 - 18) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.6em + (2.0 - 1.6) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: left;
}

.content_text_bold_large_centre {
	color: #000;
    font-size: calc(18px + (32 - 18) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.6em + (2.0 - 1.6) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: center;
}

.content_text_centre {
	color: #000;
    font-size: calc(14px + (26 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.2em + (1.8 - 1.2) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: center;
}

.content_text_centre_bold {
	color: #000;
    font-size: calc(14px + (26 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.2em + (1.8 - 1.2) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: center;
}

.content_text_justified {
	color: #000;
    font-size: calc(14px + (26 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.2em + (1.8 - 1.2) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: justify;
}

.content_text_boxed {
	color: #000;
    font-size: calc(14px + (26 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.2em + (1.8 - 1.2) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: justify;
	border-color: #000;
	border: thin;
	border-style: solid;
	border-radius:10px;
}

.content_text_square_boxed_contents {
	color: #000;
    font-size: calc(14px + (26 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.2em + (1.8 - 1.2) * ((100vw - 400px)/(1600 - 400)));
	margin-bottom: 1px;
	margin-left:5px;
	margin-right:5px;
	font-weight: normal;
	text-align: left;
	border-color: #000;
	border: thin;
	border-style: solid;
	border-radius: 2px;
}

.content_text_left_right_border {
	color: #000;
    font-size: calc(14px + (26 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.2em + (1.8 - 1.2) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: left;
	border-left: thin solid #666;
	border-right: thin solid #666;
	padding-left: 5px;
	margin-left: 5px;
}


/*Anything in an image frame does not print see the print css*/

.content_picture_box {
	border: thin solid #666; 
	border-radius: 10px;
}

.image_frame_large {
	border-color: #000;
	background-color:#fffffc;
	text-align: center;
	margin:10px;
	padding:25px;
	padding-bottom:10px;	
	border-style: solid;
	border-width: 12px;
	border-radius: 18px 18px 18px 18px;
}

.image_frame_medium {
	border-color: #000;
	background-color:#fffffc;
	text-align: center;
	margin:10px;
	padding:20px;
	padding-bottom:10px;
	border-style: solid;
	border-width: 8px;
	border-radius: 15px 15px 15px 15px;	
}

.image_frame_small {
	border-color: #000;
	background-color:#fffffc;
	text-align: center;
	margin:10px;
	padding:10px;
	padding-bottom:10px;
	border-style: solid;
	border-width: 4px;
	border-radius: 10px 10px 10px 10px;	
}

.image_frame_thin {
	border-color: #000;
	background-color:#fffffc;	
	text-align: center;
	margin:5px;
	padding:5px;
	padding-bottom:8px;
	border-style: solid;
	border-width: 2px;
	border-radius: 6px 6px 6px 6px;	
}

.image_frame_tiny {
	border-color: #000;
	background-color:#fffffc;	
	text-align: center;
	margin:2px;
	padding:4px;
	padding-bottom:8px;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;	
}

.image_frame_no_border {
	border-color: #000;
	background-color:#fffffc;	
	text-align: center;
	margin:2px;
	padding:4px;
	padding-bottom:8px;
	border-style: none;
	border-width: 0px;
	border-radius: 0px 0px 0px 0px;	
}


.history_layout_row_head {
    color: #000;
    font-size: calc(18px + (26 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.2em + (1.8 - 1.2) * ((100vw - 400px)/(1600 - 400)))	
	float:left;
	width:98%;
	margin-left:0%;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
	text-decoration:underline;
	
}



.history_layout_row_fact {
  color: #000;
  font-size: calc(14px + (20 - 12) * ((100vw - 400px) / (1600 - 400)));
  line-height: calc(1.2em + (1.8 - 1.2) * ((100vw - 400px)/(1600 - 400)))	
  float: left;
  width: 98%;
  font-weight:normal;
  text-align:left;   
  margin-left:0%;  
  padding-left:1%;
  padding-right:1%;
  padding-top:5px;
  padding-bottom:5px;
}

/* Clear floats after the columns */
.history_layout_row_fact:after {
  content: "";
  display: table;
  clear: both;
}




/*this is the new zoom effect idea to show a wall of images that give an enlarged view when the mouse hovers over them*/
/*within the wall add a row div within the row add images al many as wwanted for the row.*/
/*Each emage must be alligned using a photo image left centre or right Class.*/
/*To make it work on a phone I have 2 layouts the mobile one is below the desktop layout as _mob*/

.photo_wall {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
    font-size: calc(14px + (26 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.1em + (1.4 - 1.1) * ((100vw - 400px)/(1600 - 400)));;
	background-color: #fffffc;
	text-align: center;
	margin-top: 20px;
	margin-left: 3%;
	margin-right: 0%;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 5px;
}


.photo_row {
	float: left;
	width: 100%;
	text-align:center;
	position:relative;
	padding-top:1px;
	margin-top: 4px;
	margin-bottom: 2px;

}

.photo_image_left_land {
	float: left;
	width:22%;
	display:block;
	position: relative;
    transition: transform 0.1s ease-out;
	margin-left: 1%;
	margin-right: 0%;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px 3px 3px 3px;
	z-index:10;
	cursor: zoom-in;
}

.photo_image_left_land:hover {
	/*Sets left top is default centre of height*/
	transform-origin:  left;
	-ms-transform: scale(2.0); /* IE 9 */
	-webkit-transform: scale(2.0);  /*Safari 3-8*/ 
	transform: scale(2.0);
	transition: transform 0.5s ease-out;
	position: relative;
	/*font-size: 0.6em;*/
	padding-bottom:1px;
	background-color: #fffffc;
	z-index:20;
}

.photo_image_left_land:active {
	transform-origin: left;
	-ms-transform: scale(3.0); /* IE 9 */
	-webkit-transform: scale(3.0);  /*Safari 3-8*/ 
	transform: scale(3.0);
	transition: transform 0.5s ease-out;
	position: relative;
	/*font-size: 0.6em;*/
	padding-bottom:2px;
	background-color: #fffffc;
	z-index:30;

}

.photo_image_left_por {
	float: left;
	width: 16%;
	display: block;
	position: relative;
    transition: transform 0.1s ease-out;
	margin-left: 4%;
	margin-right: 0%;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px 3px 3px 3px;
	z-index:10;
	cursor: zoom-in;
}

.photo_image_left_por:hover {
	/*Sets left top is default centre of height*/
	transform-origin:  left;
	-ms-transform: scale(2.0); /* IE 9 */
	-webkit-transform: scale(2.0);  /*Safari 3-8*/ 
	transform: scale(2.0);
	transition: transform 0.5s ease-out;
	position: relative;
	/*font-size: 0.6em;*/
	padding-bottom:1px;
	background-color: #fffffc;
	z-index:20;
}

.photo_image_left_por:active {
	transform-origin: left;
	-ms-transform: scale(3.0); /* IE 9 */
	-webkit-transform: scale(3.0);  /*Safari 3-8*/ 
	transform: scale(3.0);
	transition: transform 0.5s ease-out;
	position: relative;
	/*font-size: 0.6em;*/
	padding-bottom:2px;
	background-color: #fffffc;
	z-index:30;

}

.photo_image_centre_land {
	float: left;
	width: 22%;
	display:block;
	position: relative;
    transition: transform .1s ease-out;
	margin-left: 1%;
	margin-right: 0%;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px 3px 3px 3px;
	z-index:10;
	cursor: zoom-in;
}

.photo_image_centre_land:hover {
	transform-origin: center;
	-ms-transform: scale(2.0); /* IE 9 */
	-webkit-transform: scale(2.0);  /*Safari 3-8*/ 
	transform: scale(2.0);
	transition: transform 0.5s ease-out;
	position: relative;
	/*font-size: 0.6em;*/
	padding-bottom:2px;
	background-color: #fffffc;
	z-index:20;
}

.photo_image_centre_land:active {
	transform-origin: center;
	-ms-transform: scale(3.0); /* IE 9 */
	-webkit-transform: scale(3.0);  /*Safari 3-8*/ 
	transform: scale(3.0);
	transition: transform 0.5s ease-out;
	position: relative;
	/*font-size: 0.6em*/;
	padding-bottom:2px;
	background-color: #fffffc;
	z-index:30;
}

.photo_image_centre_por {
	float: left;
	width:16%;
	display:block;
	position: relative;
    transition: transform .1s ease-out;
	margin-left: 7%;
	margin-right: 0%;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px 3px 3px 3px;
	z-index:10;
	cursor: zoom-in;
}

.photo_image_centre_por:hover {
	transform-origin: center;
	-ms-transform: scale(2.0); /* IE 9 */
	-webkit-transform: scale(2.0);  /*Safari 3-8*/ 
	transform: scale(2.0);
	transition: transform 0.5s ease-out;
	position: relative;
	/*font-size: 0.6em;*/
	padding-bottom:2px;
	background-color: #fffffc;
	z-index:20;
}

.photo_image_centre_por:active {
	transform-origin: center;
	-ms-transform: scale(3.0); /* IE 9 */
	-webkit-transform: scale(3.0);  /*Safari 3-8*/ 
	transform: scale(3.0);
	transition: transform 0.5s ease-out;
	position: relative;
	/*font-size: 0.6em*/;
	padding-bottom:2px;
	background-color: #fffffc;
	z-index:30;
}

.photo_image_right_land {
	float: left;
	width:22%;
	display:block;
	position: relative;
    transition: transform .1s ease-out;
	margin-left: 1%;
	margin-right: 0%;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px 3px 3px 3px;
	z-index:10;
	cursor: zoom-in;
}

.photo_image_right_land:hover {
	transform-origin: right;
	-ms-transform: scale(12.0); /* IE 9 */
	-webkit-transform: scale(2.0);  /*Safari 3-8*/ 
	transform: scale(2.0);
	transition: transform 0.5s ease-out;
	position: relative;
	/*font-size: 0.6em;*/
	padding-bottom:2px;
	background-color: #fffffc;
	z-index:20;

}

.photo_image_right_land:active {
	transform-origin: right;
	-ms-transform: scale(3.0); /* IE 9 */
	-webkit-transform: scale(3.0);  /*Safari 3-8*/ 
	transform: scale(3.0);
	transition: transform 0.5s ease-out;
	position: relative;
	overflow:hidden;
	/*font-size: 0.6em*/;
	padding-bottom:2px;
	background-color: #fffffc;
	z-index:30;

}

.photo_image_right_por {
	float: left;
	width:16%;
	display:block;
	position: relative;
    transition: transform .1s ease-out;
	margin-left: 7%;
	margin-right: 0%;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px 3px 3px 3px;
	line-height:1.2em;
	z-index:10;
	cursor: zoom-in;
}

.photo_image_right_por:hover {
	transform-origin: right;
	-ms-transform: scale(12.0); /* IE 9 */
	-webkit-transform: scale(2.0);  /*Safari 3-8*/ 
	transform: scale(2.0);
	transition: transform 0.5s ease-out;
	position: relative;
	/*font-size: 0.6em;*/
	padding-bottom:2px;
	background-color: #fffffc;
	z-index:20;

}

.photo_image_right_por:active {
	transform-origin: right;
	-ms-transform: scale(3.0); /* IE 9 */
	-webkit-transform: scale(3.0);  /*Safari 3-8*/ 
	transform: scale(3.0);
	transition: transform 0.5s ease-out;
	position: relative;
	overflow:hidden;
	/*font-size: 0.6em*/;
	padding-bottom:2px;
	background-color: #fffffc;
	z-index:30;

}

/*mobile css for photo gallery*/
.photo_wall_mob {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
    font-size: calc(8px + (20- 8) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.1em + (1.4 - 1.1) * ((100vw - 400px)/(1600 - 400)));
	background-color: #fffffc;
	text-align: center;
	margin-top: 15px;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 5px;

}

.photo_image_land_mob {
	float: left;
	width:90%;
	display:block;
	position: relative;
	margin-left: 4%;
	margin-right: 0%;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-radius: 2px 2px 2px 2px;
	z-index:10;
}

.photo_image_por_mob {
	float: left;
	width:60%;
	display:block;
	position: relative;
	margin-left: 20%;
	margin-right: 0%;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 18px;
	text-decoration: none;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-radius: 1px 1px 1px 1px;
	z-index:10;
}


figure {
    display: flex;
    flex-flow: column;
    margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}



/*NOTE Caption text does NOT print see the Print CSS*/

.caption_sub_title_medium {
	color: #000;
    font-size: calc(14px + (24 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.0em + (1.6 - 1.0) * ((100vw - 400px)/(1600 - 400)));
	text-align: center;
	margin-top: 4px;
	margin-bottom: 1px;
}

.caption_text_medium {
	color: #000;
    font-size: calc(14px + (24 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.0em + (1.6 - 1.0) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: left;
}

.caption_text_bold_medium {
	color: #000;
    font-size: calc(14px + (24 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.0em + (1.6 - 1.0) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: left;
}

.caption_text_centre_medium {
	color: #000;
    font-size: calc(14px + (24 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.0em + (1.6 - 1.0) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: center;
}

.caption_text_centre_bold_medium {
	color: #000;
    font-size: calc(14px + (24 - 14) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.0em + (1.6 - 1.0) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: center;
}

.caption_sub_title_small {
	color: #000;
    font-size: calc(12px + (18 - 12) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.0em + (1.6 - 1.0) * ((100vw - 400px)/(1600 - 400)));
	text-align: center;
	margin-top: 4px;
	margin-bottom: 1px;
}

.caption_text_small {
	color: #000;
    font-size: ccalc(12px + (18 - 12) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.0em + (1.6 - 1.0) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: left;
}

.caption_text_bold_small {
	color: #000;
    font-size: calc(12px + (18 - 12) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.0em + (1.6 - 1.0) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: left;
}

.caption_text_centre_small {
	color: #000;
    font-size: calc(12px + (18 - 12) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.0em + (1.6 - 1.0) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: center;
}

.caption_text_centre_bold_small {
	color: #000;
    font-size: calc(12px + (18 - 12) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.0em + (1.6 - 1.0) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: center;
}

.caption_sub_title_x_small {
	color: #000;
    font-size: calc(10px + (16 - 10) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.0em + (1.8 - 1.0) * ((100vw - 400px)/(1600 - 400)));
	text-align: center;
	margin-top: 4px;
	margin-bottom: 1px;
}

.caption_text_x_small {
	color: #000;
    font-size: calc(10px + (16 - 10) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.1em + (2.0 - 1.1) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: left;
}

.caption_text_bold_x_small {
	color: #000;
    font-size: calc(10px + (16 - 10) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(0.8em + (1.6 - 0.8) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: left;
}

.caption_text_centre_x_small {
	color: #000;
    font-size: calc(10px + (16 - 10) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(0.8em + (1.6 - 0.8) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: center;
}

.caption_text_centre_bold_x_small {
	color: #000;
    font-size: calc(10px + (16 - 10) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(0.8em + (1.6 - 0.8) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: center;
}

/**CSS BUTTONS**/
.button a {
    text-decoration: none;
    background:#fffffa;
    border: 4px outset #666;
    padding: 4px;
    color: #000;
    font-size: calc(18px + (20 - 16) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.0em + (1.4 - 1.0) * ((100vw - 400px)/(1600 - 400)));
    text-align: center;
    margin: 5px auto;
    display: block;
    border-radius: 10px;
}

.button a:hover,
.button a:active, 
.button a:focus {
border: 4px inset #666;
text-decoration: underline;
}

.button_thin_black a {
    text-decoration: none;
	width:auto;
	height:auto;
    background:#fffffa;
    padding: 3px;
    color: #111;
    font-size: calc(12px + (20 - 10) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.0em + (1.4 - 1.0) * ((100vw - 400px)/(1600 - 400)));
    text-align: center;
    margin: 3px auto;
    display: block;
	border-color:#222;
	border-style:solid;
	border-width:2px;
    border-radius: 12px;	
	
}

.button_thin_black a:hover,
.button_thin_black a:active, 
.button_thin_black a:focus {
border: 2px solid #ddd;
text-decoration: underline;
}

.button_thin_red a {
    text-decoration: none;
    background:#fffffa;
    padding: 5px;
    color: #000;
    font-size: calc(12px + (24 - 12) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.0em + (1.4 - 1.0) * ((100vw - 400px)/(1600 - 400)));
    text-align: center;
    margin: 3px auto;
    display: block;
	border-color:#f00;
	border-style:solid;
	border-width:2px;
    border-radius: 20px;	
	
}

.button_thin_red a:hover,
.button_thin_red a:active, 
.button_thin_red a:focus {
border: 2px solid #0f0;
text-decoration: underline;
}

.button_for_table_cell a {
	width:30%;
	height:30%;
	text-decoration: none;
	background: #fffffa;
	border: 1px outset #f00;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left:10px;
	padding-right:15px;
	color: #111;
    font-size: calc(12px + (24 - 12) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.0em + (1.8 - 1.0) * ((100vw - 400px)/(1600 - 400)));
	text-align: center;
	margin: auto;
	display: block;
	border-radius: 12px;

}


.button_for_table_cell a:hover,
.button_for_table_cell a:active, 
.button_for_table_cell a:focus {
border: 1px inset #666;
text-decoration: none;
background-color:#ffffcc;
}

/**CSS arrows**/
.arrow-left a {
text-decoration: none;
background:#fff;
border: 2px outset #999;
padding: 2px 2px 5px 2px;
color: #000;
font-size: calc(10px + (24 - 10) * ((100vw - 400px) / (1600 - 400)));
line-height: calc(1.0em + (1.6 - 1.0) * ((100vw - 400px)/(1600 - 400)));
font-variant:small-caps;
font-weight: bold;
text-align: center;
margin: 1px auto;
display: block;
border-radius: 24px 0px 0px 24px;
}

.arrow-left a:hover,
.arrow-left a:active, 
.arrow-left a:focus {
	border: 2px inset #ddd;
	text-decoration: none;
}

.arrow-right a {
text-decoration: none;
background:#fff;
border: 2px outset #999;
padding: 2px 2px 5px 2px;
color: #000;
font-size: calc(10px + (24 - 10) * ((100vw - 400px) / (1600 - 400)));
line-height: calc(1.0em + (1.6 - 1.0) * ((100vw - 400px)/(1600 - 400)));
font-variant:small-caps;
font-weight: bold;
text-align: center;
margin: 1px auto;
display: block;
border-radius: 0px 24px 24px 0px;

}

.arrow-right a:hover,
.arrow-right a:active, 
.arrow-right a:focus {
border: 2px inset #ddd;
text-decoration: none;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 10px 10px 20px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~The footer ~~ */

.footer {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	height:auto;
	background-color: #fffffc;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	border-width: thin;
	border-style: solid;
	border-color: #333;
	border-radius: 16px 16px 0px 0px;
	color:#A00;

}

.footertextstyle {
	text-align: center;
	color: #000;
	margin-bottom: 1px;
    font-size: calc(10px + (24 - 10) * ((100vw - 400px) / (1600 - 400)));
    line-height: calc(1.1em + (1.3 - 1.1) * ((100vw - 400px)/(1600 - 400)));
	margin-top: 3px;
	padding-top: 2px;
}

/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 0.5em;
	line-height: 0px;
}

/*Desktop or mobile?*/

@media (max-width: 575.98px) {
  .ShowOnDeskTop {
    display: none;
  }
  .ShowOnMobile {
    display: initial;
  }
}

@media (min-width: 576px) {
  .ShowOnDeskTop {
    display: initial;
  }
  .ShowOnMobile {
    display: none;
  }
}

/* Nav Bar Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	
  .navbar {
     width:40em;	  
	 margin-left:4px;

  }

  .navbar a {
  padding: 8px 8px;
  
  }

  .navcolumn {
	width: 21.5%;
    height: auto;
    margin-left:2px;
	padding-left:-16px;
	padding-right:1px;
  }


/* Dropdown button */
  .dropdown .dropbtn {
    padding: 12px 13px;
  
  }

  .dropdown-content {
     width:100%;
     margin-left:2px;
	 padding-left:2px;
	 padding-right:2px;

  }
.navcol_title {
  padding-left:1px;
  padding-right:1px;

}



}

