/* fancy font */
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/* main text */
import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1050px;
  width: 90%;
  margin: auto;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar {
  width: 100%;
  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #0e2431;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.7rem;
}

.navbar .nav-container a:hover{
    font-weight: bolder;
}

.nav-container {
  display: block;
  position: relative;
  height: 60px;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  padding-top: 120px;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
  height: 100vh;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  margin-left: -40px;
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
}

.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.logo {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 1.2rem;
  color: #0e2431;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}



.main{ 
    margin-left: 300px;
    padding: 0px;
    margin-right: 25px;
    margin-bottom: 200px;
}

.downloadButton {
  display: block;
  border-radius: 7px;
  background-color: #01548b;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  padding: 15px;
  width: 200px;
  transition: all 0.5s;
  opacity: 0.8;
  cursor: pointer;
  margin: auto;
}

.downLoadButton:hover {opacity: 1}





.people_div{

	display: flex;
	flex-wrap: wrap;
	min-width: 300px;    
	justify-content: space-around;
}

.person{
	vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 240px;
	padding: 20px;
	cursor: pointer;
}

.person_cap{
	display: block;
	padding: 10px;
	padding-bottom: 20px;
	cursor: pointer;
}

.person_img{	
	width: 200px;
	position: relative;
	cursor: pointer;
}


.person_tooltip {
	vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 240px;
}

.person_tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: white;
  color: #636363;
  text-align: center;  
  padding: 510x 0;
  position: absolute;
  z-index: 1;
  margin: -120px;
  border-radius: 6px;
  border-width: 3px;
  border-style: solid;
  border-color: #01548b ;
}

.person_tooltip:hover .tooltiptext {
  visibility: visible;
}




body {
     font-family: Montserrat;
     font-size: 11pt;
     padding: 0px;
     margin: 0px;
     color: #636363;
}

p {
     font-family: Montserrat;
     font-size: 11pt;
     color: #636363;
}


.bullets {
    padding-left: 30px; 
    display: grid;
}

/* trick to make sure paragraphs arent too narrow */
p:before {
    content: "";
    width: 20em;
    display: block;
    overflow: hidden;
}


/* images */


/* text to right of image  */
.table_img {  
    min-width: 500px;
    max-width: 40%;
    float:left;
    margin: 25px;
    margin-left: 0px;
}

/* text to left of small image */
.small_table_img {  
    min-width: 300px;
    max-width: 20%;
    float: left;
    margin: 25px;
    margin-left: 0px;
}


/* headings */
     
.header {
    margin-left: 300px;
    margin-top: 25px;
    margin-right: 25px;
    background: "white";
    font-family: Montserrat;
    font-size: 28pt;
    color: 	#01548b;
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 2px solid #DDDDDD;
    border-top: 2px solid #DDDDDD; 
    
}

h2 {

     font-family: Montserrat;
     font-size: 18pt;     
     color: #01548b;
     font-weight: bold;
}

h3 {

     font-family: Montserrat;
     padding-top: 5px;
}

/* menu stuff */


.menudiv {
    position: fixed; 
    overflow: auto; 
    height: 100%;
    background: white; 
    padding: 0px;
}


.menulogo2 {
    padding: 0;
}

.menulogo3 {
    padding: 0;
}

.menulogo2 img {
    width: 250px;
    height: auto;
    margin-bottom: 15px;
    margin-left: 0vw;
    margin-right: 0vw;
    margin-top: 0px;
    padding: 0vw;
}

.menulogo3 img {
    width: 160px;
    height: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 45px;
    padding-bottom: 10px;
    padding-left: 45px;
    border-bottom: 2px solid #DDDDDD;
    border-top: 2px solid #DDDDDD; 
}

.menulink2:link {
     font-family: Montserrat;
     font-size: 18px;     
     font-weight: normal;
     color: #01548b;
     text-decoration: none;
}

.menulink2:hover {
    font-weight: bolder;
    color: #01548b;
}
.menulink2:active {
    font-weight: bolder;
    color: #01548b;
}
.menulink2:visited {
    color: #01548b;
}



.menucol2 { 
    padding-left: 0vw;
    padding-left: 0vw;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 0vh;
    margin-right: 0vh;
}

.menurow2 {
    margin-left: 0vh;
    margin-right: 0vh;
    background-color: #F4F4F4;
    text-align: center;
    padding-bottom: 0vh;
    padding-top: 0vh;
    padding-left: 0vw;
    padding-right: 0vw;
}

.menutable2 {
    width: 250px;
    padding: 0vw;
    margin-left: 25px;
    margin-bottom: 100px;
}


/* tables */


/* standard table */
.TabStd {
    width: 800px; 
    margin: auto; 
    border-spacing: 0px; 
    table-layout: fixed;
}

/* standard table row */
.TabStdRow {
    background-color: #F4F4F4;    
}

.TabStdRow:hover {
    background-color: 	#DDDDDD;
}


/* standard table heading */
.tabheadcell {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #BBBBBB;
}

/* small width table heading */
.tabheadcells {
    width:80px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #BBBBBB;
}

/* standard table sub heading */
.tabsubhead {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

/* left aligned text in cell */
.tableftcell {    
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

/* centre aligned text in cell */
.tabstdcell {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

}

