@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;
}
h1 {
    display: none;
	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;
}
.placeholder3{
	height: 175px;
	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;
}
.slideshow-container {
  max-width: 700px;
  position: relative;
  margin: 25px auto auto;
}
@media (max-width: 800px) {
	.slideshow-container {
		max-width: 450px;}
	.placeholder {
		height: 270px;
		width: auto;
}}
img {vertical-align: middle;
}
.mySlides {
  display: none;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #FF9116;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.13)
}
.text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  border-radius: 25px;
  color: white;
  font-weight: bold;
  border: 2px solid #575757;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -12%);
  width: 200px;
  text-align: center;
  font-size: 18px;
  padding: 10px 0px 10px;
  bottom: 0px;
}
.numbertext {
  color: #000000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.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;
}