* {
  box-sizing: border-box;
}

/* BACK TO TOP button */
#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 99;
  font-size: 25px;
  border-color: #006;
  border-width: 2px;
  outline: none;
  background-color: #006;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px 0px 10px;
  border-radius: 40px;
}

#myBtn:hover {
  background-color: #e4e4ff;
  color: #006;
  box-sizing: border-box;
  border-style: solid;
  border-color: #006;
  border-width: 1px;
  
}

.flex-container {
  display: flex;
 
  background-color: ;
}

.flex-container > div {
  background-color: ;
  margin: 10px;
  padding: 0px;
  
}

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

[class*="col-"] {
  float: left;
  padding: 5px;
}

html {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #24246F;
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006;
	font-weight: bold;
}

h2 {
    position: relative;
}

h2 span {
    background-color: white;
    padding-right: 10px;
}

h2:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid navy;
    z-index: -1;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: ;
	color: #006;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006;
}


.center {
  margin: auto;
  width: 100%;
}

p.b { 
   font: italic bold 20px/30px Georgia, serif;  
   color: #006;
}

.ad {
  font: italic 10px;
  color: #333;
}

.header {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #478CF3;
  color: #fff;
  padding: 0px;
 
}

/* responsive images that changes size with screen size */

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

.main {
  padding: 10px 10px;
  float: left;
  display: block;
  
}

.block-indent {
  display: block;
  float: left;
  padding-left: 0px;
  line-height: 150%;
}

.block-indent1 {
  display: block;
  padding-left: 150px;
  line-height: 150%;
}

.block-indent2 {
  display: block;
  float: auto;
  padding-left: 135px;
  line-height: 150%;
}

.responsive {
  max-width: 100%;
  min-width: 135px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .responsive {
  width: col-6;
  }
}

@media only screen and (max-width: 600px) {
  .responsive {
   width: col-12;
   }
  
}

/* TOPNAV FOR MOBILE AND TABLETS WITH SIMPLE LINKS */


.topnav4mobile {
  overflow: hidden;
  background-color: #054BB6;
}

.topnav4mobile a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}

.topnav4mobile a:hover {
  background-color: #fff;
  color: black;
}

.active {
  background-color: #054BB6;
  color: white;
}

.topnav4mobile .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav4mobile a:not(:first-child) {display: none;}
  .topnav4mobile a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav4mobile.responsive {position: relative;}
  .topnav4mobile.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav4mobile.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* END TOPNAV FOR MOBILE AND TABLETS */









/* TOP NAV FOR DESKTOP */

/* background color to the top navigation */
.topnav {
  background-color: #054BB6;
  overflow: hidden;
  display: none;
  
  
}

/* Style the links inside the navigation bar */

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 15px 15px 0px 0px;
   
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #ffffff;
  color: #000080;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}



/* DROPDOWNS FOR TOP NAV */

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;    
  border: none;
  outline: none;
  color: white;
  padding: 8px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  z-index: 1;
  
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  
  text-align: left;
  font-size: 14px;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #fff;
  color: black;
  border-radius: 15px 15px 0px 0px;
  
}

.dropdown-content a:hover {
  background-color: #e4e4ff;
  color: black;
  border-radius: 0px;
  font-size: 14px;
  
}

.dropdown:hover .dropdown-content {
  display: block;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

/* Turns on topnav and side menu for pc, turns OFF the topnav-m */
@media screen and (min-width: 768px) {
  .topnav {
    display: block;}
  .topnav4mobile {
    display: none;}    
  
}

@media screen and (max-width: 768px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  
   
}

@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: none;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  
}





 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;

  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 


/*BREADCRUMBS --show on phone only, max 600px*/
.breadcrumb {display: block;}

 /* Style the list */
ul.breadcrumb {
  padding: 0px 0px 10px 0px;
  list-style: none;
  background-color: ;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 13px;
}

/* Add a slash symbol (/) before/behind each list item */

ul.breadcrumb li+li:before {
  padding: 6px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */

ul.breadcrumb li a {
  color: #000;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #000;
  text-decoration: underline;
} 

   
@media screen and (min-width: 600px) {
   .breadcrumb {display: none;}
   .menu {display: block;}
}


/* LEFT NAVIGATION MENU */
.menu {
  background-color: #fff;
  color: #006;
  display: none;
  font-size: 13px;
}

.menu a {
  text-decoration: none;
  color: #006;
}

.menu a:visited {
  color: #006;
}

.menu a:hover {
  color: #006;
}

.menu ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0;

}

.menu li {
  
  padding: 4px;
  margin-bottom: 7px;
  background-color: ;
  color: #006;
  text-decoration; none;
  
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}


.menu li:hover {
  background-color: ;
  color: ;
  text-decoration: underline;
}


	

.aside {
  float: right;
  height: 100%;
  background-color: #e4e4ff;
  display: none;
  min-width: 155px;
  padding: 15px;
  color: #000;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.aside-home {
  float: right;
  height: 100%;
  background-color: white;
  display: none;
  min-width: 155px;
  padding: 15px;
  color: #000;
  text-align: center;
  font-size: 14px;
}

.footer {
  background-color: #003F9D;
  display: block;
  overflow: auto;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

.footer a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0px 10px;
  text-decoration: none;
  font-size: 14px;
}

/* Change the color of links on hover */
.footer a:hover {
  text-decoration: underline;
  background-color: none;
  color: white;
}

.disclaimer {
  background-color: #fff;
  display: block;
  color: #000;
  font-size: 12px;
  text-align: center;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  .menu {display: block;}
  .block-indent2 {display: block; float: auto; padding-left: 350px;}
}


@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  .topnav {display: block;}
  .aside {display: block;}
  .aside-home {display: block;}
  
}