@charset "UTF-8";
.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;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.primary_header {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-style: normal;
    color: #00007A;
    font-size: 14pt;
	line-height: 30px;
    font-weight: bold;
	clear: left;
}
.secondary_header {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #00007a;
	clear: left;
    border-top: 10px solid #cb9d02;
    border-bottom: 10px solid #cb9d02;
    overflow: hidden;
}
.flex-container {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    width: 100%;
}
.flex-container p {
    margin-left: 5%;
    margin-right: 5%;
    background-color: #FFFFFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 12pt;
    line-height: 14pt;
    font-weight: normal;
    text-transform: none;
}
li p {
    margin-left: 5%;
    margin-right: 5%;
	margin-top: 5px;
	background-color: #FFFFFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 12pt;
    line-height: 14pt;
    font-weight: normal;
    text-transform: none;
}
.flex-container2 {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 14pt;
    color: #00007a;
}
h1 {
    text-align: center;
    padding-left: 5%;
	padding-right: 5%;
    margin-bottom: 5px;
	margin-top: 36px;
    line-height: 30px; 
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 20pt;
	color: #00007A;
	font-weight: bold;
	text-transform: none;    
}
h2 {
    text-align: center;
    padding-left: 5%;
	padding-right: 5%;
    padding-top: 5px;
	margin-top: 36px;
    margin-bottom: 0px;
    line-height: 24px; 
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 16pt;
	color: #00007A;
	font-weight: normal;
	text-transform: none;    
}
h3 {
	text-align: center;
    padding-left: 5%;
	padding-right: 5%;
    padding-bottom: 0;
	margin-top: 36px;
    margin-bottom: 0px;
    line-height: 24px; 
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 16pt;
	color: #00007A;
	font-weight: bold;
	text-transform: none;    
}    
h4 {
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 5px;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-style: normal;
    color: #00007A;
    font-size: 14pt;
    font-weight: bold;
	clear: left;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
    transition: 0.5s;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";    
  color: #ffffff;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: #30A4CB;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.overlay .dropdown-btn {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #ffffff;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
}
}
/* Fixed sidenav, full height */
.active {
  color: white;
}
.overlay .dropdown-container:hover, .dropdown-btn:hover {
  color: #30A4CB;
  transition: 0.7s;
}
/* Dropdown container (hidden by default) */
.overlay .dropdown-container {
  display: none;
    transition: 0.7s;
}
.overlay .dropdown-container a {
  font-size: 14pt;
  transition: 0.7s;
}
.overlay .fa fa-caret-down {
    padding-left: 3pt;    
}
.container2 {
  margin-top: 10px;
  margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
* {
  box-sizing: border-box;
}
.row:after {
  content: "";
  display: table;
  clear: both
}
.column-100 {
  float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 12pt;
    line-height: 24px;
    text-align: justify;
}
.column-66 {
  float: left;
  width: 66%;
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-right: 20px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 12pt;
    line-height: 24px;
    text-align: justify;
}
.column-33 {
  float: left;
  width: 33%;
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-right: 20px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 12pt;
    line-height: 24px;
    text-align: justify;    
}
@media screen and (max-width: 768px) {
  .column-100,
  .column-66,
  .column-33 {
    width: 100%;
    text-align: justify;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.placeholder {
    padding-top: 5px;  
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .column-100,
  .column-66,
  .column-33 {
    width: 100%;
    text-align: justify;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.placeholder {
    padding-top: 5px;  
    width: 50%;
    margin-left: auto;
    margin-right: auto;

}
}
ul {
	padding-left: 40px;
	padding-right: 15px;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 12pt;
    font-weight: normal;
    text-transform: none;
}
ul li{
    padding-bottom: 9px;
    line-height: 20px;
}
.button {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: #00007A;
    border: 5px solid #30A4CB;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 14pt;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    width: 180px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.button:hover {
  background-color: #00007a;
  color: #30A4CB;
}
.button2 {
    width: 100px;
    text-align: center;
    border: 5px solid #CB9D02;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: #00007A;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.button2:hover {
    color: #30A4CB;
}
.noDisplay {
	display: none;
}
.footer {
	background-color: #00007A;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
}
.placeholder {
    padding-top: 20px;
    padding-bottom: 5px;
    display: block;
  height: auto;
  max-width: 100%;
}
.placeholder2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.copyright {
    text-align: center;
    background-color: #00007A;
    color: #FFFFFF;
    text-transform: none;
    font-weight: normal;
    font-size: 6pt;
    letter-spacing: 2px;
    border-top-width: 2px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#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: #598BE7;
  color: #ffffff;    
  cursor: pointer; 
  padding: 10px; 
  border-radius: 10px; 
  font-size: 16px;
}
#TopButton:hover {
    background-color: #00007a;
    color: #30A4CB;
}
@media (max-width: 550px) {
.footer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
}
@media (min-width: 551px) and (max-width: 768px) {
.placeholder {
    padding-top: 5px;  
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
}
@media (min-width: 1001px) {
}
#menu {
}