@charset "UTF-8";
/* CSS Document */


body {
	font-family: "Aptos",Arial,Helvetica, sans-serif;
	background-color: #C4C4C4;
	height: auto;
}

h2{
  font-weight: 800;
    font-size: 25px;
    color: #0C3453;
	line-height: 30px;
}
h1{
	font-weight: 600;
    font-size: 26px;
    color: #FFFFFF;
	line-height: 30px;
}
h1, h2{
	margin-bottom:10px;
	page-break-after:avoid;
	font-family:"Aptos","Trebuchet MS", "sans-serif";
	
}

h3, h4, h5, h6, h7, h8 {
	margin: 35px 0px 15px;
	page-break-after:avoid;
	font-family:"Aptos","Trebuchet MS", "sans-serif";
}
h3, h4{
	font-size:20px;
	color: #4d5b48;
}
h3{
	font-weight: 900;
}
h4 {
	font-weight: 600;
}

h5 {
	font-size:18px;
	font-weight:400;
}
h6 {
	font-size:18px;
	font-weight:200;
}
h5, h6{
	font-size:20px;
	color: #0C3453;
}
h7	{
	font-size:16px;
	font-weight:500;
}
h8	{
		font-size:16px;
	font-weight:500;
}
h9	{
		font-size:16px;
	font-weight:100;
}
li, ul, ol {
    font-size: 18px;
    line-height: 25px;
    color: #141414;
    text-align: left;
	margin-bottom: 15px;
}

p, p.MsoNormal {
    font-size: 18px;
    line-height: 25px;
    color: #141414;
    text-align: left;
	margin: 0px 0px 5px;
}

#footer {
  position: relative;
  bottom: 0;
	left: 0;
  background-color: #0C3453;
  color: white;
  text-align: left;
	min-height: 50px;	
	margin-top: 0px;
	padding: 20px;
	z-index: 1;
}
#footer p{
	color: white;
	padding-bottom: 25px;
	font-size: 16px;
	
}

.floatright{
float:left;
	color: #FFFFFF;
	font-size: 20pt;
	background-color: #0C3453;
	padding: 20px 15px 20px 15px;
}
.floatleft{
float: left;
	margin: 25px 25px 5px;
}
/*top*/
.hero-image {
  background-color:#0C3453 ;
  width: 100%;
	min-width: 100%;
	min-height: 210px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	z-index: 0;
	border-bottom-color: #60725A;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}
.center {
  display: block;
  margin: 20px,;
  position: absolute;
  top: 15%;
  left:28%;
	max-height: 75%;

}

img {
  max-width: 100%;
  height: auto;
	margin: 5px auto;
}

/*body*/
.content {
	max-width: auto;
	margin-left: 100px;
	margin-right: auto;
	padding: 20px;
	height: auto;
}

.logo {
	position: relative;
}

/*buttons*/

.button2 {
  border: solid 2px #007098;
  color: white;
  padding: 15px 5px 5px;
  text-align: center;
  text-decoration: none;
	text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
	clear: both;
	margin: 0 auto 20px;
	width: 190px;
	height: 60px;
}
.button2:hover {
  background-color: #007098;
  color: #fff;
}
a.bb:hover{
	color: #fff;
	padding: 10px;
	transition-duration: 0.4s;
}




/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #4d5b48;
 text-transform: none;
	padding-left: 50px;
	position: sticky;
  top: 0;
	clear: left;

}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	
}

nav {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 160px;
	text-transform: none;
	font-family: 'Lato', sans-serif;
	background-color: #4d5b48;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav li {
	display: inline;
}
nav a {
	font-size: 13px;
	color: #000000;
	text-transform: none;
	padding: 10px;
	display: inline-block;
	text-decoration: none;

}
nav a:hover {
	color: #FFFFFF;
	background-color: #009578;
	text-decoration: none;
}

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

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

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


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

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px; 
	text-transform: none;
  border: none;
  outline: none;
  color: white;
  padding: 5px ;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}
	.container{
		background: #FFF;
		max-width: auto;
		min-height: 800px;
		height: auto;
		padding: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		box-shadow: 0px 0px 20px #000000;
	}
p.FigureTableTitle {
margin: 15px auto;
text-align:center;
line-height:15.0pt;
font-size:12.0pt;
color:#0C3453;
font-weight:800;
}

@media (max-width: auto) {

	.hero-image {
	height: 300px;
}
.floatleft{
float: left;
	margin: 25px 150px 0px;
}	
	.floatright{
clear: left;
		margin: 25px 0px 0px;
}
.dropdown .dropbtn {
  padding: 0px 20px ;
	}
	p {
		font-size: 18px;
		line-height: 22px;
		max-width: 800px;
		text-align: left;
	}	

	.center {
	  display: block;
	  margin: 20px, auto, 0, auto;
	  position: absolute;
	  top: 15%;
	  left:18%;
		max-height: 75%;

	}	

#footer{
		margin-top: 10px;
		margin-bottom: 20px;
		max-width: auto;
		font-size: 18px;
		padding: 10px 20px;
	}	
	#footer p{
		color: white;
		font-size: 18px;
	}		

.navbar {
	padding-left: 0px;
}

	/*main*/	
	.content {
		margin: 0px auto 10px auto;
		max-width: auto;
	}	
	.container{
		background: #FFF;
		max-width: auto;
		min-height: 800px;
		height: auto;
		padding: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		box-shadow: 0px 0px 20px #000000;
	}

	/*top*/
	.center {
	  margin: 40px, auto, 0, auto;
	  top: 15%;
	  left: 30%;
		max-height: 150%;

	}
	.hero-image {
	min-height: 350px;
	}
	h1{
		text-align: center;
		margin: 0px auto;
	}

}
