@charset "UTF-8";
/* CSS Document */

a { 
	color: #035454;
}

h1 { 
	font-family: Poppins;
	font-size: 46px;
	font-weight: 300; 
	font-style: normal; 
	color: rgb(0, 0, 0);
	margin-top: 0.1em;
    margin-bottom: 0.1em;
	line-height: 1em;
}

h2 { 
	font-family: Poppins;
	font-size: 30px;
    font-style: italic;
	font-weight: 300; 
	color: rgb(0, 0, 0);
	margin-top: 0px;
    margin-bottom: 0px;
	line-height: 1em;
}


h3 { 
	font-family: Poppins;
	font-weight: 500;
	font-size: 22px;
	font-style: normal; 
	color: #037777;
	margin-top: 0.1em;
    margin-bottom: 0.1em;
}

leading-para { 
	font-family: Poppins;
	font-weight: 300;
	font-style: normal; 
	font-size: 24px;
	color: #000000;
	margin-top: 0.1em;
    margin-bottom: 0.1em;
}

body { 
	font-family: Poppins;
	font-size: 18px;
	color: rgb(0, 0, 0);
	font-weight: 300;
	margin-top: 0.1em;
    margin-bottom: 0.1em;
}
	
p { 
	font-family: Poppins;
	font-family: Poppins;
	font-size: 18px;
	color: rgb(0, 0, 0);
	font-weight: 300;
	margin-top: 1em;
	margin-bottom: 1em;
}
		

ul {
  list-style: none; /* Remove default bullets */
	font-size: 18px;
	font-family: Poppins;
	font-weight: 300;
	color: rgb(0, 0, 0);
	margin-top: 1em;
	margin-bottom: 1em;
}

ul li::before { 
	content: "\2022";
  	color: #037777;
  	font-weight: bold; 
  	display: inline-block; 
  	width: 1em; 
 	margin-left: -1em; 

}

.accessText	a{
	color: #000000;
}

.accessText2	a{
	color: #000000;
}