body {
	font-family: "Lucida Sans", "Open Sans", Helvetica, Verdana, "Lucida Grande", Oswald, "Times New Roman", Bourgeois;
	padding:0px;
	overflow-x:hidden;
}

dt {
	margin-top:1.5em;
}

#banner {
	background-image: url("../images/iho-panel-v3.png");
	background-repeat: no-repeat;
	background-color: #00b2bd;
	background-position: 40px -17px;
	background-size: 240px 180px;
	min-height:140px;
	
}

#banner h1 {
	visibility: hidden;
}

#topnavbar {
	//background-color:#00b2bd;
	background-color:#427498;
	color:#ffffff;
	font-weight:bold;
	padding:0px;
	min-height:50px;
}

#topnavbar li.dropdown ul.dropdown-menu, #topnavbar li.dropdown li a {
	margin-top:-0.2em;
	background-color:#427498;
}

#topnavbar li.dropdown ul.dropdown-menu {
	background-color: #427498;
	border-top: 1px solid #427498;
	border-left: 1px solid #162186;
	border-right: 1px solid #162186;
	border-bottom: 1px solid #0000aa;
	padding-left: 0.5em;
}


#topnavbar li a, #topnavbar a.navbar-brand {
	text-shadow: 2px 2px 3px #162186;
	color:#ffffff;
	font-family: "Lucida Sans", "Open Sans", Helvetica, Verdana, "Lucida Grande", Oswald, "Times New Roman", Bourgeois;
	font-size:1.1em;
}

a.navbar-brand {
position:relative;
left:-150px;
}

.navigation_container_extra {
	text-shadow: 2px 2px 3px #5E58bd;
}

.form_top_margin {
	margin-top:10px;
}

.navbar-nav_center {
	margin:auto;clear:both;
}

#logo_space {
	position:relative;
	left:-100px;
	height:140px;
	width:250px;
	align:center;
}

.row > .column {
  padding: 0 8px;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

.logoblock {
	margin-top:150px;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 22%;
  margin-left:1%;
  margin-right:0.5%;
  min-height:450px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  //width: 90%;
  max-width: 900px;
}

.modal-content .mySlides img {
 //width: 100%;
//max-height: 750px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
  width:120px;
  max-height:60px;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
  max-width:300px;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#main_content {
clear:both;
width:100%;
}

#main_edit_table table {
width:100%;
}


#main_table, #main_biography {
	display:block;
	float: left;
	width:45%;
	min-height:550px;
}

#images_block .row {
  margin-top:-35px;
  width:50%;
  float:left;
}
#images_block .column {
  width:40%;
  padding-left:4%;
  padding-right:4%;
}

.graph_button {
display:block;
width:30%;
text-align:center;
float:left;
border:2px groove #a2a2a2;
background-color:#eeeeee;
margin-left:1%;
}

.costspan {
	display:none;
}

.costspan_visible {
	 font-size:0.5em;
	 display:block;
	 clear:left;
}

h1:first-child {
	color:#ffffff;
	text-shadow: 2px 2px 3px #5E58bd;
}

form {
	display:block;
	clear:both;
}

#search_block  {
	display:block;
	clear:both;
	margin:auto;
	width:80%;
	height:50px;
	padding:0px;
}

#search_block #searchterm_block, #search_block fieldset, #search_block #searchbutton_block {
	display:block;
	float:left;
	vertical-align:top;
	margin-left:0px;
	margin-right:0px;
}

#search_block legend {
	display:none;
}

#search_block fieldset {
	border:none;
}

#search_block #searchterm_block {
	width:34%;
	vertical-align:top;
}

#search_block #searchbutton_block {
	width:14%;
	vertical-align:top;
	clear:right;
}

#advanced_search_form_id input[type=number].time_field {
width:12em;
max-width:12em;
margin-right:2em;
}

.era_covered {
width:2em;
}

.time_chasm {
display:none;
}

#search_block #searchbutton_block input {
	float:right;
}

#search_block fieldset {
	width:49%;
}

#searchterm_block input {
	height:40px;
	width:18em;
}

#reset_button {
background-color:lightblue;
}

#search_button {
background-color:lightblue;
}

#search_button, #reset_button {
border:2px groove #d2d2d2;
border-radius: 30px 30px 30px 30px;
height:46px;
font-size:1.2em;
width:70%;
padding:5px;
margin-top:0.5em;
}

.respository_row {
	display:table-row;
	width:100%;
	clear:both;
}

.respository_label {
	display:table-cell;
	float:left;
	font-weight:bold;
	width:10em;
	height:auto;
}

.respository_detail {
	display:table-cell;
	min-width:40em;
	clear:right;
}

.results fieldset {
width:100%;
}
.results #search_button {
width:50%;
}

.heading_section {
display:block;
width:16%;
float:left;
text-align:center;
border:1px solid #dddddd;
}

.heading_bar {
display:block;
width:100%;
clear:both;
margin:auto;
margin-top:1em;
margin-bottom:3em;
padding-left:30px;
}

#resultstable tr td {
  font-size:0.9em;
}

#map { width: 98%;height: 660px; margin:auto;clear:both;}

.source_map {display:block;width: 85%; clear:both; margin:auto; margin-top:0em; }

#map_repository, .map_repository { width: 100%;height: 460px; margin:auto;clear:both;}

.source_map_repository {display:block; min-width:300px; width: 100%; padding:20px; padding-top:0px}

#advanced_search_form_id legend, #advanced_search_form_id h3, #advanced_search_form_id .col-2 label {font-size:1em;}

#advanced_search_form_id fieldset label {margin-right:1.4em;}


#advanced_search_form_id select, #advanced_search_form_id input[type=text]{width:100%;margin-bottom:1em; max-width:40em}

.nonpaginated, .mobile_friendly {
    display:none;
}

header {
	margin-bottom:1em;
}

header, .panel_heading {
	font-family: Lucida, Merriweather, "Playfair Display", Bourgeois;
}

header h1 .navbar-brand {
	font-size:0.9em;
	text-shadow: 2px 2px 3px #162146;
	text-decoration:none;
}

header li {
	font-size:0.9em;
}

#completepage {
	font-size:0.9em;
}

#completepage h1 {
	font-size:1.3em;
}

#completepage h2 {
	font-size:1.2em;
}

#completepage h3 {
	font-size:1.1em;
}

.logo_footer {

	margin-top:1em;

}

.image_acknowledgment {
font-size:0.6em;
line-height:0.9em;
color:#ffffff;
float:right;
position:relative;
bottom:25px;
margin-bottom:-25px;
text-shadow: 1px 1px 1px black;
}

.carousel.slide {
	display:block;
	height:620px;
}

.panel_heading {
	width:100%;
	background-color:#427498;
	height:2.5em;
	text-align:center;
	font-size:1.2em;
	color:#ffffff;
	padding-top:0.5em;
	padding-left:1em;
	font-family: "Lucida Sans", "Open Sans", Helvetica, Verdana, "Lucida Grande", Oswald, "Times New Roman", Bourgeois;
	text-shadow: 1px 1px 1px rgba(63,63,69, 0.9);
	border-radius: 5px 5px 0px 0px;
}

.panel a {
	text-decoration:none;
}

.panel {
	display:block;
	width:97%;
	min-height:310px;
	margin:auto;
	clear:both;
	margin-bottom:1em;
}

.panel_image {
	width:100%;
	min-height:270px;
	border-radius: 0px 0px 5px 5px;
	border:1px solid #60639a;
}

#panel_image_1 {
	//background-position: -3px -3px;
	background-image: url("../images/iho-panel-v2.png");
	background-repeat: no-repeat;
	background-color: #00b2bd;
	background-position: center;
	background-size: 200px 200px;
}

#panel_image_2 {
	//background-position: 0px -5px;
	background-image: url("../images/iho-scopes-aims-panel.png");
	background-repeat: no-repeat;
	background-color: #00b2bd;
	background-position: center;
	background-size: 200px 200px;
}

#panel_image_3 {
	//background-position: -5px -110px;
	background-image: url("../images/iho-external-resources-panel.png");
	background-repeat: no-repeat;
	background-color: #00b2bd;
	background-position: center;
	background-size: 200px 200px;
}

#panel_image_4 {
	//background-position: -30px -20px;
	background-image: url("../images/iho-help-panel.png");
	background-repeat: no-repeat;
	background-color: #00b2bd;
	background-position: center;
	background-size: 200px 200px;
}

#panel_image_8 {
	//background-position: -5px -110px;
	background-image: url("../images/iho-background-panel.png");
	background-repeat: no-repeat;
	background-color: #00b2bd;
	background-position: center;
	background-size: 200px 200px;
}

#panel_image_9 {
	//background-position: -30px -20px;
	background-image: url("../images/iho-feedback-panel.png");
	background-repeat: no-repeat;
	background-color: #00b2bd;
	background-position: center;
	background-size: 200px 200px;
}

.visualisations .panel {
	min-height:470px;
}

.visualisations .panel_image {
	min-height:430px;
}

#panel_image_5 {
	//background-position: -35px -20px;
	background-image: url("../images/panel_12.png");
	background-repeat: no-repeat;
	background-color: #00b2bd;
	background-size: cover;
}

#panel_image_6 {
	//background-position: -155px -170px;
	background-image: url("../images/panel_16.png");
	background-repeat: no-repeat;
	background-color: #00b2bd;
	background-size: cover;
}

#panel_image_7 {
	//background-position: -315px -290px;
	background-image: url("../images/panel_17.png");
	background-repeat: no-repeat;
	background-color: #00b2bd;
	background-size: cover;
}



.search_results h3 {
	background-color:#60639a;
	color:#ffffff;
	padding-top:0.2em;
	padding-left:0.5em;
	padding-bottom:0.2em;
	text-shadow: 1px 1px 1px rgba(63,63,69, 0.9);	
}

.search_results h4 {
	padding-left:0.3em;
}

.search_results thead {
	background-color:#427498;
	color:#ffffff;
	text-shadow: 1px 1px 1px rgba(63,63,69, 0.9);
}

.search_result_button {
	width: 60%;
	height: 3em;
	border:2px groove #cccccc;
	padding:0.5em;
	text-align:center;
	
}

#search_results_charts, #search_results_statistics {
	display:none;
}

button#results_text {
	background-color:#bbbbbb;
}

button#results_statistics, button#results_charts {
	background-color:gold;
}

.alphabet_pagination_block1 .page-item:last-child .page-link,
.alphabet_pagination_block2 .page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.alphabet_pagination_block2 .page-item:first-child .page-link,
.alphabet_pagination_block3 .page-item:first-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.stat_value {
	 width:10em;
}

.title_label {
	font-size:1.1em;
	font-weight:bold;
}

#main_record_table table th {
	width:200px;
}

#resultstable_filter > label > input[type=search] {
width:18em;
margin-bottom:0.3em;
}

#resultstable_filter > label {
font-weight:bold;
}

.chartContainer1extra {
overflow: hidden;
text-align:left;
border-bottom:1px solid #dddddd;
}

.chartContainerExtra {
overflow: hidden;
text-align:left;
}

.map_legend_gutter {
	margin-top:2em;
}

.viz_form_select {
	height:400px
}

.viz_form_network {
	width:600px;
	height:600px;
	max-height:600px;
}

.cell_panel {
	margin-top:1em;
}

.tiny_text {
	font-size:0.5em;
}

.tiny_text_clear a {
	font-size:0.5em;
	color:#ffffff;
}

@media only screen and (max-width : 1025px) {

#panel_image_1 {
	//background-position: 8px -55px;
}

#panel_image_2 {
	//background-position: -250px 0px;
}

#panel_image_3 {
	//background-position: -60px -70px;
}

#panel_image_4 {
	//background-position: -75px -15px;
}

.alphabet_pagination_block3 .page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.alphabet_pagination_block2 .page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}

}

@media only screen and (max-width : 765px) {

header h1 .navbar-brand {
	font-size:0.7em;
}

#search_button, #reset_button {
padding:5px;
font-size:1em;
width:5.5em;
}

#reset_button {
margin-left:20px;
}

#topnavbar {
	min-height:0px;
}

.carousel.slide {
	height:310px;
}

h1 a.navbar-brand {
font-size:0.85em;
}

.alphabet_pagination_block2 .page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.alphabet_pagination_block1 .page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.time_chasm {
display:block;
}

}

/*Styles for screen 576px and lower*/
@media only screen and (max-width : 576px) {

a.navbar-brand {
position:relative;
left:0px;
}

.mobile_friendly a {
    text-decoration:none;
}

.map_legend {
font-size:0.8em;
}

.map_legend img {
width:10px;
}
.source_map {padding:0em; padding-top:1em; margin-right:0em; margin-left:0em;width:100%}

#banner h1 {
	font-family: "Lucida Sans", "Open Sans", Helvetica, Verdana, "Lucida Grande", Oswald, "Times New Roman", Bourgeois;
	visibility: visible;
	font-size:1.6em;
	text-shadow: 2px 2px 3px #111111;
	display:block;
	width:100%;
}

#banner {
	background-image: none;
}

#logo_space {
	position:relative;
	left:0px;
	height:40px;
	width:100%;
	align:center;
	clear:right;
}

.search_result_button {
	width: 80%;
	height: 6em;
	
}


}
