@charset "utf-8";
/* CSS Document */
.container {
    background-color: #FFFFFF;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom-width: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12pt;
}
.primary_header {
  	width: 100%;
	background-color: #FFFFFF;
    margin: 0px;
	text-align: center;
    color: #00007A;
    clear: left;
}
body {
    text-align: center;
}
h1, h2 {
	font-family: Arial, "sans-serif";
    text-align: center;
	margin-bottom: 35px;
}
h1 {
    color: #028AE6;
	font-weight: bold;
	text-transform: none;
	font-size: 28px;
}
h2 {
	font-size: 18px;
	color: #000000;
}
h2 a {
    text-decoration: none;
}
* {box-sizing: border-box}
.placeholder2{
	height: 115px;
	width: auto;
	margin: 20px auto 25px auto;
}
.topnav {
  overflow: hidden;
  background-color: #fff;
  top: 0;
  z-index: 99;
  position: sticky;
  width: 100%;
  padding: 10px;
}
.topnav a {
  float: center;
  display: inline;
  align-items: center;
  color: #00007a;
  font-weight: bold;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1), 0 6px 15px 0 rgba(0,0,0,0.1);
  border-radius: 15px;
}
#logo {
	padding: 0px 20px;
	box-shadow: 0 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0 rgba(0,0,0,0);
	border-radius: 0pt;
}
.topnav a:hover {
  text-decoration: underline;
  color:#00007A;
}
.topnav a.active {
  background-color: #fff;
  color: #0007a;
}
.topnav .icon {
  display: none;
  margin-top: 35px;
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  .topnav a {
	float: left;
}}
@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	color: #000000;
	margin-top: 35px;
	margin-right: 20px;
}}
@media screen and (max-width: 800px) {
  .topnav.responsive {position: sticky;}
  .topnav.responsive .icon {
    position: fixed;
	right: 20px;
	top: 10px;
}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
}}
#TopButton {
  display: none; 
  position: fixed; 
  bottom: 30px; 
  right: 30px;
  z-index: 99;
  border: none;
  outline: none; 
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4), 0 6px 20px 0 rgba(0,0,0,0.29);
  background-color: #028AE6;
  color: #ffffff;    
  cursor: pointer; 
  padding: 10px; 
  border-radius: 10px; 
  font-size: 16px;
}
.button:hover {
  background-color: #00007a;
  color: #30A4CB;
}
#TopButton:hover {
    background-color: #00007a;
    color: #30A4CB;
}
.placeholder {
	height: 425px;
	width: auto;
}
img {vertical-align: middle;
}
.footer {
    margin-top: 30px;
}
.copyright {
	padding-top: 10px;
	padding-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
    color: #00007a;
    text-transform: none;
    font-weight: normal;
    font-size: 8pt;
    line-height: 14pt;
    font-family: Arial, "sans-serif";
}
.copyright a {
    font-family: Arial, "sans-serif";
    color: #00007a;
    text-decoration: none;
}